On Thu, Nov 14, 2013 at 3:05 PM, Emanuel Koczwara <poczta@emanuelkoczwara.pl> wrote:
installHandler sigKILL (Catch killHandler) Nothing
This should really have thrown an exception, because SIGKILL cannot be trapped, blocked, or ignored per POSIX. Maybe you want SIGTERM?