[webkit-dev] using DumpRenderTree
Subramanya
ns1swamy at gmail.com
Tue May 19 03:23:48 PDT 2009
Hi,
I have built webkit on windows and I am using visual studio 2005. I am
trying to build DumpRenderTree and run DumpRenderTree.
DumpRenderTree builds sucessfully but when I try to run it from visual
studio 2005 using the arguments --threaded I get an error - Unhandled
Exception at 0x696064aa in dump render tree.exe. Access violation reading
location 0x0000064c.
When I check using breakpoints I get an error is obtained in the function
static void stopJavaScriptsThreads(void) in the line free(pthread).
When I use any other arguments like
--dump-all-pixels,--pixel-tests,--complex-text it run and exits with code 0
but does not do anything. What is the normal operation of DumpRenderTree
with these arguments? and what might be causing these errors?
--
View this message in context: http://www.nabble.com/using-DumpRenderTree-tp23613462p23613462.html
Sent from the Webkit mailing list archive at Nabble.com.
More information about the webkit-dev
mailing list