Bug 58889 - REGRESSION (r84151?): Lots of leaks seen beneath Document::Document
Summary: REGRESSION (r84151?): Lots of leaks seen beneath Document::Document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/LeaksViewer/?...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2011-04-19 06:23 PDT by Adam Roben (:aroben)
Modified: 2011-11-16 17:09 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-04-19 06:23:11 PDT
r84147, 2001 leaks
http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/16327

r84152, 6343 leaks
http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/16328

Check out the "view leaks" URLs on those build pages to see the leaks.
Comment 1 Adam Roben (:aroben) 2011-04-19 06:24:39 PDT
Most/all of the leaks seem to be beneath the Document constructor.
Comment 2 Adam Roben (:aroben) 2011-04-19 06:45:58 PDT
<rdar://problem/9304545>
Comment 3 Antti Koivisto 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&
Comment 4 Antti Koivisto 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).
Comment 5 Adam Roben (:aroben) 2011-11-16 17:09:21 PST
This seems not to be happening anymore.