[Webkit-unassigned] [Bug 208273] New: MediaResourceLoader objects are leaking on reddit.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 15:56:11 PST 2020


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

            Bug ID: 208273
           Summary: MediaResourceLoader objects are leaking on reddit.com
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cdumez at apple.com
                CC: achristensen at apple.com, eric.carlson at apple.com,
                    ggaren at apple.com, jer.noble at apple.com,
                    peng.liu6 at apple.com

Steps to reproduce:
1. Adding logging in MediaResourceLoader constructor / destructor (ideally with a static count)
2. Go to reddit.com and scroll down for a while
-> Notice that we keep constructing MediaResourceLoader objects but that they are never destroyed
3. Navigate tab to about:blank (tab keeps using the same process)
4. Send a memory pressure signal: notifyutil -p org.WebKit.lowMemory
-> Notice that the MediaResourceLoader still do not get destroyed.

-- 
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/20200226/6480b723/attachment.htm>


More information about the webkit-unassigned mailing list