GNOME Bugzilla – Bug 597706
rhythmbox crashed with SIGSEGV in g_object_get()
Last modified: 2009-12-01 09:45:24 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox/+bug/445047 "I was trying to play an audio cd" rhythmbox version is: 0.12.5-0ubuntu1 ".
+ Trace 218133
Thread 1 (process 2689)
commit 4dcbd0caa14a1ee0a7e4750db9b330b496eb175d Author: Jonathan Matthew <jonathan@d14n.org> Date: Sat Oct 10 11:03:21 2009 +1000 audiocd: remove action group from UI manager when disposing (bug 597706) The action group previously was not removed from the UI manager. This meant that the 'reload' action remained, with a pointer to the old (disposed) source object as the user data. Removing it from the UI manager when disposing one source causes the action to be recreated when creating a new source, so it'll have the right user data.
*** Bug 603405 has been marked as a duplicate of this bug. ***