From: rahuel Date: Thu, 9 Feb 2006 16:42:41 +0000 (+0000) Subject: SIGSTKFLT does not exist on CCFRT Alphe_OSF X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3770f9f65e0f2a54ca6d1afb4986477639451de2;p=modules%2Fkernel.git SIGSTKFLT does not exist on CCFRT Alphe_OSF --- diff --git a/src/Utils/Utils_SignalsHandler.cxx b/src/Utils/Utils_SignalsHandler.cxx index c96747334..019633f8a 100644 --- a/src/Utils/Utils_SignalsHandler.cxx +++ b/src/Utils/Utils_SignalsHandler.cxx @@ -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