x/tools/gopls: SEGV while clearing memory in newobject #71561
Labels
BugReport
Issues describing a possible bug in the Go implementation.
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.
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
The text was updated successfully, but these errors were encountered: