NEW 126443
kill-old-processes should be more verbose
https://bugs.webkit.org/show_bug.cgi?id=126443
Summary kill-old-processes should be more verbose
Lucas Forschler
Reported 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.
Attachments
Lucas Forschler
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.