首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
WARNING swManager_check_exit_status: worker#11 abnormal exit, status=0, signal=11 #574
ngInx1.9.12 + swoole 1.8.2 使用swoole_http_server启动的http服务器,nginx使用proxy_pass反向代理swoole,大概率出现502错误,等一会儿,刷新浏览器又好了。log_level设置为0,日志文件中没有任何输出,当发生502的时候,直接http:// IP:swoole_port/ 访问正常,ulimit -a 为unlimited ,没有看到有core文件产生。
发布于9年前 · 7 次浏览 · 来自
提问
亿
亿路八方
ngInx1.9.12 + swoole 1.8.2 使用swoole_http_server启动的http服务器,nginx使用proxy_pass反向代理swoole,大概率出现502错误,等一会儿,刷新浏览器又好了。log_level设置为0,日志文件中没有任何输出,当发生502的时候,直接http:// IP:swoole_port/ 访问正常,ulimit -a 为unlimited ,没有看到有core文件产生。
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2017-07-13
上
上海晏锐网络科技有限公司
碰到过该问题,降级至1.7.22就好了
赞
0
回复
2017-07-14
技
技术部-陈景杰
1.8.x整体不稳定啊
赞
0
回复
2017-07-14
t
tia
{{{ Process 20812 attached epoll_wait(86, {{EPOLLIN, {u32=27, u64=21474836507}}}, 4096, -1) = 1 read(27, "\305\0\0\0\317\2\3\0\nV\0\0GET /egg/index?from="..., 8192) = 731 access("/home/fdjzlm/htdocs/egg/egg/inde", F_OK) = -1 ENOENT (N
赞
0
回复
2017-07-14
T
Topaz
{{{ protected function doStatic(\swoole_http_request $request, \swoole_http_response $response) { $file = $_SERVER['REQUEST_URI']; if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) { $file = s
赞
0
回复
2017-07-14
新用户(手机注册)
{{{ [2016-03-16 11:45:01 $19719.0] WARNING swManager_check_exit_status: worker#11 abnormal exit, status=0, signal=11 [2016-03-16 12:07:28 $19719.0] WARNING swManager_check_exit_status: worker#11 abnormal exit, status=0, signal=11 [2016-03-16 12:08:26 $197
赞
0
回复
2017-07-14
L
Longman
github issue #574 gdb 函数堆栈: {{{ #0 0x0000003568ce8f13 in __epoll_wait_nocancel () at ../sysdeps/unix/syscall-template.S:82 #1 0x00007f328176d46b in swReactorEpoll_wait (reactor=0x18c99d0, timeo=<value optimized out>) at /usr/src/debug/php70-p
赞
0
回复
2018-09-14
蜗牛之梦
我也遇到同样的问题,使用kill杀掉进程后再重启,请求就一直无法接收了,一直报你这个相同的错误,崩溃。
赞
0
回复
2018-09-14
d
donnysong
不知道要怎么解决,难道要重启服务器?那就蛋疼了。。。
赞
0
回复