Re: Parenthood seems to be lost when the parent is exeeced

2009-11-03 Thread Christopher Faylor
On Tue, Nov 03, 2009 at 11:58:53AM +0100, Laurent Najman wrote: >The parenthood seems to be lost when the parent is execed. Here is a >sample code Yes, it's a longstanding limitation of Cygwin that an execed process does not remember the child processes associated with the previous pid. Sorry.

Parenthood seems to be lost when the parent is exeeced

2009-11-03 Thread Laurent Najman
Hi, The parenthood seems to be lost when the parent is execed. Here is a sample code #include #include #include #include #include int main(int argc, char **argv) { int status; if (argc > 1) { printf ("Execed Parent: Cygwin: %d Windows: %lu \n", getpid (), GetCurrentProcessId