-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: web and -web isn't working properly #28059
Comments
@xibz can you give more detail on what you are seeing? Pprof visualizations each have external dependencie(s) so we'd like to make sure this is something wrong with Go as opposed to your local installation of one the visualization dependencies. |
@meirf - I can't give much more than instead of a browser popping up, gimp does. Is there any specific information you guys are looking for that may help debug this? |
See this comment here: #11729 (comment)
I recommend asking more about this on go nuts since this seems somewhat expected and has been around for a while. Thought one oddity is that comment says this happens on linux whereas you claim to be using mac osx. |
Ah, figured out the issue. |
What version of Go are you using (
go version
)?1.11.1
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Mac OSX
What did you do?
go tool pprof -web cpu.profile binary
or
pprof> web
What did you expect to see?
Expected to see a web browser to view my benchmarks
What did you see instead?
Gimp attempting to open
The text was updated successfully, but these errors were encountered: