Searched refs:bus_handler (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ | ||
H A D | inkscape.cpp | 87 static void (* bus_handler) (int) = SIG_DFL; variable 413 bus_handler = signal (SIGBUS, Application::crash_handler); 529 signal (SIGBUS, bus_handler ); |
Completed in 40 milliseconds