in heapdump17 data output by go1.9.4, the architecture field of "dump params" record is a string, not a uvarint... [5]"amd64" in my case.

Infinoid 2018-03-14 14:20:29 -04:00
parent db84c0a69d
commit 6399940ee0

@ -102,7 +102,7 @@ The wait fields must be present in all cases, but they only mean something if th
* uvarint: pointer size in bytes
* uvarint: starting address of heap
* uvarint: ending address of heap
* uvarint: thechar = architecture specifier
* string: architecture name
* string: GOEXPERIMENT environment variable value
* uvarint: runtime.ncpu