Crash in [@ java.lang.Exception: at org.mozilla.fenix.addons.InstalledAddonDetailsFragment$bindAddon$1$1.invokeSuspend(InstalledAddonDetailsFragment.kt)]
Categories
(Firefox for Android :: WebExtensions, defect, P3)
Tracking
()
People
(Reporter: cpeterson, Assigned: amejia)
References
Details
(Keywords: crash, Whiteboard: [addons-jira])
Crash Data
Attachments
(2 files)
Crash report: https://crash-stats.mozilla.org/report/index/54bccaf7-72af-4d14-9589-efacf0240404
Exception: mozilla.components.feature.addons.AddonManagerException
Message: java.lang.Exception: Addon leechblockng@proginosko.com not found
This exception isn't specific to the leechblockng add-on; other crash reports list different add-ons not found.
Frame Module Function Source
0 org.mozilla.fenix.addons.InstalledAddonDetailsFragment$bindAddon$1$1 invokeSuspend InstalledAddonDetailsFragment.kt:118
1 kotlin.coroutines.jvm.internal.BaseContinuationImpl resumeWith ContinuationImpl.kt:9
2 kotlinx.coroutines.DispatchedTask run DispatchedTask.kt:111
3 android.os.Handler handleCallback Handler.java:938
4 android.os.Handler dispatchMessage Handler.java:99
5 android.os.Looper loop Looper.java:233
6 android.app.ActivityThread main ActivityThread.java:8068
7 java.lang.reflect.Method invoke Method.java:-2 False
8 com.android.internal.os.RuntimeInit$MethodAndArgsCaller run RuntimeInit.java:631
9 com.android.internal.os.ZygoteInit main ZygoteInit.java:978
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
I was doing some research on this bug, unfortunately couldn't find what could be the root cause, this patch is adding more debug information, so we could have more context around why this could be happening.
Updated•1 year ago
|
Comment 4•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Comment 5•1 year ago
|
||
We haven't get a new reports with extra debugging info that we added. Reports are really low.
That also confirm that this bug is not something that users are hitting constantly, it's more like an edge case.
We continue investigating.
| Assignee | ||
Comment 6•1 year ago
|
||
We started to get some date on Sentry, I have a possible solution, I'll be putting a patch.
| Assignee | ||
Comment 7•1 year ago
|
||
| Assignee | ||
Comment 10•1 year ago
|
||
Lets wait to verify if numbers of crashes start decreasing.
| Assignee | ||
Comment 11•1 year ago
|
||
Now we started to see info reports when instead of crashes as expected after D213266, that's a good sign that we are not getting more crashes.
| Assignee | ||
Comment 12•1 year ago
|
||
As numbers are continue decreasing, I'll proceed to close this ticket.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Description
•