-
Notifications
You must be signed in to change notification settings - Fork 18k
go build hangs forever in 1.21.x #64705
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
Comments
please include a reproducer |
Or, if you can't include a reproducer, please terminate the |
I will try. I can't sigterm it easily, it's running in alpine docker build stage & the code base is large/proprietary. I'll see if I can get a stack trace |
This is my mistake, it's not go hanging, it's make in alpine. Sorry for the bad report |
Go version
go version go1.21.5 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
Seems to be happening when doing a go build in alpine docker with 1.21.4 and 1.21.5 so far, hangs forever on builds that only thing that changed was go version. When I move back to 1.20.0, my code builds fine
What did you expect to see?
go build not hang, but compile my code
What did you see instead?
infinite hang
The text was updated successfully, but these errors were encountered: