http://bugs.winehq.org/show_bug.cgi?id=25015
Pierre Etchemaite pe-winehq@concept-micro.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pe-winehq@concept-micro.com
--- Comment #9 from Pierre Etchemaite pe-winehq@concept-micro.com 2013-03-15 18:08:59 CDT --- Problem also experienced with Pando Media Booster with Wine 1.5.24: - the PMB.exe process opens new sockets rapidly, but the number of opened fds at any moment is ok (I often see between 150 and 200 open descriptors) - on the other hand the number of descriptors opened by wineserver.exe slowly increases, on average, by 1 per second. It's not strictly monotonous, but it very obviously increases
Running lsof on wineserver's PID, the majority of the list is made of
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ... wineserve 30654 petchema 1677u IPv4 12564509 0t0 TCP localhost:50467->localhost:60524 (CLOSE_WAIT) wineserve 30654 petchema 1678u IPv4 12564511 0t0 TCP localhost:52319->localhost:60524 (CLOSE_WAIT) wineserve 30654 petchema 1679u IPv4 12564513 0t0 TCP localhost:36610->localhost:60524 (CLOSE_WAIT) wineserve 30654 petchema 1680u IPv4 12563918 0t0 TCP localhost:55995->localhost:60524 (CLOSE_WAIT) ... etc. lines