Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python process is not killed after shutdown/exit call #51

Closed
sswaroopgupta opened this issue Apr 17, 2018 · 2 comments
Closed

Python process is not killed after shutdown/exit call #51

sswaroopgupta opened this issue Apr 17, 2018 · 2 comments

Comments

@sswaroopgupta
Copy link
Contributor

Expected behavior
When a shutdown/exit call is made by the client, the Python orphan process should be killed

Actual behavior
The Python orphan process is not killed

Steps to replicate

  • Run LSP tests using --env=python-wd
  • On OSx top -u -s5

There are orphan Python processes.

Version

Gauge version: 0.9.8
Commit Hash: 61d692c

Plugins
-------
python (0.3.0.nightly-2018-04-13)
BugDiver pushed a commit that referenced this issue Apr 17, 2018
exiting process after stopping the server.
@BugDiver
Copy link
Member

Should be fixed in nightly >= 18-04-2018

@sswaroopgupta
Copy link
Contributor Author

Working as expected on

Gauge version: 0.9.8.nightly-2018-04-19
Commit Hash: 58298e2

Plugins
-------
python (0.3.0.nightly-2018-04-18)

@ghost ghost removed the ready label Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants