Please do not reply to this email. You can add comments at http://bugzilla.ubuntu.com/show_bug.cgi?id=18719 Ubuntu | gnome-panel
------- Additional Comments From [EMAIL PROTECTED] 2006-01-07 14:36 UTC ------- (In reply to comment #6) > I never used gdb (mostly I am programming in java)... > If you can give me a short description what to do (want to avoid spending too > much time on RTFM ;) I'll see what I can find out about it. Look for the pid of gnome-panel. Then do "gdb gnome-panel $pid". The panel will block. Type "c" in the gdb command prompt. The panel will use 100% CPU again. Type Ctrl+C in gdb. Type "bt" and you'll get a stack trace. Do it multiple times and you'll get an idea of what's happening ;-) See also http://live.gnome.org/GettingTraces -- Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- desktop-bugs mailing list [email protected] http://lists.ubuntu.com/mailman/listinfo/desktop-bugs
