Skip to content
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

Worker::report_error(): worker(pid=1858826, id=2) abnormal exit, status=0, signal=11 #5700

Open
elb7har opened this issue Feb 27, 2025 · 2 comments

Comments

@elb7har
Copy link

elb7har commented Feb 27, 2025

[2025-02-27 09:41:03 #1858816.0] WARNING Worker::report_error(): worker(pid=1858826, id=2) abnormal exit, status=0, signal=11
A bug occurred in Swoole-v6.0.2-dev, 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.

OS: Linux 5.4.0-208-generic #228-Ubuntu SMP Fri Feb 7 19:41:33 UTC 2025 x86_64
GCC_VERSION: 4.8.4
OPENSSL_VERSION: OpenSSL 3.4.0 22 Oct 2024
PHP_VERSION : 8.3.17

@NathanFreeman
Copy link
Member

Please use GDB or Valgrind to trace the program's runtime issues.

@matyhtf
Copy link
Member

matyhtf commented Mar 6, 2025

In addition to using gdb analysis, you can use the valgrind tool to check if the program is working properly.

USE_ZEND_ALLOC=0 valgrind --log-file=/tmp/valgrind.log php your_file.php

After the program is executed to the wrong location, ctrl+c is interrupted, and upload the /tmp/valgrind.log file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants