-
Notifications
You must be signed in to change notification settings - Fork 3.2k
A bug occurred in Swoole-v6.0.2 #5751
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
Comments
please show me your php extensions. |
[PHP Modules] [Zend Modules] |
Please use Valgrind to check for issues in the program. |
==18598== Memcheck, a memory error detector |
Execute the following commands and share their outputs: Also, try disabling the opcache extension to see if that resolves the issue. |
I know how to reproduce the error. It occurs when accessing undeclared variable. |
swoole Swoole => enabled Directive => Local Value => Master Value |
curl cURL support => enabled Directive => Local Value => Master Value |
openssl OpenSSL support => enabled Directive => Local Value => Master Value |
I was running a swoole application on my local server, when I received a request i.e
$server->on('request', ...)
my application crashed due to internal error, then I got these stuffs...WARNING Worker::report_error(): worker(pid=15163, id=2) abnormal exit, status=0, signal=11
A bug occurred in Swoole-v6.0.2, 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 5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 x86_64
GCC_VERSION: 9.4.0
OPENSSL_VERSION: OpenSSL 1.1.1f 31 Mar 2020
PHP_VERSION : 8.4.5
The text was updated successfully, but these errors were encountered: