Closed kawu closed 11 years ago
The problem occurs when Concraft is compiled with GHC 7.6.3 as well, which means that it isn't related to the CHC bug mentioned above.
Concraft-0.2.1 also crushes with this exception. Maybe there has been some upgrade of a library on which Concraft depends and which changes the treatment of this exception?
Turned out to be a problem with the direct scheduler in the monad-par library. New version of the sgd library imports the default scheduler.
On GHC 7.4.1 you may get the following error when running Concraft in the multi-threaded mode:
It is probably related to the bug of the GHC compiler: http://ghc.haskell.org/trac/ghc/ticket/5943.