[webkit-dev] Leaks in layout tests

Peter Kasting pkasting at google.com
Thu Aug 13 12:20:47 PDT 2009


On Thu, Aug 13, 2009 at 12:09 PM, Drew Wilson <atwilson at google.com> wrote:

> WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&)
> JSC::evaluate(JSC::ExecState*, JSC::ScopeChain&, JSC::SourceCode const&,
> JSC::JSValue)
> WTF::PassRefPtr<JSC::ProgramNode>
> JSC::Parser::parse<JSC::ProgramNode>(JSC::ExecState*, JSC::Debugger*,
> JSC::SourceCode const&, int*, JSC::UString*)
> JSC::Parser::parse(JSC::JSGlobalData*, int*, JSC::UString*)
> jscyyparse(void*)
> JSC::ParserArenaDeletable::operator new(unsigned long)
> WTF::fastMalloc(unsigned long)
> malloc
> malloc_zone_malloc
>

Is it expected that we wind up in JSC::Parser?  That seems odd to me, I
would have expected us to be in V8::something.

PK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090813/92db58eb/attachment.html>


More information about the webkit-dev mailing list