-
Notifications
You must be signed in to change notification settings - Fork 13.3k
core::arch tests ICE rust in release mode (SIGSEGV) #57993
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
It doesn't crash with
|
@mati865 are you using LLVM with assertions enabled? (that is, did no assertions trigger?) |
It was without assertions, when assertions are enabled build exits with:
Backtrace:
If you want to try it yourself the toolchain can be installed via rustup-toolchain-install-master. Normal builds don't have assertions but alt builds have them on. |
Just ran the bitcode through a debug opt build, this is the failing line: https://github.com/llvm-mirror/llvm/blob/release_80/lib/IR/AutoUpgrade.cpp#L3259 |
Okay, it's failing to upgrade |
To reproduce:
Here
cargo test --release
fails with:The text was updated successfully, but these errors were encountered: