heapdump14 icon indicating copy to clipboard operation
heapdump14 copied to clipboard

Heap dump reader & visualizer for Go 1.4

Results 4 heapdump14 issues
Sort by recently updated
recently updated
newest added

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...

Hi, I'm using go 1.5.1 and a fork that puts 1.5 in the expected header at https://github.com/cep21/heapdump14 (https://github.com/cep21/heapdump14/commit/1d13a6e5b26f5e2678caa105f22c40041eade8bd) My program is a simple hello-world like app at https://github.com/cep21/heaptest/blob/master/main.go. I run...

A panic occurs when using `hview` against a dump generated by [Hugo](https://github.com/spf13/hugo) compiled with 1.4. The full output: ``` Loading... inferring types... 2015/09/18 20:42:00 Type *template.Template is ambiguous. Could be...

``` Loading... inferring types... panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x28 pc=0x4db8ee] goroutine 1 [running]: github.com/randall77/heapdump14/read.dwarfTypeMap(0xc208060000, 0xc208032c00, 0xc208032c00) /home/vmihailenco/workspace/gocode/src/github.com/randall77/heapdump14/read/parser.go:1222 +0xc6e github.com/randall77/heapdump14/read.typePropagate(0xc208060000, 0x7fffa7d7a11e, 0x1d)...