Chromium Code Reviews
DescriptionUse signal.SIGTERM instead of signal.SIGKILL to kill process.
Since Windows does not have signal.SIGKILL, we need to use signal.SIGTERM to use the same code in both posix and Windows.
Additional changes:
- minimize scope file handler is opened.
- make more chatty for ease of understanding what happens in where.
- ignore exceptions caused in wait_terminate.
I believe making the service running is more important than
completely killing cloudtail the way we thought.
BUG=656846
Committed: https://chromium.googlesource.com/chromium/tools/build/+/4f6540ce526f62da04741be7d86861db8550705e
Patch Set 1 #
Total comments: 2
Messages
Total messages: 9 (4 generated)
|
|||||||||||||||||||