Bug 58889

Summary: REGRESSION (r84151?): Lots of leaks seen beneath Document::Document
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://build.webkit.org/LeaksViewer/?url=%2Fresults%2FSnowLeopard%20Intel%20Leaks%2Fr84152%20%2816328%29%2F

Adam Roben (:aroben)
Reported 2011-04-19 06:23:11 PDT
Attachments
Adam Roben (:aroben)
Comment 1 2011-04-19 06:24:39 PDT
Most/all of the leaks seem to be beneath the Document constructor.
Adam Roben (:aroben)
Comment 2 2011-04-19 06:45:58 PDT
Antti Koivisto
Comment 3 2011-04-19 07:35:52 PDT
Seem like SVG documents are leaking: 2968 WebCore::XMLDocumentParser::append(WebCore::SegmentedString const&) 340 WebCore::SVGDocument::create(WebCore::Frame*, WebCore::KURL const&
Antti Koivisto
Comment 4 2011-04-21 07:13:09 PDT
This is very likely https://bugs.webkit.org/show_bug.cgi?id=59072. We are leaking piles of SVG documents. 84151 is likely a red herring, it just made the leaks visible to the leaks checker (probably by removing a document back reference).
Adam Roben (:aroben)
Comment 5 2011-11-16 17:09:21 PST
This seems not to be happening anymore.
Note You need to log in before you can comment on or make changes to this bug.