| Anonymous | Login | Signup for a new account | 2013-05-24 06:12 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 | |||
| 0004836 | OCaml | OCaml general | public | 2009-07-15 11:51 | 2009-07-15 14:20 | |||
| Reporter | Dmitry Grebeniuk | |||||||
| Assigned To | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.11.1 | |||||||
| Target Version | Fixed in Version | 3.11.2+dev | ||||||
| Summary | 0004836: Unix.single_write raises bogus exceptions under windows | |||||||
| Description | file otherlibs/win32unix/write.c, function unix_single_write: the variable "DWORD err" is not initialized and is not modified in case of successful OS call. So, when the (unspecified) err's initial value is not zero, the "if (err)" condition is met, and exception Unix.Unix_error is raised. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0005019) xleroy (administrator) 2009-07-15 14:20 |
Well spotted. This is now fixed in the 3.11 release branch. Fix will go in 3.11.2. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-07-15 11:51 | Dmitry Grebeniuk | New Issue | |
| 2009-07-15 14:20 | xleroy | Note Added: 0005019 | |
| 2009-07-15 14:20 | xleroy | Status | new => closed |
| 2009-07-15 14:20 | xleroy | Resolution | open => fixed |
| 2009-07-15 14:20 | xleroy | Fixed in Version | => 3.11.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |