[Webkit-unassigned] [Bug 258275] New: REGRESSION(263809 at main): [UNIX] SharedMemory::map is leaking the file descriptor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 19 06:03:54 PDT 2023


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

            Bug ID: 258275
           Summary: REGRESSION(263809 at main): [UNIX] SharedMemory::map is
                    leaking the file descriptor
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk, Regression
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, kkinnunen at apple.com

Once mapped, we don't need to keep the file descriptor open. Before 263809 at main, we cleared the file descriptor after the mmap call, then created an instance with -1 as fd. Now we are creating the new instance with the handle fd moved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230619/ff7510e2/attachment.htm>


More information about the webkit-unassigned mailing list