Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Thu, 5 Oct 2000 20:46:33 -0400
To: cygwin@sources.redhat.com
Subject: Re: make[5]: execvp: C:/Cygwin/bin/bash.exe: No more processes
Message-ID: <20001005204633.A25269@cygnus.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sources.redhat.com
References: <39DD1F6A.B850D450@openmarket.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.6i
In-Reply-To: <39DD1F6A.B850D450@openmarket.com>; from gmoore@openmarket.com on Thu, Oct 05, 2000 at 08:40:10PM -0400

On Thu, Oct 05, 2000 at 08:40:10PM -0400, Guy T. Moore Jr. wrote:
>Cygwin'ers:
>
>
>I've somewhat narrowed down a make error based on the level
>of nested makes but using our build system the way it is.
>i.e.: I cannot prove that my error is only related to the
>      number of nested makes.
>
>So I guess this is stack related or some other resource that
>I would like to bump up.
>
>What resource is my error related to, and can I bump it up
>using what command?

Since the only message you're getting is "no more processes", I
would guess that it may be accurate.  How about adding a 'ps -ef'
to each recursion, to verify.

cygwin 1.1.4 only allows a limited number of processes.  I've removed
this limitation in the snapshots.  Now you can have as many processes
as Windows allows.

So, two things:  1) try adding the 'ps', and 2) try a snapshot.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

