Skip to content

Kill spawned processes when Spectrum is closed #27

Description

@Ashoat

Currently, Spectrum can be closed in a way that causes its child processes to be orphaned. It's possible to add code that makes sure that the child processes get closed when the MainWindow is closed, but that won't address the case where Spectrum is closed because of a kill signal or a crash. Hitting the stop button in Visual Studio issues a kill signal, which means if we want to handle that correctly we'll need to address this issue.

Doing this correctly requires some weird Windows kernel stuff. This StackOverflow answer has the details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions