-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: get hangs indefinitely for go get -x -u ./... #60145
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 provide a repo that reproduces the issue |
@seankhliao here is replica of that repo https://github.com/dpanic/broken I can't share original repo because of the NDA. Let's say that:
I added go.mod.broken_one and go.sum.broken_one from the repo I can't share |
@dpanic, there is a known severe bug in |
Also, how long was the process stuck, and were there any open connections to |
@bcmills tried, git clone than git checkout to branch which already has patch applied. compiled Go from scratch. Something wrong with this version...Maybe I did something wrong, IDK. |
The That suggests that the environment in which you are running |
@bcmills tnx, works when I set GOSUMDV: This version of Go resolved my issue! Thanks |
Duplicate of #55955 |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go get -u ./...
What did you expect to see?
Finished go mod update
What did you see instead?
Stuck process
The text was updated successfully, but these errors were encountered: