VERIFIED FIXED 4625
DumpRenderTree --pixel-tests crash
https://bugs.webkit.org/show_bug.cgi?id=4625
Summary DumpRenderTree --pixel-tests crash
mitz
Reported 2005-08-24 11:37:17 PDT
DumpRenderTree crashes when run with the --pixel-tests option. In DumpRenderTree.m:471, dumpRenderTree() assigns a released object to currentTest. In DumpRenderTree.m:205 the inevitable crash happens.
Attachments
Suggested fix (974 bytes, patch)
2005-08-24 11:47 PDT, mitz
darin: review+
mitz
Comment 1 2005-08-24 11:47:20 PDT
Created attachment 3551 [details] Suggested fix
Darin Adler
Comment 2 2005-08-24 11:57:58 PDT
Comment on attachment 3551 [details] Suggested fix I landed a fix that's something like this.
Note You need to log in before you can comment on or make changes to this bug.