]> Cypherpunks repositories - gostls13.git/commit
doc/articles/race_detector: mention memory leak potential
authorKevin Burke <kev@inburke.com>
Mon, 24 Feb 2020 04:45:51 +0000 (20:45 -0800)
committerKevin Burke <kev@inburke.com>
Tue, 25 Feb 2020 20:23:54 +0000 (20:23 +0000)
commitba093c4562e7464e95a4bde6505d270b71ed623f
treefaa078491befa6c4d3377e836120de7b9b9e0574
parent490bc6097abda7dc769635f1a7ef8557b8f6ba93
doc/articles/race_detector: mention memory leak potential

As far as I can tell, there is no public documentation on this topic,
which cost me several days of debugging.

I am possibly unusual in that I run binaries in production with the
race detector turned on, but I think that others who do the same may
want to be aware of the risk.

Updates #26813.
Updates #37233.

Change-Id: I1f8111bd01d0000596e6057b7cb5ed017d5dc655
Reviewed-on: https://go-review.googlesource.com/c/go/+/220586
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/articles/race_detector.html