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
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:
@hyangah, what do you mean by "confuses pprof that expects symbol info"?
Sorry, something went wrong.
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.
Not for point release.
(Not even our bug.)
No branches or pull requests
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: