http://bugs.winehq.org/show_bug.cgi?id=28898
--- Comment #9 from Erich Hoover ehoover@mines.edu 2011-10-26 14:22:43 CDT --- Created attachment 37134 --> http://bugs.winehq.org/attachment.cgi?id=37134 Completion for accept socket
(In reply to comment #8)
... Attaching WINEDEBUG=-all,err+ntdll,+winsock,+seh,+tid together with new backtrace. I hope all needed is included.
Please try the attached patch, I believe it might be that the completion event should also go to the accepting socket (based on looking at sample code online). The patch should give some debug information about whether the completion is called, but to confirm you might also want to debug on the "sync" channel to see the CreateIoCompletionPort call.