Salome HOME
sigaction was called with a mask of signals (SIGINT | SIGUSR1)
authorrahuel <rahuel@opencascade.com>
Thu, 3 Feb 2005 12:50:57 +0000 (12:50 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 3 Feb 2005 12:50:57 +0000 (12:50 +0000)
commitf419220c5c8ec59e2566a0d47cfe5dc0dede5cb3
tree06c773e567d73b96d10831ae7a6bbb48f651ede0
parentccbcbecbbd2f874cc142bbe491a1d3474135b218
sigaction was called with a mask of signals (SIGINT | SIGUSR1)
But sigaction must be called with only one signal code.
So there is one call for SIGINT and an other one for SIGUSR1
src/Container/Container_i.cxx