Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 29 Dec 2000 15:59:12 -0500 (EST) From: John Pollock To: Subject: RE: Openssh 2.3.0p1 weird exec problem, cont. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII i've been seeing this exact issue too and only recently learned to pipe output through cat if i want to expect to see it reliably come back. A command repeated 30 times will return the correct output about 10 times, and then a variety of other outputs the other 20 times. However, i've only seen this issue with non-cygwin apps (like VC++ and such) which don't seem to understand how to send output reliably when cooperating with a version of ssh using socket pairs instead of pipes. The cygwin version of openssh, i believe ,uses socket pairs and not pipes, which may be the source of the problem. J -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple