[Webkit-unassigned] [Bug 57478] New: REGRESSION (r82400): Leaks seen beneath CSSParser::createFloatingVectorSelector when parsing UA stylesheet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 11:01:43 PDT 2011


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

           Summary: REGRESSION (r82400): Leaks seen beneath
                    CSSParser::createFloatingVectorSelector when parsing
                    UA stylesheet
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar, Regression
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: koivisto at iki.fi, ojan at chromium.org, tkent at chromium.org


To see the leaks:

1. Go to <http://build.webkit.org/LeaksViewer/?url=http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r82400%20(15899)/>
2. Dig into malloc_zone_malloc > malloc -> WTF::fastMalloc

The first leak listed here is an allocation inside Vector. If you look a little lower down you'll see the Vector itself is leaking (as indicated by the Vector<OwnPtr<CSSParserSelector> >::operator new leak).

Other evidence:

r82398, 2439 leaks:
http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/15898

r82400, 3186 leaks:
http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/15899

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