Closed
Bug 930990
Opened 12 years ago
Closed 12 years ago
Assertion failure: consumer->isConsistentFloat32Use(), at jit/IonAnalysis.cpp:933
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: decoder, Assigned: bbouvier)
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
Attachments
(2 files)
636 bytes,
text/plain
|
Details | |
1.23 KB,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on mozilla-central revision 5a9ac6fed6ff (run with --fuzzing-safe --ion-eager):
do {} while (Math.fround(Math.random()));
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,bisect]
Assignee | ||
Comment 2•12 years ago
|
||
Slightly changed the test so that it doesn't iloop when working.
Updated•12 years ago
|
Attachment #822392 -
Flags: review?(sstangl) → review+
Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Reporter | ||
Comment 3•12 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/03fdc9e5eea3
user: Benjamin Bouvier
date: Tue Oct 22 14:51:37 2013 +0200
summary: Bug 913282: More Float32 operators: comparisons; p=dougc,bbouvier, r=jonco,h4writer
This iteration took 10.817 seconds to run.
Assignee | ||
Comment 4•12 years ago
|
||
And once again, my edge connection is not enough to push :/
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•