-
Notifications
You must be signed in to change notification settings - Fork 13.4k
SIGFPE with rustc 1.61.0 #97255
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
This is probably related to #94762 (former was for 1.61.0 nightly, but this is for 1.61.0 stable). |
Note: to reproduce the issue, need to compile the crate in release mode, ex. Does not reproduce on |
in gentoo we've added those 2 patches on top of 1.61.0 and it fixes the problem rust-lang/llvm-project@fe8a27a I think it's the first one, but I added second one too. too bad we can't patch released tarball of 1.61.0. maybe it's serious enough to cut 1.61.1 ? Users start reporting this failure. |
Will revisit this once the new stable is out (beta and nightly do not reproduce the issue) @rustbot label -I-prioritize |
fixed with rust 1.62.0 |
I am unable to compile
|
@vblazhkun I can compile
if you are experiencing a regression, can you please open a new issue detailing how to reproduce it? thanks |
Code
I tried to build exa v0.10.1 (https://github.com/ogham/exa)
I expected to see this happen: successful build
Instead, this happened: (signal: 8, SIGFPE: erroneous arithmetic operation), see log output above
Version it worked on
It most recently worked on: Rust 1.60.0
Version with regression
Rust 1.61.0
rustc --version --verbose
:Affected targets
Build fails for targets:
Build succeeds for targets:
Backtrace
Backtrace
The text was updated successfully, but these errors were encountered: