Closed
Description
What version of Go are you using (go version
)?
$ go version go version go1.12beta2 darwin/amd64
Does this issue reproduce with the latest release?
no
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go env GOARCH="amd64" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin"
What did you do?
go mod tidy -v
What did you expect to see?
no error
What did you see instead?
go mod tidy
hangs for very long time, then gives a stack overflow
error: runtime: goroutine stack exceeds 1000000000-byte limit
. Copy of error dump is attached.