Closed
Description
I am seeing a new CI failure with the latest nightly rust version 1.86.0-nightly (43ca9d18e 2025-02-08)
:
+ cargo check -p libm --no-default-features
error: process didn't exit successfully: `C:\Users\runneradmin\.rustup\toolchains\nightly-i686-pc-windows-gnu\bin\rustc.exe -vV` (exit code: 0xc000007b)
rust version 1.86.0-nightly (43ca9d18e 2025-02-08)
works correctly.
This happened attempting to build the libm
crate; however, it looks like this is just failing to run rustc.exe -vV
so it doesn't seem crate-specific. I am still investigating, some work at rust-lang/libm#506.
Metadata
Metadata
Assignees
Labels
Category: This is a bug.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Toolchain: GNU, Operating system: WindowsTarget: x86 processors, 32 bit (like i686-*) (IA-32)High priorityRelevant to the compiler team, which will review and decide on the PR/issue.Performance or correctness regression from stable to nightly.