Closed Bug 920028 Opened 11 years ago Closed 11 years ago

Assertion failure: conversion != MToDouble::NumbersOnly, at jit/Lowering.cpp:1580

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED
mozilla27
Tracking Status
firefox24 --- unaffected
firefox25 --- unaffected
firefox26 --- affected
firefox27 --- affected
firefox-esr17 --- unaffected
firefox-esr24 --- unaffected

People

(Reporter: decoder, Assigned: bhackett1024)

References

Details

(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])

Attachments

(2 files, 1 obsolete file)

The following testcase asserts on mozilla-central revision 1fda74e33e06 (run with --fuzzing-safe):


function f0(p0) {
    do {} while (true + 0 > p0);
}
f0(.61);
Whiteboard: [jsbugmon:update,bisect]
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
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/c2aa14f70497
user:        Brian Hackett
date:        Tue Aug 06 15:11:56 2013 -0600
summary:     Bug 902009 - Fold ToDouble(ToInt32(v)) conversions, r=jandem.

This iteration took 329.600 seconds to run.
Attachment #809172 - Attachment is obsolete: true
Brian, is bug 902009 a likely regressor?
Blocks: 902009
Keywords: regression
Flags: needinfo?(bhackett1024)
Attached patch patchSplinter Review
When folding ToDouble(ToInt32(x)) the ToDouble can tolerate any input which the ToInt32 would have.
Attachment #813543 - Flags: review?(jdemooij)
Flags: needinfo?(bhackett1024)
Assignee: general → bhackett1024
Attachment #813543 - Flags: review?(jdemooij) → review+
https://hg.mozilla.org/mozilla-central/rev/0fe9f2f83046
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: