jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

reproducable segfault when trying to process a certain .wmv in ffmbc #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.trying to process a certain .wmv with ffmbc
2.
3.

---

What is the expected output? What do you see instead?
expected: encoding
instead: almost immediate segfault

---

What version of the product are you using? On what operating system?
- home made windows executables 0.7rc7/0.7rc6 both 32bit and 64bit. built using 
mingw64 (i686 and x86_64) on Ubuntu 12.04. 
- downloaded windows 07rc7 executables(32/64) from this site.
-  ffmbc0.7rc built on OpenSuse 12.1 and also Ubuntu 12.04 64bit

---

Please provide any additional information below:
- With the same source file current ffmpeg git master fails to encode, but 
doesn't segfault. 
- ffmpeg git branch release/0.11.1 is able to de-/encode. 

---

- Full commandline run (with -v 3) and everything the program printed
without the repeating parts.
Windows 7: 
D:\>ffmbc.exe -loglevel debug -v 3 -i d:\ugc_P11C97T.wmv -f mxf -acodec 
pcm_s16le -ar 48000 -ac 2 -r pal -vcodec dvvideo -pix_fmt yuv422p -bff -s 
720x576 test.mxf
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
[asf @ 00359C80] Format asf probed with size=2048 and score=100
[asf @ 00359C80] gpos mismatch our pos=24, end=26
[asf @ 00359C80] gpos mismatch our pos=24, end=4096
[asf @ 00359C80] gpos mismatch our pos=24, end=38
<<Windows Message Box reports APPCRASH of ffmbc.exe in ntdll.dll>>

Linux:
# ffmbc -loglevel debug -v 3 -i ugc_P11C97T.wmv -f mxf -acodec pcm_s16le -ar 
48000 -ac 2 -r pal -vcodec dvvideo -pix_fmt yuv422p -bff -s 720x576 test.mxf
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
[asf @ 0x1a05140] Format asf probed with size=2048 and score=100
[asf @ 0x1a05140] gpos mismatch our pos=24, end=26
[asf @ 0x1a05140] gpos mismatch our pos=24, end=4096
[asf @ 0x1a05140] gpos mismatch our pos=24, end=38
Segmentation Fault

---

- Upload your sample somewhere and supply url
I can't post this .wmv to public. 
But I can provide you with a download link via email if you want. 

The .wmv file itself is user generated content uploaded to our website. Don't 
blame me for it's silly content or how it's made. ;-)

Original issue reported on code.google.com by nie...@gmail.com on 22 Aug 2012 at 11:21

GoogleCodeExporter commented 8 years ago
Please send me an email with the source file

Original comment by baptiste...@gmail.com on 1 Sep 2012 at 1:57

GoogleCodeExporter commented 8 years ago
Hi again,

have you had a look into this issue?
As you wanted I've sent you an email with the source file attached on September 
1st 2012. 

Or should I send it again?

Kind regards
Michael

Original comment by nie...@gmail.com on 9 Dec 2012 at 4:07

GoogleCodeExporter commented 8 years ago
Yes should be fine and will be fixed

Original comment by baptiste...@gmail.com on 9 Dec 2012 at 7:48

GoogleCodeExporter commented 8 years ago
Thank you! :-)

Original comment by nie...@gmail.com on 9 Dec 2012 at 8:28

GoogleCodeExporter commented 8 years ago
Should be fixed in rc8

Original comment by baptiste...@gmail.com on 14 Mar 2013 at 9:04