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

/inkscape/src/
H A Dinkscape.cpp408 segv_handler = signal (SIGSEGV, Application::crash_handler);
409 abrt_handler = signal (SIGABRT, Application::crash_handler);
410 fpe_handler = signal (SIGFPE, Application::crash_handler);
411 ill_handler = signal (SIGILL, Application::crash_handler);
413 bus_handler = signal (SIGBUS, Application::crash_handler);
512 Application::crash_handler (int /*signum*/) function in class:Inkscape::Application

Completed in 6074 milliseconds