os: EINTR on Darwin when reading from os.Stdin #22838
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What did you do?
I built this program on a Mac, and also cross-compiled it using
GOOS=linux
, then ran it on both platforms to see what happened when I hit Ctrl-Z and resumed the program usingfg 1
.What did you see on Linux?
What did you see on Darwin (macOS)?
What would you expect?
I would expect the behaviour to be the same on both platforms. A search of other issues indicated that the following may be relevant:
open
)EINTR
everywhere in the standard library)System details
The text was updated successfully, but these errors were encountered: