Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > b79707c950196751387278be720462c4 > files > 32

procps-3.2.8-24.20110302git.fc16.src.rpm

--- 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 */