[GHC] #1198: readwrite002.exe: readwrite002.inout: hWaitForInput: invalid argument (Invalid argument)

GHC trac at galois.com
Mon Mar 5 14:46:14 EST 2007


#1198: readwrite002.exe: readwrite002.inout: hWaitForInput: invalid argument
(Invalid argument)
-------------------------------+--------------------------------------------
    Reporter:  igloo           |       Owner:              
        Type:  bug             |      Status:  new         
    Priority:  normal          |   Milestone:  6.6.2       
   Component:  libraries/base  |     Version:  6.6         
    Severity:  normal          |    Keywords:              
  Difficulty:  Unknown         |    Testcase:  readwrite002
Architecture:  Unknown         |          Os:  Windows     
-------------------------------+--------------------------------------------
On Windows, readwrite002 is failing with
 {{{
 readwrite002.exe: readwrite002.inout: hWaitForInput: invalid argument
 (Invalid argument)
 }}}
 The error is being generated by
 {{{
 rc = PeekNamedPipe( hFile, NULL, 0, NULL, &avail, NULL );
 }}}
 in the `inputReady` function in `cbits/inputReady.c`, during a call to
 `hReady`.

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


More information about the Glasgow-haskell-bugs mailing list