Closed
Bug 466600
Opened 17 years ago
Closed 14 years ago
Bogus "InternalError: too much recursion" due to messing with toSource
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
273 bytes,
text/javascript
|
Details |
This script triggers "InternalError: too much recursion" after 32679 iterations. There's no recursion going on, as far as I can tell...
(Reduced from bug 456511 comment 34. Did that script make it into the test suite?)
| Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•14 years ago
|
||
With a current js shell, this runs without error now, even after I changed the loop to run 1000000 times (albeit slowly :-P).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•