]> Cypherpunks repositories - gostls13.git/commit
os/exec: add a GODEBUG setting to diagnose leaked processes
authorBryan C. Mills <bcmills@google.com>
Thu, 29 Sep 2022 12:40:37 +0000 (08:40 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 4 Oct 2022 23:19:13 +0000 (23:19 +0000)
commit0fec65d281af8932ce8da946faa55884f2427cfc
treede48e699b6cb34c479cd9ff510dd6c6946aea726
parente7d203f494281a229a7d4ef769f14975e9b12e4e
os/exec: add a GODEBUG setting to diagnose leaked processes

Updates #52580.
For #50436.

Change-Id: I669f13863f1f85d576c3c94500b118e6989000eb
Reviewed-on: https://go-review.googlesource.com/c/go/+/436655
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/os/exec/dot_test.go
src/os/exec/exec.go
src/os/exec/exec_test.go