4f21cc8
From a6f2cba43d79347b6975b3b8069b423c94a7dba6 Mon Sep 17 00:00:00 2001
4d8151e
From: David Tardon <dtardon@redhat.com>
4d8151e
Date: Tue, 8 Nov 2016 11:50:06 +0100
4d8151e
Subject: [PATCH] don't suppress crashes
4d8151e
4d8151e
An automatic restart after a crash makes the crash invisible to abrt.
4d8151e
4d8151e
Change-Id: I3854e619356049b144b08575879d289a3c12e4c9
4d8151e
---
4d8151e
 desktop/source/app/app.cxx | 4 +---
4d8151e
 1 file changed, 1 insertion(+), 3 deletions(-)
4d8151e
4d8151e
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
4f21cc8
index c54aea9dd4f7..a613fe12cef2 100644
4d8151e
--- a/desktop/source/app/app.cxx
4d8151e
+++ b/desktop/source/app/app.cxx
4f21cc8
@@ -1147,14 +1147,12 @@ void Desktop::Exception(ExceptionCategory nCategory)
4f21cc8
     if( bRestart )
4f21cc8
     {
4f21cc8
         RequestHandler::Disable();
4f21cc8
-        if( pSignalHandler )
4f21cc8
-            osl_removeSignalHandler( pSignalHandler );
4d8151e
 
4f21cc8
         restartOnMac(false);
4f21cc8
         if ( m_rSplashScreen.is() )
4f21cc8
             m_rSplashScreen->reset();
4d8151e
 
4f21cc8
-        _exit( EXITHELPER_CRASH_WITH_RESTART );
4f21cc8
+        return;
4f21cc8
     }
4f21cc8
     else
4f21cc8
     {
4d8151e
-- 
4f21cc8
2.29.2
4d8151e