Closed Bug 710934 Opened 13 years ago Closed 13 years ago

[IncrementalGC] Assertion failure: nextTos <= limit, at jsgc.h:1647

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Assigned: billm)

Details

(Keywords: assertion, testcase)

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


var a = new Array(1000 * (true  ));
for (i = 0; i != 50*1000; ++i)
  a = [a, a.concat()];
  gc();
This was fixed by:
https://hg.mozilla.org/projects/larch/rev/1f258248cb12
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.