GNOME Bugzilla – Bug 561231
Crash when ejecting ipod
Last modified: 2008-11-18 20:03:17 UTC
+ Trace 209931
Thread 1 (Thread 0x7f71309077a0 (LWP 22267))
There are a bunch of traces on the console, the segfault happens in thread 1 (rhythmbox:22267): Rhythmbox-CRITICAL **: rb_property_view_get_model: assertion `RB_IS_PROPERTY_VIEW (view)' failed (rhythmbox:22267): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed (rhythmbox:22267): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed (rhythmbox:22267): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `DBusGObjectTypeDBusMetadataQuark' (rhythmbox:22267): GLib-GObject-CRITICAL **: g_signal_handlers_block_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (rhythmbox:22267): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `DBusGObjectTypeDBusMetadataQuark' (rhythmbox:22267): GLib-GObject-CRITICAL **: g_signal_handlers_block_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (rhythmbox:22267): Rhythmbox-CRITICAL **: rb_property_view_get_model: assertion `RB_IS_PROPERTY_VIEW (view)' failed (rhythmbox:22267): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (rhythmbox:22267): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (rhythmbox:22267): Rhythmbox-CRITICAL **: rb_property_view_get_model: assertion `RB_IS_PROPERTY_VIEW (view)' failed (rhythmbox:22267): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed
I'm pretty sure this was the same problem as bug 467420, which I've just committed a fix for. *** This bug has been marked as a duplicate of 467420 ***
The changelog of the patch you committed corresponds to the hypothesis I had about what could be the cause of the bug from looking at the backtrace, so I agree with you ;) I'll let you know if it happens again.