|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-06-11 15:34 UTC] marcus at adolfsson dot com
Description: ------------ Just upgraded one of our machines to PHP-FPM from http://svn.php.net/repository/php/php-src/branches/PHP_5_3/sapi/fpm sapi/fpm with 5.3.2 stable, and everything was working fine until PHP- FPM needed to initiate a reload. Jun 11 00:44:54.935812 [WARNING] [pool www] child 26032 exited on signal 7 SIGBUS after 0.000199 seconds from start Jun 11 00:44:54.937079 [NOTICE] [pool www] child 26033 started Jun 11 00:44:54.937113 [WARNING] [pool www] child 26033 exited on signal 7 SIGBUS after 0.000051 seconds from start Jun 11 00:44:54.937139 [WARNING] failed processes threshold (10 in 60 sec) is reached, initiating reload Jun 11 00:44:55.104446 [NOTICE] reloading: execvp("/usr/sbin/php-fpm", {"/usr/sbin/php-fpm", "--fpm-config", "/etc/php-fpm.conf"}) php-fpm: event.c:268: event_base_free: Assertion `(((&base- >eventqueue)->tqh_first) == ((void *)0))' failed. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 20:00:01 2025 UTC |
Manual reloads are successful Jun 17 13:54:25.047532 [NOTICE] reloading: execvp("/usr/sbin/php-fpm", {"/usr/sbin/php-fpm", "--fpm-config", "/etc/php-fpm.conf"}) Jun 17 13:54:25.084632 [NOTICE] using inherited socket fd=14, "127.0.0.1:9000" Jun 17 13:54:25.084986 [NOTICE] fpm is running, pid 2564 Is there a way to force the self-initiating reload to occur for testing purposes?