-
Notifications
You must be signed in to change notification settings - Fork 955
Segfault on Raspbian Jessie after upgrading to 0.6.1 #687
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
Comments
yeah, I have run into really the same issue system info:
also
|
same problem
|
Yuck. And this did not happen in 0.6.0? I hope it's a regression in the nightly toolchain for armv7-unknown-linux-gnueabihf. I don't see any new bugs against that triple in the Rust repo though. This may be a good reason to keep pinning rustup release builds to a specific toolchain instead of just building with whatever nightly. I'm afraid I don't have any of this hardware, but if you are inclined you might try building rustup locally with the current nightly to reproduce, and then older nightlies to see if any of those don't cause the crash. In the meantime you can get rustup 0.6 from https://static.rust-lang.org/rustup/archive/0.6.0/armv7-unknown-linux-gnueabihf/rustup-init |
If you can verify that 0.6.0 works properly I will modify the release build scripts for travis to pin to a nightly around 8-22 and see if that fixes it. |
@brson Just tried rustup (from the link you suggested)
As a side note I noticed that rustup-init segfaults if you use |
Oh sorry. I gave you the wrong link. https://static.rust-lang.org/rustup/archive/0.6.0/armv7-unknown-linux-gnueabihf/rustup-init is 0.6.0 |
Should be fixed, but I can't test this arch so waiting for confirmation. |
yes, it is! thanks very much! |
Still segfaulting (after downloading 0.6.0):
|
@booyaa I think the fixed version is 0.6.2. Can you try that? |
@Boddlnagg Fixed in 0.6.2! Thank you! |
Great! |
system info:
Most commands seem to work though.
The text was updated successfully, but these errors were encountered: