On 27 July 2012 14:52, Marco Túlio Gontijo e Silva
<[email protected]> wrote:
> thread blocked indefinitely in an MVar operation

IIRC, that means that a thread is blocked on an MVar and the MVar is
only reachable by that thread.  You said you tried adding NOINLINE,
which is usually required for unsafePerformIO. Did you make sure to
recompile everything from scratch after doing so? Other than that, you
may ask on the glasgow-haskell-users mailing list as this is read more
frequently by the GHC team.

/ Thomas
-- 
Push the envelope. Watch it bend.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to