Signal handler scheduling on single-threaded RTS

Edward Z. Yang ezyang at MIT.EDU
Sat Nov 13 13:53:13 EST 2010


Oh, there's quite a simple fix for this: don't have the FFI call
handle the SIGINT; only handle a signal the RTS generates.  I guess
we should do a little more legwork to make sure interruptible(?) user threads
don't see signals.

Edward


More information about the Glasgow-haskell-users mailing list