Bug 58889
| Summary: | REGRESSION (r84151?): Lots of leaks seen beneath Document::Document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | DOM | Assignee: | 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)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
Most/all of the leaks seem to be beneath the Document constructor.
Adam Roben (:aroben)
<rdar://problem/9304545>
Antti Koivisto
Seem like SVG documents are leaking:
2968 WebCore::XMLDocumentParser::append(WebCore::SegmentedString const&)
340 WebCore::SVGDocument::create(WebCore::Frame*, WebCore::KURL const&
Antti Koivisto
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)
This seems not to be happening anymore.