swoole-src
swoole-src copied to clipboard
worker abnormal exit
Please answer these questions before submitting your issue. Thanks!
-
What did you do? If possible, provide a simple script for reproducing the error.
return opcache_get_status(); -
What did you expect to see?
array|false
- What did you see instead?
WARNING Server::check_worker_exit_status(): worker(pid=724, id=0) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.7.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.
- What version of Swoole are you using (show your
php --ri swoole)?
swoole:4.7
- What is your machine environment used (show your
uname -a&php -v&gcc -v) ? alpine-v3.14
php:8.0.8
你好,可以提供一下复现代码吗