Closed
Bug 981296
Opened 11 years ago
Closed 11 years ago
GenerationalGC: Assertion failure: table, at js/HashTable.h:1466 or Crash [@ Range] with OOM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: decoder, Assigned: terrence)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update,bisect])
Attachments
(1 file)
(deleted),
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on mozilla-central built with --enable-exact-rooting --enable-gcgenerational, revision d01bf8596d3b (run with --fuzzing-safe):
gczeal(13,1);
gcparam("maxBytes", gcparam("gcBytes") + (false )*1024);
newGlobal("same-compartment");
Assignee | ||
Comment 1•11 years ago
|
||
The initial shapes table is created lazily, so don't verify it is correct before it is created.
Updated•11 years ago
|
Attachment #8388776 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•