Unable to create application. GeckoRuntime.init(GeckoRuntime.java:366) throw IndexOutOfBoundsException
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
People
(Reporter: artemshumidub, Assigned: mkaply)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Open App
Actual results:
Sometimes:
Fatal Exception: java.lang.RuntimeException: Unable to create application com.tradingview.tradingviewapp.App: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6132)
at android.app.ActivityThread.-wrap1()
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1715)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:180)
at android.app.ActivityThread.main(ActivityThread.java:6944)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:853)
Caused by java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.remove(ArrayList.java:503)
at androidx.lifecycle.LifecycleRegistry.popParentState(LifecycleRegistry.java:195)
at androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.java:294)
at androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.java:333)
at androidx.lifecycle.LifecycleRegistry.addObserver(LifecycleRegistry.java:189)
at org.mozilla.geckoview.GeckoRuntime.init(GeckoRuntime.java:366)
at org.mozilla.geckoview.GeckoRuntime.create(GeckoRuntime.java:522)
Expected results:
No Crash
I think I have found reason and it is not Gecko. Closed issue
Description
•