OSDN Git Service

added structure (unsolved vs. FITNR).
authordavidsb <davidsb>
Tue, 12 Dec 2000 13:47:50 +0000 (13:47 +0000)
committerdavidsb <davidsb>
Tue, 12 Dec 2000 13:47:50 +0000 (13:47 +0000)
added entry about scp leaving ssh procs on Win9x.

winsup/doc/relnotes.texinfo

index 795fa5a..408e41a 100644 (file)
@@ -1,4 +1,16 @@
 @chapter Known/potential Problems in the Latest Net Release
 
-None at this time.
+@section Aware of the problem, no solution yet found.
+
+@subsection On Win9x, scp and cvs/ssh leave ssh processes running
+
+This is a difficult problem, related to the implementation of select()
+and pipes on Windows 9x.  It has been discussed at length on the cygwin
+mailing list.  For an excellent technical description of the problem, see
+@file{http://sources.redhat.com/ml/cygwin/2000-12/msg00470.html}, and
+related threads.
+
+For now you'll just have to kill them manually.
+
+@section Fixed in the Next Release