Closed
Bug 652415
Opened 15 years ago
Closed 13 years ago
Crash due to call stack overflow [@ xml_toString]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: decoder, Unassigned)
Details
(Keywords: crash, testcase, Whiteboard: js-triage-needed)
Crash Data
The following code crashes on TM revision 90a7b141e0cf (no options required):
x = <alpha><delta></delta></alpha>;
XML.prettyIndent = x;
x.toString();
Crash is due to a call stack overflow, so most likely not security relevant.
Updated•15 years ago
|
Crash Signature: [@ xml_toString]
| Reporter | ||
Comment 1•14 years ago
|
||
Confirmed to be still valid on m-c revision 7ed661aa832d.
Summary: TM: Crash due to call stack overflow [@ xml_toString] → Crash due to call stack overflow [@ xml_toString]
| Reporter | ||
Updated•14 years ago
|
Whiteboard: js-triage-needed
Updated•14 years ago
|
OS: Linux → All
You need to log in
before you can comment on or make changes to this bug.
Description
•