X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 31 Mar 2010 00:25:45 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: git on cygwin 1.7.2 Message-ID: <20100331042545.GA23824@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4BB29285 DOT 4010701 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BB29285.4010701@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: >All of the above connections and i/o processing are done using >bog-standard fork, pipe, open, read, write, and associated file >commands. Git has no trouble opening all of the processes and pipes >under Cygwin 1.7.2. However, in general before the data transfer is >complete the demux process issues an error upon getting an incomplete >packet (fewer bytes transmitted than declared in the header), and >debugging shows the error code of the read() is ENOENT, indicating the >pipe or socket has been terminated early. The index-pack process also >issues an error due to receipt of an incomplete pack. ENOENT does not mean that the pipe or socket has been terminated early. It sounds like read is not returning an error in this case so the errno would be meaningless. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple