If a program calls the os/signal functions Notify and Ignore, we should reflect those calls in the signal mask that we pass to child processes that we start using the os or os/exec packages. The code for this is in #19196 (comment) .
The text was updated successfully, but these errors were encountered:
If a program calls the os/signal functions
Notify
andIgnore
, we should reflect those calls in the signal mask that we pass to child processes that we start using the os or os/exec packages. The code for this is in #19196 (comment) .The text was updated successfully, but these errors were encountered: