Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm2js -O --emscripten crashes #2558

Closed
aheejin opened this issue Dec 26, 2019 · 0 comments · Fixed by #2574
Closed

wasm2js -O --emscripten crashes #2558

aheejin opened this issue Dec 26, 2019 · 0 comments · Fixed by #2574

Comments

@aheejin
Copy link
Member

aheejin commented Dec 26, 2019

wasm2js -O --emscripten work.wasm

crashes with an error message:

invalid type
UNREACHABLE executed at src/asmjs/asm_v_wasm.cpp:63!
Aborted

Found by the fuzzer. work.wasm was reduced by wasm-reduce. I attached work.wasm here.
work.wasm.tar.gz

kripken added a commit that referenced this issue Jan 7, 2020
By doing so we ensure that our calls to convert wasm
types to JS types never try to convert an unreachable.

Fixes #2558
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant