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'm using pprof via go tool pprof installed with Go version go1.10.3 windows/amd64. I'm invoking the go tool pprof from Git bash installed with Git version 2.9.3.windows.1
What operating system and processor architecture are you using?
GOARCH=amd64
GOOS=windows
What did you do?
Start an interactive web-based interface to pprof by specifying -http=":"
What version of pprof are you using?
I'm using pprof via
go tool pprof
installed with Go versiongo1.10.3 windows/amd64
. I'm invoking thego tool pprof
from Git bash installed with Git version2.9.3.windows.1
What operating system and processor architecture are you using?
GOARCH=amd64
GOOS=windows
What did you do?
Start an interactive web-based interface to pprof by specifying
-http=":"
What did you expect to see?
An interactive web-based interface is started in my localhost on a random port as documented in https://github.com/google/pprof#run-pprof-via-a-web-interface which states that
What did you see instead?
An error is shown;
invalid port number: strconv.Atoi: parsing "": invalid syntax
The text was updated successfully, but these errors were encountered: