Closed
Bug 554651
Opened 15 years ago
Closed 15 years ago
JM: "Assertion failure: !TRACE_RECORDER(cx), at ../methodjit/Stubs.cpp"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
(function() {
try {
(Function("__defineGetter__(\"x\",(Function(\"for(z=0;z<6;z++)(x)\")))"))()
} catch(e) {}
})()
((function f(d, aaaaaa) {
if (bbbbbb = aaaaaa) {
x
}
f(bbbbbb, aaaaaa + 1)
})([], 0))
asserts js debug shell with -m and -j on JM tip at Assertion failure: !TRACE_RECORDER(cx), at ../methodjit/Stubs.cpp:3622
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/bug554651.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•