[Bug 25015] Pando downloader hangs

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 15 18:08:59 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=25015

Pierre Etchemaite <pe-winehq at concept-micro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pe-winehq at concept-micro.com

--- Comment #9 from Pierre Etchemaite <pe-winehq at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list