-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.gopls/memory-corruption"can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW)"can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW)gopls/telemetry-wins
Milestone
Description
#!stacks
"crash/crash" && "runtime.memmove" && "strings.(*Builder).WriteString"
Issue created by stacks.
The crashing instruction was a load from the first word of the string data:
move_65through128:
MOVOU (SI), X0
indicating that the string is corrupt (data pointer is nil or points to bad memory).
This stack 1Ihixg was reported by telemetry:
crash/crashruntime.throw:+9runtime.sigpanic:+33runtime.memmove:+161strings.(*Builder).WriteString:=108strings.Join:+27path/filepath.join:+4path/filepath.Join:=131path/filepath.walk:+19path/filepath.walk:+26path/filepath.walk:+26path/filepath.Walk:+5golang.org/x/tools/gopls/internal/filecache.gc:+55golang.org/x/tools/gopls/internal/filecache.getCacheDir.func1.gowrap1:+0runtime.goexit:+0
golang.org/x/tools/gopls@v0.18.1 go1.23.6 linux/amd64 other,vscode (1)
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.gopls/memory-corruption"can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW)"can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW)gopls/telemetry-wins