diff --git a/src/app/main.cpp b/src/app/main.cpp index 2e7013d91..618f11fe8 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -357,8 +357,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