marko@fedora-server:~/goprojects/src/badoo/bumpd (build_bumpd_1.2.0) $ go get -u github.com/randall77/hprof/dumptodot
marko@fedora-server:~/goprojects/src/badoo/bumpd (build_bumpd_1.2.0) $ dumptodot heapdump $(which bumpd) > heap.dot
panic: interface conversion: interface is nil, not string
goroutine 16 [running]:
runtime.panic(0x56c180, 0xc2084fbec0)
/home/marko/go/src/pkg/runtime/panic.c:279 +0xf5
github.com/randall77/hprof/read.typeMap(0xc208038240, 0xc208186600, 0xc208186600)
/home/marko/goprojects/src/github.com/randall77/hprof/read/parser.go:1012 +0xf37
github.com/randall77/hprof/read.nameWithDwarf(0xc208038240, 0x7fff0edd3369, 0x20)
/home/marko/goprojects/src/github.com/randall77/hprof/read/parser.go:1275 +0x8f
github.com/randall77/hprof/read.Read(0x7fff0edd3360, 0x8, 0x7fff0edd3369, 0x20, 0x7fdd21234000)
/home/marko/goprojects/src/github.com/randall77/hprof/read/parser.go:1607 +0x5e
main.main()
/home/marko/goprojects/src/github.com/randall77/hprof/dumptodot/main.go:14 +0xe8
goroutine 19 [finalizer wait]:
runtime.park(0x416320, 0x687470, 0x685fc9)
/home/marko/go/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x687470, 0x685fc9)
/home/marko/go/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/home/marko/go/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/home/marko/go/src/pkg/runtime/proc.c:1445