After compiling up php-fpm on start all I get child works constantly
crashing.
php was compiled with:
../configure --with-layout=GNU --with-config-file-scan-dir=/usr/local/
etc/php --disable-all --enable-libxml --with-libxml-dir=/usr/local --
disable-reflection --program-prefix= --disable-cli --disable-path-info-
check --with-regex=php --disable-ipv6 --prefix=/usr/local --mandir=/
usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-
freebsd7.2
php-fpm was compiled with:
../configure --with-fpm-pid=/var/run/php-fpm.pid --with-fpm-log=/var/
log/php-fpm.log --with-fpm-conf=/usr/local/etc/php-fpm.conf --with-
php=/usr/ports/lang/php5/work/php-5.2.10/
system:
FreeBSD test 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #1: Fri Jul 31
11:54:25 BST 2009 root@test:/usr/obj/usr/src/sys/CUSTOM amd64
Sep 11 12:12:34.772674 [NOTICE] fpm_unix_init_main(), line 284:
getrlimit(nofile): max:230400, cur:230400
Sep 11 12:12:34.772773 [NOTICE] fpm_event_init_main(), line 88:
libevent: using kqueue
Sep 11 12:12:34.772851 [NOTICE] fpm_init(), line 50: fpm is running,
pid 67294
Sep 11 12:12:34.773195 [NOTICE] fpm_children_make(), line 352: child
67296 (pool default) started
Sep 11 12:12:34.773490 [NOTICE] fpm_children_make(), line 352: child
67297 (pool default) started
Sep 11 12:12:34.773984 [NOTICE] fpm_children_make(), line 352: child
67298 (pool default) started
Sep 11 12:12:34.774552 [NOTICE] fpm_children_make(), line 352: child
67299 (pool default) started
Sep 11 12:12:34.775305 [NOTICE] fpm_children_make(), line 352: child
67300 (pool default) started
Sep 11 12:12:34.775384 [NOTICE] fpm_event_loop(), line 107: libevent:
entering main loop
Sep 11 12:12:34.775495 [NOTICE] fpm_got_signal(), line 48: received
SIGCHLD
Sep 11 12:12:34.775708 [WARNING] fpm_children_bury(), line 215: child
67298 (pool default) exited on signal 11 SIGSEGV after 0.001896
seconds from start
Sep 11 12:12:34.776064 [NOTICE] fpm_children_make(), line 352: child
67301 (pool default) started
Sep 11 12:12:34.776258 [WARNING] fpm_children_bury(), line 215: child
67297 (pool default) exited on signal 11 SIGSEGV after 0.002820
seconds from start
Sep 11 12:12:34.776715 [NOTICE] fpm_children_make(), line 352: child
67302 (pool default) started
Sep 11 12:12:34.776783 [WARNING] fpm_children_bury(), line 215: child
67300 (pool default) exited on signal 11 SIGSEGV after 0.001535
seconds from start
Sep 11 12:12:34.777328 [NOTICE] fpm_children_make(), line 352: child
67303 (pool default) started
Sep 11 12:12:34.777390 [WARNING] fpm_children_bury(), line 215: child
67301 (pool default) exited on signal 11 SIGSEGV after 0.001394
seconds from start
Sep 11 12:12:34.777958 [NOTICE] fpm_children_make(), line 352: child
67304 (pool default) started
Sep 11 12:12:34.778030 [WARNING] fpm_children_bury(), line 215: child
67302 (pool default) exited on signal 11 SIGSEGV after 0.001369
seconds from start
Sep 11 12:12:34.778677 [NOTICE] fpm_children_make(), line 352: child
67305 (pool default) started
Sep 11 12:12:34.778745 [WARNING] fpm_children_bury(), line 215: child
67303 (pool default) exited on signal 11 SIGSEGV after 0.001484
seconds from start
Sep 11 12:12:34.779214 [NOTICE] fpm_children_make(), line 352: child
67306 (pool default) started
Sep 11 12:12:34.779285 [WARNING] fpm_children_bury(), line 215: child
67304 (pool default) exited on signal 11 SIGSEGV after 0.001439
seconds from start
Sep 11 12:12:34.779812 [NOTICE] fpm_children_make(), line 352: child
67307 (pool default) started
Sep 11 12:12:34.779882 [WARNING] fpm_children_bury(), line 215: child
67305 (pool default) exited on signal 11 SIGSEGV after 0.001260
seconds from start
Sep 11 12:12:34.780478 [NOTICE] fpm_children_make(), line 352: child
67308 (pool default) started
Sep 11 12:12:34.780552 [WARNING] fpm_children_bury(), line 215: child
67306 (pool default) exited on signal 11 SIGSEGV after 0.001400
seconds from start
Sep 11 12:12:34.781134 [NOTICE] fpm_children_make(), line 352: child
67309 (pool default) started
Sep 11 12:12:34.781211 [WARNING] fpm_children_bury(), line 215: child
67299 (pool default) exited on signal 11 SIGSEGV after 0.006880
seconds from start
Sep 11 12:12:34.781247 [WARNING] fpm_children_bury(), line 242: failed
processes threshold (10 in 60 sec) is reached, initiating reload
Sep 11 12:12:34.781274 [NOTICE] fpm_pctl(), line 256: switching to
'reloading' state
Sep 11 12:12:34.781477 [NOTICE] fpm_pctl_kill_all(), line 172: sending
signal 3 SIGQUIT to child 67309 (pool default)
Sep 11 12:12:34.781521 [NOTICE] fpm_pctl_kill_all(), line 172: sending
signal 3 SIGQUIT to child 67308 (pool default)
Sep 11 12:12:34.781534 [NOTICE] fpm_pctl_kill_all(), line 172: sending
signal 3 SIGQUIT to child 67307 (pool default)
Sep 11 12:12:34.781542 [NOTICE] fpm_pctl_kill_all(), line 172: sending
signal 3 SIGQUIT to child 67296 (pool default)
Sep 11 12:12:34.781549 [NOTICE] fpm_pctl_kill_all(), line 181: 4
children are still alive
....