Closed
Bug 122856
Opened 23 years ago
Closed 23 years ago
all RAM and CPU exhausted then crash
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
mozilla1.1alpha
People
(Reporter: psj, Assigned: john)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011227
BuildID: 2001122709
Go to the page (via the steps below). Mozilla starts to exhaust RAM while the
page loads until it crashes (256+Mb on this PC).
Reproducible: Always
Steps to Reproduce:
1. go to http://www.english-heritage.org.uk/
2. accept the cookie always (not required?)
3. click on the "Terms and Conditions" link at the bottom of the page
Actual Results: Mozilla goes into the "loading" state and states to consume
more and more memory. Eventually all available memory is exhausted (and no page
is loaded).
Expected Results: The page should load and be displayed without a lot of memory
being used.
Reporter | ||
Comment 1•23 years ago
|
||
I have confirmed that this still occurs under mozilla 0.9.8 (Red Hat 7.2,
mozilla RPMs).
Comment 2•23 years ago
|
||
confirming on moz 0.9.8 on Win2k !
set confirmed and os = all ?
Looks like another case of recursive frames.
Suspect dup of bug 89300.
Assignee: asa → jkeiser
Component: Browser-General → HTMLFrames
QA Contact: doronr → amar
Comment 4•23 years ago
|
||
I confirm this in build 2002022108 on Mac OS X. (although I never did crash
since I have a gig of ram on this puppy)
Assignee | ||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → mozilla1.1
Reporter | ||
Comment 5•23 years ago
|
||
confirming on Mozilla 0.9.9 (build 2002031219) on Red Hat 7.2 x86.
(should this be marked as a dup of other frame problems and resolved?)
Comment 6•23 years ago
|
||
It still happens on mozilla1.0RC1 under W98SE
Talkback incident TB6926753H
Captured At: 02-06-2002 18:17
OS: Windows 2000 Professional SP2, Mozilla RC3
Reproducable: yes every time
When: allways (click "Terms & Conditions" as mentioned, wait, "mem exhaust")
*boom*
We need someone on Mac OS or another OS to confirm this. What I can confirm is
this: Crasher --> critical --> happening in latest trunk/etc. builds
As I said this is looking like cross platform crashing, but there weren't any
Mac OS users around to confirm. If this is happening on Linux is this happening
on FreeBSD? (Guessing is fun)
Comment 8•23 years ago
|
||
Adding some people ...
here is the page:
http://www.english-heritage.org.uk/default.asp?wci=mainframe&URL1=default.asp%3FWCI%3DNode%26WCE%3D191
this was found on the page:
<iframe id=BodyFrame name="BodyFrame" src="#" width="100%" height="100%"
scrolling="yes" frameborder="0" marginwidth="0" marginheight="0"></iframe>
note the src="#"
I think that might be causing moz to load the current page in the frame and
cause an infinite recursive chain of frames. It doesn't look as "evil" as bug
89300 though ;-)
Comment 10•23 years ago
|
||
*** Bug 127079 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
I'm confirming this on.
Mozilla 1.0
Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.0) Gecko/20020530
This as you see is Mozilla 1 and after doing step three from the first posting
i too had a resource problem after about 10 minutes and had to close the page
before a system failure.
Using Windows ME, and of course ram has nothing to do with resource drain under
windows but for the record, 512 megs of DDR for a 1,4 GHz AMD
Comment 12•23 years ago
|
||
Same behaviour on OS X 10.1.5 with a Chimera build that uses the
Mozilla 1.0 libraries. Looks like a recursive frame loading issue. The
loading never stops.
Updated•23 years ago
|
Priority: -- → P2
Comment 14•23 years ago
|
||
Comment 15•23 years ago
|
||
*** Bug 160543 has been marked as a duplicate of this bug. ***
Comment 16•23 years ago
|
||
*** This bug has been marked as a duplicate of 98158 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•