GNOME Bugzilla – Bug 383217
crash in Sound: loaded system->preferenc...
Last modified: 2006-12-10 17:06:33 UTC
Version: 2.16.2 What were you doing when the application crashed? loaded system->preferences->sound Distribution: Gentoo Base System version 1.12.6 Gnome Release: 2.16.2 2006-12-05 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 101502976 vsize: 101502976 resident: 13377536 share: 10166272 rss: 13377536 rss_rlim: -1 CPU usage: start_time: 1165452918 rtime: 13 utime: 12 stime: 1 cutime:1 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/gnome-sound-properties' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 47454523437344 (LWP 9403)] 0x00002b28dcdd0a95 in waitpid () from /lib/libpthread.so.0
+ Trace 92193
Thread 1 (Thread 47454523437344 (LWP 9403))
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. Thanks in advance!
Hopefully this will be more helpful. --- Distribution: Gentoo Base System version 1.12.6 Gnome Release: 2.16.2 2006-12-05 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 101507072 vsize: 101507072 resident: 13377536 share: 10170368 rss: 13377536 rss_rlim: -1 CPU usage: start_time: 1165540740 rtime: 16 utime: 14 stime: 2 cutime:1 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/gnome-sound-properties' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 46967582626080 (LWP 3149)] 0x00002ab77cedea95 in waitpid () from /lib/libpthread.so.0
+ Trace 92455
Thread 1 (Thread 46967582626080 (LWP 3149))
Rich
Several things to try: 1) Run /usr/bin/gnome-sound-properties from the command line, and see if you get any errors from HAL or DBus before the crash. Things like "wrong reply from hald. Expecting an array" might turn up. 2) Try applying the patch I'm about to attach, and see if it fixes things. 3) Even if the patch fixes things, restart HAL, and re-run /usr/bin/gnome-sound-properties. Interesting to know whether you still get the same errors as you probably would have seen in step 1.
Created attachment 77956 [details] [review] Check for errors before using return value
hi tom, thanks a lot for coming up with a patch. this bug has been already reported, and i have added a comment about your patch to bug 363005. thanks again! :-) *** This bug has been marked as a duplicate of 363005 ***