x/tools/gopls: impossible SEGV in regexp/syntax.MatchRunePos #73090
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.
Yet more corruption: either Inst.Rune is a corrupt slice (len + data are inconsistent), or SP is invalid, as there are only two instructions that can fail at this line:
(The above is arm64 code but the corresponding amd64 instructions are essentially identical.)
This stack
CX-PMg
was reported by telemetry:crash/crash
runtime.throw:+9
runtime.sigpanic:+33
regexp/syntax.(*Inst).MatchRunePos:+9
regexp/syntax.(*Inst).MatchRune:=196
regexp.(*machine).step:+35
regexp.(*machine).match:+50
regexp.(*Regexp).doExecute:+21
regexp.(*Regexp).allMatches:+9
regexp.(*Regexp).FindAllIndex:+5
golang.org/x/tools/gopls/internal/server.findLinksInString:+2
golang.org/x/tools/gopls/internal/server.goLinks:+86
golang.org/x/tools/gopls/internal/server.(*server).DocumentLink:+14
golang.org/x/tools/gopls/internal/protocol.serverDispatch:+291
golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream.ServerHandler.func3:+5
golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream.handshaker.func4:+52
golang.org/x/tools/gopls/internal/protocol.Handlers.MustReplyHandler.func1:+2
golang.org/x/tools/gopls/internal/protocol.Handlers.AsyncHandler.func2.2:+3
The text was updated successfully, but these errors were encountered: