cmd/go/internal/modload: SIGSEGV: segmentation violation #51589
Labels
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?go version go1.17.1 linux/amd64
and also
go version go1.17.8 linux/amd64
These versions are used within the ChromeOS SDK / chroot environment.
Does this issue reproduce with the latest release?
I only tried the latest v1.17 minor release. I did not test v1.18 which is not released yet.
What operating system and processor architecture are you using (
go env
)?What did you do?
I'm migrating the ChromeOS SDK from GOPATH mode to modules mode, so I'm making all ebuilds install into a GOPROXY file:/// path from where
go mod download
fetches, then go mod tidy is run before the build cmd. It all works neatly except when trying to build the golint packages & module deps, go segfaults.I know golint is abandoned and frozen, but we still need to use it for now in ChromeOS - we have TODO to replace it with something else, but I think that is irrelevant to this segfault.
What did you expect to see?
The error about the missing .mod file should be fine. The SIGSEGV is unexpected.
What did you see instead?
Here is the full output:
Please ask if you need any help or more testing. Thank you!
The text was updated successfully, but these errors were encountered: