|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-12-17 06:14 UTC] lys0212 at qq dot com
Description: ------------ Recently, the new a server used to make web, configuration, software installation, etc. And now the production environment is the same. On-line soon found that /var/log/messages appear PHP-FPM segment error log ------------------------------------------------------------------------ Dec 14 16:57:15 localhost kernel: php-fpm[32231]: segfault at 3701788 ip 00000000007e10b1 sp 00007fff7c27f2c0 error 4 in php-fpm[400000+a5c000] Dec 14 16:57:16 localhost abrt[2735]: Saved core dump of pid 32231 (/web/software/php/sbin/php-fpm) to /var/spool/abrt/ccpp-2012-12-14-16:57:15- 32231 (279961600 bytes) Dec 14 16:57:16 localhost abrtd: Directory 'ccpp-2012-12-14-16:57:15-32231' creation detected Dec 14 16:57:16 localhost abrtd: Executable '/web/software/php/sbin/php-fpm' doesn't belong to any package Dec 14 16:57:16 localhost abrtd: 'post-create' on '/var/spool/abrt/ccpp-2012-12- 14-16:57:15-32231' exited with 1 Dec 14 16:57:16 localhost abrtd: Corrupted or bad directory /var/spool/abrt/ccpp-2012-12-14-16:57:15-32231, deleting -------------------------------------------------------------- Then after punch, find this mistake occur only in a page, the page, but nothing special, but also in other production machine work well. What is the cause? The following is core dump information: [root@localhost job]# gdb php -c core.32270 GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6) This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/php...(no debugging symbols found)...done. warning: core file may not match specified executable file. [New Thread 32270] Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 Core was generated by `php-fpm: pool www '. Program terminated with signal 11, Segmentation fault. #0 0x00000000007e10b1 in zend_mm_free_cache () Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6.x86_64 (gdb) bt #0 0x00000000007e10b1 in zend_mm_free_cache () #1 0x00007fca780e53e8 in ?? () #2 0x0000000001b5c978 in ?? () #3 0x00000000007fca4f in zend_error_noreturn () #4 0x0000000000000002 in ?? () #5 0x0000000001c1b060 in ?? () #6 0x00000000007a86af in virtual_stat () #7 0x00007fff7c27f580 in ?? () #8 0x6961625f6473732f in ?? () #9 0x2f7068702f696163 in ?? () #10 0x507463656a6f7270 in ?? () #11 0x6975626f6a2f5048 in ?? () #12 0x732f7070612f3456 in ?? () #13 0x2f626f6a2f657469 in ?? () #14 0x7068702e6f666e69 in ?? () #15 0x0070007068007000 in ?? () #16 0x000000007068702e in ?? () #17 0x0000000000000000 in ?? () (gdb) PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 03:00:01 2025 UTC |
#0 0x0000003441288bfb in ?? () Missing separate debuginfos, use: debuginfo-install php-cli-5.3.3-3.el6_2.8.x86_64 (gdb) bt #0 0x0000003441288bfb in ?? () #1 0x0000000000989624 in string_locale_compare_function (result=0x989624, op1=0x7f1e956df079, op2=0x6e6f4d79) at /root/php-5.3.19/Zend/zend_operators.c:1322 #2 0x00000000009df260 in ZEND_INIT_METHOD_CALL_SPEC_TMP_CV_HANDLER (execute_data=0x30e2718) at /root/php-5.3.19/Zend/zend_vm_execute.h:7590 #3 0x00000000009c3f6e in zend_leave_helper_SPEC (execute_data=0x9aba8e) at /root/php-5.3.19/Zend/zend_vm_execute.h:209 #4 0x000000000098fc8b in is_numeric_string (str=0x0, length=32767, lval=0x42b5c0, dval=0x7fff61a4b810, allow_errors=0) at /root/php-5.3.19/Zend/zend_operators.h:110 #5 0x00000000009178ca in _zval_dtor (zvalue=0x3, __zend_filename=0x4 <Address 0x4 out of bounds>, __zend_lineno=0) at /root/php-5.3.19/Zend/zend_variables.h:35 #6 0x0000000000a86c68 in timelib_timezone_lookup () #7 0x00007fff00000000 in ?? () #8 0x00000034ffffffff in ?? () #9 0x00007fff61a4fed8 in ?? () #10 0x00000003179f6000 in ?? () #11 0x0000000000000000 in ?? ()