Apache2 Segfault - need help interpreting this coredump (suspect cause is memcache / php session related)
- by WayneDV
Three Apache2 web servers running a PHP 5.2.3 web site. We're using Memcache to cache rendered pages but also as the storage engine of the PHP Sessions.
At peak traffic times we're getting Apache segmentation faults on all three web servers and all HTTPD child processes segfault.
My gut tells me that the increased Memcache traffic is stopping…