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:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=LWK0af0Oc19npLVP tipIVp+g1Oh1TnuyeCnsqT3qNNBrZyRd4sRRDZzoROPwJw7/UwqguLjbDEq6aIdW QVLd1uBjXoUCJWeqVxFBZEJtl/I6PIRTzJeNFYwrYcYb/d+Cl4XE/HmS8CowaQo5 i1PluzNKmpYUJ+rwCqxw74k5A30= 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:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=05UfebLzq6NyvyVE9xVJvo qmY8o=; b=dW5GVfC04I+S4DAOysS6hXEBqnbvRBI89gWaEfemojMbPIlZeJJR0d 9qXlQh6wlCtnse0XqiepL9Zp87uSbAM6SpCznmvkJambPCMX34Rw4ktYruSKZnDh 2zb9c65Kln5T1BNfl/qdoD1qq/JU+3XLe8Nb+TCwj7C4pdTU0Y+lI= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: csmail.cs.umass.edu Message-ID: <55665B4C.8080907@cs.umass.edu> Date: Wed, 27 May 2015 20:03:24 -0400 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT edu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin Subject: Re: Cygwin fork:retry error References: <55663419 DOT 6080700 AT verizon DOT 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 5: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. > 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 may be grasping at straws, but do you have a large number of cygwin packages in your install? At some times in the past, if you had a really large number of packages (it's the dll's in them that are of primary concern), the rebasing (which tries to give every library a unique address range) could use so much of your address space that dll's would start running into other areas. If this might be a problem, maybe doing a smaller installation, with fewer packages, would work better. Regards -- Eliot Moss -- 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