You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2007/01/26 22:21:53 UTC

[PATCH] exception hook for SIGFPE

Single Unix Specification and sniff test* of a few operating systems
says SIGFPE (floating point exception) results in a core, but we don't
install the sig_coredump handler for this signal along with SIGSEGV,
SIGILL, SIGBUS, etc.

Attached patch allows CoreDumpDirectory to work its magic in response to SIGFPE.

* looked at: AIX5.3, RHEL4, Solaris8, HPUX 11iv1,
-- 
Eric Covener
covener@gmail.com

Re: [PATCH] exception hook for SIGFPE

Posted by Jeff Trawick <tr...@gmail.com>.
On 1/26/07, Eric Covener <co...@gmail.com> wrote:
> Single Unix Specification and sniff test* of a few operating systems
> says SIGFPE (floating point exception) results in a core, but we don't
> install the sig_coredump handler for this signal along with SIGSEGV,
> SIGILL, SIGBUS, etc.

http://www.ibiblio.org/wm/paint/auth/munch/munch.scream.jpg

test/commit is on my todo list for the weekend (