apacheが落ちる

この週の頭あたりからapacheが落っこちる現象が多発。現象が発生したタイミングでのerror_logをみるとこんな。

zend_mm_heap corrupted
[Mon Jul 17 22:10:57.197607 2017] [core:notice] [pid 20153] AH00052: child pid 4022 exit signal Segmentation fault (11)
[Mon Jul 17 22:10:57.197664 2017] [core:notice] [pid 20153] AH00052: child pid 4095 exit signal Segmentation fault (11)
[Mon Jul 17 22:10:57.197676 2017] [core:notice] [pid 20153] AH00052: child pid 4702 exit signal Segmentation fault (11)
[Mon Jul 17 22:10:57.197690 2017] [core:notice] [pid 20153] AH00052: child pid 6341 exit signal Segmentation fault (11)
[Mon Jul 17 22:10:57.378059 2017] [core:notice] [pid 20153] AH00052: child pid 6594 exit signal Segmentation fault (11)

mm_heapとかmod_phpがエラーを吐いてその後apacheが大量死。
おそらく7月11日に当てたphpのマイナーバージョンアップとメモリ関係の何かがよろしくなかったのかなと。とりあえず数台あるウェブサーバの一台でopcacheを無効化。

opcache.enable=0

様子をみて効果があれば他サーバへ展開する。