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
I tested Go 1.8 and it works fine with the Go 1.8 go tool pprof (see google/pprof#120 (comment)).
What it doesn't work fine with is the current github.com/google/pprof.
People can and should be using go tool pprof instead.
go1.8 release branch doesn't include https://go-review.googlesource.com/c/34192/
which confuses pprof that expects symbol info.
https://github.com/golang/go/commits/release-branch.go1.8/src/runtime/pprof
The text was updated successfully, but these errors were encountered: