-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
网站添加header.php监控的时候Nginx报502的错误 #24
Comments
tideways 的版本你是多少? @sfzhang88 |
我安装的tideways的版本是5.5,担心5.5的扩展有问题,5.6测试也有同样的错误。 最后在header.php文件里面用TIDEWAYS_FLAGS_NO_SPANS选项把抓SQL语句的功能关闭之后,所有的页面都能正常打开,排除了Nginx配置和tideways扩展的问题。 goole了一下,说http URL里面的?后面的.的问题,我按照下面的方法也没有解决。 |
@laynefyc 麻烦看一下我上面的我问题,能否优化,谢谢! |
@sfzhang88 #19 之前有人提过了。MongoDB的key不能包含 . 符号造成的。可以通过代码替换。 |
@laynefyc 不懂PHP开发,能否把这个bug fix掉,研究了好长时间没有搞定。 |
系统环境:Centos 6.8 LNMP PHP 版本 5.5.38
在Nginx 配置文件里面添加header.php的监控的时候网站访问报502错误。
系统日志报下面的错误。请问主要是什么原因造成的,谢谢!
php-fpm[5209]: segfault at 14 ip 00007ff11b35d468 sp 00007ffec05b9d90 error 4 in tideways.so[7ff11b357000+11000]
php-fpm[14502]: segfault at 14 ip 00007f70ba4c0468 sp 00007fff4c357900 error 4 in tideways.so[7f70ba4ba000+11000]
php-fpm[14504]: segfault at 14 ip 00007f70ba4c0468 sp 00007fff4c357900 error 4 in tideways.so[7f70ba4ba000+11000]
php-fpm[36795]: segfault at 14 ip 00007f78f86f6468 sp 00007ffc31a678b0 error 4 in tideways.so[7f78f86f0000+11000]
php-fpm[36797]: segfault at 14 ip 00007f78f86f6468 sp 00007ffc31a678b0 error 4 in tideways.so[7f78f86f0000+11000]
php-fpm[36799]: segfault at 14 ip 00007f78f86f6468 sp 00007ffc31a678b0 error 4 in tideways.so[7f78f86f0000+11000]
The text was updated successfully, but these errors were encountered: