-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/pprof: panics if profile is not found #67626
Comments
google/pprof@a5a03c7 looks like it would cause this. @dmitshur when do we typically update the vendored version of pprof? If we haven't done so yet, the best bet is probably an upstream fix and then update from upstream. |
Upstream is still broken, and yes a bisect there points to google/pprof@a5a03c7 |
I've mailed out a fix for the google/pprof library per PR google/pprof#865. |
The upstream has been updated (google/pprof#864). Thanks for the corresponding update. This issue was caused by my modifications to solve the colon issue with pprof on Windows, including upstream pprof and Go. Apologies for any inconvenience caused. |
Change https://go.dev/cl/588655 mentions this issue: |
Go version
go version devel go1.23-019353d532 Thu May 23 18:51:17 2024 +0000 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
What did you expect to see?
Go 1.22 works.
Bisect of this repo says "63dd79c07b0026b58f421a5273c41e705ccb73d1 is the first bad commit". I haven't bisected github.com/google/pprof.
The text was updated successfully, but these errors were encountered: