http://bugs.winehq.org/show_bug.cgi?id=60215 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #6 from Zeb Figura <z.figura12@gmail.com> ---
Is there existing handling in esync's object-creation path (CreateEvent/CreateSemaphore/etc. server calls) for eventfd() returning EMFILE?
Yes, failure from eventfd() is propagated and we do return STATUS_TOO_MANY_OPEN_FILES. It is not particularly likely that applications are going to handle this gracefully, because it never happens on Windows. In any case, esync is no longer distributed in any project supported in this bug tracker, and I am no longer doing any fixes for it. -- 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.