-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc --version segmentation fault #52772
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
Cc @rust-lang/compiler |
This part indicates that by the time With the existing information I'm not sure I can provide any help. |
Thanks for the feedback. |
Oh if you're using |
|
Thanks. |
Maybe set a breakpoint on |
Yep, thanks for the tip:
|
|
1 & 2: I found the
2: using
3: A segmentation fault occurs when trying to build rustc. Note that cmake is version 2.8.12.2 instead of the specified 3.4.3 or later, and git is not used:
I got this output from gdb about the functions it comes across:
|
#73527 makes me wonder if there's some random codegen problem in LLVM for i686 that rustc sometimes hits... |
After installing rust with
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
(following info found at rust-lang/rustup#695), a segmentation fault occurs when running rustc.I tried the following code and received notification of the the fault instead of the version string:
When running the command via strace, the version string displays:
Info about the system:
Backtrace:
gdb:
The gdb 'edit' command leads to this being displayed:
Post made by me on the Rust forum in relation to this issue:
https://users.rust-lang.org/t/rustc-version-segmentation-fault/19100/5?u=zis
The text was updated successfully, but these errors were encountered: