From: Operating system: Centos 6 64-bit PHP version: 5.4SVN-2011-07-20 (SVN) Package: FPM related Bug Type: Bug Bug description:coredumped when startup php-fpm
Description: ------------ core dumped. Test script: --------------- /usr/local/php/sbin/php-fpm --fpm-config /home/codebase/server-config/php-fpm-www-test.ini Expected result: ---------------- (gdb) bt #0 0x00007f2587c469a5 in raise () from /lib64/libc.so.6 #1 0x00007f2587c48185 in abort () from /lib64/libc.so.6 #2 0x00007f2587c83d5b in __libc_message () from /lib64/libc.so.6 #3 0x00007f2587c89676 in malloc_printerr () from /lib64/libc.so.6 #4 0x00000000006bc0bd in destroy_zend_class (pce=<value optimized out>) at /root/php-5.4.0alpha2/Zend/zend_opcode.c:331 #5 0x00000000006d09d3 in zend_hash_clean (ht=0x2ea0c90) at /root/php-5.4.0alpha2/Zend/zend_hash.c:596 #6 0x00000000004a17fc in apc_interned_strings_shutdown () at /root/php-5.4.0alpha2/ext/apc/apc_string.c:226 #7 0x000000000049a1f9 in apc_module_shutdown () at /root/php-5.4.0alpha2/ext/apc/apc_main.c:895 #8 0x0000000000491097 in zm_shutdown_apc (type=<value optimized out>, module_number=6) at /root/php-5.4.0alpha2/ext/apc/php_apc.c:373 #9 0x00000000006c9b45 in module_destructor (module=0x2ebc180) at /root/php-5.4.0alpha2/Zend/zend_API.c:2248 #10 0x00000000006d03eb in zend_hash_apply_deleter (ht=0xee7e40, p=0x2ebc120) at /root/php-5.4.0alpha2/Zend/zend_hash.c:650 #11 0x00000000006d0688 in zend_hash_graceful_reverse_destroy (ht=0xee7e40) at /root/php-5.4.0alpha2/Zend/zend_hash.c:687 #12 0x00000000006c4898 in zend_shutdown () at /root/php-5.4.0alpha2/Zend/zend.c:806 #13 0x000000000066b92a in php_module_shutdown () at /root/php-5.4.0alpha2/main/main.c:2264 #14 0x0000000000770939 in fpm_php_cleanup (which=<value optimized out>, arg=<value optimized out>) at /root/php-5.4.0alpha2/sapi/fpm/fpm/fpm_php.c:199 #15 0x00000000007691be in fpm_cleanups_run (type=2) at /root/php-5.4.0alpha2/sapi/fpm/fpm/fpm_cleanup.c:45 #16 0x0000000000775bca in fpm_unix_init_main () at /root/php-5.4.0alpha2/sapi/fpm/fpm/fpm_unix.c:252 #17 0x0000000000768695 in fpm_init (argc=<value optimized out>, argv=<value optimized out>, config=<value optimized out>, prefix=<value optimized out>, pid=<value optimized out>, test_conf=0) at /root/php-5.4.0alpha2/sapi/fpm/fpm/fpm.c:55 #18 0x000000000076f24a in main (argc=3, argv=0x7fff72a97458) at /root/php-5.4.0alpha2/sapi/fpm/fpm/fpm_main.c:1731 (gdb) Actual result: -------------- startup OK. -- Edit bug report at https://bugs.php.net/bug.php?id=55251&edit=1 -- Try a snapshot (PHP 5.2): https://bugs.php.net/fix.php?id=55251&r=trysnapshot52 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55251&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55251&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55251&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55251&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55251&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55251&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55251&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55251&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55251&r=support Expected behavior: https://bugs.php.net/fix.php?id=55251&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55251&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55251&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55251&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55251&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=55251&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55251&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55251&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55251&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55251&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55251&r=mysqlcfg Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55251&r=trysnapshot54