Bugzilla – Bug 115938
Banshee crashes in Preferences dialog
Last modified: 2005-09-09 15:34:16 UTC
If I am in the Edit -> Preferences and I click on Cancel, Banshee crashes. Here is the console output: 0: Active Player Engine is now 'Helix' 1: Loaded PlayerEngine core: Helix 2: Loaded AudioCdPlayerEngine core: GStreamer 3: Audio CD Core Initialized 4: Notification Area Icon could not be installed 5: Registered Banshee.SqlLoadTransaction 6: Executing Banshee.SqlLoadTransaction 7: Pipeline profile 'Lame MP3' will be unavailable: GStreamer pipeline 'lame' could not be run 8: Pipeline profile 'Faac MP4' will be unavailable: GStreamer pipeline 'faac' could not be run Segmentation fault
Acutally it crashes no matter how you leave the dialog. Even if you do not make any changes.
So I had to install some devel packages for other reasons and then tried banshee again on suggestion from Mark Gordon. Now I don't get the crash. For what it is worth, it was crashing in libgobject-2.so.0 which is in glib2. I do have the glib2-devel package installed now.
Cameron: what version of Banshee? Does it segfault or does it throw an exception? If it throws an exception, can you please paste it here? Thanks!
I have the same issue with Banshee, I don't even enter the preferences dialogue: banshee 0: Active Player Engine is now 'GStreamer' 1: Loaded PlayerEngine core: GStreamer 2: Loaded AudioCdPlayerEngine core: GStreamer 3: Audio CD Core Initialized 4: Registered Banshee.SqlLoadTransaction 5: Executing Banshee.SqlLoadTransaction 6: Pipeline profile 'Xing MP3' will be unavailable: GStreamer pipeline 'xingenc' could not be run 7: Pipeline profile 'Lame MP3' will be unavailable: GStreamer pipeline 'lame' could not be run 8: Pipeline profile 'Faac MP4' will be unavailable: GStreamer pipeline 'faac' could not be run Segmentation fault Will try installing glib2-devel as well...
Uhm... but I had glib2-devel installed already... Also... when trying to play mp3s (lame codec installed) it gives following error: ** Message: don't know how to handle application/x-id3 ** Message: don't know how to handle application/x-id3 ** Message: don't know how to handle application/x-id3 ** Message: don't know how to handle application/x-id3 ** Message: don't know how to handle application/x-id3 Probably smth missing... will check it out
Aaron, Version 0.9.6. It segfaults. I have not figured out which additionally installed package eliminated the crash. I have a default GNOME install of SUSE LINUX 10.0 RC1. Then I install the GNOME Development Selection. I will try removing packages until I can reproduce the crash. I did get a backtrace, but it was lacking almost all symbols. That was how I deteminied it was crashing in libgobject.
I tried to remove just glib2-devel, but that did not give a crash. I removed the GNOME Development Selection and the crash came back. I am working on getting debuginfo packages to get a usable back trace.
same as 115949. fixed in gtk-sharp2 2.3.91 *** This bug has been marked as a duplicate of 115949 ***