WARNING Worker::report_error(): worker(pid=747729, id=6) abnormal exit, status=0, signal=11 · Issue #5753 · swoole/swoole-src · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2025-05-08 19:10:22 $747717.0] WARNING Worker::report_error(): worker(pid=747729, id=6) abnormal exit, status=0, signal=11
A bug occurred in Swoole-v6.0.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.
OS: Linux 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64
GCC_VERSION: 11.4.0
OPENSSL_VERSION: OpenSSL 3.0.2 15 Mar 2022
PHP_VERSION : 8.3.12
public function onMessage( $server, $frame ): void{
echo date( 'H:i:s' ).' 收到消息: '.$frame ->data.PHP_EOL;
/** @var \Swoole\Table $swooleServerFdTable */
$swooleServerFdTable = $this ->container ->get( 'swooleServerFdTable' );
var_dump( $swooleServerFdTable->stats() );
return;
}
只要打印$swooleServerFdTable->stats() 就会报这个错
The text was updated successfully, but these errors were encountered:
只要打印$swooleServerFdTable->stats() 就会报这个错
The text was updated successfully, but these errors were encountered: