> -----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. Farid.