View Single Post
  #3 (permalink)  
Old 04-01-2009, 06:50 PM
shockx shockx is offline
Junior Member
 
Join Date: Jan 2009
Posts: 13
Red face

Quote:
Originally Posted by swordfish View Post
If you search the web for this error and start reading you'll notice that this is an ongoing issue with various PHP/Apache combinations.

What I can suggest is do a binary isolation, as you have mentioned your PHP version does not come as an approved CentOS 5.2 version so somehwre along the way an OS library that PHP depends to is the culprit.

Try disabling unneeded PHP extensions, it's good if you have an identical machine to do this.

We have had a number of occurrences like this and this method has worked 100% of the time although we were not able to specifically pinpoint which PHP/Apache module is the culprit as they differed in versions.
Thanks SW, so far what we have done was upgrade Apache to the latest stable version. The zend_mm_heap corrupted error went away however we are still seeing segmentation faults. I guess I should isolate between PHP extensions and Apache modules. Right now we only have loaded what is really needed and still experiencing segfaults. Hopefully we nag this down soon.
Reply With Quote