Closed
Bug 836720
Opened 12 years ago
Closed 12 years ago
"InternalError: too much recursion" not correctly caught
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: freddy, Unassigned)
References
Details
This snippet raises an Internal Error as given in the title, when entered into the js shell:
Function("meh",{ "toString": function() { console.log(this) },})
In DevTools it follows all the recursions, which causes Firefox to stop responding.
Comment 1•12 years ago
|
||
Thanks for your bug report. This is fixed in the patch for bug 783499.
Comment 2•12 years ago
|
||
This bug seems to be fixed by bug 783499. Reopen if needed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•