diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 7c3724aa8c..741cc97d36 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -1808,7 +1808,7 @@ void segmentation_fault_handler(int sig) #if defined(FC_DEBUG) abort(); #else - exit(1); + _exit(1); #endif #else switch (sig) {