http://bugs.winehq.org/show_bug.cgi?id=3063
------- Additional Comments From speed47@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 ! :)