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

Crash in wasm-opt running emscripten test browser64.test_sdl_audio_beep_sleep #6073

Closed
sbc100 opened this issue Nov 1, 2023 · 0 comments · Fixed by #6074
Closed

Crash in wasm-opt running emscripten test browser64.test_sdl_audio_beep_sleep #6073

sbc100 opened this issue Nov 1, 2023 · 0 comments · Fixed by #6074
Assignees

Comments

@sbc100
Copy link
Member

sbc100 commented Nov 1, 2023

$ ./test/runner browser64.test_sdl_audio_beep_sleep
...
wasm-opt: /usr/local/google/home/sbc/dev/wasm/binaryen/src/literal.h:280: int32_t wasm::Literal::geti32() const: Assertion `type == Type::i32' failed.
wasm-opt: /usr/local/google/home/sbc/dev/wasm/binaryen/src/literal.h:280: int32_t wasm::Literal::geti32() const: Assertion `typeemcc: error: '/usr/local/google/home/sbc/dev/wasm/binaryen-out/bin/wasm-opt --strip-target-features --post-emscripten -Os --low-memory-unused --zero-filled-memory --pass-arg=directize-initial-contents-immutable test.wasm -o test.wasm -g --mvp-features --enable-memory64 --enable-mutable-globals --enable-sign-ext' failed (received SIGABRT (-6))
@kripken kripken self-assigned this Nov 1, 2023
kripken added a commit that referenced this issue Nov 1, 2023
kripken added a commit that referenced this issue Nov 1, 2023
…4 argument (#6074)

In wasm64, function pointers are 64-bit like all pointers.

fixes #6073
radekdoulik pushed a commit to dotnet/binaryen that referenced this issue Jul 12, 2024
…4 argument (WebAssembly#6074)

In wasm64, function pointers are 64-bit like all pointers.

fixes WebAssembly#6073
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.

2 participants