Timeout not really kill the subprocess in simulation
jimmysitu opened this issue · 0 comments
jimmysitu commented
Hi, All
I found an issue about the run_cmd
timeout feature not really kill all its subprocess. Code shown as below
Since L107 shell=True
, L123 ps.kill()
cannot kill the cmd processor when it is timeout.
This issue has been disscus on stackoverflow, here
Can anyone help fix it here?
Thanks