--- rpl/src/interruptions.c 2016/10/11 11:48:09 1.188 +++ rpl/src/interruptions.c 2016/10/11 11:58:22 1.189 @@ -2063,7 +2063,8 @@ interruption_violation_access(void *adre sigsegv_leave_handler(sortie_interruption_depassement_pile, (void *) &routine_recursive, NULL, NULL); # else - sortie_interruption_depassement_pile((void *) &routine_recursive); + sortie_interruption_depassement_pile((void *) &routine_recursive, + NULL, NULL); # endif }