From 6399940ee08014806b2a8daa7ad4b83c7dc6f80b Mon Sep 17 00:00:00 2001 From: Infinoid Date: Wed, 14 Mar 2018 14:20:29 -0400 Subject: [PATCH] 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. --- heapdump15-through-heapdump17.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heapdump15-through-heapdump17.md b/heapdump15-through-heapdump17.md index a014967d..0b076d7a 100644 --- a/heapdump15-through-heapdump17.md +++ b/heapdump15-through-heapdump17.md @@ -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