Closed pigbug419 closed 6 years ago
Bug fix for killing launch_ps process.
N/A
launch_ps processes are clearly terminated when the main app is killed.
launch_ps
Run any app with run_option=PS and send SIGINT, launch_ps processes will not be terminated.
run_option=PS
Things to Change
Bug fix for killing launch_ps process.
Current Behavior
N/A
Expected Behavior
launch_ps
processes are clearly terminated when the main app is killed.Failure Information (for bugs)
Failure Logs
N/A
How to Reproduce
Run any app with
run_option=PS
and send SIGINT,launch_ps
processes will not be terminated.Related Issues