containerd/cmd/ctr
Brian Goff 899b4e3cb5 Ignore SIGURG signals in signal forwarder
Starting with go1.14, the go runtime hijacks SIGURG but with no way to
not send to other signal handlers.

In practice, we get this signal frequently.
I found this while testing out go1.15 with ctr and multiple execs with
only `echo hello`. When the process exits quickly, if the previous
commit is not applied, you end up with an error message that it couldn't
forward SIGURG to the container (due to the process being gone).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-09-04 16:19:31 -07:00
..
app Add ctr subcommand to print default OCI spec 2020-05-28 14:06:44 -07:00
commands Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
main.go Move manpage gen to separate binary 2019-09-12 14:19:00 -04:00