Bug 126443 - kill-old-processes should be more verbose
Summary: kill-old-processes should be more verbose
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:
Depends on:
Blocks:
 
Reported: 2014-01-03 11:03 PST by Lucas Forschler
Modified: 2014-01-03 13:18 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Forschler 2014-01-03 11:03:49 PST
http://build.webkit.org/builders/Apple%20Mavericks%20Release%20WK2%20%28Tests%29/builds/1864/steps/kill%20old%20processes/logs/stdio
This shows we killed something, but doesn't say what it was.  It would be nice for debugging purposes if we stated what we were killing.  This will help identify what processes are continually left behind that could be causing problems.
Comment 1 Lucas Forschler 2014-01-03 13:18:07 PST
kill-old-proccesses on mac currently calls killall with the -v option.
this unfortunately does not echo out the process name being killed, only the ID.

I hesitate to add any heavier logging to this script, such as writing a string which outputs the 'taskToKill'.  I could be convinced if we think this was a good idea.