Closed Bug 653400 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: fe->isType(JSVAL_TYPE_DOUBLE), at ./methodjit/FrameState.cpp:894

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 653249

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

The following testcase asserts on TI revision 09cce9915b80 (run with -m -n -a),
tested on 64 bit:

function createMandelSet() {
    imagRange = { min: 1.5, max: 1.5 };
    for (var j = 0, curImag = imagRange.max; ; j, curImag+=imagStep) {}
}(createMandelSet(), true);
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
A testcase for this bug was already added in the original bug (bug 653249).
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.