google / pprof

pprof is a tool for visualization and analysis of profiling data
Apache License 2.0
8.02k stars 607 forks source link

Unknown heap traces #871

Closed anishjain94 closed 5 months ago

anishjain94 commented 5 months ago

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

aalexand commented 5 months ago

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.