From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 662 invoked by alias); 17 Jun 2013 14:45:07 -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 651 invoked by uid 89); 17 Jun 2013 14:45:07 -0000 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 Received: from mail.kapsi.fi (HELO mail.kapsi.fi) (217.30.184.167) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 17 Jun 2013 14:45:06 +0000 Received: from lakka.kapsi.fi ([2001:1bc8:1004::1] ident=Debian-exim) by mail.kapsi.fi with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Uoag3-0007sC-9R for cygwin@cygwin.com; Mon, 17 Jun 2013 17:45:03 +0300 Received: from mcfrisk by lakka.kapsi.fi with local (Exim 4.72) (envelope-from ) id 1Uoag3-0000oU-6C for cygwin@cygwin.com; Mon, 17 Jun 2013 17:45:03 +0300 Date: Mon, 17 Jun 2013 14:52:00 -0000 From: Mikko Rapeli 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 X-SW-Source: 2013-06/txt/msg00366.txt.bz2 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? > $ 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