heapdump14 icon indicating copy to clipboard operation
heapdump14 copied to clipboard

Trouble with heap dump 1.7

Open rvansa opened this issue 6 years ago • 2 comments
trafficstars

Hi, I am trying to display a 1.7 heap dump using this tool. After some workarounds and fixes, I am struggling to get the types correctly named from the dwarf format.

One thing I don't understand is that the dump contains itabs for packages, e.g. net/http.. These are always single pointer and have the interfaceptr set to true. What are those for? There's no match in dwarf symbols.

I am having further issues with the 1.7 format since the iface/eface info is not present anymore, working on that.

rvansa avatar Mar 11 '19 08:03 rvansa

@rvansa FYI https://github.com/randall77/hprof/pull/6

balta2ar avatar Jun 19 '20 15:06 balta2ar

@balta2ar Thanks, I think I've seen that before. I had 1.7 mostly working: https://github.com/rvansa/heapdump14

rvansa avatar Jun 22 '20 07:06 rvansa