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

okio.IOException: Operation not permitted. #1459

Open
maqsats opened this issue Mar 19, 2024 · 2 comments
Open

okio.IOException: Operation not permitted. #1459

maqsats opened this issue Mar 19, 2024 · 2 comments

Comments

@maqsats
Copy link

maqsats commented Mar 19, 2024

Uncaught Kotlin exception: okio.IOException: Operation not permitted
    at 0   Multiplatform App                   0x1024c2983        kfun:kotlin.Exception#<init>(kotlin.String?;kotlin.Throwable?){} + 143 
    at 1   Multiplatform App                   0x102bc391f        kfun:okio.IOException#<init>(kotlin.String?;kotlin.Throwable?){} + 143 
    at 2   Multiplatform App                   0x102bc39ab        kfun:okio.IOException#<init>(kotlin.String?){} + 119 
    at 3   Multiplatform App                   0x102ba7993        kfun:okio#errnoToIOException(kotlin.Int){}okio.IOException + 523 
    at 4   Multiplatform App                   0x102bd3d5f        kfun:okio#variantOpenReadWrite__at__okio.PosixFileSystem(okio.Path;kotlin.Boolean;kotlin.Boolean){}okio.FileHandle + 879 
    at 5   Multiplatform App                   0x102bac01f        kfun:okio.PosixFileSystem#openReadWrite(okio.Path;kotlin.Boolean;kotlin.Boolean){}okio.FileHandle + 163 
    at 6   Multiplatform App                   0x102ca7f23        kfun:okio.FileSystem#openReadWrite(okio.Path;kotlin.Boolean;kotlin.Boolean){}okio.FileHandle-trampoline + 91 
    at 7   Multiplatform App                   0x102c1a673        kfun:today.okio.problem.file_downloader.FileDownloader.$downloadFileNormallyCOROUTINE$1.invokeSuspend#internal + 1583 
    at 8   Multiplatform App                   0x102c1adbb        kfun:today.okio.problem.file_downloader.FileDownloader.downloadFileNormally#internal + 419 
    at 9   Multiplatform App                   0x102c1bb67        kfun:today.okio.problem.file_downloader.FileDownloader.$downloadFile$lambda$2$lambda$0COROUTINE$2.invokeSuspend#internal + 3023 
    at 10  Multiplatform App                   0x102c2df37        kfun:kotlin.coroutines.native.internal.BaseContinuationImpl#invokeSuspend(kotlin.Result<kotlin.Any?>){}kotlin.Any?-trampoline + 67 
    at 11  Multiplatform App                   0x1024cd697

I am facing this issue only in iOS real device iOS 17.2. Simulator iOS 17.2 works fine. Here is the link to repository OkioReproduce.

This issue can be reproduced using 3.6.0 Okio version and also with latest 3.9.0 version. I hope you can solve this as soon as possible. I have tried my best to help you with reproducing. Here is line that causes this bug FILESYSTEM.openReadWrite(tempPath, mustCreate = false, mustExist = false).

@maqsats
Copy link
Author

maqsats commented Mar 19, 2024

@swankjesse I have created new issue for that bug

@maqsats maqsats closed this as completed Mar 19, 2024
@maqsats maqsats reopened this Mar 19, 2024
@saparbekuly
Copy link

I am also facing this problem @swankjesse. Can you help us with this?

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

No branches or pull requests

2 participants