Closed
Bug 62541
Opened 24 years ago
Closed 24 years ago
Excessive webshells spawned causing mozilla and system performance to suffer
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: ben, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.17 i686; en-US; m18) Gecko/20001209
BuildID: cvs-12/10/00
When I visit this page and those under it, mozilla starts taking up 90-95% of
the CPU and grows to something like 100Mb of memory. This brings system
performance to a crawl. I have no idea what the problem is but I did notice that
as the memory usage grows the debugging output seems to have many WEBSHELL += in
it. Instead of the normal <10 webshells, I have something like 240 webshells.
Reproducible: Always
Steps to Reproduce:
Visit this web page and watch both the debugging output and mozilla's memory usage.
Actual Results: Page loads like most other pages but mozilla and then the
overall system become more and more sluggish until mozilla is totally unusable
and I have to kill it to get control of my system back.
Expected Results: The page loads and doesn't kill my system.
Tried it with JS enabled and disabled.
Comment 1•24 years ago
|
||
Verified
Platform: PC
OS: Linux 2.2.16
Mozilla Build: 2000121908 M18 Trunk Build
Note its the page after you click on the Proceed Link (and yes theres nudity Whoohoo!! :)
I will refrain from making Spaceball jokes about Sucking Memory :)
Marking NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
The problem here is that the source of the page
(http://imalchemy.com/Tony.Ryan/frame.html) is:
<html>
<head>
<title>Beauty/Reality</title></head>
<frameset COLS="135, 576 *" FRAMEBORDER=no BORDER="0">
<frameset ROWS="100%, *">
<frame SRC="mainfrm.htm" NAME="mainfrm" MARGINWIDTH="3" MARGINHEIGHT="3"
SCROLLING="NO">
<frame src="intro.html"></frameset>
<frameset ROWS="100%, *">
<frame SRC="intro.html" NAME="view_window" MARGINWIDTH="3" MARGINHEIGHT="3">
<frame src="frame.html"></frameset>
<noframes>
Sorry, this document can be viewed only with Netscape Navigator version 2.0 or
later. <a href="intro.html">Take this link</a> to the first page of Beauty/Reality.
</noframes></frameset></html>
Note that one of the frames is "frame.html" -- this causes an infinite recursion.
*** This bug has been marked as a duplicate of 8065 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•