Closed
Bug 671797
Opened 14 years ago
Closed 13 years ago
Too-much-recursion through array_forEach
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: Waldo)
Details
(Keywords: crash, testcase, Whiteboard: js-triage-needed)
Attachments
(2 files)
No description provided.
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 3•14 years ago
|
||
Hey, this is why we should self-host forEach! ;)
| Assignee | ||
Comment 4•14 years ago
|
||
Might need a recursion check in bound functions, or might need it for array extras. Will investigate soon.
Assignee: general → jwalden+bmo
Status: NEW → ASSIGNED
OS: Windows 7 → All
Hardware: x86_64 → All
Updated•14 years ago
|
Whiteboard: js-triage-needed
| Reporter | ||
Comment 6•14 years ago
|
||
See also bug 684462, with Array.sort.
Comment 7•13 years ago
|
||
Jesse, bug 779215 likely fixed a lot of these bugs. Perhaps you'd like to retest?
| Reporter | ||
Comment 8•13 years ago
|
||
The testcase now correctly throws a JavaScript exception, "too much recursion" :)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•