Windows: The kids won't die! #1

Closed
opened 2019-07-09 06:58:39 +00:00 by coolaj86 · 1 comment
Owner

Child processes are not killed by the parent when killed

Two possible solutions:

  • pidFile => pidsFile: Store child and parent process pids in the pidsFile.
  • taskkill /pid %d /T /F: shell out to kill using taskkill
Child processes are not killed by the parent when killed Two possible solutions: * `pidFile => pidsFile`: Store child and parent process pids in the `pidsFile`. * `taskkill /pid %d /T /F`: shell out to kill using taskkill
coolaj86 changed title from Windows bugs to Windows: The kids won't die! 2019-07-09 06:59:05 +00:00
Author
Owner

Fixed by 4c44f70ec3

Fixed by 4c44f70ec3875be897c078d14346365c7cd2cb12
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/go-serviceman#1
No description provided.