Closed
Bug 139607
Opened 23 years ago
Closed 23 years ago
Browser does not completely draw and hangs upon startup
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: msj, Assigned: Matti)
Details
Using GNOME 1.4 on Solaris 8 (108528-14) on an Ultra 10.
I start my freshly unpacked mozilla-sparc-sun-solaris2.8-1.0rc1.tar.gz from a
wide-open directory /stuff/mozilla. Using the command 'stuff/mozilla/mozilla
&'. The screen never finishes drawing -- I get only the frame and I can see my
background through the frame. I ran a truss on it, which I will attach. I can
kill it with the xkill command, so it is not waiting in the kernel.
Reporter | ||
Comment 1•23 years ago
|
||
I could not attach the truss output, so will paste it below:
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) = 1
read(6, 0xFFBED894, 32) Err#11 EAGAIN
poll(0xFFBED630, 1, -1) = 1
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
...
(same thing over and over and over until I xkill'd -- here is that)
...
read(6, "01C407 e\0\0\0\0\0 n80\t".., 32) = 32
write(6, " ", 1) Err#32 EPIPE
signotifywait() = 13
read(6, 0xFFBED894, 32) = 0
write(2, " G d k - E R R O R * *".., 30) = 30
write(2, " : 0 . 0", 4) = 4
write(2, " b r o k e n ( e x p".., 44) = 44
llseek(0, 0, SEEK_CUR) = 284
llseek(3, 0, SEEK_CUR) = 8192
llseek(30, 0, SEEK_CUR) = 91750
_exit(1)
Assignee | ||
Comment 2•23 years ago
|
||
Reporter: Can you reproduce this with mozilla1.1b ?
Comment 3•23 years ago
|
||
No response -> WFM
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•