Lines Matching refs:ACT_ABORT
84 # define ACT_ABORT 5 macro
86 # define ACT_ABORT ACT_SYSTEM macro
110 { SIGTRAP, ACT_ABORT, NULL }, /* trace trap (not reset when caught) */
112 { SIGIOT, ACT_ABORT, NULL }, /* IOT instruction */
114 { SIGABRT, ACT_ABORT, NULL }, /* used by abort, replace SIGIOT in the future */
121 { SIGFPE, ACT_ABORT, NULL }, /* floating point exception */
123 { SIGBUS, ACT_ABORT, NULL }, /* bus error */
124 { SIGSEGV, ACT_ABORT, NULL }, /* segmentation violation */
126 { SIGSYS, ACT_ABORT, NULL }, /* bad argument to system call */
153 { SIGXCPU, ACT_ABORT, NULL }, /* exceeded cpu limit */
154 { SIGXFSZ, ACT_ABORT, NULL } /* exceeded file size limit */
563 if (Signals[i].Signal == Signal && Signals[i].Action == ACT_ABORT ) in ReportCrash()
884 case ACT_ABORT: /* terminate witch core dump */ in CallSystemHandler()