X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andy Moreton Subject: Problem with git on Cygiwn 1.7 Date: Thu, 26 Mar 2009 21:19:18 +0000 Lines: 33 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (windows-nt) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hi, I've tried to grab a copy of the Linux repo from kernel.org using git in Cygwin 1.7, and I seem to be hitting the same problem noted here by Eric Blake: http://www.cygwin.com/ml/cygwin/2009-02/msg00567.html Running the following commands: cd /cygdrive/d/Source/kernel.org ajm> strace -o git-strace.txt -b1000000 --mask=inherit,uhoh,paranoid,select,syscall \ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ Produces this output: Initialized empty Git repository in /usr/local/src/kernel.org/linux-2.6/.git/ remote: Counting objects: 1080230, done. remote: Compressing objects: 100% (175739/175739), done. fatal: read error on input: Bad address328.00 KiB | 33 KiB/s fatal: index-pack failed The relevant portion of the strace output is: -------------------------------------------------------------------------------- 847 506042200 [main] git-index-pack 2084 readv: readv (0, 0x22C844, 1) blocking, sigcatchers 1 29196 506071396 [main] git-index-pack 2084 seterrno_from_win_error: /ext/build/netrel/src/cygwin-1.7.0-44/winsup/cygwin/fhandler.cc:1747 windows error 998 77 506071473 [main] git-index-pack 2084 geterrno_from_win_error: windows error 998 == errno 14 134 506071607 [main] git-index-pack 2084 readv: -1 = readv (0, 0x22C844, 1), errno 14 -------------------------------------------------------------------------------- I can provide the full strace log on request. AndyM -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/