You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue reproduce with the latest release?
Yes.
What did you do?
Pass a default.pgo merged profile that contained some pprof data from 1.19 rather than 1.20rcX.
What did you expect to see?
An informative error message telling me that the profile passed in needed to be entirely from 1.20rcX or newer, specifically containing the patch that enabled start_line passing
What did you see instead?
# vendor/golang.org/x/crypto/cryptobyte/asn1
compile: PGO profile missing Function.start_line data
# sync/atomic
compile: PGO profile missing Function.start_line data
...
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What did you do?
Pass a
default.pgo
merged profile that contained some pprof data from 1.19 rather than 1.20rcX.What did you expect to see?
An informative error message telling me that the profile passed in needed to be entirely from 1.20rcX or newer, specifically containing the patch that enabled start_line passing
What did you see instead?
The text was updated successfully, but these errors were encountered: