"os/exec": problem building with -race
in MacOS Monterey 12.1 when using package "os/exec"
#50172
Labels
-race
in MacOS Monterey 12.1 when using package "os/exec"
#50172
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I am using latest
What operating system and processor architecture are you using (
go env
)?go env
OutputMacOS Monterey, specifically 12.1 (21C52)
What did you do?
After building with
-race
, it fails to run. Here is a small sample go program that reproduces the issue.What did you expect to see?
The binary would run without errors.
What did you see instead?
The text was updated successfully, but these errors were encountered: