-
Notifications
You must be signed in to change notification settings - Fork 13k
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
SIGSEV on stable (1.74.0) #118619
Comments
Can you get a backtrace using gdb? The backtrace printed by the SIGSEGV handler uses frame pointers, which is not all that accurate given that rustc is compiled without frame pointers. And it misses symbols for most frames. |
This is the backtrace I got from gdb
|
For a bit more context, I ran under strace and the last output was |
This looks like a duplicate of #117022 |
Yes, reverting to an older Ubuntu install seems to have solved the problem. Thanks for the help. |
When running the rust compiler under the qemu-system-riscv64 emulator I get a SIGSEV crash. This same crash can also be seen on real riscv hardware when running ubuntu-23.10.
Code
The crash seems to happen before code has compiled so any program will cause a similar crash.
Meta
This happened on every version of rust that I tried
Error output
The text was updated successfully, but these errors were encountered: