x/debug/cmd/viewcore: viewcore panic:Error while trying to run command "histo --top 10": runtime error: integer divide by zero #64442
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go 1.19 amd64
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
What did you do?
I attempted to use viewcore on a core dump generate by gcore from pilot-discovery process. This process run in the pod, I want to analyze the heap situation of this process. Then i did
./viewcore core.22 --exe /home/admin/pilot-gateway/bin/pilot-discovery
histo --top 10
What did you expect to see?
I want to see the top 10 objects with the highest memory usage
What did you see instead?
but i see a error instead
first
and then rerun histo
The text was updated successfully, but these errors were encountered: