Closed Bug 710933 Opened 13 years ago Closed 13 years ago

[IncrementalGC] Assertion failure: savedTos < gcmarker->stack.tos, at jsgcmark.cpp:810

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Assigned: billm)

References

Details

(Keywords: assertion, testcase)

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


var appendToActual = function(s) {
    actual += s + ',';
}
actual = '';
function g(a) {
  for (var i = 0; i < 3; ++i) {
    a();
  }
}
function f(y) {
  for (var i = 0; i < 7; -i) {
    q = function() { appendToActual(y); };
    g(q);
  }
}
  f("Function.prototype = null; Function.prototype");
http://hg.mozilla.org/projects/larch/rev/9ff54d96a526
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.