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

[Windows][melodic-devel] Use taskkill to terminate node process tree in LocalProcess.stop() #1725

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

seanyen
Copy link
Contributor

@seanyen seanyen commented Jun 10, 2019

There are many restrictions when using signal on Windows. For example, SIGTERM is not actually generated and SIGINT is not supported for Win32 applications. In order to terminate the child processes from roslaunch, I proposed to use taskkill instead on Windows.

@dirk-thomas
Copy link
Member

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit bb05487 into ros:melodic-devel Aug 12, 2019
@seanyen
Copy link
Contributor Author

seanyen commented Sep 25, 2019

fixes ms-iot/ROSOnWindows#62

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.

2 participants