Closed
Bug 647547
Opened 10 years ago
Closed 10 years ago
TI: Assertion failure: kind == NAME || kind == XNAME, at ./methodjit/PolyIC.h:530
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
The following code asserts on TI tip (run with -n -m -a), tested on 64 bit: DoWhile(new DoWhileObject); new DoWhileObject("", Boolean); function DoWhileObject( d, e, s ) { this.whileExpression=e; } function DoWhile( object ) { while ( object.whileExpression ) eval( ); Boolean }
Comment 2•10 years ago
|
||
Corruption during IC processing because js_FindProperty triggered recompilation. http://hg.mozilla.org/projects/jaegermonkey/rev/8c6e7d8864d7
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•8 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/recompile/bug647547.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•