TestMemStats is currently flaking on several builders:
2020-04-27T20:20:53-a7e9e84/linux-386-longtest
2020-04-27T20:20:53-a7e9e84/linux-ppc64le-power9osu
2020-04-27T20:06:57-d2f5e4e/linux-amd64-nocgo
2020-04-27T19:49:49-a637ee1/linux-amd64-clang
2020-04-27T19:49:42-d646c03/linux-amd64-clang
2020-04-27T19:35:01-6a4441d/darwin-amd64-10_12
The failure is
--- FAIL: TestMemStats (0.00s)
malloc_test.go:98: Bad sys value: ... [blob of text]
Given the timing, the most likely cause is the new mcentral implementation somehow. It's not clear to me yet how it's related, if that's the case.
TestMemStatsis currently flaking on several builders:The failure is
Given the timing, the most likely cause is the new
mcentralimplementation somehow. It's not clear to me yet how it's related, if that's the case.