Bug 4613

Summary: A --guard-malloc option to run-webkit-tests could be useful
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
a patch to add --guard-malloc to run-webkit-tests
eric: review-
A better --guard-malloc patch darin: review+

Description Eric Seidel (no email) 2005-08-23 20:25:58 PDT
A --guard-malloc option to run-webkit-tests could be useful

Otherwise launching DumpRenderTree under libgmalloc is rather painful.
Comment 1 Eric Seidel (no email) 2005-08-23 20:27:14 PDT
Created attachment 3547 [details]
a patch to add --guard-malloc to run-webkit-tests
Comment 2 Darin Adler 2005-08-23 22:21:30 PDT
Comment on attachment 3547 [details]
a patch to add --guard-malloc to run-webkit-tests

I don't think we want the diff tool to run under GuardMalloc. I suggest doing
this in a way that only affects the test tools.
Comment 3 Eric Seidel (no email) 2005-08-24 03:18:19 PDT
Comment on attachment 3547 [details]
a patch to add --guard-malloc to run-webkit-tests

Darin asked that this env setting be localized to the tool launch.  I'll
investigate how to do that with open2()
Comment 4 Eric Seidel (no email) 2005-09-18 20:25:30 PDT
Created attachment 3944 [details]
A better --guard-malloc patch
Comment 5 Darin Adler 2005-09-19 16:03:25 PDT
Comment on attachment 3944 [details]
A better --guard-malloc patch

Looks fine.