Searched refs:fatal_signals (Results 1 – 1 of 1) sorted by relevance
55 static int fatal_signals[] = { SIGABRT, SIGBUS, SIGSEGV, 0 }; variable190 for (const int* iter = &fatal_signals[0]; *iter != 0; iter++) in install_crash_handlers()