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

Comments

Projects
None yet
4 participants
@jeehoonkang
Copy link

jeehoonkang commented Aug 27, 2016

$ 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

This comment has been minimized.

Copy link
Author

jeehoonkang commented Aug 27, 2016

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

@japaric

This comment has been minimized.

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

This comment has been minimized.

Copy link

thenyeguy commented Aug 27, 2016

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

This comment has been minimized.

Copy link
Contributor

brson commented Aug 28, 2016

I'm looking into it.

@brson

This comment has been minimized.

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

Merge pull request #698 from brson/no-anti-sudo
Disable anti-sudo check. #695
@brson

This comment has been minimized.

Copy link
Contributor

brson commented Aug 28, 2016

Fixed.

@brson brson closed this Aug 28, 2016

nodakai added a commit to nodakai/rustup.rs that referenced this issue Apr 23, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.