#3890: runghc sometimes won't allow redirecting of stdout/stderr
---------------------------------+------------------------------------------
    Reporter:  simonmic          |       Owner:                
        Type:  bug               |      Status:  new           
    Priority:  normal            |   Component:  Runtime System
     Version:  6.10.4            |    Keywords:                
          Os:  Unknown/Multiple  |    Testcase:                
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown  
---------------------------------+------------------------------------------

Comment(by simonmic):

 {{{
 stdout working normally:

 $ runhaskell test.hs | cat
 output
 $

 after uncommenting either commented line below, stdout can't be captured:

 $ runhaskell test.hs | cat
 $
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3890#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to