-
Notifications
You must be signed in to change notification settings - Fork 177
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
Crash "com.facebook.soloader.SysUtil.dumbDeleteRecursive" #77
Comments
Also having the same issue on my last android release (released on May 19), I am using react native 0.64.1. Stacktrace:
Some stuff I realized:
Edit
And also this to my app/build.gradle:
|
It was a very critical issue. It is happened when we deploy application with RN version downgrade from 0.66.1 to 0.64.1. |
is your APP still experiencing this crash on v0.10.3? |
I am not sure. I applied your solution above and recommend re install to users a lot. and it looks working well. |
same when downgrade from 0.66 to 0.64 |
@simpleton I had this issue consistently even after rebuilding (without reinstalling).
|
I am getting the below LOG in my play console account and exactly same thing is happening that you mentioned Some stuff I realized:
FIXED: |
Which soloader version are you using?
…On Fri, Sep 2, 2022 at 5:37 AM Sharib Ahmed ***@***.***> wrote:
I am getting the below LOG in my play console account and exactly same
thing is happening that you mentioned @botevst
<https://github.com/botevst>
->
**Some stuff I realized:
- Only happens when the user updates the app to the new version, fresh
downloads work fine.
- If the user has the crash, uninstalls and re-installs the app, and
it works.
- If the user goes to the Android settings and clears the cache of the
app, it is also fixed.**
Exception java.lang.RuntimeException:
at android.app.ActivityThread.installProvider (ActivityThread.java:8195)
at android.app.ActivityThread.installContentProviders (ActivityThread.java:7698)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:7452)
at android.app.ActivityThread.access$1600 (ActivityThread.java:310)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2277)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8633)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1133)
Caused by androidx.startup.d:
at androidx.startup.AppInitializer.doInitialize (AppInitializer.java)
at androidx.startup.AppInitializer.discoverAndInitialize (AppInitializer.java)
at androidx.startup.InitializationProvider.onCreate (InitializationProvider.java)
at android.content.ContentProvider.attachInfo (ContentProvider.java:2516)
at android.content.ContentProvider.attachInfo (ContentProvider.java:2486)
at android.app.ActivityThread.installProvider (ActivityThread.java:8190)
Caused by java.lang.RuntimeException:
at com.facebook.soloader.SoLoader.init (SoLoader.java)
at org.jitsi.meet.sdk.JitsiInitializer.create (JitsiInitializer.java)
at org.jitsi.meet.sdk.JitsiInitializer.create (JitsiInitializer.java)
at androidx.startup.AppInitializer.doInitialize (AppInitializer.java)
Caused by java.io.IOException:
at com.facebook.soloader.SysUtil.dumbDeleteRecursive (SysUtil.java)
at com.facebook.soloader.UnpackingSoSource.deleteUnmentionedFiles (UnpackingSoSource.java)
at com.facebook.soloader.UnpackingSoSource.regenerate (UnpackingSoSource.java)
at com.facebook.soloader.UnpackingSoSource.refreshLocked (UnpackingSoSource.java)
at com.facebook.soloader.UnpackingSoSource.prepare (UnpackingSoSource.java)
at com.facebook.soloader.SoLoader.initSoSources (SoLoader.java)
at com.facebook.soloader.SoLoader.init (SoLoader.java)
at com.facebook.soloader.SoLoader.init (SoLoader.java)
at com.facebook.soloader.SoLoader.init (SoLoader.java)
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADO6YXCLDF7W2ZRKSZ6HLLV4HYKDANCNFSM45YILPQA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Starting from May 21, most of our users' devices began to crash with an error:
We tested different ideas starting with targetSDKVersion=30 and different versions of the RN.
The text was updated successfully, but these errors were encountered: