Closed
Bug 613161
Opened 14 years ago
Closed 14 years ago
TM: "Assertion failure: LIR type error (start of writer pipeline): arg 1 of 'eqd' is 'immi' which has type int (expected double)"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 613152
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: gkw, Unassigned)
Details
(Keywords: assertion, regression, testcase, Whiteboard: [sg:critical?])
Attachments
(2 files)
try {
var {} = (e),
x = x
} catch(e) {}
for (l in [0, 0, 0, 0, 0, 0, 0, 0, 0]) {
if (undefined++)(d)
}
asserts js debug shell on TM changeset d446894bc3a6 with -j at Assertion failure: LIR type error (start of writer pipeline): arg 1 of 'eqd' is 'immi' which has type int (expected double)
s-s because this is a LIR type error.
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
same as 613692?
Updated•14 years ago
|
blocking2.0: ? → betaN+
Updated•14 years ago
|
Whiteboard: [sg:critical?]
Reporter | ||
Comment 3•14 years ago
|
||
Due to cross compile breakage, attached is the regression window.
Comment 4•14 years ago
|
||
Same regression and fix range as bug 613152.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•