Comment 15 for bug 107093

Revision history for this message
In , Cesare Tirabassi (norsetto) wrote :

Some additional info.
I tried some debugging with strace and this is what I've got.

Just 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

I guess this is the X server.
I think this is confirming that this is related to Gecko?
I'm not saying that this is IN Gecko itself, could also be the X server or the graphic driver.
I'm using Konqueror since a week and never had any problem ... still, I would like to go back to firefox!