Thanks very much for the exact answer Mark,

Well, fopen is one of the few I/O functions which is not part of the NT
POSIX API (closed Windows source), instead it's implemented by the Interix
LIBC. So, a replacement is very likely to work. I doubt however I can do
better than the Interix developers.

FILE * fopen(char *path, const char *mode);
FOPEN_BINARY_READ macro seems to be consistent with my docs.

So, apparently I have to start a debug session to solve this.

You wouldn't have a suggestion of a shell command that triggers the bug
directly, so I don't have to click my way through the whole test?




_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to