[jbosstools-issues] [JBoss JIRA] (ERT-219) Node.js application children processes can not be killed from eclipse console [EBZ#494592]

Gorkem Ercan (JIRA) issues at jboss.org
Wed Jul 6 09:01:00 EDT 2016


     [ https://issues.jboss.org/browse/ERT-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gorkem Ercan updated ERT-219:
-----------------------------
    Story Points: 20


> Node.js application children processes can not be killed from eclipse console [EBZ#494592]
> ------------------------------------------------------------------------------------------
>
>                 Key: ERT-219
>                 URL: https://issues.jboss.org/browse/ERT-219
>             Project: Eclipse Release Train
>          Issue Type: Task
>          Components: JSDT
>            Reporter: Friendly Jira Robot
>              Labels: Debug, bzira
>
> When running a simple Node.js application like:
> var child_process = require('child_process');
> child_process.exec('ping www.google.com -t', function (err, stdout, stderr){
>     if (err) {
>         console.log("child processes failed with error code: " +
>             err.code);
>     }
>     console.log(stdout);
> });
> If you terminate the running process the "ping www.google.com -t" child process is still running even when the parent process is already killed.
> This happens with one or more children processes.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list