-
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
swoole 5.0.3 报错建议提交, ubuntu 23.04 #5075
Comments
把ubuntu crash导出来了,应该是xdebug扩展搞得,文档里说了swoole5可以开启xdebug的呀,而且xdebug是可以运作的,但是过段时间就会把ubuntu搞卡死,不定的 老大辛苦看下 |
你这个可以贴一下贴图吗,你这个连接我打不开 |
你能打的开github就能打的开github的gist呀,文档说可以用xdebug,是不是只有指定的xdebug版本才能用? |
master分支有修复过一个关于xdehug的补丁 fe73b8c |
试试使用最新的 master 分支代码,另外 xdebug 也升级一下 |
[2023-06-23 01:19:09 #6401.0] WARNING ProcessPool::wait(): worker#6 abnormal exit, status=0, signal=11
A bug occurred in Swoole-v5.0.3, 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:
OS: Linux 6.2.0-23-generic #23-Ubuntu SMP PREEMPT_DYNAMIC Wed May 17 16:55:20 UTC 2023 x86_64
GCC_VERSION: 12.2.0
PHP_VERSION : 8.1.12-1ubuntu4
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
我用think-swoole跑自己的项目(用swoole4.8就写好了的),换成swoole5之前没出现这个错误,确定不了会触发这个问题的场景,感觉挺随机的,偶尔会弹不固定,想复现也复现不了,印这个错误的时候ubuntu会卡一会弹提交错误里面看到和swoole process相关。暂时未知原因,我看能不能系统日志找到就发评评论里
What did you expect to see?
What did you see instead?
What version of Swoole are you using (show your
php --ri swoole
)?$ php --ri swoole
swoole
Swoole => enabled
Author => Swoole Team team@swoole.com
Version => 5.0.3
Built => Jun 19 2023 14:56:36
coroutine => enabled with boost asm context
epoll => enabled
eventfd => enabled
signalfd => enabled
cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
http2 => enabled
json => enabled
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
async_redis => enabled
Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.enable_library => On => On
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
) ?$uname -a
Linux mikehuang0755-23.04 6.2.0-23-generic Build PHP extension against shared libswoole #23-Ubuntu SMP PREEMPT_DYNAMIC Wed May 17 16:55:20 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
$php -v
PHP 8.1.12-1ubuntu4 (cli) (built: Feb 22 2023 19:48:21) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.12, Copyright (c) Zend Technologies
with Zend OPcache v8.1.12-1ubuntu4, Copyright (c), by Zend Technologies
with Xdebug v3.2.0, Copyright (c) 2002-2022, by Derick Rethans
$gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 12.2.0-17ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-Pa930Z/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-Pa930Z/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Ubuntu 12.2.0-17ubuntu1)
The text was updated successfully, but these errors were encountered: