Closed
Bug 300234
Opened 20 years ago
Closed 20 years ago
Firefox Crashed by script...
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
DUPLICATE
of bug 271718
People
(Reporter: webmaster, Unassigned)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
93 bytes,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
Bad Script ----> http://www.spyro.it/crasher.txt
Reproducible: Always
Steps to Reproduce:
1. I have created this script hoping that it does not provoke crash like on
Internet explorer and the others browser (Bad Script:
http://www.spyro.it/crasher.txt)
Actual Results:
Firefox (or any other browser that it uses java) with this script provokes a
crash making to lose ALL the job.
Expected Results:
Task is sufficente to make to ignore to the application a commando as this.
This bug don't create an error reports, but it closes the application that has
executed this code!!
Updated•20 years ago
|
QA Contact: javascript.console → general
Updated•20 years ago
|
Attachment #188806 -
Attachment mime type: text/plain → text/html
Updated•20 years ago
|
Assignee: nobody → general
Component: General → JavaScript Engine
Keywords: crash
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
Updated•20 years ago
|
Attachment #188806 -
Attachment mime type: text/html → text/plain
(In reply to comment #1)
> That link is 404...
this script:
<HTML>
<SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
</HTML>
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 271718 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•