https://bugs.documentfoundation.org/show_bug.cgi?id=93569

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Michael Meeks <[email protected]> ---
NB. to test with dbgutil you need to have this:

--- a/sal/osl/unx/signal.cxx
+++ b/sal/osl/unx/signal.cxx
@@ -209,8 +209,8 @@ static bool InitSignal()
         bSetILLHandler = true;
     }

-#ifdef DBG_UTIL
-    bSetSEGVHandler = bSetWINCHHandler = bSetILLHandler = false;
+#if 1 // def DBG_UTIL SAL_DEBUG
+    bSetSEGVHandler = bSetWINCHHandler = bSetILLHandler = true;
 #endif

     SignalListMutex = osl_createMutex();

It is a feature to not have a segv handler when in dbgutil mode it seems =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to