]> Cypherpunks repositories - gostls13.git/commit
os/exec: add temporary debugging code for #25628
authorIan Lance Taylor <iant@golang.org>
Fri, 27 Mar 2020 17:09:26 +0000 (10:09 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 27 Mar 2020 20:19:34 +0000 (20:19 +0000)
commitf5558bb2f580ed40374a98e8db6fd58ae79f6e1d
tree30d6f8631a718e39e97efea9331f38f1f663dfd2
parentaf7eafd1505f9e150aa9fc21cd3f19da42a30333
os/exec: add temporary debugging code for #25628

On linux-386 builders run the TestExtraFiles subprocess under strace,
in hopes of finding out where the unexpected descriptor is coming from.

For #25628

Change-Id: I9a62d6a5192a076525a616ccc71de74bbe7ebd58
Reviewed-on: https://go-review.googlesource.com/c/go/+/225799
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/os/exec/exec_test.go