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
a child process is spawned but the PID is not considered and there is no corresponding mlle_stop_executable or similar that calls wait or waitpid for the exiting child process, as far as I can see. This will normally leave zombie process where the chilld process (here the LVE) is wating for its parent to acknowledge its exiting. Is this merely neglected or have you any other means to avoid this?
I've not checked this on Windows so I don't know the status there.
The text was updated successfully, but these errors were encountered:
This would be needed for the use case where the tool needs to unload a library without exiting. We have not considered this use case. Would you be interested in contributing with a PR?
When calling
a child process is spawned but the PID is not considered and there is no corresponding mlle_stop_executable or similar that calls wait or waitpid for the exiting child process, as far as I can see. This will normally leave zombie process where the chilld process (here the LVE) is wating for its parent to acknowledge its exiting. Is this merely neglected or have you any other means to avoid this?
I've not checked this on Windows so I don't know the status there.
The text was updated successfully, but these errors were encountered: