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

Tests are segfaulting on 32-bit platforms #45

Open
alexcrichton opened this issue Feb 27, 2025 · 1 comment
Open

Tests are segfaulting on 32-bit platforms #45

alexcrichton opened this issue Feb 27, 2025 · 1 comment

Comments

@alexcrichton
Copy link
Member

Found via #43, replicated locally with:

$ cargo test -p component-async-tests --target i686-unknown-linux-gnu

Note that this requires disabling debug_info(true) in tests which also isn't supported in Pulley right now for (presumably) unrelated reasons that I'll fix elsewhere. Neverthless I wanted to file an issue for a FIXME

@alexcrichton
Copy link
Member Author

Specifically if bytecodealliance/wasmtime#10305 is merged over here then tests will fail becuase they generate debug info. If debug info is turned off then the tests will segfault. The relevant commit is ec939fe

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

No branches or pull requests

1 participant