Closed Bug 53864 Opened 24 years ago Closed 24 years ago

some pages never finish loading

Categories

(SeaMonkey :: General, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 53956

People

(Reporter: spam, Assigned: asa)

Details

Saw this first time in the morning build from the 20th. and it is still going on in 2000092215 (?) go to http://bugzilla.mozilla.org click link "View Bugs Already Reported Today" the query will appear, all visible, but the throbber never stops and the progress indicator never "retires". (It's stalled but that's another bug. when other pages are finished loading it vanishes again however - not so in this case.) Breaking in gdb and asking "where" - then continue - shows this: 0x40267dcb in __sigsuspend (set=0xbf3ffc10) at ../sysdeps/unix/sysv/linux/sigsuspend.c:48 48 ../sysdeps/unix/sysv/linux/sigsuspend.c: No such file or directory. (gdb) where #0 0x40267dcb in __sigsuspend (set=0xbf3ffc10) at ../sysdeps/unix/sysv/linux/sigsuspend.c:48 #1 0x401b1c62 in __pthread_wait_for_restart_signal (self=0xbf3ffe40) at pthread.c:783 #2 0x401ae960 in pthread_cond_wait (cond=0x9c7ff5c, mutex=0x8ac1f24) at restart.h:26 #3 0x401931be in PR_WaitCondVar () from /usr/local/mozilla/libnspr4.so #4 0x4019349f in PR_Wait () from /usr/local/mozilla/libnspr4.so #5 0x400c60a0 in nsThreadPool::GetRequest () from /usr/local/mozilla/libxpcom.so #6 0x400c66c1 in nsThreadPoolRunnable::Run () from /usr/local/mozilla/libxpcom.so #7 0x400c5740 in nsThread::Main () from /usr/local/mozilla/libxpcom.so #8 0x401974ae in PR_Select () from /usr/local/mozilla/libnspr4.so #9 0x401afb85 in pthread_start_thread (arg=0xbf3ffe40) at manager.c:241 (gdb) continue Continuing. [Switching to Thread 1508] Program received signal SIGINT, Interrupt. 0x40267dcb in __sigsuspend (set=0xbf5ffc10) at ../sysdeps/unix/sysv/linux/sigsuspend.c:48 48 in ../sysdeps/unix/sysv/linux/sigsuspend.c (gdb) continue Continuing. [Switching to Thread 1507] Program received signal SIGINT, Interrupt. 0x402f4f30 in __poll (fds=0xbf7ffd00, nfds=2, timeout=29398) at ../sysdeps/unix/sysv/linux/poll.c:45 45 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory. (gdb) continue Continuing. [Switching to Thread 1504 (initial thread)] Program received signal SIGINT, Interrupt. 0x402f4f30 in __poll (fds=0x8d4ea70, nfds=5, timeout=9) at ../sysdeps/unix/sysv/linux/poll.c:45 45 in ../sysdeps/unix/sysv/linux/poll.c (gdb) continue Continuing.
also noteworthy perhaps: if i leave the browser thobbing on "forever" there is disk activity at regular intevalls. No idea if this is caused by the animation or if something bang it's head against the wall in cache, trying to refresh the page there?
Consequence of this bug is that the OnEndDocumentLoad notifications never get called so none of the processing required after a document load is getting done. For example, password manager and form manager's automatic prefill will not occur. See bug 53956 for more details about that. There are probably other undesirable consequences of not calling the OnEndDocumentLoad routines that we don't know about yet.
who should be calling OnEndDocumentLoad here then?
*** This bug has been marked as a duplicate of 53956 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.