Searched defs:sig_coredump (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dmpm_unix.c957 static void sig_coredump(int sig) function
1014 sa.sa_handler = sig_coredump;
1040 apr_signal(SIGSEGV, sig_coredump);
1042 apr_signal(SIGBUS, sig_coredump);
1045 apr_signal(SIGABORT, sig_coredump);
1048 apr_signal(SIGABRT, sig_coredump);
1051 apr_signal(SIGILL, sig_coredump);
1054 apr_signal(SIGFPE, sig_coredump);

Completed in 279 milliseconds