-
Notifications
You must be signed in to change notification settings - Fork 893
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
Rustup-init 0.6.5 for ARMv7 causes segmentation fault #838
Comments
Yeah you solved my day! I don't know why this wouldn't show up on google, I had to search "armv7" on the issues to reach it... |
Thanks for the report! Here's a PR to upgrade the toolchain #859 |
Upgrade build toolchain Upgrade to a newer Rust. I kind of want this to land after 1.0, but whatever. May fix #838
Rustup-init v1.0.0 https://static.rust-lang.org/rustup/dist/arm-unknown-linux-gnueabihf/rustup-init still causes segfault on Raspberry Pi 2. So I end up using the package provided by Arch Linux ARM https://archlinuxarm.org/packages/armv7h/rustup/files/PKGBUILD |
Yes, as Rustup has entered 1.0 version, Arch Linux at least has included it into the official repos, yay! ^^ |
This is still happening for me on
Backtrace:
This is an HP Chromebook 11 (CB11) running Arch Linux ARM:
|
According to this Raspbian issue, it's totally normal for OpenSSL to cause |
This seems to be a dupe of #439 |
I couldn't tell where to report, so I report the issue here.
Rustup-init v0.6.5 for ARMv7 (https://static.rust-lang.org/rustup/dist/armv7-unknown-linux-gnueabihf/rustup-init) causes segfault on Raspberry Pi 2.
I suspect this is caused by rust-lang/rust#35843, because
patchelf --add-needed /lib/ld-linux-armhf.so.3 rustup-init
fixes the issue.Would you recompile the binary with the latest rustc?
The text was updated successfully, but these errors were encountered: