Skip to content
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 x86_64 fedora 24 #695

Closed
jeehoonkang opened this issue Aug 27, 2016 · 6 comments
Closed

Segfault on x86_64 fedora 24 #695

jeehoonkang opened this issue Aug 27, 2016 · 6 comments

Comments

@jeehoonkang
Copy link

$ date
Sat Aug 27 12:09:37 KST 2016

$ uname -a
Linux localhost.localdomain 4.6.6-300.fc24.x86_64 #1 SMP Wed Aug 10 21:07:35 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

$ curl https://sh.rustup.rs -sSf | sh   
info: downloading installer
sh: line 250: 26778 Segmentation fault      (core dumped) "$@"
rustup: command failed: /tmp/tmp.CVnUgxwIbt/rustup-init
@jeehoonkang
Copy link
Author

curl -sSf https://static.rust-lang.org/rustup.sh | sh worked.

@japaric
Copy link
Member

japaric commented Aug 27, 2016

I'm also seeing a segfault on Travis' osx workers:

$ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=nightly
info: downloading installer

sh: line 250: 25047 Segmentation fault: 11  "$@"

rustup: command failed: /var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/rustup.uG7rr3X6/rustup-init -y --default-toolchain=nightly

@thenyeguy
Copy link

Also seeing this on Mac OS 10.11.6

 >> uname -a
Darwin macbook.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64

 >> curl https://sh.rustup.rs -sSf | sh
info: downloading installer
sh: line 250: 11047 Segmentation fault: 11  "$@"
rustup: command failed: /var/folders/3h/wmkz069w8xj352001s6l4cc80000gp/T/tmp.SnKPaKMN/rustup-init

@brson
Copy link
Contributor

brson commented Aug 28, 2016

I'm looking into it.

@brson
Copy link
Contributor

brson commented Aug 28, 2016

I suspect this is the same as #691 and other reports in rust-lang/rust#36023, and that the version pinning I added in #694 is not actually working, but still investigating.

brson added a commit to brson/rustup.rs that referenced this issue Aug 28, 2016
brson added a commit to brson/rustup.rs that referenced this issue Aug 28, 2016
brson added a commit that referenced this issue Aug 28, 2016
@brson
Copy link
Contributor

brson commented Aug 28, 2016

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants