Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Issue 23549002: Add small util for killing hanging processes. (Closed)

Created:
7 years, 3 months ago by ricow1
Modified:
7 years, 3 months ago
Reviewers:
kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add small util for killing hanging processes. This will be used on the buildbot to kill any hanging dart or browser processes. We will print the command line that resulted in the hang to enable us to track over time what is causing us to hang (at least for the hanging dart processes). R=kustermann@google.com Committed: https://code.google.com/p/dart/source/detail?r=26778

Patch Set 1 #

Patch Set 2 : #

Total comments: 26

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -0 lines) Patch
A tools/task_kill.py View 1 2 3 1 chunk +172 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ricow1
7 years, 3 months ago (2013-08-27 08:13:03 UTC) #1
kustermann
Only small comments. I've one concern: We call the external tools now multiple times (and ...
7 years, 3 months ago (2013-08-27 08:42:21 UTC) #2
ricow1
https://codereview.chromium.org/23549002/diff/3001/tools/task_kill.py File tools/task_kill.py (right): https://codereview.chromium.org/23549002/diff/3001/tools/task_kill.py#newcode23 tools/task_kill.py:23: POSIX_LIST = 'ps -e -o comm,pid' On 2013/08/27 08:42:22, ...
7 years, 3 months ago (2013-08-27 11:45:24 UTC) #3
kustermann
LGTM https://codereview.chromium.org/23549002/diff/8001/tools/task_kill.py File tools/task_kill.py (right): https://codereview.chromium.org/23549002/diff/8001/tools/task_kill.py#newcode35 tools/task_kill.py:35: 'win32': 'wmic process where Processid=%s get CommandLine', Don't ...
7 years, 3 months ago (2013-08-27 12:33:14 UTC) #4
ricow1
7 years, 3 months ago (2013-08-28 11:08:07 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r26778 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698