Bug 78189

Summary: kill-old-processes should kill gcc and clang
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, dglazkov, eric, lforschler, mrowe, webkit.review.bot, wsiegrist
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add gcc and clang to the list of processes to kill
none
Added "clang" none

Description Ryosuke Niwa 2012-02-08 17:45:10 PST
We've just had an issue where a stale clang process was using 7GB of RAM on Chromium Mac Release (Perf) bot. To mitigate issues like this in the future, we should kill gcc and clang instances in kill-old-processes
Comment 1 Ryosuke Niwa 2012-02-08 17:51:31 PST
Created attachment 126209 [details]
Add gcc and clang to the list of processes to kill
Comment 2 Lucas Forschler 2012-02-08 18:43:53 PST
i think you might want just 'clang' in there as an option also
Comment 3 Ryosuke Niwa 2012-02-08 18:48:17 PST
Created attachment 126217 [details]
Added "clang"
Comment 4 Ryosuke Niwa 2012-02-08 18:57:09 PST
(In reply to comment #2)
> i think you might want just 'clang' in there as an option also

That's a good idea. Done.
Comment 5 Eric Seidel (no email) 2012-02-09 00:57:41 PST
Comment on attachment 126217 [details]
Added "clang"

OK.
Comment 6 WebKit Review Bot 2012-02-09 01:18:54 PST
Comment on attachment 126217 [details]
Added "clang"

Clearing flags on attachment: 126217

Committed r107195: <http://trac.webkit.org/changeset/107195>
Comment 7 WebKit Review Bot 2012-02-09 01:18:59 PST
All reviewed patches have been landed.  Closing bug.