After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 358932 - crash in Deskbar: Try to type text in desk...
crash in Deskbar: Try to type text in desk...
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-10-02 08:03 UTC by Paul Chatzidimitriou
Modified: 2006-10-16 12:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Paul Chatzidimitriou 2006-10-02 08:03:27 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 ?? ()

Comment 1 Rob Bradford 2006-10-14 14:57:51 UTC
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.
Comment 2 Paul Chatzidimitriou 2006-10-15 10:10:31 UTC
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
Comment 3 Rob Bradford 2006-10-16 12:13:32 UTC
Excellent. Thank you for letting us know!