Closed Bug 582882 Opened 14 years ago Closed 14 years ago

JM: "Assertion failure: kind == GetFinalizableThingTraceKind(thing),"

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: gkw, Unassigned)

References

Details

(Keywords: assertion, regression, testcase)

function f1(code) {
    f = Function(code)
    f2()
}
function f2() {
    f()
}
f1("d=this.__defineGetter__(\"x\",gc)")
f1("b(x&=w);function b(){}")

asserts js debug shell on JM changeset 3700c42a8e82 with -m at Assertion failure: kind == GetFinalizableThingTraceKind(thing), at ../jsgc.cpp:2086
http://hg.mozilla.org/users/danderson_mozilla.com/moo/rev/aad930cb9dc0

filed follow-up bug 583084
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/bug582882.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.