Skip to content

Handle SIGQUIT #102

Open
Open
@jasontwong

Description

@jasontwong

For some reason the process doesn't quit with Ctrl + \ but does with Ctrl + c.

SIGQUIT is the dump core signal. The terminal sends it to the foreground process when the user presses ctrl-\. The default behavior is to terminate the process and dump core, but it can be caught or ignored. The intention is to provide a mechanism for the user to abort the process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions