Re: [webkit-dev] DRT on windows showing leaks

2012-07-27 Thread Pravin D
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. So I'm guessing that before the webview close actually completes, dumpRenderTree is exited and Leak report generated. May be you

[webkit-dev] DRT on windows showing leaks

2012-07-27 Thread Vivek Galatage
Hello webkit-dev, I am trying to debug DRT standalone using Visual Studio debugger as well as running from the command line. I followed this link http://trac.webkit.org/wiki/Debugging%20DumpRenderTree%20on%20Windows in order to setup and start the debug session. In this, when I debug the DRT or s