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

Backport: Add exception handling for OSError that my be thrown by os.fsync #6020

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

Conversation

smitterl
Copy link
Contributor

@smitterl smitterl commented Sep 3, 2024

We've seen instances where "Bad file descriptor" OSError was raised. This looks similar to 52d69be. Handle in the same way by ignoring the error and continuing execution.

We've seen instances where "Bad file descriptor" OSError was raised.
This looks similar to 52d69be.
Handle in the same way by ignoring the error and continuing execution.

Signed-off-by: Sebastian Mitterle <[email protected]>
@smitterl
Copy link
Contributor Author

smitterl commented Sep 3, 2024

Submitted to master on #6019

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