-
Notifications
You must be signed in to change notification settings - Fork 409
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
Tool immediately segfaults on Alpine Linux w/ Rustup #917
Comments
I am experiencing the same problem on Ubuntu 20.04. I have wasm-pack 0.9.1, just installed for the first time by the rustwasm.github.io installer script, and running it with no arguments produces:
It segfaults in gdb as well, but doesn't produce a very useful stacktrace:
|
After reading a bit about the openssl/curl issues in #823, I decided to rebuild I'd suggest that |
to deal with rustwasm#917
i think that the work i'm doing in #947 will address this. sorry you ran into it! |
@ashleygwilliams I'm confused? #947 doesn't seem to address this. This is a dupe of #823. All that's needed is to update Cargo.lock with new dependencies (mostly openssl I think?). |
ah, ok- sorry, #947 updates the way openssl gets built in the binary, but if we just need to update deps, i'll be doing that for the next release as well. sorry about that! and thanks for following up |
closing as dupe of #823 |
🐛 Bug description
When I run
wasm-pack
inside an Alpine Linux docker container, it immediately segfaults.Adding flags (like
-V
) or commands (likebuild
) do not change this behavior.🤔 Expected Behavior
I should see the usage information.
👟 Steps to reproduce
This is the docker container I was using.
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.9.1
rustc version:
rustc 1.46.0 (04488afe3 2020-08-24)
I've also built and run trivial Rust programs inside this container with no issues, so I don't think
rustc
is the problem.The text was updated successfully, but these errors were encountered: