Bug 73951 - REGRESSION: Leaks bot fails to run run-leaks
Summary: REGRESSION: Leaks bot fails to run run-leaks
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2011-12-06 14:01 PST by Adam Roben (:aroben)
Modified: 2011-12-06 20:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-12-06 14:01:27 PST
The Leaks bot is failing to run run-leaks:

2011-12-06 12:37:06,411 57005 leakdetector.py:146 WARNING Failed to run leaks tool: Failed to run "[u'Tools/Scripts/run-leaks', u'--exclude-callstack=Flash_EnforceLocalSecurity', u'--exclude-calls..." exit_code: 1 cwd: /Volumes/Data/slave/lion-intel-leaks/build

leaks:  unable to get permission to examine process
run-leaks: Error running leaks tool.

Looks like this has been happening since http://build.webkit.org/builders/Lion%20Intel%20Leaks/builds/406
Comment 1 Eric Seidel (no email) 2011-12-06 14:09:34 PST
http://build.webkit.org/builders/Lion%20Intel%20Leaks/builds/406 is r101898

I enabled parallel testing for mac in r101856, so that could be (is likely) related.
Comment 2 Eric Seidel (no email) 2011-12-06 14:10:22 PST
We could easily make leaks go back to --child-processes=1 and see if that fixes things.  I've not yet tried to repro locally.
Comment 3 Adam Roben (:aroben) 2011-12-06 20:35:00 PST
(In reply to comment #1)
> http://build.webkit.org/builders/Lion%20Intel%20Leaks/builds/406 is r101898
> 
> I enabled parallel testing for mac in r101856, so that could be (is likely) related.

http://build.webkit.org/builders/Lion%20Intel%20Leaks/builds/405 (r101895) worked just fine. But it's still possible that parallel test runs are to blame.