os/exec: No stderr is shown in the os/exec error #44270
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?go version go1.15.7 linux/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
This doesn't run on the playground. Run this, for example, in a non-git directory.
The docs imply we should be able to see at least some of the stderr:
https://golang.org/src/os/exec/exec.go?s=6278:6323#L461
What did you expect to see?
The stderr.
What did you see instead?
Nothing.
The text was updated successfully, but these errors were encountered: