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
Musl builds of the shim are throwing a libunwind error at startup. The app still works:
$ curl -L https://github.com/fermyon/spin/releases/download/canary/spin-canary-static-linux-amd64.tar.gz | tar -xvzf -
$ ./spin up --from ttl.sh/spin-foo-app:48hlibunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIEServing http://127.0.0.1:3000Available Routes: foo: http://127.0.0.1:3000/foo
This may be due to Wasmtime failing to detect which unwind implementation to use (libgcc-vs-libunwind) which was supposed to be resolved by bytecodealliance/wasmtime#8028
The text was updated successfully, but these errors were encountered:
Musl builds of the shim are throwing a
libunwind
error at startup. The app still works:This may be due to Wasmtime failing to detect which unwind implementation to use (libgcc-vs-libunwind) which was supposed to be resolved by bytecodealliance/wasmtime#8028
The text was updated successfully, but these errors were encountered: