--- rpl/src/fusible.c 2012/12/19 09:58:23 1.47 +++ rpl/src/fusible.c 2013/02/23 15:20:21 1.48 @@ -53,6 +53,11 @@ fusible(void *argument) struct timespec temporisation; + sigset_t set; + + sigfillset(&set); + pthread_sigmask(SIG_BLOCK, &set, NULL); + s_etat_processus = argument; if ((*s_etat_processus).debug == d_vrai)