Closed
Bug 47348
Opened 26 years ago
Closed 26 years ago
Some javascript code causes mozilla to hang
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: darkskyz, Assigned: jst)
Details
Attachments
(1 file)
|
239 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16 i686; en-US; m18) Gecko/20000801
BuildID: 2000080108
The attached file contains JS code that causes mozilla to crash. It also crashes
IE, but not NN.
Reproducible: Always
Steps to Reproduce:
1. Open attached file.
Actual Results: Mozilla hangs.
Expected Results: Mozilla shows a page that has a flashing black and white
background.
| Reporter | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Comment 2•26 years ago
|
||
The testcase will not work in mozilla (since it is an infinite loop in JS and
that locks up the main thread in mozilla untill the loop ends) but even if it
won't work it should not cause mozilla to lock up. The lockup is coverd by bug
13350 so I'm marking this as a dup of that bug...
*** This bug has been marked as a duplicate of 13350 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•