Closed Bug 932393 Opened 11 years ago Closed 11 years ago

Assertion failure: outputType == MIRType_Value, at jit/Lowering.cpp:1967

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 916752

People

(Reporter: decoder, Unassigned)

Details

(Keywords: assertion, testcase)

The following testcase asserts on mozilla-beta revision d0248e4d4357 (threadsafe build, run with --fuzzing-safe --ion-eager --ion-regalloc=backtracking):


function reportCompare () {}
reportCompare();
function footest() {
new reportCompare();
var o = { toString: function() {} };
expect = o.toString();
} footest();
This is beta only (possibly aurora, haven't tried) and I got the options messed up, actually --ion-eager suffices. It could be that we fixed this problem already and either forgot to uplift, or it's not a security problem and we did not bother to uplift. I was not able to find the specific bug though.

Hannes, can you take a look?
Per comment 1.
Flags: needinfo?(hv1989)
This is bug 916752, bogus assert. That's probably the reason I didn't uplift. Should I or can I just ignore?
Flags: needinfo?(hv1989)
Yes, we can mark it as duplicate then.
Group: core-security
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.