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)
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();
Reporter | ||
Updated•12 years ago
|
status-firefox30:
--- → affected
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
Seems like this has already been fixed in newer versions, marking WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Group: core-security → core-security-release
Updated•8 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•