Closed Bug 1595472 Opened 6 years ago Closed 6 years ago

Unable to create application. GeckoRuntime.init(GeckoRuntime.java:366) throw IndexOutOfBoundsException

Categories

(GeckoView :: General, defect)

71 Branch
Unspecified
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

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

Component: Android partner distribution → General
OS: Unspecified → Android
Product: Firefox for Android → GeckoView
Version: Firefox 71 → 71 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID

I think I have found reason and it is not Gecko. Closed issue

You need to log in before you can comment on or make changes to this bug.