Closing a Terminal tab doesn't terminate the running process #13346
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
terminal
issues related to the terminal
Bug Description:
If I start a long-running process in a Terminal, then close the Terminal, the process continues running the background. In other words, closing the Terminal does not appear to send the SIGHUP or SIGTERM signal to the process.
As far an I can remember, older versions of Theia's terminal (from a couple years ago) terminated the process when the tab was closed.
Steps to Reproduce:
yes
command.ps -ef
ortop
to see the process running.Additional Information
The text was updated successfully, but these errors were encountered: