Closed
Bug 642151
Opened 14 years ago
Closed 14 years ago
JM: Assertion failure: Call site vanished., at ./methodjit/Compiler.cpp:2467
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 641535
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following test case (run -n -a -m) causes the assertion on JM tip (tested on 64 bit):
Array.prototype[1] = 'bar';
var a = [];
a[__lookupSetter__[1]]='foo';
This could be related to 641535 but I'm not sure if it's the same.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•