GNOME Bugzilla – Bug 358932
crash in Deskbar: Try to type text in desk...
Last modified: 2006-10-16 12:13:32 UTC
What were you doing when the application crashed? Try to type text in deskbar Distribution: Gentoo Base System version 1.12.5 Gnome Release: 2.16.0 2006-09-21 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 73449472 vsize: 0 resident: 73449472 share: 0 rss: 41734144 rss_rlim: 0 CPU usage: start_time: 1159767872 rtime: 0 utime: 2191 stime: 0 cutime:2117 cstime: 0 timeout: 74 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/libexec/deskbar-applet' (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 -1211423056 (LWP 3845)] [New Thread -1258697824 (LWP 3861)] [New Thread -1250305120 (LWP 3852)] 0xffffe410 in ?? ()
+ Trace 74019
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Also since you are using Gentoo what flags did you use to build Python and the GNOME stack.
The problem was with pygtk version 2.10.1-r1 in Gentoo.It included a patch to fix tree model in gtk which broke deskbar-applet and gajimsee here: http://bugs.gentoo.org/show_bug.cgi?id=148247).I upgraded to pygtk 2.10.3 and problem fixed
Excellent. Thank you for letting us know!