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

Terminating async process on macOS doesn't work #9

Open
dom96 opened this issue Apr 6, 2018 · 2 comments
Open

Terminating async process on macOS doesn't work #9

dom96 opened this issue Apr 6, 2018 · 2 comments

Comments

@dom96
Copy link

dom96 commented Apr 6, 2018

I've tried both terminate and kill, in both cases the process continues running (even after my program is terminated :/).

waitForExit also has some strange behaviour.

I'm running the Nim compiler itself in case that helps.

@cheatfate
Copy link
Owner

Sorry, but currently i dont have access to MacOS.

@dom96
Copy link
Author

dom96 commented Apr 8, 2018

Here is the code that reproduces it: https://github.com/dom96/httpbeast/blob/master/tests/tester.nim (I added the kill commands to work around it). Run with nimble test. It's possible that the same happens on Linux.

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

No branches or pull requests

2 participants