#1780: runInteractiveProcess broken with >2 processes on POSIX
-------------------------------+--------------------------------------------
 Reporter:  guest              |          Owner:         
     Type:  bug                |         Status:  new    
 Priority:  normal             |      Milestone:  6.8.3  
Component:  libraries/process  |        Version:  6.6.1  
 Severity:  normal             |     Resolution:         
 Keywords:                     |     Difficulty:  Unknown
 Testcase:                     |   Architecture:  x86    
       Os:  Linux              |  
-------------------------------+--------------------------------------------
Comment (by michal.palka):

 It would be nice to have it fixed. Last time I stepped on it I had to
 resort to using {{{runProcess "sh" ["cmd1 | cmd2"]}}} and deal with
 escaping the parameters. It would also be nice to be able to set a Handle
 into blocking mode. This way I could pass a Handle returned from
 {{{runInteractiveProcess}}} to an invocation of {{{runProcess}}} to form a
 pipe.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1780#comment:5>
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