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
The DetachPopenExecutorServicelaunches the process on a shell so when the PopenKillerService tries to kill the process it only kills the shell and no the child processes.
The
DetachPopenExecutorService
launches the process on a shell so when thePopenKillerService
tries to kill the process it only kills the shell and no the child processes.Possible workarounds:
shell=True
exec
(Unix only)See this Stackoverflow question.
The text was updated successfully, but these errors were encountered: