From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18068 invoked by alias); 4 Dec 2014 22:43:14 -0000 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 Received: (qmail 18058 invoked by uid 89); 4 Dec 2014 22:43:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f50.google.com Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Dec 2014 22:43:11 +0000 Received: by mail-wg0-f50.google.com with SMTP id k14so23701175wgh.23 for ; Thu, 04 Dec 2014 14:43:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=lOnh2EwleqeuznaW6GUl0fB9C9V4saAo/7qzphi1wtY=; b=T0OArFKUXbKVXQl6SwOpryxxg6mvNbiQKnSqoxrkw7eAHQbShRXVMVnwvWgk51M74r NNGX+Q9Xq03zDtkjjvd8i8DyJPOjaZq/VSG+OWbHf54t7yrsJXRdHW7O0oBBUvzIdFrf plFi7mswntYBqo8kyYFSNwAziyxZJM8ZWDswrZ6jjlWxCgUBu+FiorX8upc4uwqy8RbH WKuflLEao4uBiA+dISADlaOnN5Enqe5YF3aTPxl4WP8oDCZxM3sutsyaaqWjy9mdyTEf zgIpQNZ/CwK0gcyxl/2/DkUbUt0xl/mj6EQC3XFQ4tJ2t3oLWB4joMwUOy4/OS7Pof1m hc4A== X-Gm-Message-State: ALoCoQlmtFv+PkZgyckavwzbOJ0GIrnOsiARoOOJHHziB2+15X58nXXB3RmfCF5qR/FVCybcxVKY X-Received: by 10.180.73.235 with SMTP id o11mr572514wiv.51.1417732988569; Thu, 04 Dec 2014 14:43:08 -0800 (PST) Received: from dinwoodie.org ([2001:ba8:0:1c0::9:1]) by mx.google.com with ESMTPSA id ex9sm56853363wib.14.2014.12.04.14.43.07 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 04 Dec 2014 14:43:07 -0800 (PST) Date: Thu, 04 Dec 2014 22:43:00 -0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: [cygwin] Cygwin's git says "error: failed to read delta-pack base object" Message-ID: <20141204224253.GA25789@dinwoodie.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00047.txt.bz2 On Thu, Dec 04, 2014 at 04:27:51PM -0500, Dave Lindbergh wrote: > You are more than welcome to read the strace output if that'll give > you a clue (it doesn't give me one). All 1.7 MBytes of it are at > http://nerdfever.com/files/strace.txt > > (That comes from "strace git clone > https://github.com/nerdfever/pic32mx-bmf >strace.txt") > > I'm still stumped. Okay, I'm looking through this trace in the hope of finding something. The below looks suspicious, but I'm not sufficiently familiar with either Git or Cygwin internals to know (a) whether this is a problem at all or (b) if it is a problem, whether it's a symptom of an earlier problem I haven't spotted on my brief skim. 616 12330609 [main] git 2348 unlink_nt: Trying to delete \??\Z:\pic32mx-bmf\.git\objects\30, isdir = 1 3190 12333799 [main] git 2348 unlink_nt: Setting delete disposition on \??\Z:\pic32mx-bmf\.git\objects\30 failed, status = 0xC0000101 6362 12340161 [main] git 2348 unlink_nt: Try-to-bin \??\Z:\pic32mx-bmf\.git\objects\30 24341 12364502 [main] git 2348 try_to_bin: \??\Z:\pic32mx-bmf\.git\objects\30, return bin_status 3 645 12365147 [main] git 2348 unlink_nt: Try \??\Z:\pic32mx-bmf\.git\objects\30 again 12250 12377397 [main] git 2348 unlink_nt: Setting delete disposition on \??\Z:\pic32mx-bmf\.git\objects\30 failed, status = 0xC0000101 22680 12400077 [main] git 2348 unlink_nt: Try \??\Z:\pic32mx-bmf\.git\objects\30 again 8487 12408564 [main] git 2348 unlink_nt: Setting delete disposition on \??\Z:\pic32mx-bmf\.git\objects\30 failed, status = 0xC0000101 1903 12410467 [main] git 2348 unlink_nt: Try \??\Z:\pic32mx-bmf\.git\objects\30 again I'm also curious about the difference between the MinGW32 version and the Cygwin version. Possibly it's barking up completely the wrong tree, but what versions of each are you running? In the hunt for a simple test case, is it just this repository that's causing problems, or are others being difficult too? Specifically, I'm wondering about a trivial repository with only a handful of objects. Do you know anything about that 300bdeb object? In particular, is it particularly big or unusual in some other way? -- 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