From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29923 invoked by alias); 17 Jun 2013 15:16:30 -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 29913 invoked by uid 89); 17 Jun 2013 15:16:30 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_PASS,TW_SV autolearn=ham version=3.3.1 Received: from enfirhets1.metaswitch.com (HELO ENFIRHETS1.metaswitch.com) (192.91.191.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 17 Jun 2013 15:16:29 +0000 Received: from ENFIRHCAS1.datcon.co.uk (172.18.209.38) by ENFIRHETS1.metaswitch.com (172.18.209.22) with Microsoft SMTP Server (TLS) id 14.2.342.3; Mon, 17 Jun 2013 16:16:21 +0100 Received: from ENFIRHMBX1.datcon.co.uk ([fe80::b06d:4d13:5f63:3715]) by ENFIRHCAS1.datcon.co.uk ([fe80::85a7:aa4e:2516:c2ad%11]) with mapi id 14.02.0342.003; Mon, 17 Jun 2013 16:16:26 +0100 From: Adam Dinwoodie To: "cygwin@cygwin.com" Subject: RE: git svn fork() problems on cygwin 1.7.20 Date: Mon, 17 Jun 2013 15:18:00 -0000 Deferred-Delivery: Mon, 17 Jun 2013 15:16:00 +0000 Message-ID: References: <20130617140047.GE14578@lakka.kapsi.fi> <20130617144503.GF14578@lakka.kapsi.fi> In-Reply-To: <20130617144503.GF14578@lakka.kapsi.fi> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2013-06/txt/msg00370.txt.bz2 Mikko Rapeli wrote: > 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 >=20 > Hmm. Searching for clues I saw this > http://stackoverflow.com/questions/12042363/cygwin-git-fork-error-on-pull >=20 > and tried out with minimal PATH: >=20 > $ PATH=3D/bin:/usr/bin git svn rebase > Current branch master is up to date. >=20 > 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 ra= te > while mimal PATH=3D/bin/usr/bin has a 20% failure rate, but I could not i= dentify > which PATH component could be to blame. >=20 > Somehow PATH is related to this but maybe it's just a side effect. Two possible guesses: you've multiple cygwin1.dll files in your PATH, or you just need to rebase (run `rebaseall` from a shell and follow the instructio= ns). If that doesn't help, follow the problem reporting guidelines: > Problem reports: http://cygwin.com/problems.html --=20 Adam Dinwoodie Messages posted to this list are made in a personal capacity. -- 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