From: Simon Marlow Date: Fri, 7 Apr 2006 10:18:39 +0000 (+0000) Subject: Fix a bug related to threads blocked on blackholes X-Git-Tag: 04_07_06^0 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=693342ffbb61e1da4c009059755fa0b9b1396bb8;hp=693342ffbb61e1da4c009059755fa0b9b1396bb8 Fix a bug related to threads blocked on blackholes We weren't making them live early enough, with the result that finalizable objects referred to only by a thread blocked on a black hole could be finalized too early (see conc057 test). ---