Closed
Bug 659766
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: rejoin != REJOIN_NATIVE && rejoin != REJOIN_NATIVE_LOWERED, at methodjit/Retcon.cpp:236
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
798 bytes,
application/javascript
|
Details |
The attached testcase asserts on TI revision 8bcb569c9bf9 (run with -j -m -a -n), tested on 64 bit.
Comment 1•14 years ago
|
||
Ran across this while optimizing arguments and fixed this assert in rev 81997070017e (testcase added). Bogus assert, wasn't accounting for the case where we are in the middle of a native call and need to expand inlined frames above the frame which made the native call.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/recompile/bug659766.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•