Not planned
Description
gopls version: v0.15.2/go1.22.0
gopls flags:
update flags: proxy
extension version: 0.41.2
environment: Visual Studio Code darwin
initialization error: undefined
issue timestamp: Wed, 03 Apr 2024 02:58:36 GMT
restart history:
Wed, 03 Apr 2024 02:58:28 GMT: activation (enabled: true)
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x58 pc=0x102c8263c] goroutine 2858 [running]: golang.org/x/tools/gopls/internal/cache.(*action).exec(0x1400058f800) analysis.go:1185 0xac golang.org/x/tools/gopls/internal/cache.execActions.func1.1() analysis.go:1149 0x38 sync.(*Once).doSlow(0x0%3F, 0x0%3F) once.go:74 0x100 sync.(*Once).Do(...) once.go:65 golang.org/x/tools/gopls/internal/cache.execActions.func1() analysis.go:1147 0x78 created by golang.org/x/tools/gopls/internal/cache.execActions in goroutine 2853 analysis.go:1145 0x44
gopls stats -anon
{ "DirStats": { "Files": 879, "TestdataFiles": 0, "GoFiles": 26, "ModFiles": 1, "Dirs": 286 }, "GOARCH": "arm64", "GOOS": "darwin", "GOPACKAGESDRIVER": "", "GOPLSCACHE": "", "GoVersion": "go1.22.0", "GoplsVersion": "v0.15.2", "InitialWorkspaceLoadDuration": "289.011584ms", "MemStats": { "HeapAlloc": 24062608, "HeapInUse": 33005568, "TotalAlloc": 47871456 }, "WorkspaceStats": { "Files": { "Total": 1411, "Largest": 1849364, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.22.0", "AllPackages": { "Packages": 248, "LargestPackage": 155, "CompiledGoFiles": 1406, "Modules": 15 }, "WorkspacePackages": { "Packages": 10, "LargestPackage": 7, "CompiledGoFiles": 25, "Modules": 1 }, "Diagnostics": 0 } ] } }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>
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
findleyr commentedon Apr 3, 2024
CC @adonovan
This looks like a nil analysisNode.summary. I think we've looked into similar issues in the past, and not yet determined how this is possible.
@ElianMartinez is this reproducible for you?
adonovan commentedon Apr 11, 2024
Confirming that it's the actionSummary that's nil, not the analysisNode.summary, so it's a distinct variant from #66732:
[-]gopls: automated issue report (crash)[/-][+]x/tools/gopls: nil panic loading actionSummary.Err[/+]adonovan commentedon Apr 2, 2025
No sign of this in a year. Closing as not reproducible.