-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
iojs.exe randomly terminates on Windows #1512
Copy link
Copy link
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
The
iojs.exeprocess in question is running one ofhttpandhttpsservers.The problem seems to occur if a separate
iojsprocess is running, and is subsequently terminated, e.g. manually by pressingCtrl+Cwithin a Command Prompt window, then the aforementioned process would terminate as well, whether it is running in the background or in (a separate) Command Prompt window.