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.