On Fri, Jul 11, 2008 at 08:28:11PM +0200, Sandro Tosi wrote:
> Package: iceweasel
> Version: 3.0~rc2-2
> Severity: grave
> 
> Hello,
> iceweasel freezes (the windows are not redrawn when switch to a virtual
> desktop and then back to the one where it's opened) after few hours of
> usage.
> 
> I saw:
> $ ps aux | grep firefo
> morph    29637  0.8  8.0 698332 326204 ?       Sl   Jul10  13:31 
> /usr/lib/iceweasel/firefox-bin -a firefox
> 
> but no other messages in dmesg.
> 
> Please, let me know if I can do something (run some commands or so) to
> help you debug this issue, that make iceweasel a real problem because I
> have to reload each tab at restart (on a 56k line..).

Install iceweasel-dbg and gdb (though i think iceweasel-dbg will be
useless), and attach gdb to the hanging iceweasel:
gdb -p $(pidof firefox-bin)

Then, on the gdb prompt, type bt full and send the output here.

My guess is that the process is frozen in the flash plugin.

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to