Closed Bug 706646 Opened 13 years ago Closed 13 years ago

[IncrementalGC] Assertion failure: isMarkStackEmpty(), at jsgc.cpp:1784

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 706447

People

(Reporter: decoder, Assigned: billm)

Details

(Keywords: assertion, testcase)

The following test asserts on larch branch (incremental GC) revision e56cdac82986 (options -m -n -a):

try {} catch(exc1) {}
var TOTAL_MEMORY = 50 * 1024 * 1024;
HEAP = new Int32Array(TOTAL_MEMORY);
This seems to have been fixed by:
https://hg.mozilla.org/projects/larch/rev/ecb527746947
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Resolution: FIXED → DUPLICATE
You need to log in before you can comment on or make changes to this bug.