> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Friday, August 10, 2007 6:36 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: negative exit status in Windows builds > > Farid Zaripov wrote: > >> -----Original Message----- > >> From: Martin Sebor [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, August 08, 2007 11:23 PM > >> To: stdcxx-dev@incubator.apache.org > >> Subject: Re: negative exit status in Windows builds > >> > >> STATUS_STACK_OVERFLOW can be mapped to SIGSTKFLT (used for this > >> purpose on Linux). > > > > But SIGSTKFLT is signals when the coprocessor experiences a stack > > fault > > (http://en.wikipedia.org/wiki/SIGSTKFLT) and we have program stack > > overflow. > > What's the difference?
The coprocessor stack is the memory inside coprocessor (set of the registers) and program stack is the part of the common RAM. Farid.