#2778: Standard output from subprocess has chunks missing
-------------------------------+--------------------------------------------
 Reporter:  greenrd            |          Owner:  igloo  
     Type:  merge              |         Status:  new    
 Priority:  high               |      Milestone:  6.10.2 
Component:  libraries/process  |        Version:  6.10.1 
 Severity:  major              |     Resolution:         
 Keywords:                     |     Difficulty:  Unknown
 Testcase:                     |   Architecture:  x86    
       Os:  Linux              |  
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * owner:  => igloo
  * type:  bug => merge

Comment:

 Fixed:

 {{{
 Fri Nov 14 13:05:46 GMT 2008  Simon Marlow <[EMAIL PROTECTED]>
   * Don't put stdin into non-blocking mode (#2778, #2777)
   This used to be necessary when our I/O library needed all FDs in
   O_NONBLOCK mode, and readline used to put stdin back into blocking
   mode.  Nowadays the I/O library can cope with FDs in blocking mode,
   and #2778/#2777 show why this is important.
 }}}

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