我正在创建一个PHP脚本。该脚本接收一些帖子数据并处理它。
我在/var/log/php5-fpm.log
中发现了这个错误[11-May-2015 15:34:03] WARNING: [pool www] child 2553 exited on signal 11 (SIGSEGV - core dumped) after 6943.521858 seconds from start
[11-May-2015 15:34:03] NOTICE: [pool www] child 3882 started
核心转储:
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux gnu/libthread_db.so.1".
Core was generated by ` '.
Program terminated with signal 11, Segmentation fault.
#0 0x083dce46 in ?? ()
GDB回溯:
#0 0x083dce46 in ?? ()
#1 0x083e5074 in ?? ()
#2 0x083ed718 in ?? ()
#3 0x083e494f in ?? ()
#4 0x082c1df1 in php_log_err ()
#5 0x082c226e in ?? ()
#6 0x081c13cb in ?? ()
#7 0x0832a7b7 in zend_error ()
#8 0x083b7ff6 in ?? ()
#9 0x083b921f in ?? ()
#10 0x083957a5 in execute ()
#11 0x0832b5f9 in zend_execute_scripts ()
#12 0x082c510e in php_execute_script ()
#13 0x0806c052 in ?? ()
#14 0x00000000 in ?? ()
nginx版本:nginx/1.6.1
PHP版本:PHP 5.4.32-2(建造:2014年8月25日11:02:49)
有人可以帮我吗?预先感谢
我在带有502 bad gateway
错误的Nginx上的php7.4.1-fpm
版本上遇到了相同的问题。
因此,我将PHP-FPM版本更新为php7.4.3-fpm
,并解决了问题。
请检查您的PHP-FPM版本,请更新您的版本。
您是否有有关系统的更多信息?输入/输出错误通常不是一个好消息,而想到的第一件事是一个失败的硬盘。