[Haskell-beginners] POSIX signals and deamons

Emanuel Koczwara poczta at emanuelkoczwara.pl
Thu Nov 14 20:24:06 UTC 2013


Hi,

W dniu 14.11.2013 21:10, Brandon Allbery pisze:
> On Thu, Nov 14, 2013 at 3:05 PM, Emanuel Koczwara 
> <poczta at emanuelkoczwara.pl <mailto:poczta at 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?

   You have right, sigTERM works as expected. Thank you.

Emanuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20131114/0afdd9c7/attachment.html>


More information about the Beginners mailing list