Closed
Bug 555155
Opened 15 years ago
Closed 15 years ago
JM: "Assertion failure: !cx->throwing, at ../methodjit/Stubs.cpp"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
(function() {
throw (function f(a, b) {
if (a.h == b) {
return eval("((function(){return 1})())!=this")
}
f(b)
})([], 0)
})()
asserts js debug shell on JM tip with -m and -j at Assertion failure: !cx->throwing, at ../methodjit/Stubs.cpp:3344
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/bug555155.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•