Open
Bug 1959183
Opened 2 months ago
Updated 1 month ago
"GeckoRuntime is shutting down" Crash in [@ java.lang.RuntimeException: at mozilla.components.support.base.feature.LifecycleAwareFeature$-CC.onShutdown(LifecycleAwareFeature.kt:5)]
Categories
(GeckoView :: General, defect)
Tracking
(firefox137 affected, firefox138 ?, firefox139 ?)
NEW
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/5a3307f1-1ccb-4ae9-a1fa-a4b810250408
This signature is new in 137.0, though the "GeckoRuntime is shutting down" exception message is common.
java.lang.RuntimeException: GeckoRuntime is shutting down
Top 10 frames:
0 mozilla.components.support.base.feature.LifecycleAwareFeature$-CC onShutdown LifecycleAwareFeature.kt:5
1 org.mozilla.geckoview.GeckoRuntime$1 handleMessage GeckoRuntime.java:31
2 org.mozilla.gecko.EventDispatcher$3 run EventDispatcher.java:13
3 android.os.Handler handleCallback Handler.java:873
4 android.os.Handler dispatchMessage Handler.java:99
5 android.os.Looper loop Looper.java:193
6 android.app.ActivityThread main ActivityThread.java:6782
7 java.lang.reflect.Method invoke Method.java:-2
8 com.android.internal.os.RuntimeInit$MethodAndArgsCaller run RuntimeInit.java:493
9 com.android.internal.os.ZygoteInit main ZygoteInit.java:865
Comment 1•2 months ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 AArch64 and ARM crashes on release
For more information, please visit BugBot documentation.
Keywords: topcrash
Comment 2•1 month ago
|
||
Based on the topcrash criteria, the crash signature linked to this bug is not a topcrash signature anymore.
For more information, please visit BugBot documentation.
Keywords: topcrash
You need to log in
before you can comment on or make changes to this bug.
Description
•