gpt4 book ai didi

php - 在信号 11 xhprof 上退出

转载 作者:行者123 更新时间:2023-12-04 19:14:01 24 4
gpt4 key购买 nike

我有一个大问题。我安装了php5扩展XHprof在服务器(Ubuntu 14.04)上,当我尝试使用它时,我有 502 Bad Gateway . nginx 的日志是空的,在 php-fpm 日志中我有这个:

[17-Jul-2017 19:20:25] WARNING: [pool www] child 8944 exited on signal 11 (SIGSEGV) after 16.428915 seconds from start

在我的脚本中,我写了这个:
if( extension_loaded( 'xhprof' ) ){
if( function_exists( 'xhprof_enable' ) ){
xhprof_enable( XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY );
echo 'OK!';
}
}

如果我用 xhprof_enable() 注释行,它会打印 OK!并正常工作。所以分机 xhprof加载和功能 xhprof_enable()存在(可用)。和 phpinfo()显示 xhprof存在。我能做些什么?这非常重要。

对不起我的英语:) 我知道一点。

最佳答案

这是一个已知问题,请参阅 xhprof issue #45PHP bug #67997 .

没有官方修复,该项目似乎处于非事件状态,它没有发布超过 4 年。

但是,您可以通过调用 xhprof_enable() 来解决它。与 XHPROF_FLAGS_NO_BUILTINS :

xhprof_enable(XHPROF_FLAGS_NO_BUILTINS);

关于php - 在信号 11 xhprof 上退出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45152282/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com