-
Notifications
You must be signed in to change notification settings - Fork 35
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
New leak, on process spawn #12
Comments
From a glance, it looks like another reference counting issue. But on killing the process with uv.process_kill it doesn't decrease the refcount. I think that might fix it. |
You can't close it directly after, you need to wait for the |
Ah OK. Then maybe check if onexit is getting generated when kill is called? What about a test where you don't kill the process and it finished cleanly.
|
here's a test that demonstrates it. Node idea where it comes from yet.
The text was updated successfully, but these errors were encountered: