[Webkit-unassigned] [Bug 75451] New: REGRESSION(r100517): We're leaking many, many DOM objects!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 2 15:19:57 PST 2012


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

           Summary: REGRESSION(r100517): We're leaking many, many DOM
                    objects!
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


After r100517 we appear to be leaking many DOM objects. It appears that their wrappers are not being finalized which is leading to the wrapped object not being deref'd before the wrapper is destroyed.

* STEPS TO REPRODUCE
1. Load <http://www.google.com/>.
2. Run "leaks WebProcess".

* RESULTS
You'll see 50 - 100 reported leaks of objects like CSSComputedStyleDeclaration and so on.

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