Bug 12136 - REGRESSION: Counters-related leaks
Summary: REGRESSION: Counters-related leaks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/post-...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-01-06 00:43 PST by mitz
Modified: 2007-01-06 04:22 PST (History)
1 user (show)

See Also:


Attachments
Delete child counter nodes, don't just remove them from the node map (1.07 KB, patch)
2007-01-06 03:27 PST, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-01-06 00:43:31 PST
Many leaks like this:
	Call stack: [thread ffffffff]: | 0x0 | start | _start | main | dumpRenderTree | runTest | -[NSRunLoop runMode:beforeDate:] | CFRunLoopRunSpecific | __CFRunLoopRun | __CFRunLoopDoSources0 | _sendCallbacks | -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] | -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] | -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] | WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) | WebCore::MainResourceLoader::didFinishLoading() | WebCore::FrameLoader::finishedLoading() | WebCore::DocumentLoader::finishedLoading() | WebCore::FrameLoader::end() | WebCore::FrameLoader::endIfNotLoading() | WebCore::Document::finishParsing() | WebCore::HTMLTokenizer::finish() | WebCore::HTMLTokenizer::end() | WebCore::HTMLParser::finished() | WebCore::Document::finishedParsing() | WebCore::FrameLoader::finishedParsing() | WebCore::FrameLoader::checkCompleted() | WebCore::FrameLoader::checkEmitLoadEvent() | WebCore::Document::implicitClose() | WebCore::FrameView::layout(bool) | WebCore::RenderView::layout() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderObject::recalcMinMaxWidths() | WebCore::RenderCounter::calcMinMaxWidth() | WebCore::RenderCounter::originalString() const | WebCore::counter(WebCore::RenderObject*, WebCore::AtomicString const&, bool) | operator new(unsigned long) | WTF::fastMalloc(unsigned long)
Comment 1 mitz 2007-01-06 03:27:23 PST
Created attachment 12255 [details]
Delete child counter nodes, don't just remove them from the node map
Comment 2 David Kilzer (:ddkilzer) 2007-01-06 04:22:40 PST
Committed revision 18639.