Go to the documentation of this file.
90 static void set(
const bool verbose);
93 static void unset(
const bool verbose);
Signal handler for SEGV interupt.
static void unset(const bool verbose)
Deactivate SIGSEGV signal handler.
static void set(const bool verbose)
Activate SIGSEGV signal handler.
static struct sigaction oldAction_
Saved old signal trapping setting.
static bool sigActive_
Flag to indicate signal trapping is enabled.
static void sigHandler(int)
Handler for caught signals.