Replies: 1 comment
-
把php-fpm工作进程改成一个观察了一个下简单的php响应也会触发上面的崩溃, 但是数据已经正常返回了, 估计是在响应后的数据清理过程中内存错误了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
zend_extension=yasd
yasd.debug_mode=remote
yasd.remote_host=127.0.0.1
yasd.remote_port=9000
用这个模式启动VSCode可以调试,只是偶尔会出现 502, 查看了下 php-fpm.log, 进程在处理php请求时会很容易崩溃
打印如下, 请问有办法 编译debug版本么,打印出崩溃的位置..
[04-Aug-2021 17:59:15] NOTICE: fpm is running, pid 104336
[04-Aug-2021 17:59:15] NOTICE: ready to handle connections
[04-Aug-2021 17:59:27] WARNING: [pool www] child 104339 exited on signal 6 (SIGABRT - core dumped) after 11.719144 seconds from start
[04-Aug-2021 17:59:27] NOTICE: [pool www] child 104378 started
[04-Aug-2021 17:59:27] WARNING: [pool www] child 104340 exited on signal 6 (SIGABRT - core dumped) after 12.249244 seconds from start
[04-Aug-2021 17:59:27] NOTICE: [pool www] child 104380 started
[04-Aug-2021 18:01:05] WARNING: [pool www] child 104344 exited on signal 6 (SIGABRT - core dumped) after 110.286985 seconds from start
[04-Aug-2021 18:01:05] NOTICE: [pool www] child 104447 started
[04-Aug-2021 18:01:06] WARNING: [pool www] child 104345 exited on signal 6 (SIGABRT - core dumped) after 110.926445 seconds from start
[04-Aug-2021 18:01:06] NOTICE: [pool www] child 104449 started
Beta Was this translation helpful? Give feedback.
All reactions