[Webkit-unassigned] [Bug 110271] New: SVG animated property cache growing indefinitely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 15:32:47 PST 2013


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

           Summary: SVG animated property cache growing indefinitely
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at chromium.org
                CC: zimmermann at kde.org, krit at webkit.org, pdr at google.com,
                    schenney at chromium.org


Created an attachment (id=189187)
 --> (https://bugs.webkit.org/attachment.cgi?id=189187&action=review)
RAM nom nom nom

Open the attachment and watch memory usage soar.

Looks like the animated property cache doesn't get purged. The only code attempting to remove stuff is ~SVGAnimatedProperty() but it appears to never kick in (are we keeping all animated props referenced indefinitely?).

To make matters worse, the cache is global so it doesn't get purged even on page reloads.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list