Skip to content
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

epoll: do not close twice #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Luap99
Copy link

@Luap99 Luap99 commented Nov 28, 2024

The returned nix Epoll event is returning an OwnedFd that will automatically get closed on drop() so it does not close the Fd here.

In fact closing the fd makes rust abort as of v1.80[1], this can be easily seen by running the DHCP tests.

[1] rust-lang/rust@38ded12

The returned nix Epoll event is returning an OwnedFd that will
automatically get closed on drop() so it does not close the Fd here.

In fact closing the fd makes rust abort as of v1.80[1], this can be
easily seen by running the DHCP tests.

[1] rust-lang/rust@38ded12

Signed-off-by: Paul Holzinger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant