]> granicus.if.org Git - procps-ng/commit
ps: ignore SIGCONT
authorCraig Small <csmall@enc.com.au>
Tue, 14 Jan 2014 11:23:58 +0000 (22:23 +1100)
committerCraig Small <csmall@enc.com.au>
Tue, 14 Jan 2014 11:23:58 +0000 (22:23 +1100)
commitd06aaaaf2bd8f3b5f0235e75f4f04c0ad69c7d6d
tree6998dbbba3ecc3329697995eaa0420881f0472e0
parent8622b582da06fb93a8f06d302215269835fca9a9
ps: ignore SIGCONT

SIGCONT is a continue signal.  It seems that some zsh setups can send
this signal, causing ps to abort.  This is not what "continue" means.
This change just uses the default handler which will continue a stopped
process.

References:
  http://bugs.debian.org/732410
  http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=32251

Signed-off-by: Craig Small <csmall@enc.com.au>
NEWS
ps/display.c