Re: How to spawn from big-stack program

2009-07-05 Thread Klaus Grue
On Sun, 5 Jul 2009, Christopher Faylor wrote: Hi, You responded to an unrelated message and changed the subject entirely. Please do not do that. OK - Sorry - Klaus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: How to spawn from big-stack program

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 12:32:41PM +0200, Klaus Grue wrote: >Hi, You responded to an unrelated message and changed the subject entirely. Please do not do that. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:

Re: How to spawn from big-stack program

2009-07-05 Thread Klaus Grue
Hi Dave, Can anyone tell me how to invoke a program from a big-stack program ... The problem is not spawning the new executable. The problem is ... Thanks for the explanation. ... 955 cygthread *h = new cygthread (proc_waiter, 0, this, "proc_waiter"); ... And thanks for the very accurate fi

Re: How to spawn from big-stack program

2009-07-05 Thread Dave Korn
Dave Korn wrote: > 207 htobe = CreateThread (&sec_none_nih, 0, is_freerange ? > simplestub: stub, > 208 this, 0, &id); > 209 if (!htobe) > 210 api_fatal ("CreateThread failed for %s - %p<%p>, %E", name, > h, id); This is a problem

Re: How to spawn from big-stack program

2009-07-05 Thread Dave Korn
Klaus Grue wrote: > Hi, > > Can anyone tell me how to invoke a program from a big-stack program > (i.e. a program which has a big stack). Here is a small big-stack > program which reproduces the problem: The problem is not spawning the new executable. The problem is that you've set the default