I have recently moved a clients WordPress site to a new server. His old server was pretty outdated. It is the only site on the server.
It's been a few weeks and I randomly get these errors in the php log.
[notice] child pid 29281 exit signal Segmentation fault (11)
I installed gdb and attached the parent process and then did BT when it crashed. I was presented with this output
(gdb) backtrace
#0 0x00007f0d4208f573 in select () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f0d42587db5 in apr_sleep () from /usr/lib/libapr-1.so.0
#2 0x00007f0d42e65279 in ap_wait_or_timeout ()
#3 0x00007f0d42e72906 in ap_mpm_run ()
#4 0x00007f0d42e47832 in main ()
Unfortunately I have no idea what to do with that or what it means.
Any ideas?