-
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
many debuginfo tests fail with SIGSEGV, SIGILL, SIGABRT with gdb 11.2 on armhf (armv7-unknown-linux-gnueabihf) #96983
Comments
I reproduced the failures with 1.58.1 on a Debian armhf machine, so it's not 1.59 specific. |
The issue exists all the way back to version 1.13 at https://static.rust-lang.org/dist/rust-1.13.0-armv7-unknown-linux-gnueabihf.tar.gz - using this to
The issue probably exists with all rustc versions, but I was unable to test versions earlier than 1.13 because they seem to link to an older incompatible libc that expects ld-linux.so.3 rather than the ld-linux-armhf.so.3 I had on this machine. So it's likely an issue/regression with gdb 11.2 rather than rustc. |
Filed to gdb here: https://sourceware.org/bugzilla/show_bug.cgi?id=29272 |
Fixed in GDB now. Thanks for reporting it. Sorry it took a little while. |
This seems like a separate issue from #94458 as it only happens on armhf in Debian:
Example errors:
Most other failures are due to SIGSEGV or SIGILL, but we also have one SIGABRT:
The text was updated successfully, but these errors were encountered: