cmd/link: stack check too deep when compiling deep call graph with -gcflags=-l #51814
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?New regression in go1.18, works on go1.7.
Culprit commit is c991278.
cc @mdempsky
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run go test on github.com/maruel/panicparse/v2/...
Here's a smaller repro case with main.go.txt attached file:
What did you expect to see?
Works as before.
What did you see instead?
Workaround
Using -G=0 works most of the time but not always (?) -covermode=count is broken in panicparse/cmd/panic but I haven't successfully extracted a repro yet.
The text was updated successfully, but these errors were encountered: