swoole / yasd

Yet Another Swoole Debugger
https://huanghantao.github.io/yasd-wiki/
Apache License 2.0
357 stars 35 forks source link

在phpstorm中运行hyperf有提示过这种错误 #80

Closed fengyikang88 closed 3 years ago

fengyikang88 commented 3 years ago

[yasd] recv command error, connection closed [2021-01-15 16:42:00 *25837.0] WARNING swSignal_callback (ERRNO 707): Unable to find callback function for signal Broken pipe: 13 [yasd] recv command error, Connection reset by peer [2021-01-15 16:42:00 $25589.0] WARNING swManager_check_exit_status: worker#0[pid=25837] abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.5.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:

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.

huanghantao commented 3 years ago

这应该是你调试的过程中,IDEyasd的连接断开了,然后yasd会让worker进程退出。可以忽略这个报错。