Closed
Bug 582898
Opened 15 years ago
Closed 15 years ago
JM: "Assertion failure: frame.stackDepth() == opinfo.stackDepth,"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
let(x = "") {
x++
}
asserts js debug shell on JM changeset 3700c42a8e82 with -m at Assertion failure: frame.stackDepth() == opinfo.stackDepth, at ../methodjit/Compiler.cpp:449 when passed in as a CLI argument.
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/bug582898.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•