Closed
Bug 1804342
Opened 2 years ago
Closed 2 years ago
"GeckoRuntime is shutting down" Crash in [@ java.lang.RuntimeException: at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)]
Categories
(Fenix :: Browser Engine, defect, P3)
Tracking
(firefox107 unaffected, firefox108 unaffected, firefox109 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox107 | --- | unaffected |
firefox108 | --- | unaffected |
firefox109 | --- | affected |
People
(Reporter: jonalmeida, Unassigned)
References
Details
Crash Data
New sentry reports in 109: https://sentry.io/organizations/mozilla/issues/3783755108/events/1c62a7f41fda4a9a817d33dee4e32b03/?project=6295546
Crash stats link here (Crash data signature is not matching with this).
Looks like a potential duplicate of bug 1802046 and bug 1766278.
java.lang.RuntimeException: GeckoRuntime is shutting down
at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
at org.mozilla.geckoview.GeckoRuntime$1.handleMessage(GeckoRuntime.java:31)
at org.mozilla.gecko.EventDispatcher$3.run(EventDispatcher.java:13)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7870)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
Reporter | ||
Updated•2 years ago
|
Crash Signature: java.lang.RuntimeException: at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5) → https://crash-stats.mozilla.org/signature/?signature=java.lang.RuntimeException%3A+at+androidx.recyclerview.widget.GridLayoutManager%24%24ExternalSyntheticOutline0.onShutdown%28R8%24%24SyntheticClass%3A5%29&date=%3E%3D2022-11- 29T21%3A55%3A00.000Z&date=%3…
Reporter | ||
Updated•2 years ago
|
Crash Signature: https://crash-stats.mozilla.org/signature/?signature=java.lang.RuntimeException%3A+at+androidx.recyclerview.widget.GridLayoutManager%24%24ExternalSyntheticOutline0.onShutdown%28R8%24%24SyntheticClass%3A5%29&date=%3E%3D2022-11- 29T21%3A55%3A00.000Z&date=%3… → java.lang.RuntimeException: at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
Reporter | ||
Updated•2 years ago
|
Crash Signature: java.lang.RuntimeException: at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5) → androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
Reporter | ||
Updated•2 years ago
|
Crash Signature: androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5) → java.lang.RuntimeException: GeckoRuntime is shutting down
at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
at org.mozilla.geckoview.GeckoRuntime$1.handleMessage(GeckoRuntime.java:31)
at or…
Reporter | ||
Updated•2 years ago
|
Crash Signature: java.lang.RuntimeException: GeckoRuntime is shutting down
at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
at org.mozilla.geckoview.GeckoRuntime$1.handleMessage(GeckoRuntime.java:31)
at or… → java.lang.RuntimeException: GeckoRuntime is shutting down
at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
at org.mozilla.geckoview.GeckoRuntime$1.handleMessage(GeckoRuntime.java:31)
Reporter | ||
Updated•2 years ago
|
status-firefox109:
--- → affected
Updated•2 years ago
|
Crash Signature: java.lang.RuntimeException: GeckoRuntime is shutting down
at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)
at org.mozilla.geckoview.GeckoRuntime$1.handleMessage(GeckoRuntime.java:31) → [@ java.lang.RuntimeException: at androidx.recyclerview.widget.GridLayoutManager$$ExternalSyntheticOutline0.onShutdown(R8$$SyntheticClass:5)]
Updated•2 years ago
|
Severity: -- → S3
status-firefox107:
--- → unaffected
status-firefox108:
--- → unaffected
Priority: -- → P3
Comment 1•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•