pkg / profile

Simple profiling for Go
BSD 2-Clause "Simplified" License
1.99k stars 124 forks source link

parsing profile: unrecognized profile format in ubuntu #43

Closed utkarshmani1997 closed 6 years ago

utkarshmani1997 commented 6 years ago

getting this error while running go tool pprof -text ./jiva

failed to fetch any source profiles

binary build on go version 1.7.3 testing on go version 1.10

davecheney commented 6 years ago

Go 1.10 won’t understand a go 1.7 profile

On 1 Mar 2018, at 17:21, Utkarsh Mani Tripathi notifications@github.com wrote:

getting this error while running go tool pprof -text ./jiva

failed to fetch any source profiles binary build on go version 1.7.3 testing on go version 1.10

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

utkarshmani1997 commented 6 years ago

Ok, thanks @davecheney