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:references:date:from:reply-to
	:subject:to:in-reply-to:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=xTmVFna/AHOEi2/V
	F2DQjtJbamntQoBOs15TWn3sx/ucmzqLDNZIt7nUrdvJnlEseb2ZLXqv74VTM+99
	3FtRfGHxabjEkO9dvWTJMT+LJr+eTf1IribeCnGu9AWZezyBhQ8GfHBTRQuYOyzp
	LpxSdbYJm814Ts7DL8ECEBy6qwY=
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:references:date:from:reply-to
	:subject:to:in-reply-to:mime-version:content-type
	:content-transfer-encoding; s=default; bh=R+ih4abq825YCbyRjR0ILu
	YWc8A=; b=qwaAnk7MiB/F6NkDtpU7L95xWSEuQtzL8oS7zICiPfUpt8+rIKroXl
	9QMYgBCzRVUP9zqLsgXv53iJ6J9a5SPeCSzT7GGQsKNGJ1PB6AtsPEwItcGIs7xg
	Kd1mcVUb62/TqjKUNi2jCbeGWkyc4y0n96i2IKDsl07kgn8zHFwl0=
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=-3.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=UD:jp, UD:co.jp, H*UA:0.8.111_74, yahoo.co.jp
X-HELO: nh604-vm1.bullet.mail.ssk.yahoo.co.jp
Message-ID: <758548.61271.qm@web103107.mail.kks.yahoo.co.jp>
X-YMail-JAS: 2CyOhS0VM1nCFpd8IbMx83.d7HozaILw0pstpTByszOw6zSkjFIUYeeJXsvra6aQ.Kicl341IuVaCCMM_Ye719aKxKpuEaFkTDsV6ATmAp2gFz_uirNN2qS4KmoDpxEBFSiq
References: <CAEUYfyPOX_t4VYGMbbKhT=rGVkQkUm29fdr1ui3KV7Nu943+Yg@mail.gmail.com>
Date: Wed, 4 Apr 2018 08:09:07 +0900 (JST)
From: Tatsuro MATSUOKA <tmacchant2@yahoo.co.jp>
Reply-To: Tatsuro MATSUOKA <matsuoka@nuce.nagoya-u.ac.jp>
Subject: Re: fork errors
To: Simon Matthews <simon.d.matthews@gmail.com>, cygwin@cygwin.com
In-Reply-To: <CAEUYfyPOX_t4VYGMbbKhT=rGVkQkUm29fdr1ui3KV7Nu943+Yg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w33N9Nf1013262





----- Original Message -----
> From: Simon Matthews 
> To: cygwin
> Cc: 
> Date: 2018/4/4, Wed 00:20
> Subject: fork errors
> 
> I have been seeing a large number of error messages like this:
> 2 [main] bash 8652 fork: child -1 - forked process 7532 died
> unexpectedly, retry 0, exit code 0xC0000005, errno 11
> 2 [main] bash 8652 fork: child -1 - forked process 7532 died
> unexpectedly, retry 0, exit code 0xC0000005, errno 11
> 
> I followed the instruction to run "rebaseall" and this appears to have
> worked properly.
> 
> I suspect that the cause is that I am running a daemon that I compiled
> myself on a different instance of cygwin and then copied across. This
> daemon is not in the normal /usr tree.
> 
> Should I rebase the binaries associated with this daemon and, if so,
> how do I do this?
> 
> Simon
rebaseall does not see dll files on non-standard location.
I use e.g.
$ /usr/bin/rebase.exe -s -v /opt/gp530-qt/bin/*.dll
from dash.
Tatsuro


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


