From 61c33dbfd8494f3619b8110848fff1b636f05d0e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 8 May 2012 22:38:42 +0000 Subject: [PATCH] Add url for reported mailing list problem --- winsup/cygwin/DevNotes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes index 83be5e9cd..11a01df57 100644 --- a/winsup/cygwin/DevNotes +++ b/winsup/cygwin/DevNotes @@ -1,6 +1,8 @@ 2012-05-08 cgf-000004 -The change associated with cgf-000003 introduced a new problem. +The change for cgf-000003 introduced a new problem: +http://cygwin.com/ml/cygwin/2012-05/msg00154.html +http://cygwin.com/ml/cygwin/2012-05/msg00157.html Since a handle associated with the parent is no longer being duplicated into a non-cygwin "execed child", Windows is free to reuse the pid of @@ -144,7 +146,7 @@ working when I redid the way the process pipe was inherited around this time period. It isn't clear why (and I suspect I may have to debug this further at -some poit) this hasn't always been a problem but I made the obvious fix. +some point) this hasn't always been a problem but I made the obvious fix. We shouldn't have been setting ppid = 1 when we're about to pass off to an execed process.