When user click exit button terminal process will not be killed if terminal has child processes. #3216
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
Milestone
Reproduction Steps:
Expected behavior:
Terminal process and child processes should be killed.
Observed behavior:
Terminal process is still alive, but mc process was killed.
PS: When we click close button our UI send exit command. Exit command can kill terminal if terminal hasn't child process. If terminal has child processes then exit command can be redirected to the child process, for example mc, and terminal is alive. I think we should implement special command to kill terminal and child processes of the terminal.
Che version: 5.0.0-M8-SNAPSHOT
Additional information:
The text was updated successfully, but these errors were encountered: