Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-05-09 02:38:42 +0400
committerChristopher Faylor <me@cgf.cx>2012-05-09 02:38:42 +0400
commit61c33dbfd8494f3619b8110848fff1b636f05d0e (patch)
treef8d10130bde82c17e1792f103f11020d1f1aa8e0 /winsup/cygwin/DevNotes
parent359d97110918ee11aeee17a71cc649b9dac6ec7b (diff)
Add url for reported mailing list problem
Diffstat (limited to 'winsup/cygwin/DevNotes')
-rw-r--r--winsup/cygwin/DevNotes6
1 files 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.