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?

Btw., from the Linux signal man page it looks like SIGSTKFLT
isn't used in the kernel (yet): http://linux.die.net/man/7/signal

Martin

Reply via email to