Skip to content

rustc.exe -vV didn't exit successfully (exit code: 0xc000007b) on i686-pc-windows-gnu #136795

Closed
@tgross35

Description

@tgross35

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

No one assigned

    Labels

    C-bugCategory: This is a bug.I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-windows-gnuToolchain: GNU, Operating system: WindowsO-x86_32Target: x86 processors, 32 bit (like i686-*) (IA-32)P-highHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions