From: Simon Marlow Date: Mon, 17 Nov 2008 09:43:50 +0000 (+0000) Subject: Another shutdown fix X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cb90532723bd5801b8ac29973dd14e8e30b1e0a9;hp=cb90532723bd5801b8ac29973dd14e8e30b1e0a9;p=ghc-hetmet.git Another shutdown fix If we encounter a runnable thread during shutdown, just kill it. All the threads are supposed to be dead at this stage, but this catches threads that might have just returned from a foreign call, or were finalizers created by the GC. Fixes memo002(threaded1) ---