[Haskell-cafe] strange hangs with -threaded runtime (now with test case)

Joey Hess joey at kitenet.net
Sat Jul 14 22:01:40 CEST 2012


I've isolated the hang further to hPipeFrom's use of System.Log.Logger.
Commenting out calls to logging functions makes it reliably run ok. See
the "LINE OF DEATH" in the attached updated test case.

... And it turns out that System.Log.Logger uses a MVar to hold the
logger information. So I think this points to a MissingH bug, although I
don't yet understand it.

-- 
see shy jo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.hs
Type: text/x-haskell
Size: 2102 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120714/d86f03ca/attachment.hs>


More information about the Haskell-Cafe mailing list