-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
Please note that qemu-user is not really a supported problem. As it is caused by CL 560615, it is probably due to a qemu bug or inconsistency in how it handles kernel APIs. cc @panjf2000 @ianlancetaylor for CL 560615 |
Cross-posted to qemu: https://gitlab.com/qemu-project/qemu/-/issues/2738 |
Limiting |
SalDaniele
added a commit
to SalDaniele/cluster-deployment-automation
that referenced
this issue
Feb 18, 2025
There is an issue that causes go multiarch to hang indefinitely sometimes: golang/go#70329 Per the comments on the issue, it seems setting GOMACPROCS to a small number can relieve this issue as a temporary WA Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
SalDaniele
added a commit
to SalDaniele/cluster-deployment-automation
that referenced
this issue
Feb 18, 2025
There is an issue that causes go multiarch to hang indefinitely sometimes: golang/go#70329 Per the comments on the issue, it seems setting GOMACPROCS to a small number can relieve this issue as a temporary WA Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
SalDaniele
added a commit
to SalDaniele/dpu-operator
that referenced
this issue
Feb 19, 2025
There is an issue that causes go multiarch to hang indefinitely sometimes [1]. Per the comments on the issue, it seems setting GOMAXPROCS to a small number can relieve this issue as a temporary workaround [1] golang/go#70329 Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: