Closed Bug 1864060 Opened 11 months ago Closed 11 months ago

Crash in [@ java.lang.RuntimeException: at androidx.core.content.res.ComplexColorCompat.<init>(SourceFile:25)]

Categories

(Fenix :: General, defect, P1)

Unspecified
Android
defect

Tracking

(firefox119 unaffected, firefox120 unaffected, firefox121 fixed)

RESOLVED FIXED
121 Branch
Tracking Status
firefox119 --- unaffected
firefox120 --- unaffected
firefox121 --- fixed

People

(Reporter: cpeterson, Unassigned)

References

(Regression)

Details

(Keywords: crash, regression)

Crash Data

Crash report: https://crash-stats.mozilla.org/report/index/1dc497bb-cc26-4076-9d3c-a05830231109

Java stack trace:

java.lang.RuntimeException: Could not count okio.Okio__OkioKt$tab services in manifest
	at androidx.core.content.res.ComplexColorCompat.<init>(SourceFile:25)
	at org.mozilla.gecko.process.ServiceAllocator$InstanceInfo.<init>(SourceFile:96)
	at org.mozilla.gecko.process.GeckoProcessManager$ChildConnection.<init>(SourceFile:1)
	at org.mozilla.gecko.process.GeckoProcessManager$ContentConnection.<init>(SourceFile:3)
	at org.mozilla.gecko.process.GeckoProcessManager$ConnectionManager.getNewContentConnection(SourceFile:5)
	at org.mozilla.gecko.process.GeckoProcessManager$ConnectionManager.getConnectionForPreload(SourceFile:7)
	at org.mozilla.gecko.process.GeckoProcessManager.$r8$lambda$UDqRYsQAXQmqH_9sCnemH5-ZZFU(SourceFile:12)
	at org.webrtc.EglRenderer$$ExternalSyntheticLambda0.run(SourceFile:61)
	at org.mozilla.gecko.util.XPCOMEventTarget$JNIRunnable.run(Unknown Source:2)

Regressed by updating to Gradle 8.4 in bug 1821005. Fixed by backing out the Gradle update in bug 1821005 comment 3.

Status: NEW → RESOLVED
Closed: 11 months ago
Depends on: 1821005
Product: GeckoView → Fenix
Regressed by: 1863744
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch

I think this new Okio crash signature is related to this Gradle crash.

[@ android.content.pm.PackageManager$NameNotFoundException: at android.app.ApplicationPackageManager.getServiceInfo(ApplicationPackageManager.java) ]

Crash Signature: [@ java.lang.RuntimeException: at androidx.core.content.res.ComplexColorCompat.<init>(SourceFile:25)] → [@ java.lang.RuntimeException: at androidx.core.content.res.ComplexColorCompat.<init>(SourceFile:25)] [@ android.content.pm.PackageManager$NameNotFoundException: at android.app.ApplicationPackageManager.getServiceInfo(ApplicationPackageManager.java) ]
You need to log in before you can comment on or make changes to this bug.