Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-07-01 Thread Corinna Vinschen
On Jun 30 23:19, Larry Hall (Cygwin) wrote: > On 6/30/2010 6:52 PM, Andrey Repin wrote: > >Greetings, Andy Koppe! > > > C:/bin on /usr/bin type ntfs (binary,auto) > C:/lib on /usr/lib type ntfs (binary,auto) > C: on / type ntfs (binary,auto) > >>> > >>>Urgh. I hope you know what you're

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-30 Thread Larry Hall (Cygwin)
On 6/30/2010 6:52 PM, Andrey Repin wrote: Greetings, Andy Koppe! C:/bin on /usr/bin type ntfs (binary,auto) C:/lib on /usr/lib type ntfs (binary,auto) C: on / type ntfs (binary,auto) Urgh. I hope you know what you're doing... Yeah, I do trust the Cygwin package maintainers not to overwrit

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-30 Thread Andrey Repin
Greetings, Andy Koppe! >>> C:/bin on /usr/bin type ntfs (binary,auto) >>> C:/lib on /usr/lib type ntfs (binary,auto) >>> C: on / type ntfs (binary,auto) >> >> Urgh.  I hope you know what you're doing... > Yeah, I do trust the Cygwin package maintainers not to overwrite > /Windows or /Users. Actu

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Andy Koppe
On 29 June 2010 11:33, Corinna Vinschen wrote: > On Jun 29 10:48, Andy Koppe wrote: >> C:/bin on /usr/bin type ntfs (binary,auto) >> C:/lib on /usr/lib type ntfs (binary,auto) >> C: on / type ntfs (binary,auto) > > Urgh.  I hope you know what you're doing... Yeah, I do trust the Cygwin package mai

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Corinna Vinschen
On Jun 29 10:48, Andy Koppe wrote: > On 29 June 2010 09:30, Corinna Vinschen wrote: > > On Jun 29 09:16, Andy Koppe wrote: > >> > >>       4 [main] sh 396 fork: child -1 - CreatProcessW failed for > >> '\??\C:\bin\sh.exe', errno 2 > > > > Looks like the path is missing a directory.  I assume you di

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Andy Koppe
On 29 June 2010 09:30, Corinna Vinschen wrote: > On Jun 29 09:16, Andy Koppe wrote: >> On 28 June 2010 19:34, Christopher Faylor wrote: >> > On Mon, Jun 28, 2010 at 05:36:04PM +0100, Andy Koppe wrote: >> >>When running a couple of lengthy make-based builds in parallel, I >> >>eventually get error m

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Corinna Vinschen
On Jun 29 09:16, Andy Koppe wrote: > On 28 June 2010 19:34, Christopher Faylor wrote: > > On Mon, Jun 28, 2010 at 05:36:04PM +0100, Andy Koppe wrote: > >>When running a couple of lengthy make-based builds in parallel, I > >>eventually get error messages such as this: > >> > >>      3 [main] sh 4368

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Andy Koppe
On 28 June 2010 19:34, Christopher Faylor wrote: > On Mon, Jun 28, 2010 at 05:36:04PM +0100, Andy Koppe wrote: >>When running a couple of lengthy make-based builds in parallel, I >>eventually get error messages such as this: >> >>      3 [main] sh 4368 fork: child -1 - CreateProcessW failed, errno

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-28 Thread Christopher Faylor
On Mon, Jun 28, 2010 at 05:36:04PM +0100, Andy Koppe wrote: >When running a couple of lengthy make-based builds in parallel, I >eventually get error messages such as this: > > 3 [main] sh 4368 fork: child -1 - CreateProcessW failed, errno 2 >/bin/sh: fork: No such file or directory > > 5

1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-28 Thread Andy Koppe
When running a couple of lengthy make-based builds in parallel, I eventually get error messages such as this: 3 [main] sh 4368 fork: child -1 - CreateProcessW failed, errno 2 /bin/sh: fork: No such file or directory 5 [main] make 5736 fork: child -1 - CreateProcessW failed, errno 2 ma