[Bug 3891] Wine runs out of file descriptors no matter what ulimit -n is set to

Wine Bugs wine-bugs at winehq.org
Sun Nov 20 11:26:33 CST 2005


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





------- Additional Comments From alaeddinaydiner at yahoo.com  2005-20-11 11:26 -------
It is probably true that wine developers did not make the mistake of trivially
forgetting to close file descriptors, but the application might be reopening the
com device repeatedly without closing it.

Thus, when a com device is reopened, the fix might be to close earlier file
descriptors to it by the same thread/process, if there are any. It looks like
windows closes com devices when they are reopened as well.

Alaeddin.

-- 
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