-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
copyfd_io_poll: poll timed out: race/bug with poll wakeup #147
Comments
copyfd_io_poll: poll timed out
: race/bug with poll wakeup
Here the client completely spooled its file and the serve completely acked it. The server instead only send part of its file (4526163 bytes out of 5486620). Anyway the spooled amount of data was completely acked from the other end. Looks like the server missed a wake-up while writing for available write space in poll(). Most likely a bug in the poll() implementation and/or in the subflow wake-up code. (I would wild guess the latter). I'm unsure how to better investigate this beyond code analysis. |
@pabeni : here is the output with more details collected by
|
@pabeni : here is the new issue with more debug, I would that helps :)
|
I realize this is closed already - but it also showed up once in kbuild before the patch was merged. Will watch to see if it shows up again. |
More regularly now, my CI is reporting issues with
copyfd_io_poll: poll timed out
.It is generally when starting the first selftests:
But not always.
I get them more regularly now but not all the time. Here are some logs from August, grepping for
copyfd_io_poll
andCould not even run loopback
:The text was updated successfully, but these errors were encountered: