<br><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">When the dumprRenderTree is closing, webView close will be called. This is internally event based I guess as any pending events(resource load, etc ) needs to cancelled.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
So I&#39;m guessing that before the webview close actually completes, dumpRenderTree is exited and Leak report generated.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">May be you need to check how the Leak Report is generated which might give some clue on this....</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">What happens when the layout tests are run (especially new-run-webkit-tests) ?</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div class="gmail_quote">On Fri, Jul 27, 2012 at 4:51 PM, Vivek Galatage <span dir="ltr">&lt;<a href="mailto:vivekgalatage@gmail.com" target="_blank">vivekgalatage@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello webkit-dev,<div><br></div><div>I am trying to debug DRT standalone using Visual Studio debugger as well as running from the command line. I followed this link <a href="http://trac.webkit.org/wiki/Debugging%20DumpRenderTree%20on%20Windows" target="_blank">http://trac.webkit.org/wiki/Debugging%20DumpRenderTree%20on%20Windows</a> in order to setup and start the debug session.</div>


<div><br></div><div>In this, when I debug the DRT or simply run from the command line, at the end on the output console, I get the something like:</div><div>LEAK: 2 CachedResource</div><div>LEAK: 53 WebCoreNode</div><div>

LEAK: 1 Frame</div><div>LEAK: 1 Page</div><div><br></div><div>But when I checked the same here: </div><div><a href="http://build.webkit.org/results/Apple%20Win%20XP%20Debug%20%28Tests%29/r123856%20%2842230%29/fast/dom/Document/early-document-access-stderr.txt" target="_blank">http://build.webkit.org/results/Apple%20Win%20XP%20Debug%20%28Tests%29/r123856%20%2842230%29/fast/dom/Document/early-document-access-stderr.txt</a></div>

<div><br></div><div>there are no leaks mentioned at the end.</div><div><br></div><div>So I would like to know whether DRT is leaking memory when run in standalone mode?</div><div><br></div><div>Thank you,</div><div>Vivek</div>

<div><br></div><div><br></div>
<br>_______________________________________________<br>
webkit-dev mailing list<br>
<a href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a><br>
<a href="http://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">http://lists.webkit.org/mailman/listinfo/webkit-dev</a><br>
<br></blockquote></div><br>