Closed
Bug 706348
Opened 13 years ago
Closed 13 years ago
[IncrementalGC] "Assertion failure: static_cast<Cell *>(thing)->isMarked(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: billm)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
for each(z in (gczeal(4, true)));
asserts js debug shell on larch changeset 7f5adef938aa without any CLI arguments at Assertion failure: static_cast<Cell *>(thing)->isMarked(),
Reporter | ||
Comment 1•13 years ago
|
||
Bill, I'm guessing you might want to take this too :)
Assignee: general → wmccloskey
Version: Trunk → Other Branch
Assignee | ||
Comment 2•13 years ago
|
||
I broke the write barrier verifier when doing incremental GC. This checkin fixed it:
https://hg.mozilla.org/projects/larch/rev/3ac7995c0101
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•