From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1492 invoked by alias); 22 Jul 2010 15:25:53 -0000 Received: (qmail 1477 invoked by uid 22791); 22 Jul 2010 15:25:52 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_20,URI_HEX X-Spam-Check-By: sourceware.org Received: from mail33.mailforbusiness.com (HELO mail33.mailforbusiness.com) (64.106.209.62) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jul 2010 15:25:47 +0000 Received: from mail33.mailforbusiness.com (localhost [127.0.0.1]) by mail33.mailforbusiness.com (Postfix) with ESMTP id 701D967B701 for ; Thu, 22 Jul 2010 11:23:14 -0400 (EDT) Received: from [135.115.131.120] (cerberus.motive.com [64.186.184.100]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jeremy@bopp.net) by mail33.mailforbusiness.com (Postfix) with ESMTPSA id 20DA967B6FF for ; Thu, 22 Jul 2010 11:23:14 -0400 (EDT) Message-ID: <4C4862F6.7090602@bopp.net> Date: Thu, 22 Jul 2010 15:49:00 -0000 From: Jeremy Bopp User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: git and openssh issue References: <4C45D041.8010209@kitware.com> <4C4677CA.2090608@bopp.net> <4C485D3D.7070307@kitware.com> In-Reply-To: <4C485D3D.7070307@kitware.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2010-07/txt/msg00467.txt.bz2 On 7/22/2010 10:01 AM, Bill Hoffman wrote: > On 7/21/2010 12:30 AM, Jeremy Bopp wrote: > >>> http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html >>> >>> >>> >>> Basically, it is this random error: >>> fatal: early EOFs: 47% (657/1396) >>> >>> >>> Seems like an issue with openssh and not git as using plink fixes the >>> problem. Anyway, with some direction I would be willing to help, I >>> have a very reproducible case of this. >> >> I haven't been able to reproduce this problem myself, but I was thinking >> that using plink rather than ssh also eliminates a bit of Cygwin pipe >> handling performed under ssh. It might be useful to see if this can be >> reproduced another way such as over something relatively basic like rsh. >> If the problem reproduces with rsh, that should point more directly to >> a problem with the Cygwin DLL rather than ssh. >> >> Do you have control over the server hosting the repository you're >> cloning such that you can try that out? If not, have you tried setting >> up your own server with a complete clone of the repository to see if you >> can reproduce the problem when cloning from that one? >> > > OK, I was able to test with rsh and it works. So with the following > install: > cygwin 1.7.5-1 > openssh 5.5p1-2 > openssl 0.9.8o-2 > rsh 0.17-1 > > rsh works no problem. ssh fails to clone with the EOF error. Windows > plink also works with no problem. > > > Are there any other experiments you would like to see? Seems to happen > with any reasonable size git repo. So, if you were to say clone VTK or > Qt, I am sure you could reproduce this as well. I'm game to try this out. Can you send me the exact git command you use to clone one or more of these repositories so that I can try to reproduce what you see? -Jeremy -- 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