[Haskell-cafe] thread killed
Donn Cave
donn at avvanta.com
Wed Apr 4 08:57:58 CEST 2012
On Wed, Apr 4, 2012 at 6:37 AM, tsuraan <tsuraan at 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
More information about the Haskell-Cafe
mailing list