Use Win32 API call instead of shelling out 'shutdown' in Swarming bot |
|||
Issue descriptionSometimes the bot is hosed in a way that it is impossible to start a new process. In this case the next best thing is to reboot the host. Right now this is done by shelling out shutdown. This should be converted to a Win32 API call. Choose one of the following (not sure which). InitiateSystemShutdownEx() https://msdn.microsoft.com/en-us/library/windows/desktop/aa376874.aspx InitiateShutdown() https://msdn.microsoft.com/en-us/library/windows/desktop/aa376872.aspx See issue 766877 for an example problem.
,
Nov 12
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Nov 12
|
|||
►
Sign in to add a comment |
|||
Comment 1 by mar...@chromium.org
, Nov 9 2017