#7299: threadDelay broken in ghci, Mac OS X
---------------------------------+------------------------------------------
    Reporter:  tmcdonell         |       Owner:            
        Type:  bug               |      Status:  new       
    Priority:  highest           |   Milestone:  7.6.2     
   Component:  GHCi              |     Version:  7.6.1     
    Keywords:                    |          Os:  MacOS X   
Architecture:  Unknown/Multiple  |     Failure:  GHCi crash
  Difficulty:  Unknown           |    Testcase:            
   Blockedby:                    |    Blocking:            
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by joeyadams):

 What happens if you compile with `-threaded` ?  ghci uses the threaded
 RTS.  Compiling with `ghc`, by default, does not use the threaded RTS.
 `threadDelay` follows a much different code path with `-threaded` than
 without.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7299#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to