http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #47 from Bruno Jesus 00cpxxx@gmail.com 2011-12-18 06:02:17 CST --- Great! If possible do further tracing in function WS2_async_recv because it's the target function for overlapped operations. It may be important to find out who is calling WS2_recv_base, possibly WSARecv or WSARecvFrom beacuse of the overlapped structure. We need to isolate the operation so we can build a simple example that demonstrates the problem, it will be easier if more people can test it =)