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:to:from:subject:in-reply-to:date:message-id;
	 q=dns; s=default; b=Qo9eadpFvuYb1R9ZG6Ww5dVrY6LbaIs570hnEKcteYx
	uC/qbRMZGs7ALE14tjFQAIlhzKrCvtE2zgi3c5tx6VO+dRsb1P4SqX5q5p+sjywi
	DcV7wlfyUqEyrcHr0ok5ECnbyUSeIR5zUw2mxaUbaz5KrsKzt4qGBSJs5WFki7Vw
	=
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:to:from:subject:in-reply-to:date:message-id;
	 s=default; bh=bt+velGqWMnkMqODHGJYVvXFuEg=; b=mJiRp6X0qbuzmRTlt
	qJ6mMED/bfVGMF8jGcPEIDJpCfHnUt5oJEWqE2ReAhMsP4r8VsrwvLOe5BuFR0qJ
	p8YtfBMqZSX+ML7ObTfCnLlCt0q3wJ8yNzF30eix2aMe2n0preUqoTLTmrvJJSOt
	YgBrLarcwHDzXmy0zOgKm63AAg=
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=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2
X-HELO: na3sys009aog108.obsmtp.com
To: cygwin@cygwin.com
From: David Levine <levinedl@acm.org>
Subject: Re: nested popen()'s lead to fgets() failure on 64-bit only
In-Reply-To: Your message of Mon, 13 Jan 2014 18:19:29 +0100
Date: Mon, 13 Jan 2014 22:41:45 -0500
Message-ID: <18851-1389670905.499863@O9-L.JhBD.5zL0>

Corinna wrote:

> Your PID values are pretty suspicious.  Even on a busy machine they
> should seldomly have more than 4 digits, let alone 6.  The PIDs are only
> getting high if process and other handles are hold and not closed by
> another process.  This looks a lot like a BLODA problem.  Did you
> check against http://cygwin.com/faq/faq.html#faq.using.bloda?

That's it.  The machine needs to be rebooted every once in
a while because it runs out of memory.

I checked that FAQ but don't see the culprit.

Should popen() report the failure?

Thank you for your help.

David

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

