Open edsantiago opened 1 month ago
Hopefully the same as #24147, but I can't reproduce that with these tests.
A friendly reminder that this issue had no activity for 30 days.
Seen again yesterday in f40
The only hypothesis I currently have for this one is that we're hitting the same issue as reported in https://github.com/containers/podman/issues/24147 in a rather particular way: the socat client sends the one-byte message, the socat server issues a connect(), and while the connect() is pending, the socat client sends the NULL byte (shut-null
) to terminate the server (null-eof
), which the server misses because of the race condition I described in https://lore.kernel.org/netdev/20241114215414.3357873-3-sbrivio@redhat.com/.
I will submit a new version of that fix for the net-next
kernel tree when it reopens at the end of the 6.13 merge window (beginning of December), so that fix will probably be in 6.14. We'll need to wait a while.
Very infrequent. I can't tell if it's parallel-related or not:
The
podman logs --follow
blocks until the container terminates. It looks like the container is not terminating.