rustc segmentation fault #58871
Labels
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I installed rust with
curl https://sh.rustup.rs -sSf | sh
. Everything installed correctly except for rustc:stable installed - (error reading rustc version)
. Cargo and rustup work perfectly fine (except where they use rustc).Calling
cargo run
gets stuck with no output and doesn't exit.Calling
rustc --version
outputs:Segmentation fault (core dumped)
System info:
Using gdb:
Unlike this issue #52772
strace
does not fix it.Is there a way to fix this? Is there any more info you would need to help identify the cause of this?
The text was updated successfully, but these errors were encountered: