This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make[5]: execvp: C:/Cygwin/bin/bash.exe: No more processes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]