Closed Bug 706452 Opened 13 years ago Closed 13 years ago

Assertion failure: !rt->gcRunning, at js/src/jsgc.cpp:2313

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 7f5adef938aa (options -m -n -a):


var a = [], sum1 = 0, sum2 = (/\u00d6[]\u00b5/ );
for (var i = 0; i < 10; i)
    sum1 += a.push(i);
assertEq(testArrayPushPop(), "55,45");
Assignee: general → wmccloskey
This is also on trunk, but it's really just a bogus assertion.

https://hg.mozilla.org/projects/larch/rev/dcd231a0addc
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
(In reply to Bill McCloskey (:billm) from comment #1)
> This is also on trunk, but it's really just a bogus assertion.
> 
> https://hg.mozilla.org/projects/larch/rev/dcd231a0addc

Should we port this to m-c?
That test still reproduces for me and the revision above doesn't seem to exist. Something went wrong I guess? :D
You need to log in before you can comment on or make changes to this bug.