-
Notifications
You must be signed in to change notification settings - Fork 50
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
Missing Close() in gvisor-tap-vsock, or tcpproxy bug? #387
Comments
This can be reproduced with podman machine by following these steps (I tested on a mac):
|
@cfergeau I make some investigation on this, it look like that problem is in recent version of If you look on 61dc4e1 it is removing second |
Thanks for the research! Looks consistent with the investigation which was done in containers/podman#23616 |
We cannot use the latest github.com/inetaf/tcpproxy commit because of 61dc4e1 which causes a regression in podman containers/podman#23616
My feeling is that this revert is either hiding a gvisor-tap-sock bug which has been present for a long time, or it's avoiding a newly introduced bug in inetaf/tcpproxy. In either cases ,it would be good to understand better what caused the issue leading to the revert. The podman bug has a reproducer for it.
The text was updated successfully, but these errors were encountered: