Comment 63 for bug 73536

Revision history for this message
In , Karlt (karlt) wrote :

(In reply to James Graham [:jgraham] from comment #45)
> Marionette has a method to invoke shutdown,
> but sending the response races with closing the marionette connection, so it
> isn't reliable. Signalling the process with SIGTERM would be the obvious
> solution, except for this bug. So we either need a way to ensure that the
> marionette response is sent before the corresponding socket is closed, or a
> fix here.

What kind of response are you expecting from SIGTERM that you would not get
from a marionette shutdown?