首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
swoole进程报致命错误:A bug occurred in Swoole-v4.4.23
### 问题描述 ### Swoole版本,PHP版本,以及操作系统版本信息 ```shell swoole Swoole => enabled Author => Swoole Team <team@swoole.com> Version => 4.4.23 Built => Feb 8 2021 02:10:30 coroutine => enabled epoll => enabled eventfd => enabled signalfd => enabled cpu_affinity => enabled spinlock => enabled rwlock => enabled pcre => enabled zlib => 1.2.7 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled async_redis => enabled Directive => Local Value => Master Value swoole.enable_coroutine => Off => Off swoole.enable_library => On => On swoole.enable_preemptive_scheduler => Off => Off swoole.display_errors => On => On swoole.use_shortname => On => On swoole.unixsock_buffer_size => 8388608 => 8388608 ``` php版本 ```shell >$ php -v PHP 7.4.11 (cli) (built: Sep 29 2020 10:17:06) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies ``` 系统版本 ```shell >$ uname -a Linux demon_dev1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux >$ cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) ``` ### 相关代码 ```php // 不确定是哪些代码导致的报错 ``` ### 你期待的结果是什么?实际看到的错误信息又是什么? 不定时出现的报错如下: WARNING swManager_check_exit_status: worker#3[pid=13251] abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.4.23, 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/blob/master/.github/ISSUE.md Please do not send bug reports in the mailing list or personal letters. The issue page is also suitable to submit feature requests. 有开启coredump,得到一系列core文件,如果有需要,我可以通过邮箱发送。下面的图片是其中一份的gdb大概信息: 
发布于5年前 · 7 次浏览 · 来自
提问
杨大哥
### 问题描述 ### Swoole版本,PHP版本,以及操作系统版本信息 ```shell swoole Swoole => enabled Author => Swoole Team <team@swoole.com> Version => 4.4.23 Built => Feb 8 2021 02:10:30 coroutine => enabled epoll => enabled eventfd => enabled signalfd => enabled cpu_affinity => enabled spinlock => enabled rwlock => enabled pcre => enabled zlib => 1.2.7 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled async_redis => enabled Directive => Local Value => Master Value swoole.enable_coroutine => Off => Off swoole.enable_library => On => On swoole.enable_preemptive_scheduler => Off => Off swoole.display_errors => On => On swoole.use_shortname => On => On swoole.unixsock_buffer_size => 8388608 => 8388608 ``` php版本 ```shell >$ php -v PHP 7.4.11 (cli) (built: Sep 29 2020 10:17:06) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies ``` 系统版本 ```shell >$ uname -a Linux demon_dev1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux >$ cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) ``` ### 相关代码 ```php // 不确定是哪些代码导致的报错 ``` ### 你期待的结果是什么?实际看到的错误信息又是什么? 不定时出现的报错如下: WARNING swManager_check_exit_status: worker#3[pid=13251] abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.4.23, 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/blob/master/.github/ISSUE.md Please do not send bug reports in the mailing list or personal letters. The issue page is also suitable to submit feature requests. 有开启coredump,得到一系列core文件,如果有需要,我可以通过邮箱发送。下面的图片是其中一份的gdb大概信息: 
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2020-12-30
鲁飞
卸载掉swoole_loader试下。
赞
1
回复
2020-12-31
杨大哥
回复
鲁飞
好的,有卸载验证了一下,服务目前没有再报错了,感谢
赞
0
回复
2021-03-03
躲三生
回复
鲁飞
WARNING check_worker_exit_status: worker#2[pid=109798] abnormal exit, status=0, signal=11
赞
0
回复
2021-03-03
躲三生
我也报这个错误 不知道什么原因 请帮忙解答
赞
0
回复