Closed
Bug 65663
Opened 25 years ago
Closed 25 years ago
Page never finishes loading and eats gobs of memory
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9
People
(Reporter: dprice, Assigned: karnaze)
References
()
Details
(Keywords: memory-footprint, memory-leak)
Go to http://www.wwiionline.com/cgi-bin/Ultimate.cgi and watch. The throbber
willl stop and "Document: done" appears in the status bar. A few seconds later,
the throbber starts up again. The process size grew to 80 megs in less than 5
minutes.
| Reporter | ||
Comment 1•25 years ago
|
||
According to bloat view, it is leaking a large number of nsVoidArrays,
nsTextNodes, nsStrs, nsGenericElements and nsClassLists, nsAttributes,
nsAttributeImpls and AtomImpls
I can't find anything glaring in the html. It does keep throwing javascript
warnings from http://www.wwiionline.com/cgi-bin/forumdisplay.cgi and it is
making a whole lot of web shells.
Comment 3•25 years ago
|
||
I'm able to reproduce this issue on the url provided. Anyone still see this ?
Comment 4•25 years ago
|
||
My last comment should have said " I'm not able to reproduce"
| Assignee | ||
Comment 6•25 years ago
|
||
Marking worksforme.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Target Milestone: --- → mozilla0.9
Comment 7•25 years ago
|
||
Marking verified works for me in the June 4th build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•