Comment 10 for bug 172419

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 172419] Re: firefox freezes and turns gray

On Tue, Jan 08, 2008 at 12:05:23AM -0000, tvano wrote:
> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11
> linux newbie.
> i don't believe the freeze/gray issue happened initially (upon ubuntu install), more of a recent development.
> killed google toolbar search (due to comments within this bug report).
> still get a daily hit of the freeze/gray/non-responsive.
> seems there are lots of log files in linux (etc.).
> are there any log files that will help in isolating this issue?
>

run firefox form the terminal like:

 strace -f -eopen firefox &> /tmp/firefox.strace.log

after you reproduced, attach /tmp/firefox.strace.log to this bug.

Thanks,

 - Alexander