Focus crashes when user enters about:config
Categories
(Focus :: General, defect)
Tracking
(Not tracked)
People
(Reporter: giorga, Assigned: giorga)
Details
To reproduce visit, about:config when cookie banner handling is ON
2023-01-16 10:57:05.238 21042-21105 ExceptionHandler org.mozilla.focus.debug E Uncaught exception handled:
java.lang.Exception: Unexpected error: [Exception... "Component returned failure code: 0x804b0050 (NS_ERROR_INSUFFICIENT_DOMAIN_LEVELS) [nsICookieBannerService.getDomainPref]" nsresult: "0x804b0050 (NS_ERROR_INSUFFICIENT_DOMAIN_LEVELS)" location: "JS frame :: resource://gre/modules/GeckoViewStorageController.jsm :: onEvent :: line 272" data: no]
at org.mozilla.geckoview.StorageController.fromQueryException(StorageController.java:403)
at org.mozilla.geckoview.StorageController.$r8$lambda$iLSyE9jLJmtznR0oVY7RLjn91w4(Unknown Source:0)
at org.mozilla.geckoview.StorageController$$ExternalSyntheticLambda1.onException(Unknown Source:0)
at org.mozilla.geckoview.GeckoResult.lambda$map$1(GeckoResult.java:419)
at org.mozilla.geckoview.GeckoResult$$ExternalSyntheticLambda9.onException(Unknown Source:2)
at org.mozilla.geckoview.GeckoResult.lambda$thenInternal$6$org-mozilla-geckoview-GeckoResult(GeckoResult.java:593)
at org.mozilla.geckoview.GeckoResult$$ExternalSyntheticLambda5.run(Unknown Source:8)
at org.mozilla.geckoview.GeckoResult.lambda$dispatchLocked$7(GeckoResult.java:792)
at org.mozilla.geckoview.GeckoResult$$ExternalSyntheticLambda1.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7842)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@26f0372, Dispatchers.IO]
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
•
|
||
The fix was done in this pr https://github.com/mozilla-mobile/firefox-android/pull/554 .
Description
•