Closed
Bug 785355
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: false (unsupported branch relocation), at ion/arm/Assembler-arm.cpp:579
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
The following testcase asserts on ionmonkey revision d6599c909132 (run with --ion -n -m --ion-eager):
function printBugNumber (num) {}
try {
var BUGNUMBER = 341499;
printBugNumber(BUGNUMBER);
gc();
} catch(exc0) {}
Reporter | ||
Comment 1•13 years ago
|
||
This was based on the wrong source, with tip, it doesn't repro anymore.
Group: core-security
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•