Closed Bug 909276 Opened 11 years ago Closed 11 years ago

Assertion failure: *to != *moves_[i].to(), at jit/LIR.cpp:350 with backtracking register allocation

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 900683
Tracking Status
firefox24 --- affected
firefox25 --- affected
firefox26 --- affected
firefox27 --- affected

People

(Reporter: decoder, Unassigned)

Details

(Keywords: assertion, testcase)

Attachments

(1 file, 1 obsolete file)

The following testcase asserts on mozilla-central revision 4887845b1142 (run with --ion-eager --ion-regalloc=backtracking): function test() { var actual = ''; for (var next = 0 of ignoreComments) { actual += a; for (var b in x) { actual += b.eval("args = [-0, NaN, -1/0]; this.f(-0, NaN, -1/0);"); } } var y = Iterator([1,2,3], true); for (var c in y) {} } test();
Attachment #795386 - Attachment is obsolete: true
Yes, I can confirm it's the same as bug 900683.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: