Cheetah Software  1.0
SegfaultHandler.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void install_segfault_handler ()
 

Function Documentation

void install_segfault_handler ( )

Definition at line 25 of file SegfaultHandler.cpp.

References segfault_handler().

25  {
26  signal(SIGSEGV, segfault_handler);
27 }
static void segfault_handler(int sig)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: