GNOME Bugzilla – Bug 488444
rhythmbox segfaults on exit
Last modified: 2007-11-01 21:20:03 UTC
Description: Unable to exit rhythmbox. How reproducible: Always reproducible. Step to reproduce: 1. Open rb 2. Open a podcast, and play the same 3. Click on "Close" button, or use "Music->Quit" 4. rb exits and opens up again. Running fb from commandline shows a segv. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208752352 (LWP 17990)] (gdb) thread apply all bt
+ Trace 171554
Thread 1 (Thread -1208752352 (LWP 17990))
Workaround: killall -9 rhythmbox. Notes: Using rawhide updated as of today.
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
wow ! super fast reponse. reported this bug with fedora https://bugzilla.redhat.com/show_bug.cgi?id=343561 i suspect rb resfusing to die is to do with dbus-activation code. pasted below bt of rb's segfault. (gdb) where
+ Trace 171563
2351 (*_gdk_event_func) (event, _gdk_event_data); 2352 2353 gdk_event_free (event); 2354 } 2355 2356 GDK_THREADS_LEAVE (); 2357 2358 return TRUE; 2359 } 2360
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 484988 ***
additionally, I moved all plugins out of tree $ mv /usr/lib/rhythmbox /tmp started rb, and clicked on close. rb still segfaulted and opened up again :( ------- w.r.t. bug, my bad, traced this to gstreamer-plugins-ugly package. on removing a file, this issue was not seen anymore. the issue was with rb-metadata segfaulting. Oct 22 23:58:46 localhost kernel: rhythmbox-metad[8797]: segfault at 00000000 eip 00000000 esp b7355f6c error 4 (gdb) thread apply all bt
+ Trace 172499
i suspect this is a bug with gstreamer-ugly package.
i have hit another bug with gstreamer as confirmed by bastien. closing this as duplicate, and opening a new bug for gstreamer ugly plugin package. *** This bug has been marked as a duplicate of 484988 ***