Home
last modified time | relevance | path

Searched refs:SIGNAME (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/error/
H A Dsignal.c73 const char *SIGNAME[64]; local
76 SIGNAME[0] = "Unknown signal";
78 SIGNAME[SIGABRT] = "Abort";
81 SIGNAME[SIGALRM] = "Alarm";
84 SIGNAME[SIGBUS] = "BUS: Bus Error, possibly illegal memory access";
87 SIGNAME[SIGCHLD] = "CHLD";
90 SIGNAME[SIGCONT] = "CONT";
93 SIGNAME[SIGFPE] = "FPE: Floating Point Exception,probably divide by zero";
96SIGNAME[SIGHUP] = "Hang up: Some other process (or the batch system) has told this process to end";
99 SIGNAME[SIGILL] = "Illegal instruction: Likely due to memory corruption";
[all …]