Open maoxing opened 2 months ago
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.
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.