-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rustc 1.82.0 beta SIGILL when building facebookincubator/below #130601
Comments
This comment has been minimized.
This comment has been minimized.
I think you need to use a newer clang. I use clang-17. |
Does this happen on nightly? This looks like the same issue as #129887 to me, which is fixed on nightly, but hasn't been backported to beta yet. |
Good news! I am able to build with rust nightly:
Just that I need to delete that one line in ahash that broke the build:
|
The beta version should have already fixed this issue. |
Sorry for the late reply. Yes I can confirm the latest beta no longer can reproduce the issue and can build
|
Code
I tried this command:
I expected to see this happen: can build
below
successfullyInstead, this happened: Illegal instruction, build failed
Version it worked on
It most recently worked on: Rust 1.81.0
Version with regression
rustc --version --verbose
:Backtrace
Backtrace
gdb
The text was updated successfully, but these errors were encountered: