[Bug 3063] emule exposes socket/file handle leak

Wine Bugs wine-bugs at winehq.org
Sat Nov 4 17:43:36 CST 2006


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





------- Additional Comments From speed47 at speed47.net  2006-04-11 17:43 -------
Patch applied against the latest git revision, using gcc 4.1.1 under Fedora Core 6.
emule is now running under this version for more than two hours, using the same
wrapper as above. See the attached graph : the number of "leaked" handles is
always < 20 ! These handles are not leaked ones : they refer to previous
connections not held by the app but in closing state (TIME_WAIT, LAST_ACK,
etc.), as reported by netstat. This is plain normal behaviour.
The patch seems to entirely fix the bug, nice work Alexandre, select() was
guilty, bien vu ! :)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list