Closed
Bug 732849
Opened 12 years ago
Closed 12 years ago
IonMonkey: Assertion failure: !isIndex(&dummy), at vm/String.h:832
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
999 bytes,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 1fd6c40d3852 (run with --ion -n -m --ion-eager): a = []; evaluate("if ('1234' + '' != (01 )) { var a = [];}");
![]() |
Assignee | |
Comment 1•12 years ago
|
||
This probably broke with a merge.
Updated•12 years ago
|
Attachment #605103 -
Flags: review?(sstangl) → review+
![]() |
Assignee | |
Comment 2•12 years ago
|
||
http://hg.mozilla.org/projects/ionmonkey/rev/79b5d9b66d9a
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•11 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug732849.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•