
4 Apr
2012
4 Apr
'12
2:57 a.m.
On Wed, Apr 4, 2012 at 6:37 AM, tsuraan
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