Skip to content

CTRL-C does not quit repl when in infinte loop #6612

Description

@SamSaffron

Platform in Linux x64

Node version 6.0.0

repro:

% node
> while(true){}

CTRL-C does nothing

Since the process handles SIGINT fine when sent via kill I think this is due to ->Run in v8 somehow blocking all keyboard input.

Activity

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

Metadata

Metadata

Assignees

Labels

replIssues and PRs related to the REPL subsystem.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions