[Bug 46675] Black Ops 2 zombies mode crashes with Too many open files after 30-35 minutes of gameplay

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 17 23:25:29 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46675

--- Comment #13 from Zebediah Figura <z.figura12 at gmail.com> ---
Just from looking at the handle numbers in the log, I think the leak is coming
from C:\\Program Files\\Steam\\appcache, or one of the subsequent calls. The
presence of FILE_FLAG_BACKUP_SEMANTICS nicely rules out any calls internal to
Wine. I think we unfortunately have to assume that this is the program's fault.
(Again, I don't think this is unbelievable on Windows: even if the program
allocates 1.2 million handles, all of the memory for these can be paged to
disk, and there's certainly more than 1.2 million handle numbers available.)

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