You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming this is similar to bytecodealliance/wasmtime#1904 - there are a bunch of warnings in logs libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE, with wasmer 1.0.2, rustc 1.50, os AWS lambda (originally seen) or arch linux (reproduced).
Steps to reproduce
wasmer/lib/cli/ $ cargo build --release --features llvm
wasmer/lib/cli/ $ cargo build --release --target x86_64-unknown-linux-musl
wasmer/ $ target/release/wasmer compile --jit --llvm lib/c-api/tests/assets/qjs.wasm -o qjs.wjit
Engine: jit
Compiler: llvm
Target: x86_64-unknown-linux-gnu
✔ File compiled successfully to `qjs.wjit`.
wasmer/ $ target/x86_64-unknown-linux-musl/release/wasmer run qjs.wjit
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
# snip - 930 total lines of warnings
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
QuickJS - Type "\h"forhelp
qjs >
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm assuming this is similar to bytecodealliance/wasmtime#1904 - there are a bunch of warnings in logs
libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
, with wasmer 1.0.2, rustc 1.50, os AWS lambda (originally seen) or arch linux (reproduced).Steps to reproduce
The text was updated successfully, but these errors were encountered: