delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/12/26/11:43:32

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:subject:references:to:reply-to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=ru1KwmrnbHEmAq8B
UIyFaDPhe3a1Wj726BH8mPUdYOssTt8EI4HqsHL8DvcDNpyy2JNz5M025EL2Wr+M
iDI0rgddXD7mXwETeRJM2oOAY5rAeQp8DhW3XRhQPeZn95xva0YfeCwVwS2SrMbZ
GL2IktFnaYyzm9jXl1pdR/joXEE=
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:subject:references:to:reply-to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=LIQ/Abi96Zh3qJhfphdzoI
0z3dY=; b=pm1AHztBTbAakZSUZDpQPaXm4APfDqn48Sj09JJaUr8Ej3GImnNgiv
B6N4doztCQxndLJfAFhDtVjCVM8acuvuffGuE7JEHSEJ2B6TRHkDcdZOFEAyIZ09
f0Cs2++8E9GEjqiZMP4gWw+CwzXO0GhuDf9b+t2taLdnNMftBTph8=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=calgary, inglis, alberta, Inglis
X-HELO: smtp-out-so.shaw.ca
X-Authority-Analysis: v=2.2 cv=cNuQihWN c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=zkYcDXfIBfRmaFx2mA0A:9 a=YKbznmcksZfzFXdT:21 a=BbOTWPgDaK2Pzk3T:21 a=QEXdDO2ut3YA:10
Subject: Re: Cygwin 2.6.1 bash fork errors upon starting mintty
References: <CAFWoy7H_EQw4a-KbJnFVv1bvyBoHWqY7yxjMv4VXtsxfA8vKqA AT mail DOT gmail DOT com>
To: cygwin AT cygwin DOT com
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <4077531c-2c87-de22-57a4-c6546c51dda6@SystematicSw.ab.ca>
Date: Mon, 26 Dec 2016 09:43:15 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
MIME-Version: 1.0
In-Reply-To: <CAFWoy7H_EQw4a-KbJnFVv1bvyBoHWqY7yxjMv4VXtsxfA8vKqA@mail.gmail.com>
X-CMAE-Envelope: MS4wfB62ZEAyz3nnO02w+OoeBb3RxNAnwwTJzsYDmig3HPwoRqT2aEF3mXTtCOz+YOIQawiB5tKSEAg4gML4T30RcMMvv5qZNo8HgH/9d66lp7x7GI57114G YIoaPR0iWHjnC5eyheCUROgfZhb0qtnd2hKIST4GuLlUKGRPG9MGe+1/YKM+v3b8sO8TN5NVey5zCA==
X-IsSubscribed: yes

On 2016-12-26 09:19, Keith Christian wrote:
> I created a cygcheck -s -r -v file to attach, but sourceware dot org
> blocked it

Sourceware blocks all non-text emails - see below.

> Updated Cygwin this morning, getting fork errors (even after 
> rebooting, (although reboots should not matter)) when starting
> mintty:
>       0 [main] bash 6072 child_info_fork::abort:
> C:\cygwin\bin\cygncursesw-10.dll: Loaded to different address:
> parent(0x75260000) != child(0x760000)
> -bash: fork: retry: Resource temporarily unavailable
>       1 [main] bash 11040 child_info_fork::abort:
> C:\cygwin\bin\cygncursesw-10.dll: Loaded to different address:
> parent(0x75260000) != child(0xEE0000)
> -bash: fork: retry: No child processes

Run "rebase-trigger fullrebase", shut down *ALL* Cygwin processes, 
download and run Setup.
 
> CYGWIN_NT-10.0-WOW Keith-PC 2.6.1(0.305/5/3) 2016-12-16 11:50 i686 Cygwin

If a full rebase does not fix it, you may have to uninstall some 
packages using Setup, and rerun the above process. You have limited 
address space under Cygwin 32 and may have to move to Cygwin 64.

> Unfortunately, the cygcheck attachment was blocked by sourceware dot 
> org. What to do now?

Ensure that your email is sent as text only and the attachment is sent 
as text - you may have to add .txt to cygcheck output file name to 
have it handled properly by your mail client.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019