Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 4e540d3b86ae3cb0893f409e5be32cab > files > 42

procps-3.2.8-8.fc13.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 */