-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x88866c #500
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
I'm seeing this as well. It happens with both 1.15.0 and 1.16.0. |
I tried older versions seems that 1.12.2 fails more gracefully but 1.13+ does not. INFO [loader] Go packages loading at mode load deps types and syntax took 1.172983354s
ERRO Running error: context loading failed: failed to load program with go/packages: /usr/bin/gopackagesdriver: exit status 1: gopkgsdriver: EOF |
For me if I use 1.10.2 it avoids the panic:
I got the idea to use 1.10.2 because it's the newest release before 0421bac which is the last commit to touch Googling the keyword |
This brings in the upstream fix golang/tools@1aadbdf. (Upstream issue is golang/go#31163). To create this commit, I did: vgo get golang.org/x/tools make update_deps cd cmd/golangci-lint go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'" Fixes golangci#500
This brings in the upstream fix golang/tools@1aadbdf. (Upstream issue is golang/go#31163). To create this commit, I did: vgo get golang.org/x/tools make update_deps cd cmd/golangci-lint go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'" Fixes #500
Thank you for creating the issue!
Please include the following information:
golangci-lint --version
(or git commit if you don't use binary distribution)cat .golangci.yml
go version && go env
golangci-lint run -v
The text was updated successfully, but these errors were encountered: