[EMAIL PROTECTED] (S.D.Mechveliani) writes:

> 
> Please, what might this mean in   ghc-4 ?
> 
> ghc -c ... Main.hs;   ghc -o run ...;   ./run
> 
> 
>   run: fatal error: No threads to run!  Deadlock?

It's one of two things:

        a)  Your program got into an infinite loop (of the black hole
            variety).  In Concurrent Haskell, this situation isn't
            currently distinguished from deadlock (although I think it
            could be).

        b)  A bug.

If you don't think it's the former, please send us the program.

Cheers,
        Simon


-- 
Simon Marlow                                             [EMAIL PROTECTED]
University of Glasgow                       http://www.dcs.gla.ac.uk/~simonm/
finger for PGP public key

Reply via email to