net/http/pprof: Index doesn't include Symbol #69897
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Go version
go version go1.23.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Create a minimum http server to serve the default profiling handlers:
What did you see happen?
https://pkg.go.dev/net/http/pprof#Index lists all registered profiles, however the output is missing the symbol profile:
What did you expect to see?
Either https://pkg.go.dev/net/http/pprof#Index is mistaken and missed the symbol profile, or https://pkg.go.dev/net/http/pprof#Symbol is mistaken and it the package initialisation does not register it at
/debug/pprof/symbol
.The text was updated successfully, but these errors were encountered: