You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests in #76 uncovered that if an exception gets thrown in a hatrace conduit child processes don't get cleaned up correctly. Quoting @nh2 from discord:
...currently an exception being thrown and not caught from inside the Conduit will leak the tracee child process. That is because
If an exception is raised by any of the streams, the process is terminated.
It is not implemented because I haven't figured out exactly yet how to "just kill" a traced process. Maybe it's easy, but I am not sure.
We should certainly have an issue about it (currently we don't have yet).
The text was updated successfully, but these errors were encountered:
Tests in #76 uncovered that if an exception gets thrown in a
hatrace
conduit child processes don't get cleaned up correctly. Quoting @nh2 from discord:The text was updated successfully, but these errors were encountered: