runtime: 1.23 hangs when running under qemu-user [bisected] #70329
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.23.3 linux/arm64
Output of
go env
in your module/workspace:What did you do?
When I build Go 1.23 with the same version of Go under qemu-user, the build hangs all the way. The issue can be reproduced with a Dockerfile:
Steps:
podman build --arch aarch64 .
Tested on Fedora 40 with
6.9.8-200.fc40.x86_64
and Fedora 41 with6.11.6-300.fc41.x86_64
.Tested with qemu-user 9.1.1 of riscv64/loongarch64/aarch64.
What did you see happen?
The go processes of the build hangs forever:
The issue does not exist with Go 1.22. I did a bisect and found the offending commit d068c2c .
What did you expect to see?
Build of Go 1.23 runs through under qemu-user.
The text was updated successfully, but these errors were encountered: