-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
UVLoop handle is already closed error with basic parallel example #300
Comments
Thank you for the report, I can reproduce the issue. |
This is caused by a |
Is it a bug in ext-uv then? |
Either that or within PHP itself. According to @bwoebi it's reproducible on PHP 7.4, but not with master. Could you open a report at the ext-uv repository? |
I've a similar problem, though in my case it's a normal loop, I was not able to reproduce it easily. If I had my output into a logfile the error messages would have filled up the diskspace. uv_run($loop = class UVLoop { }, $run_mode = 1) |
Code to reproduce (extension
uv.so
must be enabled):Output with infinity loop:
Other info:
MacOS Catalina 10.15.3
P.S. With disabled xdebug problem will still alive.
The text was updated successfully, but these errors were encountered: