Bug summary not displayed on related bug for a crash report for an Android crash
Categories
(Socorro :: Webapp, defect, P2)
Tracking
(Not tracked)
People
(Reporter: mccr8, Assigned: willkg)
References
Details
Attachments
(1 file)
If you look at the bugzilla tab for this Android crash, the existing bug with that signature, bug 1837322, shows up under "Related bugs" in the bugzilla tab. However, the summary, which is "Crash [@ java.lang.IllegalArgumentException: at androidx.compose.foundation.lazy.LazyListKt$rememberLazyListMeasurePolicy$1$1.invoke(LazyList.kt:3104) ]" is not shown.
I filed bug 1837409 on a related bugzilla-ish issue for this crash signature. I don't know if it is related or not.
| Reporter | ||
Comment 1•2 years ago
|
||
The summary of bug 1837869 also isn't showing up for this [@ java.lang.UnsatisfiedLinkError: at com.sun.jna.Function.<init>(Function.java) ] crash:
https://crash-stats.mozilla.org/report/index/2ce62c37-8d10-4642-879a-cba1e0230611#tab-bugzilla
| Assignee | ||
Comment 2•2 years ago
|
||
The resolution and summary show up in the signature report for this bug:
So the data is definitely there. I'll have to look into why it's not showing up in the bugzilla tab for the crash report.
I'll try to look into this soon.
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Reporter | ||
Comment 5•2 years ago
|
||
Thanks again for the fix.
| Assignee | ||
Comment 6•2 years ago
|
||
I deployed this just now with bug #1839444 and verified that the .length call isn't kicking up a null anymore, so the resolution and summary for bugs shows up. Marking as FIXED.
Description
•