Closed Bug 162384 Opened 22 years ago Closed 22 years ago

Infinite recursion in frames not detected. Memory exhaustion.

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 98158

People

(Reporter: alyandon, Assigned: Matti)

References

()

Details

Probably related to Bug #161375 The URL may or may not be fixed by the time this is looked at. Mozilla fails to properly detect infinite frame recursion and will happily chew up memory until you kill the process. The content of the URL at present is listed below. The problem is that each referenced .htm file has the same content as the URL. ------------------------------------------------- <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> <TITLE>Boneyards</TITLE> </HEAD> <FRAMESET border = 0 COLS = "207, 50%"> <FRAME NAME = "BYNAV" SRC = "bynav.htm" scrolling="no"> <FRAMESET rows = "89,71%,29%"> <FRAME NAME = "BYBANNER" SRC = "bybanner.htm" scrolling="no"> <FRAME NAME = "MAIN" SRC = "main.htm"> <FRAME NAME = "BYPRODUCTS" SRC = "byproducts.htm" scrolling="no"> </frameset> </FRAMESET> </HTML> -------------------------------------------------
we have mechanisms to deal with this in place... we even have bugs on improving those mechanisms.
Whiteboard: DUPEME
*** This bug has been marked as a duplicate of 98158 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.