Re: Spurious error: Process does not exist or is not a child process.

2018-04-12 Thread Andre Pany via Digitalmars-d-learn
On Thursday, 12 April 2018 at 06:45:36 UTC, Andre Pany wrote: Hi, I compiled a linux application on my pc (Windows subsystem for Linux) and copied it to AWS EMR (linux) system. I found the issue. In addition to the AWS client I also start other applications which might become zombie proce

Spurious error: Process does not exist or is not a child process.

2018-04-11 Thread Andre Pany via Digitalmars-d-learn
Hi, I compiled a linux application on my pc (Windows subsystem for Linux) and copied it to AWS EMR (linux) system. The application should execute the console application "aws". Most of the time the exception "Process does not exist or is not a child process." is raised. If I execute the appl