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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=wJsStjYmolymArQ2IX5AAkyyWoVtrNI+6Y/YbNVjYPz
	dEbcUAKgtxj+yiNXZLHy9glUr1N+ZxBS01ou/ZxBAhGZx283S7WQk+Tx4v4x7ws8
	rbJtqkC+4jZrpl1xr1ZmtPXv10kRhoJvYSwu59q3Rh+SzgICmOmOVKo+Wb8A3tvA
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=0KUeQ3LVapjXqAncuGSDzqqUurQ=; b=XNtwXBz/kQEKqyIco
	QO+VfyJUxN9g2b70gYTHvJh+cQOOpc9gd55elYSf8/uLuMeHWG3guKZH6XWWhfBt
	cg4IVlyruf7wxX3FuCCpvePEkJNZUTC5pC5P1TgIAaLOm2xDaXkkQPERDoUVDjxW
	aroA2xfY2kj7L3jKzCNJszMaQc=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wg0-f52.google.com
X-Received: by 10.194.57.40 with SMTP id f8mr46979899wjq.86.1432763672598;        Wed, 27 May 2015 14:54:32 -0700 (PDT)
Message-ID: <55663D0D.9020506@gmail.com>
Date: Wed, 27 May 2015 23:54:21 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Cygwin fork:retry error
References: <55663419.6080700@verizon.net>
In-Reply-To: <55663419.6080700@verizon.net>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes



On 5/27/2015 11:16 PM, Gerry Reno wrote:
> I've been struggling with this fork:retry issue for over a month and have yet to find a working solution.
>
> The machines are Windows 7 64-bit with Cygwin 32-bit installation.

what about testing a 64bit cygwin installation ?

> I run Setup and then install some bash scripts for the user.
> Only some of the machines appear to be having this fork:retry problem.
> And even reinstalling Cygwin does not appear to fix the problem.
>
> Error:
>
>      /etc/profile: fork: retry: Resource temporarily unavailable
>       1 [main] bash 3236 child_info_fork::abort: C:\Cygwin\bin\cyggcc_s-1.dll: loaded to different address:
>      parent(0x370000) != child(0x2B0000)

this two addresses are very low. On my machine

$ rebase -si |grep cyggcc_s
/usr/bin/cyggcc_s-1.dll 
                           base 0x5dc90000 size 0x00022000

So I suspect a BLODA is interfering with your cygwin installation.

with
  less /proc/self/maps

you can have an idea of which dll are loaded

>
> I've tried completely eliminating every trace of Cygwin I can find on the machine and then reinstalling Cygwin but the
> error persists.
> I've tried the rebaseall commands listed in a number of posts.  Again, the error persists.
>
> What's interesting is that if I try rebooting one of these machines numerous times eventually the scripts will work
> without this fork:retry error.
> But if you reboot the machine again most likely the fork:retry error will reappear.
> It's almost like there is some race condition involved.

An antivirus more likely

>
> Any help here greatly appreciated.

Regards
Marco


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

