Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-19 Thread Mike Hommey
On Thu, Nov 19, 2009 at 08:55:20AM +0100, Slobodan Simic wrote: On Wednesday, 18. November 2009. 13:49:32 you wrote: Can you try something like the following command line: strace -o /tmp/strace.log -f -p $(pgrep firefox-bin) Leave it for a little while, then ctrl+c and send the resulting

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-19 Thread Slobodan Simic
On Thursday, 19. November 2009. 10:06:35 you wrote: Could you install the xulrunner-1.9.1-dbg and gdb packages , run iceweasel -g, type run at the gdb prompt, and when it is sucking the 100% cpu, ctrl+c, which should bring the gdb prompt back, and then type bt full and send the output here.

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-19 Thread Mike Hommey
reassign 556914 kdebase-runtime subscribe 556914 gland...@debian.org thanks Thanks. So here is what seems to be happening: the oxygen kde plugin has a destructor function that does some cleanup, during which it needs to send some requests to the X server to free pixmaps. Except that by the time

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-19 Thread Slobodan Simic
I think I found what the problem was... I changed in KDE settings that GTK apps don't use KDE theme and colors. After that I tried Iceweasel several times and never had CPU jam at 100% after closing the Iceweasel's window So I think problem is not with Iceweasel but coexistence with KDE desktop

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-18 Thread Slobodan Simic
Package: iceweasel Version: 3.5.5-1 Severity: normal --- Please enter the report below this line. --- After updating to 3.5.5 iceweasel problem occurs when closing iceweasel window. Process /usr/lib/iceweasel/firefox-bin stays in process list and use full CPU Only kill helps --- System

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-18 Thread Mike Hommey
On Wed, Nov 18, 2009 at 11:11:15AM +0100, Slobodan Simic wrote: Package: iceweasel Version: 3.5.5-1 Severity: normal --- Please enter the report below this line. --- After updating to 3.5.5 iceweasel problem occurs when closing iceweasel window. Process /usr/lib/iceweasel/firefox-bin

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-18 Thread Mike Hommey
On Wed, Nov 18, 2009 at 12:31:04PM +0100, Slobodan Simic wrote: On Wednesday, 18. November 2009. 11:37:46 you wrote: On Wed, Nov 18, 2009 at 11:11:15AM +0100, Slobodan Simic wrote: Package: iceweasel Version: 3.5.5-1 Severity: normal --- Please enter the report below this line.

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-18 Thread Slobodan Simic
On Wednesday, 18. November 2009. 12:51:30 you wrote: What about iceweasel -safe-mode ? no help... still the same -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#556914: [iceweasel] after closing, iceweasel process remains active and using 90% CPU

2009-11-18 Thread Mike Hommey
On Wed, Nov 18, 2009 at 01:37:37PM +0100, Slobodan Simic wrote: On Wednesday, 18. November 2009. 12:51:30 you wrote: What about iceweasel -safe-mode ? no help... still the same Can you try something like the following command line: strace -o /tmp/strace.log -f -p $(pgrep firefox-bin)