Closed
Bug 980368
Opened 9 years ago
Closed 9 years ago
Assertion failure: false (MOZ_ASSUME_UNREACHABLE(Unknown SIMD MIR Type)), at jit/MCallOptimize.cpp:290
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [fuzzblocker] [jsbugmon:update,ignore])
The following testcase asserts on mozilla-central revision 8122ffa9e1aa (run with --fuzzing-safe --ion-eager): var int32x4 = SIMD.int32x4; function test() { var a = int32x4(1, 2, 3, 0xaa); var x = SIMD.int32x4.withFlagX(a, true); } test(); test();
Reporter | ||
Comment 1•9 years ago
|
||
Niko, this is a fuzzblocker, can you take a look?
Flags: needinfo?(nmatsakis)
Whiteboard: [jsbugmon:update,bisect][fuzzblocker]
Reporter | ||
Updated•9 years ago
|
Whiteboard: [jsbugmon:update,bisect][fuzzblocker] → [fuzzblocker] [jsbugmon:update]
Reporter | ||
Comment 2•9 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/7efaabf97f0c user: Haitao Feng date: Tue Mar 04 20:06:26 2014 -0500 summary: Bug 943769 Part 2 -- Set up SIMD inlining infrastructure r=nmatsakis This iteration took 344.620 seconds to run.
Reporter | ||
Updated•9 years ago
|
Whiteboard: [fuzzblocker] [jsbugmon:update] → [fuzzblocker] [jsbugmon:update,ignore]
Reporter | ||
Comment 3•9 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 0dc1be930880).
Comment 4•9 years ago
|
||
This was due to the incomplete patch that was backed out.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(nmatsakis)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•