GNOME Bugzilla – Bug 585269
[xviddec] crash in xvid_decore
Last modified: 2011-01-11 10:09:37 UTC
I got a crash while transcoding a movie with the latest trunk modules: Caught SIGSEGV accessing address 0x7f247b3ec264 The problem happens when I try to remux the audio (without transconding it) with the transcoded video. If I also transcode the audio, the error doesn' show up. The source file uses an avi container with ac3 audio and xvid video. The file attached is the script I have used for transcoding. The backtrace was this: 0x00007f1c7d8c1496 in poll () from /lib/libc.so.6 (gdb) bt
+ Trace 215941
The error happens randomly but always.
Created attachment 136219 [details] conversion script
Could you provide a full stack trace of all threads: (gdb) thread apply all bt (with debug info, preferably)? xviddec is not a recommended decoder btw, there are known issues with it, better use ffdec_mpeg4.
It works with ffdec_mpeg4. What debug info are you referring to?
Created attachment 136317 [details] backtrace This is the full stack trace. If you need more info, please tell me.
Thanks for the stack trace. Any chance you could get full debugging symbols for gst-plugins-bad and libxvid* and then do a fresh stack trace with more details?
Created attachment 137264 [details] new backtrace Here it goes!
*** This bug has been marked as a duplicate of bug 334107 ***