compose/cli/mobycli
Sebastiaan van Stijn b4c8a9dc5f
mobycli: ignore SIGURG on Linux and Darwin
Equivalent of fff164c22e
and cedaf44ea2

In go1.14+, SIGURG is used by the runtime to handle preemtable system calls.
In practice this signal is caught *frequently*.

For reference:

https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md
golang/go#37942

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-07 12:44:55 +02:00
..
resolvepath No specific case for windows, always resolve binary name before executing command 2020-11-05 17:38:03 +01:00
exec.go mobycli: ignore SIGURG on Linux and Darwin 2021-06-07 12:44:55 +02:00
exec_test.go Move Context & context/store => api/context & api/context/store 2021-01-15 16:31:59 +01:00
exec_unix.go mobycli: ignore SIGURG on Linux and Darwin 2021-06-07 12:44:55 +02:00
exec_windows.go mobycli: ignore SIGURG on Linux and Darwin 2021-06-07 12:44:55 +02:00
job_windows.go make windows "kill children process" code simpler 2021-03-31 15:24:50 +02:00