http://bugs.winehq.org/show_bug.cgi?id=6941
--- Comment #17 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to comment #16)
It's probbaly one of the bugs fixed by c09c82b25a3c95e79f23f22571fe9a63b38b824c.
Yes, it's very similar to the issue in bug 29499. But in this case it's not fixed.
In this case the poll never returns as the socket is closed, this is the offending line (timeout = -1): http://source.winehq.org/source/dlls/ws2_32/socket.c#L6478
Any ideas?