http://bugs.winehq.org/show_bug.cgi?id=8137
------- Additional Comments From lich@math.spbu.ru 2007-22-04 17:04 ------- The commit caused the bug:
commit 539d5863e6fae78943fe59a60b151433126a9481 Author: Alexandre Julliard julliard@winehq.org Date: Fri Apr 6 16:05:53 2007 +0200
ntdll: Reimplement NtReadFile.
Always try a read() before queuing an async I/O. Handle timeout waits for synchronous I/O entirely on the client side. Queue the final APC as a proper user APC.