Bug 4625 - DumpRenderTree --pixel-tests crash
Summary: DumpRenderTree --pixel-tests crash
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 11:37 PDT by mitz
Modified: 2005-08-24 12:35 PDT (History)
0 users

See Also:


Attachments
Suggested fix (974 bytes, patch)
2005-08-24 11:47 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 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.
Comment 1 mitz 2005-08-24 11:47:20 PDT
Created attachment 3551 [details]
Suggested fix
Comment 2 Darin Adler 2005-08-24 11:57:58 PDT
Comment on attachment 3551 [details]
Suggested fix

I landed a fix that's something like this.