the patch: + if (!PL_psig_pend) return; /* Set a flag to say this signal is pending, that is awaiting delivery after * the current Perl opcode completes */ PL_psig_pend[sig]++; You're certain than PL_psig_pend gets set to zero when the array is demalloced?Thread Previous | Thread Next