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

worker abnormal exit

Open almostless opened this issue 4 years ago • 1 comments

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a simple script for reproducing the error.

     return opcache_get_status();
    
  2. What did you expect to see?

array|false

  1. 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.

  1. What version of Swoole are you using (show your php --ri swoole)?

swoole:4.7

  1. What is your machine environment used (show your uname -a & php -v & gcc -v) ? alpine-v3.14

php:8.0.8

almostless avatar Aug 06 '21 09:08 almostless

你好,可以提供一下复现代码吗

NathanFreeman avatar Aug 08 '21 11:08 NathanFreeman