Ticket #1198 (closed bug: fixed)
Windows: hWaitForInput returns False for file handles, and doesn't work properly for consoles
| Reported by: | igloo | Owned by: | simonmar |
|---|---|---|---|
| Priority: | low | Milestone: | 6.10.1 |
| Component: | libraries/base | Version: | 6.6 |
| Keywords: | Cc: | ||
| Operating System: | Windows | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | readwrite002, hReady001 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
