Bug 6869 - run-webkit-tests --leaks crashes
Summary: run-webkit-tests --leaks crashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 02:05 PST by Eric Seidel (no email)
Modified: 2006-01-29 06:18 PST (History)
0 users

See Also:


Attachments
make --leaks work again (4.61 KB, patch)
2006-01-27 02:14 PST, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-01-27 02:05:56 PST
run-webkit-tests --leaks crashes

malloc logging was running out of memory.

The attached patch makes --leaks smarter.  It now bites of smaller chunks of tests to run.
Comment 1 Eric Seidel (no email) 2006-01-27 02:14:28 PST
Created attachment 6020 [details]
make --leaks work again
Comment 2 Maciej Stachowiak 2006-01-27 02:17:25 PST
Comment on attachment 6020 [details]
make --leaks work again

rs=me