Comment 16 for bug 107093

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 107093] Re: System freezes (possibly Gecko)

On Wed, Apr 25, 2007 at 08:52:02AM -0000, Cesare Tirabassi wrote:
> I tried strace and this time was lucky to catch something.
> Before the lockup I have this:
>
> 0.917363 read(3, 0x7fff708d7740, 32) = -1 EAGAIN (Resource temporarily unavailable)
> 0.000031 poll( <unfinished ...>
>
> almost 1 sec for a read call which fails ... hmmmmmm
> file 3 is a socket which was previously open and connected with:
>
> 0.000128 socket(PF_FILE, SOCK_STREAM, 0) = 3
> .
> .
> .
> 0.000130 connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
>
> Any of this makes any sense to you?
>

Yes, its EAGAIN, which is ok.

Please attach an

 # strace -f firefox

here ... but of course only if you can still freeze it.

Thanks,

 - Alexander