Closed
Bug 984344
Opened 11 years ago
Closed 10 years ago
Assertion failure: IsCompatibleLIRCoercion(def->type(), as->type()), at jit/shared/Lowering-shared-inl.h:195
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 995166
Tracking | Status | |
---|---|---|
firefox30 | --- | affected |
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:])
Attachments
(1 file, 1 obsolete file)
1.17 KB,
text/plain
|
Details |
The following testcase asserts on mozilla-central revision 25cfa01ba054 (run with --fuzzing-safe --ion-compile-try-catch --ion-check-range-analysis --ion-eager):
function exitFunc (funcName) {
if (funcName)
funcName += "()";
}
test();
function test()
exitFunc ('test');
evaluate("exitFunc(new exitFunc());", { compileAndGo : true, noScriptRval : true });
Reporter | ||
Comment 1•11 years ago
|
||
Forgot to clean up the options, --ion-eager --fuzzing-safe is sufficient.
status-firefox30:
--- → affected
Whiteboard: [jsbugmon:update,bisect]
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Reporter | ||
Comment 3•11 years ago
|
||
JSBugMon: Bisection requested, result:
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: http://hg.mozilla.org/mozilla-central/rev/9c18da81043e
user: Hannes Verschore
date: Thu Feb 13 23:19:15 2014 +0100
summary: Bug 953164 - IonMonkey: Improve type information at branches, r=jandem
This iteration took 165.820 seconds to run.
Reporter | ||
Comment 4•11 years ago
|
||
Attachment #8392169 -
Attachment is obsolete: true
Reporter | ||
Updated•10 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Reporter | ||
Comment 5•10 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 448f2153d6d3).
Reporter | ||
Updated•10 years ago
|
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:bisectfix]
Reporter | ||
Updated•10 years ago
|
Whiteboard: [jsbugmon:bisectfix] → [jsbugmon:]
Reporter | ||
Comment 6•10 years ago
|
||
JSBugMon: Fix Bisection requested, result:
=== Tinderbox Build Bisection Results by autoBisect ===
The "bad" changeset has the timestamp "20140522082217" and the hash "80bbd2f2526b".
The "good" changeset has the timestamp "20140522083817" and the hash "4b9f69a50b16".
Likely fix window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=80bbd2f2526b&tochange=4b9f69a50b16
Reporter | ||
Updated•10 years ago
|
Group: core-security
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•9 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
•