[Bug 68403] Re: Gnome-panel freezes regularly during use

2007-10-17 Thread Erik Chakravarty
When I see this freezing in Gutsy, one can still click on the applets and buttons (e.g. the menu), but the icons are not updated with the mouseover highlight. This is the case for all buttons and applets. The most annoying part is that the clock doesn't update. hiding the panel with the hide

[Bug 68403] Re: Gnome-panel freezes regularly during use

2007-01-30 Thread Sebastien Bacher
that bug is not really useful without a debug backtrace, closing for now, feel free to reopen if you still get the problem and can get one ** Changed in: gnome-panel (Ubuntu) Status: Needs Info = Rejected -- Gnome-panel freezes regularly during use https://launchpad.net/bugs/68403 --

[Bug 68403] Re: Gnome-panel freezes regularly during use

2006-11-30 Thread Sebastien Bacher
Thank you for your efforts. That looks like a GTK issue with the recently open files code. Could you install libgtk2.0-0-dbg and get a backtrace with it? -- Gnome-panel freezes regularly during use https://launchpad.net/bugs/68403 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 68403] Re: Gnome-panel freezes regularly during use

2006-11-29 Thread Kevin Kubasik
Ok, herse what that gets me: (gdb) thread apply all bt Thread 1 (Thread -1224964432 (LWP 5136)): #0 0xe410 in __kernel_vsyscall () #1 0xb7617d1e in pthread_exit () from /lib/tls/i686/cmov/libc.so.6 #2 0xb75cceef in fork () from /lib/tls/i686/cmov/libc.so.6 #3 0xb76802d4 in fork () from

[Bug 68403] Re: Gnome-panel freezes regularly during use

2006-10-26 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? Could you install gnome-panel-dbg and get a backtrace of the freeze with it? When the panel is frozen: - gdb -p $(pidof gnome-panel) (gdb) thread apply all bt When that happens is the menu still working? Could you try killing applets and

[Bug 68403] Re: Gnome-panel freezes regularly during use

2006-10-26 Thread Kevin Kubasik
Sure, I'll do my best to get a trace next time it happens! Although, I think I have narrowed down the issue, it only happens when Java applications have a tray icon. (aka Azureus, Deskzilla, and Limewire) If none of those are running, gnome-panel never freezes. Dunno if that helps at all, I'll see