Closed
Bug 122375
Opened 23 years ago
Closed 23 years ago
Crashes on the site above
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: hanno, Assigned: asa)
References
()
Details
It crashes on the site above.
Its a test for browsers, it crashes nearly every browser.
Comment 1•23 years ago
|
||
Confirmed, WinME and 2002012803
Comment 2•23 years ago
|
||
and this is already known...
I'll try to find the dupe
Comment 3•23 years ago
|
||
I saw the exact same testcase in bugzilla (with another URL) but I can't find
this bug ....
Whiteboard: DUPEME
Comment 4•23 years ago
|
||
Confirmed 20020128-0.9.8/WinNT4 - recursively fills the screen
with frames inside frames until all memory is eaten and the
browser dies.
I have a Talkback, but the talkback server appears to be down
and has been for 24 hours now ...
Here's an odd one: trying to go to another page after this one
crashes Mozilla every time ... if I hit 'stop' on this page and
then either (a) hit alt+home or (b) reload this page, Mozilla
dies immediately. I have a Talkback for this too (with note in
comments about the difference from the previous one).
Suggested solution: Mozilla needs to fail more gracefully when
out of memory. And/or detect recursive frames and put some limit
on how far they can go.
Here is the HTML for 'killer.php'. Note that it calls itself.
We might also write to the author asking for the source on the
PHP used.
<html>
<head>
<title> Browser Killer Page! </title>
</head>
<body bgcolor="#FFFFFF">
<br><br><br><center>
<form target="_top" action="killer.php" method="post">
<input type="hidden" name="nroa" value="1">
<input type="hidden" name="nrob" value="1">
<input type="hidden" name="nroc" value="1">
<input type="hidden" name="nrod" value="1">
<input type="submit" value="Save your work before click'n this!">
</form>
</body>
</html>
Assignee | ||
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 89300 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
*** Bug 139108 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•