GNOME Bugzilla – Bug 302188
totem crashes on a mp3 file
Last modified: 2005-05-09 10:23:42 UTC
Distribution/Version: Fedora Core 4 (devel) Install stock totem from FC4 devel, without any extra gstreamer plugins Get to a MP3 file in your playlist. *BANG* ** Message: don't know how to handle application/x-id3 Program received signal SIGSEGV, Segmentation fault.
+ Trace 58800
Thread NaN (LWP 14615)
$ rpm -q totem gstreamer gstreamer-plugins totem-1.0.1-1.1 gstreamer-0.8.9-4 gstreamer-plugins-0.8.8-5
Slightly better backtrace: [Thread -1224483920 (LWP 14755) exited] ** Message: don't know how to handle application/x-id3 Program received signal SIGSEGV, Segmentation fault.
+ Trace 58801
Thread NaN (LWP 14732)
Hi Bill, does http://cvs.freedesktop.org/gstreamer/gst-plugins/gst/playback/gstplaybasebin.c?r1=1.62.2.2&r2=1.62.2.3&makepatch=1&diff_format=u fix it? I gave the same fix to Federico some time ago for their Novell release.
Yes, that solves, it. Thanks!
OK, closing...
Now, after I get the dialog, if I close the dialog about the unsupported file type and hit play, sometimes it still crashes: [New Thread -1228702800 (LWP 31523)] ** Message: don't know how to handle application/x-id3 [Thread -1228702800 (LWP 31523) exited] (totem:31498): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GstStreamInfo' (totem:31498): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GstStreamInfo' (totem:31498): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GObject' (totem:31498): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed Program received signal SIGSEGV, Segmentation fault.
+ Trace 59274
Thread NaN (LWP 31509)
So basically, you close the dialog and press play right after? That's really wrong. ;). OK, I've actually know about that being broken for a while already (e.g. no good errors displayed when doing that, etc.), so, yes, this is probably caused by the same. Must be another missing cleanup in playbin. :-/. I don't have a fix available right away.
Created attachment 46230 [details] [review] fi This fixes the second crash, too.