-
Notifications
You must be signed in to change notification settings - Fork 888
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
Segfault on Linux 4.4.9 armv6l #439
Comments
GitHub refuses to let me upload a zip file (suggesting I try a zip file instead...), so here's the dumped core. I had to upload it as a zip file with the |
Thank you for the report and the dump. |
I've having a similar if not the same issue on Arch Linux Arm with Raspberry Pi Model 2 B (armv7l).
|
Perhaps this is related to missing NEON instructions. There was a PR today to install the armv6 toolchain if armv7 without NEON is detected. |
I just tried running running rustup-init.sh from master a few minutes ago, and got pretty much the same error:
|
Thanks for checking @flounders. |
#651 This PR updates the build machine toolchain from something ancient to the current stable compiler. Might fix things. |
Both |
also have the same problem as op
|
Compiling from source also produces an unusable |
Works fine on Jessie Lite btw, just tested out of curiosity. Is everyone here using Arch Linux? |
I am using Arch Arm. I haven't been able to test anything recently as I just moved and don't have internet at my place, currently at work. |
I was on Arch Arm, but my SD card has died so I'm unable to test until I get a replacement. |
Here's what eventually worked for me:
|
Linux alarmpi 4.4.17-2-ARCH #1 Tue Aug 16 19:37:06 MDT 2016 armv6l GNU/Linux same problem here, the |
Same for me, patchelf fixed it for me too. |
Sorry for not testing this sooner. I tried what the ghost user suggested on Aug 22, and it works for me as well. Linux alarmpi 4.4.39-1-ARCH #1 SMP Sun Dec 18 18:25:13 MST 2016 armv7l GNU/Linux |
Is this still an issue? |
The following segfaults on my Raspberry Pi:
This worked until attempting to run
rustup update
today. Unfortunately, I don't know the version of rustup that was being used previously.The text was updated successfully, but these errors were encountered: