parsing profile: unrecognized profile format in ubuntu
utkarshmani1997 opened this issue · 2 comments
utkarshmani1997 commented
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
Go 1.10 won’t understand a go 1.7 profile
… On 1 Mar 2018, at 17:21, Utkarsh Mani Tripathi ***@***.***> 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
Ok, thanks @davecheney