NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems with NetBSD 5.0.1/apache 2.2.12



2009/8/20 Manuel Bouyer <bouyer%antioche.eu.org@localhost>:
> Hello,
> since I upgraded servers to NetBSD 5.0.1 and apache 2.2.12, I notice some
> strange behavior of apache:
>
> on several of them, I get
> [Thu Aug 20 15:44:22 2009] [notice] child pid 13943 exit signal Segmentation 
> fault (11)
> The servers have different configurations and modules loaded, the common point
> is:
> Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.9-dev DAV/2 PHP/5.2.9
>
> On Âanother servers, which don't have php nor ssl, I get
> [Mon Aug 17 14:47:20 2009] [warn] (54)Connection reset by peer: connect to 
> liste
> ner on 0.0.0.0:80
> In this last case, adding
> AcceptFilter http none
> AcceptFilter https none
>
> to httpd.conf helped. I didn't change anything for systems showing the
> "Segmentation fault" problem.
>
> Has anyone else seen this ? Any idea ?
>
> --
> Manuel Bouyer, LIP6, Universite Paris VI. Â Â Â Â Â 
> Manuel.Bouyer%lip6.fr@localhost
> Â Â NetBSD: 26 ans d'experience feront toujours la difference
> --
>

The segfault can be the cause of a module (f.e. php modul imagick,
etc.) throwing an exception.
I had a few of this errors. Its mostly coding errors, outdated methods
or something dying in your script.

Zafer.


Home | Main Index | Thread Index | Old Index