On Wed, Apr 4, 2012 at 6:37 AM, tsuraan <tsur...@gmail.com> wrote:

> What sorts of things can cause a thread to get an asynchronous "thread
> killed" exception?  I've been seeing rare, inexplicable "thread
> killed" messages in my Snap handlers for a long time, but they aren't
> from Snap's timeout code.

This is a long shot, but it's easy to test - turn off GHC's RTS timer,
+RTS -V0 -RTS.  That removes a source of SIGALRM interrupts.

        Donn

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to