Assertion failure: input->type() == MIRType::Double
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
People
(Reporter: 1422930734, Unassigned)
Details
(Keywords: reporter-external, Whiteboard: [reporter-external] [client-bounty-form] [verif?])
Attachments
(1 file)
|
389 bytes,
text/plain
|
Details |
Assertion failure: input->type() == MIRType::Double, at /root/AFL/compile/gecko-dev/js/src/jit/Lowering.cpp:2906
Segmentation fault (core dumped)
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Thanks for the report.
I can't reproduce this on central so we'll need some additional information:
- Which branch (and code commit) did you use? I checked the central/beta/release/esr78 branches and I don't see that assertion on Lowering.cpp:2906.
- What's the architecture? 32-bit or 64-bit?
| Reporter | ||
Comment 2•5 years ago
|
||
version: JavaScript-C72.0a1
architecture: 64-bit
Comment 3•5 years ago
|
||
Firefox 72 is no longer supported. You'll need to find a more recent build of Firefox that is affected.
Comment 4•5 years ago
|
||
Can you reproduce this issue on a more recent version? ESR78 is the most recent version that is still supported.
Comment 5•5 years ago
|
||
If we get more info we can reopen this bug, but looks like it got fixed some time in the last year+
In fact a bug with this assertion was fixed in Release 72 which would be later than your nightly build
Comment 6•5 years ago
|
||
Same assert as bug 1593971, which was fixed in 72.
Updated•5 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•