in reply to Re^2: Perl scripts quit unexpectedly
in thread Perl scripts quit unexpectedly
As I understand things, SIGKILL is never received by the application, so you wouldn't be able to log that one. The whole idea behind that signal is to kill non-responsive processes, a task ill-suited for the process being killed. I'm not familiar with the other signals you mentioned.