Closed
Bug 842832
Opened 12 years ago
Closed 12 years ago
js shell crashes running Octane on ARM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 843911
People
(Reporter: vlad, Unassigned)
Details
Doing a m-c js shell build (github m-c 093f3b05) on ARM, just configure && make, crashes eventually when running Octane via "./js -f run.js". The crash is in jit code.
I can reproduce this on my Chromebook. Seems to be in pdfjs.js, does not happen with --no-jm, and happens with --no-ion. Maybe a bug in JM typed arrays? Also maybe related to the other emscripten test case after all.
Oh, typed array jit-tests with --args="--no-ion -m -a" fail for me too.
We can't reproduce this on a Tegra 2, so assuming it's a hardfp compat issue.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•