[Haskell-cafe] Re: Thread blocked indefinitely problem when playing with signals and MVar on Windows

Olivier Boudry olivier.boudry at gmail.com
Thu Jun 14 15:27:05 EDT 2007


I found my mistake. Through my copy/paste I ended up changing a
readMVar into a takeMVar leaving the MVar empty and having the main
thread blocking to read it.

Changed takeMVar to readMVar in doNothing and everything is working fine now.

Sorry for the noise,

Olivier.


More information about the Haskell-Cafe mailing list