X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; q=dns; s=default; b=m9HW
	oYO9cP7vHeDD4PD+dFMwy3Z6NFg9S4BmH5hxVFdFsJgQQHMJ40qT5qDi2Wef1Xkt
	yN+3M8FtJrLepLtFPVGJiIXCXprBN3/gO4I546W1UYYoT1a8LF4pgAzIUI6rLj6y
	emoiC+4zyDPNro+P55vAae3DhWX/vygfUI/OzFY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; s=default; bh=UDZ5pR/D47
	bMM0FteR6R/goWLoU=; b=TjpDGASa6w6QTlDN7dzhf00afLUnrOvTPwfpeJTdgl
	1iUqcklIJSRMA7MC3htxu7ybzvHxPy2ozLp1KZ3GI1WeoClmsLpruaEG8YVU8FdE
	u0A09w+zuaNYCWLK8lhb6tOKA7D8+Dw4p3Z2Zd7mgdhbLV1qtD2VAJH/C9jNlswE
	U=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,KHOP_THREADED,SPF_PASS,TW_SV autolearn=ham version=3.3.1
Date: Mon, 17 Jun 2013 17:45:03 +0300
From: Mikko Rapeli <mikko.rapeli@iki.fi>
To: cygwin@cygwin.com
Subject: Re: git svn fork() problems on cygwin 1.7.20
Message-ID: <20130617144503.GF14578@lakka.kapsi.fi>
References: <20130617140047.GE14578@lakka.kapsi.fi>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20130617140047.GE14578@lakka.kapsi.fi>
X-SA-Exim-Connect-IP: 2001:1bc8:1004::1
X-SA-Exim-Mail-From: mikko.rapeli@iki.fi
X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false

On Mon, Jun 17, 2013 at 05:00:47PM +0300, Mikko Rapeli wrote:
> Has anyone else seen these when using git svn or other perl programs
> on cygwin 1.7.20?
<snip>
> $ git svn rebase
> ...
>       0 [main] perl 4424 child_info_fork::abort: address space needed by '_Client.dll' (0x520000) is already occupied

Hmm. Searching for clues I saw this
http://stackoverflow.com/questions/12042363/cygwin-git-fork-error-on-pull

and tried out with minimal PATH:

$ PATH=/bin:/usr/bin git svn rebase
Current branch master is up to date.

Default PATH on the machine includes various tools, compilers, CMake etc.
Tried to bisect it but it seems that full long PATH has an 80% failure rate
while mimal PATH=/bin/usr/bin has a 20% failure rate, but I could not identify
which PATH component could be to blame.

Somehow PATH is related to this but maybe it's just a side effect.

-Mikko

--
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

