From e19ceedd27955b049787857898b98d7fe033dc9e Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 19 May 2017 12:00:36 -0700 Subject: ipc: add an optional 'abort' signal If an external sandbox process wraps the executor, it may be helpful to send a signal other than SIGKILL to the sandbox when the program times out or fails to respond. This gives the sandbox the opportunity to emit additional debugging information before exiting. Add an 'abort' signal to ipc, which is sent to the executor before SIGKILL. If the executor fails to exit within 5s, the signal is upgraded to SIGKILL. The default abort signal remains SIGKILL, maintaining existing behavior. --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5da256247..c5191b9fd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,6 +9,7 @@ Google Inc. David Drysdale Vishwath Mohan Billy Lau + Michael Pratt Baozeng Ding Lorenzo Stoakes Jeremy Huang -- cgit mrf-deployment