Closed
Bug 877512
Opened 12 years ago
Closed 11 years ago
Crash [@ js::ion::InvalidateAll] with OOM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
638 bytes,
text/plain
|
Details |
The following testcase crashes on mozilla-central revision 8d85de779506 (no options required):
var lfcode = new Array();
lfcode.push("oomAfterAllocations(5); gc();");
evaluate(lfcode.shift());
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•11 years ago
|
||
This crash (jsinfer.cpp:4068, !newProp) is now handled by CrashAtUnhandlableOOM().
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•