Closed
Bug 709632
Opened 13 years ago
Closed 13 years ago
[IncrementalGC] Assertion failure: trc->runtime->gcIncrementalState == NO_GC || trc->runtime->gcIncrementalState == MARK_ROOTS, at jsgcmark.cpp:584
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: billm)
Details
(Keywords: assertion, testcase)
The following test asserts on larch branch (incremental GC) revision 341396ef32a8 (options -m -n):
gczeal(4);
countHeap();
Assignee | ||
Comment 1•13 years ago
|
||
Bogus assertion.
https://hg.mozilla.org/projects/larch/rev/21a0fe1c6f3f
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
•