RESOLVED FIXED58889
REGRESSION (r84151?): Lots of leaks seen beneath Document::Document
https://bugs.webkit.org/show_bug.cgi?id=58889
Summary REGRESSION (r84151?): Lots of leaks seen beneath Document::Document
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.