]> granicus.if.org Git - procps-ng/commit
ps: ignore SIGURG
authorTommi Rantala <tommi.t.rantala@nokia.com>
Mon, 11 Oct 2021 10:33:18 +0000 (13:33 +0300)
committerCraig Small <csmall@dropbear.xyz>
Wed, 13 Oct 2021 20:50:37 +0000 (07:50 +1100)
commitb6ccf865f83f98478a814c1d79d17a0b5212cc6e
treee6c1a5c86aeaf1ea7416a8ac5395b7249ba88179
parent3f2d7a0bf6a848a50e41dcdeea500502f4ab21a3
ps: ignore SIGURG

Stop registering signal handler for SIGURG, to avoid ps failure if
someone sends such signal. Without the signal handler, SIGURG will
just be ignored.

  Signal 23 (URG) caught by ps (3.3.16).
  ps:ps/display.c:66: please report this bug

https://man7.org/linux/man-pages/man7/signal.7.html
https://www.freebsd.org/cgi/man.cgi?sektion=3&query=signal
ps/display.c