]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
SIGSTKFLT does not exist on CCFRT Alphe_OSF
authorrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 16:42:41 +0000 (16:42 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 16:42:41 +0000 (16:42 +0000)
src/Utils/Utils_SignalsHandler.cxx

index c96747334c6e902cfcf845b5758733a2171b7a62..019633f8a02a0b77cc4064351cfbb8375dc9e137 100644 (file)
@@ -82,7 +82,9 @@ Utils_SignalsHandler::Utils_SignalsHandler()
   StoreSignalHandler(mySigHandlerCont,SIGHUP); // floating point exception
   StoreSignalHandler(mySigHandlerCont,SIGQUIT); // quit
   StoreSignalHandler(mySigHandlerCont,SIGBUS); // bus error
+#ifndef __osf1__
   StoreSignalHandler(mySigHandlerCont,SIGSTKFLT); // stack fault.
+#endif
 #endif
   StoreSignalHandler(mySigHandlerCont,SIGFPE); // floating point exception  
   StoreSignalHandler(mySigHandlerCont,SIGINT); // interrupt