GNOME Bugzilla – Bug 370673
Crash on reloading gswitchit applet
Last modified: 2006-11-05 15:29:28 UTC
My panel was killed. On reload, the keyboard indicator applet didn't come up, instead deciding to crash. Tried reloading and it didn't help. Tried killing the panel again, and very bad things happened (it got stuck loading the gswitchit applet and the panel froze). Memory status: size: 19574784 vsize: 0 resident: 19574784 share: 0 rss: 8601600 rss_rlim: 0 CPU usage: start_time: 1162669661 rtime: 0 utime: 11 stime: 0 cutime:8 cstime: 0 timeout: 3 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/libexec/gswitchit' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1225587024 (LWP 2116)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 82905
Thread 1 (Thread -1225587024 (LWP 2116))
Unfortunately, the stack trace does not show the line numbers. Would you be able to build gnome-applets with debug info? I am interested in these lines:
+ Trace 82998
-dbg package installed. If you're interested, I have "United Kingdom", "Spain Catalan variant with middle-dot L", "Iran Pro" and "Japan" layouts in the list. Removing "Japan" seems to stop the crash. Memory status: size: 19578880 vsize: 0 resident: 19578880 share: 0 rss: 8609792 rss_rlim: 0 CPU usage: start_time: 1162730742 rtime: 0 utime: 12 stime: 0 cutime:10 cstime: 0 timeout: 2 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/libexec/gswitchit' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1225050448 (LWP 11453)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 83182
Thread 1 (Thread -1225050448 (LWP 11453))
Thanks a bunch. This is more informative. I'm going to look at it ASAP.
I managed to reproduce the problem.
I found the matter of problem. Fixed in CVS: http://cvs.gnome.org/viewcvs/libgswitchit/keyboard-config-registry.c?r1=1.4&r2=1.5