coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Arch Linux, stty: panicked at termios.rs called Result::unwrap() on an Err value: EINVAL

Open oech3 opened this issue 3 months ago • 3 comments
trafficstars

> uu-stty

thread 'main' panicked at /tmp/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/sys/termios.rs:767:70:
called `Result::unwrap()` on an `Err` value: EINVAL
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This was not happening previously, and does not happen at prebuilt of 0.1.0 from here. So I think this is related with system runtimes. Multicall build or not is unrelated.

Arch Linux Version: 0.1.0 (self build, bumping commit to latest does not solve this issue). gcc (GCC) 15.1.1 rustc 1.89.0

oech3 avatar Aug 12 '25 05:08 oech3