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

fix: remove native unwind info #215

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

kate-goldenring
Copy link
Collaborator

@kate-goldenring kate-goldenring commented Oct 28, 2024

Musl builds of the shim throw a libunwind error during startup due to Wasmtime failing to detect which unwind implementation to use. For now, turn off generating native unwind info. A fix was added to Wasmtime bytecodealliance/wasmtime#9479 and should be in the 27.0.0 release. At that point we can turn this back on if desired.

fixes #210

Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add this change to the CHANGELOG?

- Musl builds of the shim throw a libunwind error during startup due to Wasmtime failing to detect which unwind implementation to use. For now, turn off generating native unwind info

Signed-off-by: Kate Goldenring <[email protected]>
@kate-goldenring kate-goldenring merged commit 4c04dd9 into spinkube:main Nov 5, 2024
8 checks passed
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 this pull request may close these issues.

Error libunwind: __unw_add_dynamic_fde: bad fde: FDE is really a CIE
2 participants