|
Bug in GHC 6.2.1: msg#00006lang.haskell.glasgow.bugs
This is the program: import Control.Concurrent main = do m <- newEmptyMVar forkIO $ do s <- getLine putMVar m s s <- takeMVar m putStrLn s > ghc --make Bug.hs [21:54] Chasing modules from: Bug.hs Compiling Main ( Bug.hs, Bug.o ) Linking ... > ./a.out [21:57] # Now hit Ctrl-C a.out: internal error: main thread has been GC'd Please report this as a bug to glasgow-haskell-bugs@xxxxxxxxxxx, or http://www.sourceforge.net/projects/ghc/ Ben
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [PATCH] fix integer truncation in hp2ps output, Nicholas Nethercote |
|---|---|
| Next by Date: | FollowUp: Bug in GHC 6.2.1, Benjamin Franksen |
| Previous by Thread: | [PATCH] fix integer truncation in hp2ps output, Nicholas Nethercote |
| Next by Thread: | FollowUp: Bug in GHC 6.2.1, Benjamin Franksen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |