GNOME Bugzilla – Bug 141282
SIGSEGV to gstream player when playing MPEG File.
Last modified: 2004-12-22 21:47:04 UTC
Description of Problem: When playing a certain MPEG video, gst-player hangs and a dialog box annouce a segmentation fault. The video file is MURRAY.MPG from the scummbar website (it you want, I can attache it to bugzilla it weight 8.5 MO) Steps to reproduce the problem: 1. gst-player MURRAY.MPG 2. clic "play" => segv Actual Results: ? Expected Results: ? How often does this happen? Alway with this file. Other file are playing. Additional Information: Debian Testing 2.4.26 i386 gstreamer 2.6.0 I didn't manage to get a stack trace file with bug buddy buy I can make one (if you want) with gdb. Have a nice day Nicolas Nobelis
Please attach the file or give a link, both are fine. A backtrace would be muych appreciated. I suspect a segfault in libmpeg2, I've seen that for one file too.
The video file that make the segv is too big. It cames from http://www.worldofmi.com/files/fananimations/MURRAY.mpeg, but the worldofmi server is quit too slow for this big file (8,5mo). If your mail support it, I can send you the file. Stack trace is coming. Good Day Nicolas
Here come the trace, with gdb : Program received signal SIGSEGV, Segmentation fault.
+ Trace 46498
Thread 16386 (LWP 2211)
Unfortunatly, it seems that there was no debugging symbol in the program. Have a good day Nicolas
Works fine using current CVS of Totem. Your backtrace indicates a broken registry or a global plugin_init() function somewhere. Updating to latest CVS (or wait for gst-plugins 0.8.5) should fix that.