Closed
Bug 1522259
Opened 6 years ago
Closed 6 years ago
ARM64: Crash in atomics/optimization-tests.js
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1522249
People
(Reporter: sstangl, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [arm64:m3])
When run on ARM64 hardware, this test fails: atomics/optimization-tests.js
The arguments passed are as follows:
--ion-eager --ion-offthread-compile=off --more-compartments atomics/optimization-tests.js
--ion-eager --ion-offthread-compile=off --ion-check-range-analysis --ion-extra-checks --no-sse3 --no-threads atomics/optimization-tests.js
--baseline-eager atomics/optimization-tests.js
The crash signature is as follows:
Hit MOZ_CRASH(NYI) at /home/sstangl/dev/gecko-dev/js/src/jit/arm64/Lowering-arm64.cpp:371
That line number corresponds to LIRGenerator::visitAtomicTypedArrayElementBinop.
Comment 1•6 years ago
|
||
[arm64:m3] because we should fix reproducible test crashes before letting ARM64 Fennec Nightly ride the trains to Beta.
status-firefox64:
--- → wontfix
status-firefox65:
--- → wontfix
status-firefox66:
--- → affected
status-firefox-esr60:
--- → wontfix
Keywords: crash
Whiteboard: [arm64:m3]
Reporter | ||
Comment 2•6 years ago
|
||
Closing -- I have thoroughly tried to get this failure to reproduce with the latest m-c, and it does not.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•6 years ago
|
||
Ahem, tabs got switched. Not this bug!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 4•6 years ago
|
||
This is fixed by the patch landing for Bug 1522249.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•