diff --git a/src/app/main.cpp b/src/app/main.cpp index e3241bbb9..5ab06e28b 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -352,8 +352,10 @@ void sigAbnormalHandler(int signum) reportToUser(msg); reportToUser(sigName); reportToUser("\n"); +#if !defined Q_OS_WIN print_stacktrace(); // unsafe #endif +#endif #if defined Q_OS_WIN && !defined DISABLE_GUI StacktraceDialog dlg; // unsafe