12 lines
364 B
Diff
12 lines
364 B
Diff
--- procps-3.2.7/ps/display.c.enable-core 2009-02-27 11:57:21.000000000 +0000
|
|
+++ procps-3.2.7/ps/display.c 2009-02-27 11:57:48.000000000 +0000
|
|
@@ -562,6 +562,8 @@
|
|
default:
|
|
sigaction(i,&sa,NULL);
|
|
case 0:
|
|
+ case SIGABRT:
|
|
+ case SIGSEGV:
|
|
case SIGINT: /* ^C */
|
|
case SIGTSTP: /* ^Z */
|
|
case SIGTTOU: /* see stty(1) man page */
|