Closed
Bug 153108
Opened 23 years ago
Closed 23 years ago
URL, testcase hangs browser
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: stf, Assigned: jst)
References
()
Details
(Keywords: hang, testcase, Whiteboard: Caution: testcase will hang Mozilla and IE)
Attachments
(1 file)
346 bytes,
text/html
|
Details |
This crash page hangs up chimera (and crashes immediately M$IE 5.2 :-)
That's the last intentional crash URL I'm sending, there are hundreds of them,
if you want me to find other ones who are giving problems to chimera please
email me and I'll do the tests.
Comment 1•23 years ago
|
||
Do you notice any particular patterns that contribute to these crashes? Do
these crashes have to do with the same page elements, e.g. certain html tags or
plugins? If you can identify what the causes may be, file a crash bug for each
of those causes, attach your crash logs in each of those cases, and specify the
URLs for each, that would be wonderful.
Reporter | ||
Comment 2•23 years ago
|
||
I'll make additional researches on that infizz page.
This one has several items to crash M$IE 5.2 immediately.
http://www.red-demon.com/2.html
Chimera seems to be in "Loading..." I don't know if it's because java is not
enabled (though Java and Javascript are ON in the prefs) or javascript is too
slow or window.open disabled by default.
Reporter | ||
Comment 3•23 years ago
|
||
http://www.red-demon.com/1.html
contains also several items to crash a browser, no page 3.
Comment 4•23 years ago
|
||
Finally figured out which of the tests was crashing and created a testcase.
It's the one labeled "flash crash test." Here's the offending code:
<script>
var color = new Array;
color[1] = "white";
color[2] = "white";
for(x = 0; x <3; x++)
{
document.bgColor = color[x]
if(x == 2)
{
x = 0;
}
}
</script>
The testcase hung Chimera/20020621, FizzillaCFM/2002061014, and IE 5.2 (4609).
Component: General → Browser-General
Keywords: testcase
Product: Chimera → Browser
Summary: url hangs up chimera must force quit → URL, testcase hangs browser
Whiteboard: Caution: testcase will hang Mozilla and IE
Version: unspecified → other
Comment 6•23 years ago
|
||
This hung 2002072808 on Windows XP Home Edition. This is obviously cross-platform.
OS: MacOS X → All
Hardware: Macintosh → All
silly script that has to run forever
Assignee: saari → jst
Component: Browser-General → DOM Level 0
QA Contact: winnie → desale
Assignee | ||
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 13350 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•