delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_THEBAT,KHOP_THREADED,SPF_SOFTFAIL |
X-Spam-Check-By: | sourceware.org |
Date: | Fri, 23 Nov 2012 16:32:58 +0400 |
From: | Andrey Repin <anrdaemon AT freemail DOT ru> |
Reply-To: | Andrey Repin <cygwin AT cygwin DOT com> |
Message-ID: | <1429797465.20121123163258@mtu-net.ru> |
To: | Corinna Vinschen <cygwin AT cygwin DOT com> |
Subject: | Re: git fork failure on pull with a workaround (hopefully a clue for a fix) |
In-Reply-To: | <20121123114127.GO17347@calimero.vinschen.de> |
References: | <509AB02F DOT 1000300 AT kitware DOT com> <509AC4E0 DOT 2080709 AT bopp DOT net> <509BC18E DOT 1050905 AT kitware DOT com> <20121123114127 DOT GO17347 AT calimero DOT vinschen DOT de> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Greetings, Corinna Vinschen! >> >>Is there a >> >>way to debug this? >> > >> >The first step is to follow the problem reporting guidelines: >> > >> > http://cygwin.com/problems.html >> > >> >Following them may reveal a conflicting cygwin.dll file or something >> >similar in your full path which is interfering with some git subcommand >> >loading properly. >> >> Attached is the cygcheck.out. >> >> > >> >Given that a PATH of just /usr/bin works for you, try appending >> >progressively more segments of your original path until the problem >> >reproduces. Once you find a PATH that reliably fails, remove the last >> >added segment as a suspect and continue adding the remaining segments >> >from the original PATH until you are left with a good PATH and a list of >> >suspects. Then go back to the PATH of /usr/bin and append each suspect >> >individually and test again to see if the suspects are the problem alone. >> > >> >> I had done that in the past and found that it seemed to be a length >> issue. I could not find a specific thing that needed to be in the >> PATH to make it break. I just tried again, and here is what I >> found: >> >> This fails: (length 372) >> >> export PATH="/usr/bin:/cygdrive/c/Program Files (x86)/Microsoft >> Visual Studio 9.0/Common7/IDE:/cygdrive/c/Program Files >> (x86)/Microsoft Visual Studio 9.0/VC/BIN:/cygdrive/c/Program Files >> (x86)/Microsoft Visual Studio >> 9.0/Common7/Tools:/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5:/cygdrive/c/Windows/Microsoft.NET/Framework/v2.0.50727:/usr/local/bin:/usr/bin:/some/bogus/path/that" >> >> >> But this works: (length 371) >> >> export PATH="/usr/bin:/cygdrive/c/Program Files (x86)/Microsoft >> Visual Studio 9.0/Common7/IDE:/cygdrive/c/Program Files >> (x86)/Microsoft Visual Studio 9.0/VC/BIN:/cygdrive/c/Program Files >> (x86)/Microsoft Visual Studio 9.0/Common7/Tools:/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5:/cygdrive/c/Windows/Microsoft.NET/Framework/v2.0.50727:/usr/local/bin:/usr/bin:/some/bogus/path/tha" >> >> >> However, it is not just length.... >> >> Because this one works: (length 400) > I *think* this is an issue between Windows and Cygwin for which there's > no easy solution. The memory layout created by Windows can move the > main stack address in a child process depending on the size of the > environment. > I observed this myself, but didn't find a way to fix it. Maybe it's > related to the fact that Cygwin cleans out the Windows environment to a > bare minimum when forking. This obviously results in a changed env. Would it be meaningful to instrument this cause for easier tracking? -- WBR, Andrey Repin (anrdaemon AT freemail DOT ru) 23.11.2012, <16:31> Sorry for my terrible english... -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |