We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use multi-threading to decompress files, and use mmap when writing files.
Now I find that no space left on device errors will be reported on a large number of iOS devices.
When open is executed, errno 28 is returned, but I found these Devices all have reorganized storage space.
I am very confused about this problem. Currently I find that it only exists on the iOS platform.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use multi-threading to decompress files, and use mmap when writing files.
Now I find that no space left on device errors will be reported on a large number of iOS devices.
When open is executed, errno 28 is returned, but I found these Devices all have reorganized storage space.
I am very confused about this problem. Currently I find that it only exists on the iOS platform.
The text was updated successfully, but these errors were encountered: