Skip to content

cmd/go: 'go mod tidy -v' hangs and then segfaults with go1.12beta2 darwin/amd64 #30166

Closed
@dmitris

Description

@dmitris

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.

gomodtidy-sefgault.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions