X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <4AC4A2A4.1070403@dronecode.org.uk> Date: Thu, 01 Oct 2009 13:37:56 +0100 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [1.7] "C:\cygwin\bin\git.exe: *** fatal error - could not load shell32, Win32 error 487" Content-Type: text/plain; charset=ISO-8859-1; 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 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. I've tried this with 1.7.0-61 and with the 2009-09-20 snapshot (I can't start anything with the 2009-09-24 snapshot, all processes exit with "The application failed to initialize properl (0xc0000022)") -- 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