swoole-src
swoole-src copied to clipboard
WARNING Server::check_worker_exit_status(): worker(pid=7648, id=9) abnormal exit, status=0, signal=11
hyperf启动项目以后报错 [2025-05-08 20:23:14 #7634.0] WARNING Server::check_worker_exit_status(): worker(pid=7648, id=9) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v5.1.0, 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.
OS: Linux 6.10.14-linuxkit #1 SMP Thu Mar 20 16:32:56 UTC 2025 aarch64 GCC_VERSION: 14.2.0 OPENSSL_VERSION: OpenSSL 3.3.3 11 Feb 2025 PHP_VERSION : 8.3.20
php -m 看看有没有xdebug,有的话禁用xdebug试试
参考 https://github.com/swoole/swoole-src/blob/master/.github/ISSUE.md 文档,提供发生 crash 的 valgrind 或者 asan 追踪信息。
另外请升级到最新的版本。如仍然可以重现,再提交新的 issue