[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 20:00:39 CST 2019


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

--- Comment #3 from Zebediah Figura <z.figura12 at gmail.com> ---
(In reply to tjb from comment #2)
> (In reply to Zebediah Figura from comment #1)
> > Well, there may be a bug in Wine, but more likely the program is just
> > leaking file handles, in which case there's really nothing we can do. I
> > guess I'd check a +file,+ntdll log to make sure.
> 
> Thanks for your quick reply.  If the program was leaking file handles I
> would think it would crash on Windows also, unless windows automatically
> garbage collects stale handles somehow.  I'll try the +file,+ntdll log.

Windows doesn't garbage-collect stale handles; it just doesn't have an limit to
open kernel handles the same way Linux has a limit to open file descriptors.
(Windows also pages out kernel memory, which IIRC Linux does not, which does
something to explain why this is the case.)

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