Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37553147
en ru br
ALT Linux repositórios
S:7.5.4.2-alt1.1

Group :: Escritórios
RPM: LibreOffice

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: FC-0001-don-t-suppress-crashes.patch
Download


From a6f2cba43d79347b6975b3b8069b423c94a7dba6 Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Tue, 8 Nov 2016 11:50:06 +0100
Subject: [PATCH] don't suppress crashes
An automatic restart after a crash makes the crash invisible to abrt.
Change-Id: I3854e619356049b144b08575879d289a3c12e4c9
---
 desktop/source/app/app.cxx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index c54aea9dd4f7..a613fe12cef2 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1165,8 +1165,6 @@
     if( bRestart )
     {
         RequestHandler::Disable();
-        if( pSignalHandler )
-            osl_removeSignalHandler( pSignalHandler );
 
         restartOnMac(false);
 #if !ENABLE_WASM_STRIP_SPLASH
@@ -1174,7 +1172,7 @@
             m_rSplashScreen->reset();
 #endif
 
-        _exit( EXITHELPER_CRASH_WITH_RESTART );
+        return;
     }
     else
     {
-- 
2.29.2
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009