GNOME Bugzilla – Bug 593488
crash in Movie Player: Listening to an MP3 of a...
Last modified: 2009-08-29 17:40:50 UTC
Version: 2.26.2 What were you doing when the application crashed? Listening to an MP3 of a podcast. Crashed at end of stream. Distribution: Debian squeeze/sid Gnome Release: 2.26.1 2009-04-14 (Debian) BugBuddy Version: 2.26.0 System: Linux 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10603000 Selinux: No Accessibility: Disabled GTK+ Theme: MurrinaVerdeOlivo Icon Theme: Mist GTK+ Modules: gnomebreakpad, canberra-gtk-module Memory status: size: 558809088 vsize: 558809088 resident: 37646336 share: 17305600 rss: 37646336 rss_rlim: 18446744073709551615 CPU usage: start_time: 1251554983 rtime: 19403 utime: 17891 stime: 1512 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/totem-gstreamer' [Thread debugging using libthread_db enabled] [New Thread 0x7f556adce950 (LWP 4616)] [New Thread 0x7f556658c950 (LWP 4615)] [New Thread 0x7f5564941950 (LWP 4151)] [New Thread 0x7f5565142950 (LWP 4150)] [New Thread 0x7f5565943950 (LWP 4149)] [New Thread 0x7f5569721950 (LWP 4147)] 0x00007f5576176d36 in poll () from /lib/libc.so.6
+ Trace 217217
Thread 4 (Thread 0x7f5564941950 (LWP 4151))
----------- .xsession-errors --------------------- (synaptic:4437): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed Could not locate Tomboy on D-Bus. Perhaps it's not running? Could not locate Tomboy on D-Bus. Perhaps it's not running? (totem:4143): GStreamer-CRITICAL **: gst_caps_is_fixed: assertion `GST_IS_CAPS (caps)' failed (totem:4143): GStreamer-CRITICAL **: gst_caps_is_any: assertion `GST_IS_CAPS (caps)' failed (totem:4143): GStreamer-CRITICAL **: gst_caps_is_empty: assertion `GST_IS_CAPS (caps)' failed (totem:4143): GStreamer-CRITICAL **: gst_caps_is_any: assertion `GST_IS_CAPS (caps)' failed (totem:4143): GStreamer-CRITICAL **: gst_caps_is_empty: assertion `GST_IS_CAPS (caps)' failed ** GStreamer:ERROR:gstcaps.c:1383:gst_caps_subtract: assertion failed: (sublen > 0) --------------------------------------------------
Looks like a GStreamer bug. Would you be able to attach a debug log generated with the following command to the bug report please? GST_DEBUG=*:4 GST_DEBUG_NO_COLOR=1 totem --debug file.mp3 &> totem.log Thanks.
This looks like a bug in basetransform that was fixed recently in git. It should be fixed in the next gstreamer core release (0.10.25). Disabling visualisations in the totem preferences might work as a temporary workaround until then. *** This bug has been marked as a duplicate of bug 583999 ***