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.
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
2 matches
Mail list logo