x/tools/gopls: crash in append (invalid string data pointer) #73586
Labels
gopls/memory-corruption
"can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW)
gopls/telemetry-wins
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Issue created by stacks.
The crashing instruction was a load from the first word of the string data:
indicating that the string is corrupt (data pointer is nil or points to bad memory).
This stack
1Ihixg
was reported by telemetry:crash/crash
runtime.throw:+9
runtime.sigpanic:+33
runtime.memmove:+161
strings.(*Builder).WriteString:=108
strings.Join:+27
path/filepath.join:+4
path/filepath.Join:=131
path/filepath.walk:+19
path/filepath.walk:+26
path/filepath.walk:+26
path/filepath.Walk:+5
golang.org/x/tools/gopls/internal/filecache.gc:+55
golang.org/x/tools/gopls/internal/filecache.getCacheDir.func1.gowrap1:+0
runtime.goexit:+0
The text was updated successfully, but these errors were encountered: