Closed
Bug 714619
Opened 14 years ago
Closed 13 years ago
[IncrementalGC] Assertion failure: IsMarkedOrAllocated(static_cast<Cell *>(thing)), at jsgc.cpp:4226
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 723313
People
(Reporter: decoder, Assigned: billm)
Details
(Keywords: assertion, testcase)
The following test asserts on larch branch (incremental GC) revision af4c75977447 (options -m -n -a):
try {
(function f(i) {
f(this + this);
})(1)
} catch (e) {}
gczeal(4);
function g(n, h) {
var t = g(n - 1, h);
}
for (var i = 0; ( g("Object.create({get a() {}, set a(v) {}})")) < arr.length; i++)
new i(h, x([x[i]]), x(r.arr(/\S/)));
Assignee | ||
Comment 1•14 years ago
|
||
I haven't been able to reproduce this so far. How long do i have to run it for?
Assignee | ||
Comment 2•13 years ago
|
||
I was able to reproduce this on the langfuzz box. It's a false positive. It was fixed by the patch to use exact scanning for the VM stack.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•