Skip to content

Sending TERM or INT signal ends in only the first process quitting #1076

Closed
@omusil24

Description

@omusil24
  • code-server version: 2.1523-vsc1.38.1
  • OS Version: Linux (any)

Description

When I send a TERM or INT signal to the initial code-server process, that process quits but all the other child processes are left running. When I enter CTRL-C (interrupt - should be equivalent to INT signal) to the input of the initial process, it quits and all the other child processes quit too.

Sending TERM or INT signal to the initial process should IMHO lead to the other child processes also quitting, same like when CTRL-C is entered.

Steps to Reproduce

  1. Start code-server.
  2. Run kill -s INT <pid> or kill -s TERM <pid> on the first code-server process.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions