7 May
2024
7 May
'24
11:13 a.m.
https://bugs.winehq.org/show_bug.cgi?id=56389 --- Comment #12 from Hristo Venev <hristo(a)venev.name> --- I may have found the bug: If the IO was synchronous, NtReadFile updates the `IO_STATUS_BLOCK` and then sets the event. Then it does some RPCs, returns, and finally the wow64 shim updates the `IO_STATUS_BLOCK32`. The problem here is that the event is already being waited on by another thread, so it checks the `IO_STATUS_BLOCK32` before the wow64 shim has updated it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.