Latest nightly binary is broken on aarch64 Asahi ("unsupported system page size") #134563
Open
Description
opened on Dec 20, 2024
On aarch64 GNU/Linux:
$ rustc +nightly -vV
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
LLVM ERROR: out of memory
Allocation failed
Aborted (core dumped)
searched nightlies: from nightly-2024-12-19 to nightly-2024-12-20
regressed nightly: nightly-2024-12-20
searched commit range: 4ba4ac6...9e136a3
regressed commit: 023521e
bisected with cargo-bisect-rustc v0.6.7
Host triple: aarch64-unknown-linux-gnu
Reproduce with:
cargo bisect-rustc --without-cargo --start 2024-12-19 --script ./check.sh
Due to #133809 cc @mrkajetanp @Kobzol
@rustbot label +I-compilemem +O-AArch64 +requires-nightly +S-has-bisection
Activity