Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 上运行 PHP 5.3.17 的客户端存在特殊问题。
有一个脚本作为计划任务每分钟运行一次。每隔一段时间,脚本就会在处理某些东西时中途退出。没有记录错误。
通过查看 xdebug 跟踪,该点永远不会相同。我们还从跟踪中看到关闭功能仍在运行。就是这样:正常运行,在某个地方停止,运行关闭功能直到完成。
会是什么呢?
编辑:可能是操作系统实际上杀死了进程吗?会有这样的日志吗?也许一些看门狗守护进程认为该进程正在使用过多的 CPU,所以它决定杀死它?