eclipse-theia/theia

[process] On Linux, when Theia is closed from the UI, its process is not killed

Open

#5,644 创建于 2019年7月4日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)TypeScript (2,478 fork)batch import
OS/Linuxbugelectronhelp wanted

仓库指标

Star
 (18,676 star)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

Description

On Linux, when Theia is run from the terminal and the application gets closed by the user from the UI, the Theia process is kept alive. Ctrl C is needed to kill the process.

Reproduction Steps

Try to compile and run Theia on desktop (on Linux) by using yarn start and then click on the X icon to close the program. The process in the Terminal is not killed.

OS and Theia version:

Diagnostics:

Not sure if referred to the main Theia process or to subprocess but this is the output printed when Theia gets closed from the UI:

process WARN This process was not registered or was already unregistered. [ID: 0]

贡献者指南