SIGSEGV on aarch64 when running on Podman 5.4 #138512
Labels
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I'm getting a SIGSEGV when installing packages with
cargo install
inside an alpine dockerfile, running in Podman. It works on Podman 5.3, but not in Podman 5.4 (Podman issue: containers/podman#25563)Code
Also happens with:
Meta
rustc --version --verbose
:Error output
Backtrace
No backtrace is shown even with RUST_BACKTRACE=full
Maybe related, when installing
cargo-tarpaulin
, I get this error (also works on Podman 5.3):The text was updated successfully, but these errors were encountered: