GNOME Bugzilla – Bug 354149
Rhythmbox crashes with new libsexy 0.1.9
Last modified: 2006-09-04 16:01:10 UTC
After upgrading to libsexy 0.1.9, Rhythmbox segfaults with this backtrace: 0x00002b449fd2bf45 in waitpid () from /lib/libc.so.6
+ Trace 71501
Thread 1 (Thread 47573847109968 (LWP 24712))
I'm filing this under libsexy, because it didn't happen before the upgrade. I've tried rebuilding rhythmbox too.
Can you provide a backtrace with debugging information? I need some line numbers.
This is the backtrace I get from bug-buddy with both libsexy and rhythmbox compiled with debugging symbols. Backtrace was generated from '/usr/bin/rhythmbox' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 47005679137104 (LWP 30357)] 0x00002ac0565f7f45 in waitpid () from /lib/libc.so.6
+ Trace 71545
Thread 1 (Thread 47005679137104 (LWP 30357))
Also, this message appears in the command line: Gdk-CRITICAL **: gdk_window_show: assertion `GDK_IS_WINDOW (window)' failed aborting... Of course, if I run Rhythmbox with G_DEBUG set to nothing, it doesn't abort. This is Gnome 2.15.92 (RC1) btw
Can you check out libsexy SVN and see if the fix I just committed fixes this problem?
Yup, that fixes it. Thanks :)
Bug closed then.