Closed Bug 725011 Opened 12 years ago Closed 12 years ago

IonMonkey: Assertion failure: analysis->jumpTarget(pc), at ion/TypeOracle.cpp:152

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Assigned: dvander)

References

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

The following testcase asserts on ionmonkey revision c34398f961e7 (run with --ion -n -m), tested on 64 bit:


DoWhile( new DoWhileObject( (/[\u0076\u0095]/gm ), 1, 0 ));
function DoWhileObject( value, iterations, endvalue ) {}
function DoWhile( object ) {
  do {
    throw DoWhile(1), "", i < test;
  } while( object.value );
}
Attached patch fixSplinter Review
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #596242 - Flags: review?(jdemooij)
Attachment #596242 - Flags: review?(jdemooij) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/05f26aaf851c
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug725011.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.