-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.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
"runtime.sigpanic:+3" && "runtime.memclrNoHeapPointers:+172" && "runtime.mallocgc" && "runtime.newobject:+1"
Issue created by stacks.
Possibly another manifestation of #71425?
Telemetry blames the RET instruction. Can it be? That's a read from the stack, but there's no way a rogue write to memory could clobber this thread's SP register.
This stack FpcsIw
was reported by telemetry:
crash/crash
runtime.throw:+9
runtime.sigpanic:+3
runtime.memclrNoHeapPointers:+172
runtime.mallocgc:+182
runtime.newobject:+1
golang.org/x/tools/internal/event/label.Label.Format:+7
golang.org/x/tools/internal/event/label.(*Label).Format:+0
fmt.(*pp).handleMethods:+19
fmt.(*pp).printValue:+4
fmt.(*pp).printValue:+144
fmt.(*pp).printArg:+78
fmt.(*pp).doPrint:+8
fmt.Sprint:+2
golang.org/x/tools/internal/event/export/metric.labelListLess:+2
golang.org/x/tools/internal/event/export/metric.getGroup.func1:+1
sort.Search:+7
golang.org/x/tools/[email protected] go1.23.4 darwin/amd64 vscode (1)
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.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