-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING Server::check_worker_exit_status(): worker(pid=337, id=2) abnormal exit, status=0, signal=11 #5287
Comments
(gdb) bt |
php -m看一下扩展列表 |
/var/www/app # php -m [Zend Modules] |
@zhuchonglin How did you fix the issue? |
我忘记了,我记得好像就是扩展问题,你可以试试我制作的docker镜像zhuchonglin/php_swoole:php8.3.4-swoole5.1.2 |
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
OS: Linux 5.15.49-linuxkit-pr 编译出错 #1 SMP Thu May 25 07:17:40 UTC 2023 x86_64
GCC_VERSION: 13.2.1 20231014
OPENSSL_VERSION: OpenSSL 3.1.4 24 Oct 2023
PHP_VERSION : 8.3.4
在上述环境中运行https://wiki.swoole.com/#/http_server示例代码时当接收到请求就会输出Segmentation fault
What did you expect to see?
能够正常运行
What did you see instead?
输出Segmentation fault进程意外退出
What version of Swoole are you using (show your
php --ri swoole
)?Swoole => enabled
Author => Swoole Team team@swoole.com
Version => 5.1.2
Built => Mar 16 2024 10:01:06
coroutine => enabled with boost asm context
epoll => enabled
eventfd => enabled
signalfd => enabled
spinlock => enabled
rwlock => enabled
sockets => enabled
openssl => OpenSSL 3.1.4 24 Oct 2023
dtls => enabled
http2 => enabled
json => enabled
curl-native => enabled
pcre => enabled
zlib => 1.3.1
brotli => E16781312/D16781312
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
mysqlnd => enabled
async_redis => enabled
coroutine_pgsql => enabled
Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.enable_library => On => On
swoole.enable_fiber_mock => Off => Off
swoole.enable_preemptive_scheduler => Off => Off
swoole.display_errors => On => On
swoole.use_shortname => On => On
swoole.unixsock_buffer_size => 8388608 => 8388608
uname -a
&php -v
&gcc -v
) ?OS: Linux 5.15.49-linuxkit-pr #1 SMP Thu May 25 07:17:40 UTC 2023 x86_64
GCC_VERSION: 13.2.1 20231014
OPENSSL_VERSION: OpenSSL 3.1.4 24 Oct 2023
PHP_VERSION : 8.3.4
The text was updated successfully, but these errors were encountered: