what is root cause of 'child pid 10708 exit signal Segmentation fault (11)' error?

Manojkumar picture Manojkumar · May 17, 2012 · Viewed 10.4k times · Source

I am getting more and more child pid 10708 exit signal Segmentation fault (11) errors. what is the root cause of it and how to fix it ?

Is php ini memory is associated with this?

I am using apache2 server with php.

Thanks in advance.

Answer

pRose_la picture pRose_la · Jul 15, 2012

It is entirely possible that your memory_limit variable in your php.ini may cause this problem. It certainly did in my case.

By lowering the memory_limit, I was able to resolve these errors.