[Webkit-unassigned] [Bug 123291] New: SMIL timers can still fire after the containing document has been torn down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 14:12:42 PDT 2013


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

           Summary: SMIL timers can still fire after the containing
                    document has been torn down
           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: jpfau at apple.com
                CC: zimmermann at kde.org


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

When tearing down a document, we don't cancel the document's SMIL timers until the document is garbage collected. This can lead to the timers firing after the document is no longer active. A simple repro is attached; running it in DRT multiple times in a row without garbage collecting between runs will crash.

-- 
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