http://bugs.winehq.org/show_bug.cgi?id=3777
Summary: Calling closesocket() will not eject any accept()s waiting in blocking mode... Product: Wine Version: CVS Platform: Other URL: http://www.emtec.com/macrophone OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: m.goemmel@compulab.de
Our IP application MacroPhone run into the problem, that it will not close under Wine. Looking into it it looks like doing a closesocket() command on a socket will not eject any pending accepts() in blocking mode. So cause of our application is waiting for the accept threads to end with a infinite semaphore, the programs don't close.
Any help is appreciated
Thanks
Markus