Closed Bug 1856718 Opened 2 years ago Closed 2 years ago

Crash in [@ java.lang.RuntimeException: at androidx.compose.animation.AnimatedVisibilityKt$$ExternalSyntheticOutline1.onShutdown(R8$$SyntheticClass:5)] "GeckoRuntime is shutting down"

Categories

(Firefox for Android :: General, defect, P3)

Unspecified
Android
defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox118 --- unaffected
firefox119 --- unaffected
firefox120 --- wontfix

People

(Reporter: cpeterson, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: crash, regression, regressionwindow-wanted)

Crash Data

This crash looks like a regression in Fenix Nightly 120.0a1. The earliest crash reports are from build ID 20230929213558, so the regression might have landed on 2023-09-28 or 2023-09-29.

Crash report: https://crash-stats.mozilla.org/report/index/1f784550-1600-4f1a-8064-2de8d0231003

Java stack trace:

java.lang.RuntimeException: GeckoRuntime is shutting down
	at androidx.compose.animation.AnimatedVisibilityKt$$ExternalSyntheticOutline1.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:739)
	at android.os.Handler.dispatchMessage(Handler.java:95)
	at android.os.Looper.loop(Looper.java:135)
	at android.app.ActivityThread.main(ActivityThread.java:5421)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:914)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:707)

The bug is linked to a topcrash signature, which matches the following criterion:

  • Top 10 AArch64 and ARM crashes on nightly

For more information, please visit BugBot documentation.

Keywords: topcrash

:kpatenio could this be caused by any of the shopping animations? I know that was uplifted to 119 but not sure if that is enabled there yet

Flags: needinfo?(kpatenio)

(In reply to Dianna Smith [:diannaS] from comment #2)

:kpatenio could this be caused by any of the shopping animations? I know that was uplifted to 119 but not sure if that is enabled there yet

I'm only aware of Bug 1855493 that was uplifted affecting the loading animation. The fix is only for Desktop though, so I doubt that it is the culprit here, given the crash log is for Android.

Flags: needinfo?(kpatenio)
Flags: needinfo?(cpeterson)

This crash has only been seen in Android Nightly 120.0a1, so it would not be caused by anything uplifted to Beta 119.

Setting priority P3 because the crash volume is very low, so far.

We've seen 25 crash reports from 6 installs, ARM64 and ARMv7, so we know this crash is affecting more than just one user.

Severity: -- → S3
Flags: needinfo?(cpeterson)
Priority: -- → P3

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
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
Blocks: 1947326
You need to log in before you can comment on or make changes to this bug.