X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AC4D4D2.5070502@cygwin.com> Date: Thu, 01 Oct 2009 12:12:02 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090320 Remi/2.0.0.21-1.fc8.remi Lightning/0.9 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [1.7] "C:\cygwin\bin\git.exe: *** fatal error - could not load shell32, Win32 error 487" References: <4AC4A2A4 DOT 1070403 AT dronecode DOT org DOT uk> In-Reply-To: <4AC4A2A4.1070403@dronecode.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 10/01/2009 08:37 AM, Jon TURNEY wrote: > > I have a problem with git, which only seems to occur with the mesa > repository > (which is very large, which may be something to do with the problem). I am > able to work with all the other X.Org repositories without problems. > > Here's a short script which demonstrates the problem for me: > > git clone git://anongit.freedesktop.org/git/mesa/mesa > # repository is large, this may take some time > cd mesa > git checkout -f -b local 811aa02c7a0f4804189a8978395f07d27fb726ec > touch blah > git add blah > git commit -m "blah" > git checkout -f master > > fails with > 2 [main] git 3624 C:\cygwin\bin\git.exe: *** fatal error - could not > load shell32, Win32 error 487 > Hangup > > # to repeat the failure > rm .git/index.lock > git checkout -f master > > I had a brief look at the relevant part of the cygwin source but I'm > baffled as to how this could be happening. Suggestions on how to debug > this and/or confirmations that it can reproduced appreciated. The two most common causes of this are: 1. 2. DLL load collisions. (1) can be cured by removing the BLODA. (2) is typically cured with rebaseall. Been there, done that? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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