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

Possible failures caused by interrupts during system call #981

Open
vladem opened this issue Aug 13, 2024 · 0 comments
Open

Possible failures caused by interrupts during system call #981

vladem opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vladem
Copy link
Contributor

vladem commented Aug 13, 2024

Mountpoint for Amazon S3 version

mount-s3 1.8.0

AWS Region

Describe the running environment

Mountpoint options

-

What happened?

There is a known case of errors occurring in readdir caused by it being interrupted on customer application side.

There is also a possibility of errors occurring in other syscalls (the most concerning is write) also caused by interrupts, for which we don't have a reproduction yet. This issue tracks this possible problem and is pending a test as a first step.

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant