-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
os: kill process failed in the windows #5615
Labels
Comments
I am not sure about changing this. The fix will require additional authority (ability to kill the process) for everyone who uses this api. So the api calls that use to work in the past might fall after we change that. It is unfortunate. Perhaps we could change (*Process).signal to try and open process again with ... + PROCESS_TERMINATE attribute just for the syscall.TerminateProcess. Leaving for others to decide. Alex Labels changed: added os-windows. |
How about this https://golang.org/cl/9651047/ ? Alex Status changed to Started. |
This issue was closed by revision 9b2561e. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by runner.mei:
The text was updated successfully, but these errors were encountered: