-
Notifications
You must be signed in to change notification settings - Fork 931
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 1.27.0 Segmentation fault on macOS Catalina #3731
Labels
Comments
I think this is a duplicate of #3708? Should be fixed in a soon-to-be-released 1.27.1 release. |
@djc Yeah, I believe it's duplicate of that. |
@masihyeganeh Can you try the quick fix in #3708 (comment)? |
@rami3l I can confirm that the quick fix works on my machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Recently tried to do a
rustup update
and it went well, but failed at self update.Then I tried to run the
rustup self update
:It shows nothing that can help.
Instead I tried to download new version of rustup manually from https://static.rust-lang.org/rustup/archive/1.27.0/x86_64-apple-darwin/rustup-init and run it after making it executable and it said:
Then I tried running it in gdb:
Steps
wget https://static.rust-lang.org/rustup/archive/1.27.0/x86_64-apple-darwin/rustup-init
chmod +x ./rustup-init
./rustup-init
Possible Solution(s)
No response
Notes
My machine is an Intel MacBook Pro (Late 2013) running macOS Catalina (10.15.3)
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: