-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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/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
golang.org/x/tools/[email protected] 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