Closed Bug 1666259 Opened 4 years ago Closed 4 years ago

Crash in [@ java.lang.IllegalArgumentException: at mozilla.components.browser.engine.gecko.GeckoEngineView.rebind(GeckoEngineView.kt:9)]

Categories

(Fenix :: General, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1651096

People

(Reporter: RyanVM, Unassigned)

Details

(Keywords: crash)

Crash Data

Appears to be a new crash in Fenix 81. Doesn't affect Focus from what I can see.

Crash report: https://crash-stats.mozilla.org/report/index/fe272608-47e0-402f-805a-82ea50200921

Java stack trace:

java.lang.IllegalArgumentException
	at mozilla.components.browser.engine.gecko.GeckoEngineView.rebind(GeckoEngineView.kt:9)
	at mozilla.components.browser.engine.gecko.GeckoEngineView.access$rebind(GeckoEngineView.kt:1)
	at mozilla.components.browser.engine.gecko.GeckoEngineView$observer$1.onProcessKilled(GeckoEngineView.kt:1)
	at mozilla.components.browser.engine.gecko.-$$LambdaGroup$ks$vLKwBUYcGIzw5h10eFY82rI8Ncg.invoke(com.android.tools.r8.jetbrains.kotlin-style lambda group:33)
	at mozilla.components.support.base.observer.ObserverRegistry.notifyObservers(ObserverRegistry.kt:4)
	at mozilla.components.concept.engine.EngineSession.notifyObservers(Unknown Source:7)
	at mozilla.components.browser.engine.gecko.GeckoEngineSession$createContentDelegate$1.onKill(GeckoEngineSession.kt:5)
	at org.mozilla.geckoview.GeckoSession$2.handleMessage(GeckoSession.java:7)
	at org.mozilla.geckoview.GeckoSession$2.handleMessage(GeckoSession.java:1)
	at org.mozilla.geckoview.GeckoSessionHandler.handleMessage(GeckoSessionHandler.java:2)
	at org.mozilla.gecko.EventDispatcher$2.run(EventDispatcher.java:1)
	at android.os.Handler.handleCallback(Handler.java:873)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:193)
	at android.app.ActivityThread.main(ActivityThread.java:6865)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:504)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

I can reproduce this crash on Firefox 81.1.1 (Build #2015764547) GV 81.0 from 9/18 and Firefox Beta 81.1.1-beta.5 (Build #2015763955) GV 81.0 from 9/14 with Pixel 2 (Android 9) after not using the phone for 20-30 minutes and having the apps open. I could reproduce this only once.

Not reproducible on Nightly 200922 06:07 (Build #2015765363) GV 82.0a1 from 9/22.

Variant of the display already acquired crash.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Component: Stability → General
You need to log in before you can comment on or make changes to this bug.