Closed Bug 973615 Opened 12 years ago Closed 11 years ago

Assertion failure: Integer input should be equal or higher than Lowerbound., at it/IonMacroAssembler.cpp:1223

Categories

(Core :: JavaScript Engine, defect)

ARM
Linux
defect
Not set
major

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox30 --- affected

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

The following testcase asserts on mozilla-central revision f6ab28f98ee5 (x86 ARM simulator build, run with --fuzzing-safe --ion-eager --ion-regalloc=backtracking --ion-check-range-analysis): setObjectMetadataCallback(function(obj) {}); function foo() { function do_abs(x) { return Math.abs(x); } for (var i=1 ; i<50 ; i++) do_abs(-1.5); undefined + "o"; } foo();
Blocks: 959597
No longer blocks: IonFuzz
Seems like this has already been fixed in newer versions, marking WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Group: core-security → core-security-release
Group: core-security-release
You need to log in before you can comment on or make changes to this bug.