Bug 4625

Summary: DumpRenderTree --pixel-tests crash
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: Darin Adler <darin>
Status: VERIFIED FIXED    
Severity: Major    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Suggested fix darin: review+

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.