Closed
Bug 1989483
Opened 3 months ago
Closed 3 months ago
Crash in [@ java.lang.IllegalArgumentException: at com.google.android.material.resources.MaterialAttributes.resolveTypedValueOrThrow(MaterialAttributes.java)]
Categories
(Firefox for Android :: Design System and Theming, defect)
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | unaffected |
| firefox144 | --- | unaffected |
| firefox145 | --- | fixed |
People
(Reporter: mccr8, Assigned: giorga)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/fe890004-f257-4c31-8675-d187b0250918
Top 10 frames:
0 com.google.android.material.resources.MaterialAttributes resolveTypedValueOrThrow MaterialAttributes.java:28
1 com.google.android.material.color.MaterialColors getColor MaterialColors.java:7
2 com.google.android.material.dialog.MaterialAlertDialogBuilder <init> MaterialAlertDialogBuilder.java:175
3 mozilla.components.feature.autofill.ui.AutofillConfirmFragment onCreateDialog AbstractAutofillConfirmActivity.kt:8
4 androidx.fragment.app.DialogFragment onGetLayoutInflater DialogFragment.java:26
5 androidx.fragment.app.FragmentStateManager createView FragmentStateManager.java:32
6 androidx.fragment.app.FragmentStateManager moveToExpectedState FragmentStateManager.java:146
7 androidx.fragment.app.FragmentManager executeOpsTogether FragmentManager.java:1298
8 androidx.fragment.app.FragmentManager removeRedundantOperationsAndExecute FragmentManager.java:92
9 androidx.fragment.app.FragmentManager execPendingActions FragmentManager.java:150
Looks like this could be a Nightly regression, first showing up in the 20250915214414 build.
| Reporter | ||
Comment 1•3 months ago
|
||
This is the set of changes in that build. I'm going to guess this is due to bug 1974873.
Regressed by: 1974873
| Reporter | ||
Updated•3 months ago
|
Component: General → Design System and Theming
Comment 2•3 months ago
|
||
Set release status flags based on info from the regressing bug 1974873
:giorga, since you are the author of the regressor, bug 1974873, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•3 months ago
|
Assignee: nobody → giorga
Flags: needinfo?(giorga)
| Assignee | ||
Comment 3•3 months ago
|
||
Pushed by giorga@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/767c44c1cde8
https://hg.mozilla.org/integration/autoland/rev/ec1511b7bee9
Fix crash in [@ java.lang.IllegalArgumentException: at com.google.android.material.resources.MaterialAttributes.resolveTypedValueOrThrow(MaterialAttributes.java)] r=android-reviewers,Roger
Comment 5•3 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
| Assignee | ||
Updated•1 month ago
|
Severity: -- → S2
You need to log in
before you can comment on or make changes to this bug.
Description
•