| Anonymous | Login | Signup for a new account | 2013-05-22 19:05 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 | |||||||
| 0005581 | OCaml | OCaml otherlibs | public | 2012-04-10 13:06 | 2012-04-10 17:41 | |||||||
| Reporter | frisch | |||||||||||
| Assigned To | ||||||||||||
| Priority | low | Severity | tweak | Reproducibility | have not tried | |||||||
| Status | resolved | Resolution | no change required | |||||||||
| Platform | Windows | OS | OS Version | |||||||||
| Product Version | ||||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005581: Windows: Unix.fstat not returning S_SOCK | |||||||||||
| Description | It seems that Window's version of fstat does not return whether the handle is a socket or not; consequently S_SOCK is never returned. But we keep in the filedescr structure this information, and so we would be able to return S_SOCK when appropriate. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0007307) gerd (reporter) 2012-04-10 15:35 |
Unix only returns S_SOCK when the file is a Unix domain socket (which do not exist in Windows), but not for other kinds of sockets. If we keep this compatibility, the win32 port should behave in the same way, i.e. never return S_SOCK. |
|
(0007308) doligez (manager) 2012-04-10 15:50 |
Alain, do you have any answer to Gerd's objection? |
|
(0007311) frisch (developer) 2012-04-10 17:25 |
Damien: no objection. Sorry for the noise. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-04-10 13:06 | frisch | New Issue | |
| 2012-04-10 15:35 | gerd | Note Added: 0007307 | |
| 2012-04-10 15:50 | doligez | Note Added: 0007308 | |
| 2012-04-10 15:50 | doligez | Status | new => feedback |
| 2012-04-10 17:25 | frisch | Note Added: 0007311 | |
| 2012-04-10 17:25 | frisch | Status | feedback => new |
| 2012-04-10 17:41 | doligez | Status | new => resolved |
| 2012-04-10 17:41 | doligez | Resolution | open => no change required |
| Copyright © 2000 - 2011 MantisBT Group |