google/pprof

Unknown heap traces

anishjain94 opened this issue · 1 comments

Please answer these questions before submitting your issue. Thanks!

What version of pprof are you using?

GOVERSION='go1.22.4'

What operating system and processor architecture are you using?

Linux/UNIX on a t2.large instance.

What did you do?

I am trying to analyze a heap profile. But in the image that is being generated, i can only see unknown. No stack traces, nothing. Can you help me why is this happening?

Screenshot 2024-06-10 at 15 58 52

What did you expect to see?

Stack traces

What did you see instead?

Unknown

Please include full steps to reproduce the issue. The current instructions do not provide enough details. I also suspect this may be more of a question for the golang repo.