Apache LOG: child output signal pid xxxx Segmentation error (11)

Apache + PHP + Mysql + Linux

[notification] child pid 23145 output signal Segmentation error (11), possible coredump in / tmp

But nothing was found in / tmp

How can I find a mistake?

+4
source share
1 answer

An endless function loop in PHP code caused this error.

+5
source

Source: https://habr.com/ru/post/1344039/


All Articles