X-Recipient: archive-cygwin AT delorie DOT 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=egNQCrl5gIEzp6T717JCosTaICZdn /4bVnsnO4aBYbP92UxjtazKMynrFyGwyT8KMBdBCHERMFp2btSDeUFVkjHNJJAO5 B+bkjclExYP/dxUo26sHsA1Ka+T/Y/XmCLrVHWGKiBX9rXjfqIk6a783HOBinCFL GByNT1mYOEEAzo= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=NEPVya/b/2wnFHOD9XMRvb31Gfo=; b=e3K jYIDQzLan6BBa+yKtbVdM69/iAPTFeSFyKplTM/5JlyPBSzs3ObSZRTLKKSwl9jx kD6Erz+XWcjlbL74lYy6ufXDaRK1nsjJafsIDIKX1wdmzfKAzkiNkDjuYBtV37RJ g5nOixAW13wIplmTbr4ycGsUXyVFaB6LurHH5toA= 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 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 From: Adam Dinwoodie To: "cygwin AT cygwin DOT com" Subject: RE: git svn fork() problems on cygwin 1.7.20 Date: Mon, 17 Jun 2013 15:16:23 +0000 Deferred-Delivery: Mon, 17 Jun 2013 15:16:00 +0000 Message-ID: References: <20130617140047 DOT GE14578 AT lakka DOT kapsi DOT fi> <20130617144503 DOT GF14578 AT lakka DOT kapsi DOT fi> In-Reply-To: <20130617144503.GF14578@lakka.kapsi.fi> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r5HFGfvo010647 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 > > 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. 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 instructions). If that doesn't help, follow the problem reporting guidelines: > Problem reports: http://cygwin.com/problems.html -- 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