I've been running Jaunty with Apache2, PHP & MySQL running drupal websites as well as python 2.6 and trac on the same server.

I'm getting quite a few segmentation faults and suhosin warnings on my drupal websites which don't seem to be related to the amount of RAM the server has (3GB) as the trac site is running happily without issues.

The issue seems to be related to PHP accessing mysql and I'm getting suhosin warnings.

Has anyone else seen this problem? Any ideas on how to fix it?

Funnily enough, it's not a consistent error, as restarts tend to fix the issue temporarily.

link|improve this question
feedback

1 Answer

May be possibly related to this bug, for which a fix has just been released.

Binary package hint: apache2.2-common

On my production webserver, I started having segfault in my error log :

Jul 28 04:32:08 2009] [notice] child pid 9005 exit signal Segmentation fault (11) Jul 28 05:30:53 2009] [notice] child pid 15156 exit signal Segmentation fault (11) Jul 28 05:32:52 2009] [notice] child pid 15204 exit signal Segmentation fault (11) Jul 28 05:39:18 2009] [notice] child pid 15013 exit signal Segmentation fault (11) Jul 28 05:45:33 2009] [notice] child pid 15202 exit signal Segmentation fault (11) [...]

link|improve this answer
Applying this fix hasn't fixed the issue, unfortunately. I'm not actually using any mod_proxy modules (which the bug seems to be targetting) – Deeksy Aug 25 '09 at 7:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.