Closed
Bug 582882
Opened 15 years ago
Closed 15 years ago
JM: "Assertion failure: kind == GetFinalizableThingTraceKind(thing),"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
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
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
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.
Description
•