X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sat, 2 Oct 2010 22:54:05 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: git and openssh issue (eblake?) Message-ID: <20101003025405.GA18616@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4C45D041 DOT 8010209 AT kitware DOT com> <4C4677CA DOT 2090608 AT bopp DOT net> <4C485D3D DOT 7070307 AT kitware DOT com> <4C4862F6 DOT 7090602 AT bopp DOT net> <4C48A06F DOT 6020309 AT kitware DOT com> <4C48C9B3 DOT 60602 AT bopp DOT net> <4C48EE1A DOT 1040705 AT kitware DOT com> <4C49BD97 DOT 6080103 AT bopp DOT net> <20100723162754 DOT GA8455 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100723162754.GA8455@ednor.casa.cgf.cx> 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 Fri, Jul 23, 2010 at 12:27:55PM -0400, Christopher Faylor wrote: >On Fri, Jul 23, 2010 at 11:04:39AM -0500, Jeremy Bopp wrote: >>On 7/22/2010 8:19 PM, Bill Hoffman wrote: >>> On 7/22/2010 6:44 PM, Jeremy Bopp wrote: >>> >>> It is not that unreproducible... It fails maybe 5 out of 6 tries. If >>> you can get it to work 10 out of 10 times then I would say you don't >>> have the problem. >> >>I'm actually able to reproduce this early EOF error during cloning 100% >>under the following scenario: >> >>$ cd /tmp >>$ git clone --bare git://cmake.org/cmake.git >>$ git clone localhost:/tmp/cmake.git cmake-test >> >>This is all under Cygwin using all binary mounts on Windows XP SP 3. >>Cygwin, ssh, and git are all updated to current versions: >> >>Cygwin Package Information >>Package Version Status >>cygwin 1.7.5-1 OK >>git 1.7.1-1 OK >>openssh 5.5p1-2 OK >> >>I haven't tried the other configurations I mentioned yet, but if there >>is someone who has the ability to debug this in more depth, this looks >>like a quick and readily reproducible test case. > >I checked this out and it looks like something in git is overflowing >and scriblling on the stack. I was hoping that it would be a cygwin >problem which I could fix (and I wouldn't be surprised if it eventually >turned out to be) but I didn't see much evidence of the DLL causing this >problem. It looks like it is git itself doing something wrong. I've done some more testing this weekend and I'm coming to a different conclusion. I don't see git being implicated. It really does seem to be a Cygwin problem after all. My current theory is that it's related to Cygwin's pipe code. Still investigating... 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