Skip to content
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

gopls: automated issue report (crash) #3327

Closed
Xynnn007 opened this issue Apr 10, 2024 · 1 comment
Closed

gopls: automated issue report (crash) #3327

Xynnn007 opened this issue Apr 10, 2024 · 1 comment
Milestone

Comments

@Xynnn007
Copy link

gopls version: v0.15.2/go1.20.1
gopls flags:
update flags: proxy
extension version: 0.41.2
environment: Visual Studio Code linux
initialization error: undefined
issue timestamp: Wed, 10 Apr 2024 01:59:38 GMT
restart history:
Wed, 10 Apr 2024 01:53:00 GMT: activation (enabled: true)

ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.

Describe what you observed.

panic: invalid Go version "go1.22.0" (should be something like "go1.12")

goroutine 6574 [running]:
go/types.NewChecker(0x0%3F, 0xc0057fa080, 0xc009bb7720, 0x0%3F)
	  check.go:237  0x24e
golang.org/x/tools/gopls/internal/cache.(*analysisNode).typeCheck(0xc005d63810, {0xc003281308, 0x1, 0x1})
	  analysis.go:1028  0x73d
golang.org/x/tools/gopls/internal/cache.(*analysisNode).run(0xc005d63810, {0x12431d8%3F, 0xc004775bf0})
	  analysis.go:810  0x218
golang.org/x/tools/gopls/internal/cache.(*analysisNode).runCached(0xc005d63810, {0x12431d8%3F, 0xc004775bf0})
	  analysis.go:672  0x145
golang.org/x/tools/gopls/internal/cache.(*Snapshot).Analyze.func6.1()
	  analysis.go:398  0xda
golang.org/x/sync/errgroup.(*Group).Go.func1()
	  errgroup.go:78  0x64
created by golang.org/x/sync/errgroup.(*Group).Go
	  errgroup.go:75  0xa5
gopls stats -anon { "DirStats": { "Files": 736, "TestdataFiles": 270, "GoFiles": 386, "ModFiles": 1, "Dirs": 179 }, "GOARCH": "amd64", "GOOS": "linux", "GOPACKAGESDRIVER": "", "GOPLSCACHE": "", "GoVersion": "go1.20.1", "GoplsVersion": "v0.15.2", "InitialWorkspaceLoadDuration": "1.760698059s", "MemStats": { "HeapAlloc": 110514880, "HeapInUse": 168361984, "TotalAlloc": 1412833360 }, "WorkspaceStats": { "Files": { "Total": 5039, "Largest": 1842375, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.22.2", "AllPackages": { "Packages": 971, "LargestPackage": 193, "CompiledGoFiles": 5236, "Modules": 80 }, "WorkspacePackages": { "Packages": 150, "LargestPackage": 40, "CompiledGoFiles": 584, "Modules": 1 }, "Diagnostics": 4 } ] } }

OPTIONAL: If you would like to share more information, you can attach your complete gopls logs.

NOTE: THESE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR CODEBASE.
DO NOT SHARE LOGS IF YOU ARE WORKING IN A PRIVATE REPOSITORY.

<OPTIONAL: ATTACH LOGS HERE>

@gopherbot gopherbot added this to the Untriaged milestone Apr 10, 2024
@findleyr
Copy link
Contributor

Dupe of golang/go#66636, which is fixed in the current gopls prerelease.

go install golang.org/x/tools/gopls@v0.15.3-pre.1

(or just reinstall gopls@latest with a more recent go version, such as go 1.22)

@findleyr findleyr closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants