GNOME Bugzilla – Bug 489682
crash in Rhythmbox Music Player: listening to music
Last modified: 2008-05-22 08:26:12 UTC
Version: 0.10.1 What were you doing when the application crashed? listening to music Distribution: Debian lenny/sid Gnome Release: 2.18.3 2007-07-03 (Debian) BugBuddy Version: 2.18.1 System: Linux 2.6.22.3 #1 SMP Mon Oct 8 16:02:07 PDT 2007 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 640638976 vsize: 640638976 resident: 65241088 share: 23982080 rss: 65241088 rss_rlim: 18446744073709551615 CPU usage: start_time: 1193192134 rtime: 79847 utime: 75133 stime: 4714 cutime:0 cstime: 2 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/rhythmbox' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0x2b32d24f8700 (LWP 18271)] [New Thread 0x40800950 (LWP 26844)] [New Thread 0x4580a950 (LWP 26813)] [New Thread 0x4b015950 (LWP 26601)] [New Thread 0x43806950 (LWP 26286)] [New Thread 0x45009950 (LWP 26229)] [New Thread 0x43005950 (LWP 22126)] [New Thread 0x41001950 (LWP 18281)] (no debugging symbols found) 0x00002b32cfc48be6 in poll () from /lib/libc.so.6
+ Trace 172442
Thread 5 (Thread 0x43806950 (LWP 26286))
----------- .xsession-errors --------------------- (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_spec_get_redirect_target: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_value_validate: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_spec_get_redirect_target: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_spec_get_redirect_target: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_spec_get_redirect_target: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_value_validate: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_spec_get_redirect_target: assertion `G_IS_PARAM_SPEC (pspec)' failed (rhythmbox:18271): GLib-GObject-CRITICAL **: g_param_spec_get_redirect_target: assertion `G_IS_PARAM_SPEC (pspec)' failed --------------------------------------------------
Similar stacktrace here: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/189441
I wonder how this can happen. g_object_notify() will call a GObject class method (dispatch_properties_changed()) and a function that is set to something else than NULL after the GObject class is initialized. Can someone still reproduce this somehow with latest gstreamer? If so, please get a full backtrace with gstreamer and glib debug symbols installed :)
Nevermind, debug symbols were obviously already installed. A debug log created with GST_DEBUG=5 might help though... for that do: GST_DEBUG=5 GST_DEBUG_NO_COLOR=1 totem /path/to/file &> log then bzip the created log and attach it to this bug.
Also running the program in gdb and getting the exact line where it crashes would help.
*** This bug has been marked as a duplicate of 166020 ***
*** Bug 527523 has been marked as a duplicate of this bug. ***