Closed
Bug 140358
Opened 23 years ago
Closed 23 years ago
Energizer Site Crashes Mozilla
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: rturnbul, Assigned: rogerl)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
71.50 KB,
text/plain
|
Details |
Windows 2000, Mozilla Build ID: 2002041711
Go to data.energizer.com
Mozilla immediately crashes.
WorksForMe on linux 2002042509 1.0.0 branch. Anyone with a trunk Win2000 build?
Setting severity to critical because it's a crasher.
Severity: normal → critical
Keywords: crash
Comment 2•23 years ago
|
||
confirming with win2k build 20020425.. (trunk)
-> JS Engine (Please bounce it to Dom0 if I'm again wrong)
Assignee: Matti → rogerl
Status: UNCONFIRMED → NEW
Component: Browser-General → JavaScript Engine
Ever confirmed: true
QA Contact: imajes-qa → pschwartau
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
Yes, this is a JS Engine bug alright: stack overflow due to too much
tail recursion. In fact, this is a duplicate of bug 133897 at
http://data.energizer.com, itself marked as a duplicate of bug 96526:
"JS code generator needs to eliminate tail recursion, avoid stack overflow"
I'm going to dupe this against bug 96526, where the work will actually
be done, and cc'ing everyone here on that bug so they can follow progress
on it -
*** This bug has been marked as a duplicate of 96526 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
Marking Verified Duplicate. I've cc'ed you all on the other bug -
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•