[Webkit-unassigned] [Bug 152316] [GTK] WebKitGtk+ uses too many file descriptors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 05:19:07 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=152316

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #282768|0                           |1
        is obsolete|                            |
 Attachment #282771|                            |review?
              Flags|                            |

--- Comment #35 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 282771
  --> https://bugs.webkit.org/attachment.cgi?id=282771&action=review
Updated patch

It's indeed possible to create multiple handles for the same shared memory, that's what VisitedLinksStore does to send the links map to all web processes. So, we keep always duplicating the file descriptor when creating a handle. The patch still works because the main problem is shared memory objects created to map and existing file that are kept alive as part of caches.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160705/e2724312/attachment.html>


More information about the webkit-unassigned mailing list