Karp 的技术博客

问题很难搞呀 下面是抛错

[2019-08-26 11:08:03 $26288.0]  WARNING swManager_check_exit_status: worker#1 abnormal exit, status=0, signal=11
A bug occurred in Swoole-v4.2.12, please report it.
The Swoole developers probably don't know about it,
and unless you report it, chances are it won't be fixed.
You can read How to report a bug doc before submitting any bug reports:
>> https://github.com/swoole/swoole-src/issues/2000
Please do not send bug reports in the mailing list or personal letters.
The issue page is also suitable to submit feature requests.

代码如下 就是调用了常量 就抛错....

code...
RedisKeys::HEDGE_USER_LAST_ID_HASH

问题规避掉了

   // 原代码 
   \swoole_timer_tick(300, [self::class, 'hedgeProcessor']);

   // 修改后 
    \swoole_timer_tick(300, function() {
        self::hedgeProcessor();
    });

问题并没有解决 , 最近心累 不想提bug 再去沟通 先把bug 解决再说
原因暂不调查

swoole

版权属于:karp
作品采用:本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
更新于: 2019年08月26日 02:11
10

目录

来自 《Swoole 异常疑难杂症 求解》
774 文章数
0 评论量
9 分类数
779 页面数
已在风雨中度过 9年277天3小时50分