Closed
Bug 1365480
Opened 8 years ago
Closed 8 years ago
Intermittent js/src/jit-test/tests/wasm/memory.js | ASAN:DEADLYSIGNAL (code 1, args "--wasm-always-baseline")
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: bulk-close-intermittents, intermittent-failure)
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Comment 1•6 years ago
|
||
This is race conditions of Ion off-thread compile. The --ion-eager can cause us to run code with little type info and the addition in memory.js sometimes uses a double. The fix is to add |0 before calling setJitCompileOptions.
This fix is landing as part of Bug 1503890.
Updated•6 years ago
|
Resolution: INCOMPLETE → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•