-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Only kill main process on
dfx stop
(#2604)
Currently the `dfx stop` command tries to kill every child of the main `dfx` process. This causes the replica to panic when the `sandbox_launcher` or `canister_sandbox` processes are killed (since it never expects them to be killed). Instead the `dfx stop` command should just kill the main `dfx` process and wait for all the children to stop. This fixes issue [RUN-351](https://dfinity.atlassian.net/browse/RUN-351). Co-authored-by: Linwei Shang <[email protected]>
- Loading branch information
1 parent
a21e11b
commit a44adb4
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters