From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63436 invoked by alias); 10 Feb 2020 21:34:22 -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 63428 invoked by uid 89); 10 Feb 2020 21:34:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=programmes, our X-HELO: mail-pf1-f175.google.com Received: from mail-pf1-f175.google.com (HELO mail-pf1-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 21:34:20 +0000 Received: by mail-pf1-f175.google.com with SMTP id x185so4342703pfc.5 for ; Mon, 10 Feb 2020 13:34:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=rH9Sq52zx9BxbwpyX3nZwlF0krBn1VFtp88asqPmZw4=; b=VUyiHhhOd7akYqbyuW/0hrNJqr5ubBRDBhIgYirTYFW436X5Ca06stsDxnRvz5sizw DZMNs1HSQEh3+9Grd4zxjP2b/yu3xvzw0C9G/Rk0u2U2gommtsI4uUPb7FL1KXzltcTY REbTFcN1qS/av/NDGgW+8KzeO7J/AQj3WLDlm5bCcOwDeYFdtbzixXJTqrqIOtBBDz1G rHYYgvx9aysnyitrh4Wv2+RDaAoCyiunVu+IxURDo8DyYeV51PaDHojXMB86XTU1ypn9 OOCfih74nIW80Lakd0/W+9LtdmZphYJKm8t0xtb/a2Qk1nHphJ0Pg3nbpktFEIrgp8r9 4DfQ== Return-Path: Received: from [192.168.0.5] (n1-42-17-109.mas1.nsw.optusnet.com.au. [1.42.17.109]) by smtp.googlemail.com with ESMTPSA id o11sm370191pjs.6.2020.02.10.13.34.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Feb 2020 13:34:18 -0800 (PST) Subject: Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages To: cygwin@cygwin.com References: <6d43c714-c4ba-4f0c-9913-cb8453129c85@gmail.com> <93562f34-3a14-0c10-cb57-1ae861307d82@gmail.com> <810b0c97ee0697c06bdaa4dff4081bb502bc46ab.camel@dontech.dk> <9ed4b0776323e4a0f62191121715d52a0429bdb2.camel@dontech.dk> <23d3cd65794886745e2070a1d1b74013418b0bd8.camel@dontech.dk> From: David Finnie Message-ID: <1996200f-4d3d-758f-b50c-971b0b8753e2@gmail.com> Date: Mon, 10 Feb 2020 21:34:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <23d3cd65794886745e2070a1d1b74013418b0bd8.camel@dontech.dk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00093.txt.bz2 On 11/02/2020 07:58, Peter Dons Tychsen wrote: > It seems to be related to the fact the is is spawning non-cygwin > programs. If i do the same test with normal GCC (default cygwin gcc) > then everything is fine. That's great work, and I can confirm that it is the same in my environment. Our makefiles start the following: * Several cygwin utilities (e.g. cygpath, cut, sed, etc.) * Linux cross-compilers/linkers that are cygwin programmes * Windows native compilers/linkers (not cygwin) * HPE Nonstop cross-compilers/linkers (not cygwin) So what you've found is consistent with the issue that we're getting. Dave -- 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