CritErrHdlr
Defined in
<utils/ErrorHandling.h>
This is the callback function for processing signal events. For each installed signal, this function will be called if that signal gets caught. In practice, this just prints the stacktrace, though.
(1) |
-
__MISSING__
Parameters:-
int
sig_num
-
siginfo_t *
info
-
void *
ucontext
-