| Anonymous | Login | Signup for a new account | 2013-05-22 22:49 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004790 | OCaml | OCaml general | public | 2009-05-14 13:45 | 2009-05-19 14:34 | |||
| Reporter | vouillon | |||||||
| Assigned To | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.11.0 | |||||||
| Target Version | Fixed in Version | 3.11.1+dev | ||||||
| Summary | 0004790: Windows error ERROR_NO_DATA should be mapped to EPIPE | |||||||
| Description | Under Windows, writing to a pipe results in an ERROR_NO_DATA error when the other end of the pipe is closed. This error should therefore be mapped to the EPIPE Unix error (patch attached). Note that there is an ERROR_BROKEN_PIPE error already mapped to EPIPE, but the error occurs when trying to read from a closed pipe. (Under Unix, the read would simply return 0 to signal an end of file.) | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004959) xleroy (administrator) 2009-05-19 14:34 |
Thanks for the patch. Applied in 3.11 release branch, will go in release 3.11.1. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-05-14 13:45 | vouillon | New Issue | |
| 2009-05-14 13:45 | vouillon | File Added: patch2.txt | |
| 2009-05-15 17:08 | doligez | Status | new => acknowledged |
| 2009-05-19 14:34 | xleroy | Note Added: 0004959 | |
| 2009-05-19 14:34 | xleroy | Status | acknowledged => closed |
| 2009-05-19 14:34 | xleroy | Resolution | open => fixed |
| 2009-05-19 14:34 | xleroy | Fixed in Version | => 3.11.1+dev |
| Copyright © 2000 - 2011 MantisBT Group |