swoole-src icon indicating copy to clipboard operation
swoole-src copied to clipboard

WARNING Server::check_worker_exit_status(): worker(pid=7648, id=9) abnormal exit, status=0, signal=11

Open 250121244 opened this issue 6 months ago • 1 comments

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

250121244 avatar May 08 '25 12:05 250121244

php -m 看看有没有xdebug,有的话禁用xdebug试试

NathanFreeman avatar May 09 '25 01:05 NathanFreeman

参考 https://github.com/swoole/swoole-src/blob/master/.github/ISSUE.md 文档,提供发生 crash 的 valgrind 或者 asan 追踪信息。

另外请升级到最新的版本。如仍然可以重现,再提交新的 issue

matyhtf avatar Sep 03 '25 09:09 matyhtf