[Webkit-unassigned] [Bug 178962] New: Leaking WKWebViewConfiguration when running layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 15:38:13 PDT 2017


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

            Bug ID: 178962
           Summary: Leaking WKWebViewConfiguration when running layout
                    tests
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbedard at apple.com
                CC: lforschler at apple.com

When running layout tests, we leak a WKWebViewConfiguration every times we reconfigure between tests.  I believe I've tracked this leak down to line 477 in WKWebView.mm.

Note that the biggest problem with leaking a WKWebViewConfiguration is that a WKWebViewConfiguration holds a strong reference to the ProcessPool.  In effect, this means that leaking a WKWebViewConfiguration will create orphaned processes.

-- 
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/20171027/89b3e34e/attachment.html>


More information about the webkit-unassigned mailing list