Interruptible GHC

Edward Z. Yang ezyang at MIT.EDU
Thu Sep 16 18:20:08 EDT 2010


It looks like the problem was that the default handler for SIGINT
was scheduling code to run, when we really just wanted to get EINTR.
I'm sketchily using SIGPIPE right now; maybe we should use SIGUSR1
or something.

Edward


More information about the Glasgow-haskell-users mailing list