Searched refs:ACT_ABORT (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | signal.c | 77 # define ACT_ABORT 5 macro 79 # define ACT_ABORT ACT_SYSTEM macro 105 { SIGIOT, ACT_ABORT, NULL }, /* IOT instruction */ 114 { SIGFPE, ACT_ABORT, NULL }, /* floating point exception */ 116 { SIGBUS, ACT_ABORT, NULL }, /* bus error */ 117 { SIGSEGV, ACT_ABORT, NULL }, /* segmentation violation */ 119 { SIGSYS, ACT_ABORT, NULL }, /* bad argument to system call */ 146 { SIGXCPU, ACT_ABORT, NULL }, /* exceeded cpu limit */ 147 { SIGXFSZ, ACT_ABORT, NULL } /* exceeded file size limit */ 556 if (Signals[i].Signal == Signal && Signals[i].Action == ACT_ABORT ) in ReportCrash() [all …]
|
Completed in 11 milliseconds