Closed
Bug 645293
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: unsigned(sp - entries) < feLimit(), at ./methodjit/FrameState-inl.h:223
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 644970
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following code asserts on TI tip (run with -n -m -a), tested on 64 bit:
assertEqArr("abc".split(/((()))./, NaN-- ), ["",""]);
Comment 1•14 years ago
|
||
The patch in bug 644970 fixes this.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/bug645293.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•