Skip to content

Conversation

rosen-vladimirov
Copy link
Contributor

On some Mac OS machines, the process for reading iOS Simulator logs does not die when Ctrl + C is used. So CLI's process cannot die as well and Ctrl + Z should be used. However the processes for reading logs remain alive and zombies.
Make sure to kill the process on SIGINT, SIGTERM, etc. This way CLI's process should die as well.

Use new version of ios-sim-portable, where the child process is returned to the CLI, so we can kill it later.

@TsvetanMilanov
Copy link
Contributor

👍

1 similar comment
@dtopuzov
Copy link
Contributor

👍

On some Mac OS machines, the process for reading iOS Simulator logs does not die when Ctrl + C is used. So CLI's process cannot die as well and Ctrl + Z should be used. However the processes for reading logs remain alive and zombies.
Make sure to kill the process on SIGINT, SIGTERM, etc. This way CLI's process should die as well.

Use new version of ios-sim-portable, where the child process is returned to the CLI, so we can kill it later.
@rosen-vladimirov rosen-vladimirov force-pushed the vladimirov/kill-tail-process branch from 6a86d6d to ef6ea47 Compare September 12, 2016 14:31
@rosen-vladimirov rosen-vladimirov merged commit 12a2b0a into master Sep 12, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/kill-tail-process branch September 12, 2016 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants