> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Grant
>
> I'm still getting floating point errors when someone accesses my site
> via https://...  Here's what I get in the log:
> in /var/log/messages:
> /kernel: pid 47234 (httpd), uid 65530: exited on signal 8
> and in the apache error log:
> child pid 47234 exit signal Floating point exception (8)
>
> I can reproduce the problem by simply hitting the https side of apache
> and about half the time, this occurs.
>
> Anyone out there experience this?  How can I debug such a thing?
> Since apache forks and reforks, I can't debug a single process.
>
> I've tried all the obvious things like reinstalling apache and mod_ssl
> but nothing seems to help.  Perhaps I have some old libraries
> somewhere, but where?

What OS and compiler are you using?  Try setting "CoreDumpDirectory" to a
directory that your Apache user can write to so that you can get core dumps
if they're being generated.  Otherwise run Apache in single process mode
under a debugger.

-Dave

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to