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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=dpzHPWDgeYy4R1nA5bxlVU534+A10AWTqsHwkKnWLXq U4g3DCQssoo1WjOtbXMjWkKX+hEbdurTFXjVV7OXw0r3Sj2Lx6grKm0EyqYVp9/p obUOmS2yi7rp2CMHmnYPmSCPt0w+rQuK3bIYIKu/rKi8Ct63JDAPS2ReAJK2XKTk = 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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=dslQ3w5mXSDhr9JmiU1/Ov3HKFo=; b=ezgz2OcFn/hzzlc8J jcYs2ZHtDfzlQalL1+T8rE5y3IASebafwC3fDTibnFor/+prroAgRxfEeKwIG0c2 1dO8WMkocogPAjrBQLpP00pv00aCDzTKsTYu7VgTDxwGqBZ+mRJ9wmrZXxaAftb6 wzwj8Ye8Wl9As0e/swayEyL7m0= 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.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-in-04.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-13.arcor-online.net 3lnP6W65f7zJM7t From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: Troubleshooting chronic forked process errors References: Date: Thu, 14 May 2015 09:06:07 +0200 In-Reply-To: (Keith Christian's message of "Wed, 13 May 2015 13:06:29 -0600") Message-ID: <87wq0beizk.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4E76ZeR007230 Keith Christian writes: > Still seeing the following errors on stderr while running various > commands and scripts. > > Usually these errors do not seem to impact anything, but occasionally > they do, such as when data fails to be written to files created during > script runs. > > > 0 [main] -bash 8296 fork: child -1 - forked process 6560 died > unexpectedly, retry 0, exit code 0xC0000005, errno 11 […] > > 0 [main] mandb 7060 fork: child -1 - forked process 6560 died > unexpectedly, retry 0, exit code 0xC0000005, errno 11 > mandb: fork failed: Resource temporarily unavailable It's odd that the process number it tries to fork to would be the same in both cases. Are these verbatim pasted or did you edit the messages? In any case, the error is the Windows equivalent of a SEGV, so something's seriously gone wrong with the memory map in the forked process (BLODA?). The Windows event log might have some more information. > Anyone else seeing these? It seems you are the second person to report such errors. Since the first reporter didn't follow up, we don't know if his problems have gone away and what the reason might have been. One suggestion was to reduce the number of entries in $PATH to just the minimum (or set CYGWIN_NOWINPATH before starting Cygwin if you use bash). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- 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