On 04/12/2013 12:58 PM, MORITA Kazutaka wrote: > + fprintf(stderr, "signal (%s) didn't terminate the process.", > + strsignal(signo)); What does it mean 'signal xxx didn't terminate the process'? I don't get it, does it mean that the process catch it but can't handle it and exit with crash_handler()? Thanks, Yuan