-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rustc segfault #56942
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Correction: this does not happen on 9fe5cb5. It only happens with these changes https://github.com/VardhanThigle/rust/pull/1/files which AFAICT don't touch codegen at all :( |
No issues with
|
No issues with
either |
are you building with llvm assertions on? |
I just did a rebuild with
and I'm getting the same issue |
Actually, let me try again with a clean build directory, not sure if LLVM got rebuilt |
|
Is the backtrace for that assertion the same as the backtrace for the segfault? |
Close (getShuffleCost)
|
I think that's it. |
Update LLVM submodule This includes rust-lang/llvm#133 Fixes rust-lang#56942
Commit 9fe5cb5
Stage 2 build finishes fine, this failure happens when building
std
forx86_64-fortanix-unknown-sgx
withxargo
.The text was updated successfully, but these errors were encountered: