[Webkit-unassigned] [Bug 203991] New: Safari leaks memory of Cache/Response objects of CacheStorage API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 22:43:49 PST 2019


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

            Bug ID: 203991
           Summary: Safari leaks memory of Cache/Response objects of
                    CacheStorage API
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mail at kkaefer.com

Created attachment 383113

  --> https://bugs.webkit.org/attachment.cgi?id=383113&action=review

Memory leak with CacheStorage/Cache/Response

When using the CacheStorage API and calling `cache.keys()` to retrieve all items stored in a cache, Safari won't free the memory of those objects.

The attached sample page opens the Cache repeatedly, and requests keys. Memory grows to several gigabytes in the span of a few seconds.

-- 
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/20191108/b1b9a141/attachment.htm>


More information about the webkit-unassigned mailing list