You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2020. It is now read-only.
Support issues and questions are handled at /r/uMatrix
I tried to reproduce the issue when...
uMatrix is the only extension
uMatrix with default lists/settings
using a new, unmodified browser profile
I am running the latest version of uMatrix
I checked the documentation to understand that the issue I report is not a normal behavior
I used the logger to rule out that the issue is caused by my ruleset
Description
After Firefox's storage becomes damaged, uMatrix causes all pages to take forever to load.
If Firefox is to blame, I would still suggest to handle the error gracefully, rather then just silently blocking all pages from being loaded (which renders entire Firefox unusable until problem is fixed). Probably show a reasonable error message to help user get over it?
The problem has happened to me 3 times now: today, a couple weeks ago and around a year ago.
I understand that other users faced this too, for example #264 - and I think I saw others, but can't find them now.
A specific URL where the issue occurs
Any url.
Steps to Reproduce
Close your Firefox.
Go to your Firefox <profile_name>\storage\default. For example, on Windows: %appdata%\Mozilla\Firefox\Profiles\<profile_name>\storage\default
Backup, then delete all files in this folder. Can't say why this is important.
Extract attached archive: 7.zip. I understand that it contains a damaged storage entry. Can't say what exactly is wrong about it.
Start Firefox, try to navigate to any URL. Firefox will take forever to load the page.
Ruleset
Unrelated to ruleset.
Supporting evidence
Tools | Web Developer | Browser Console will have this:
20:22:58.060 IndexedDB UnknownErr: ActorsParent.cpp:570
20:22:58.064 UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. ExtensionStorageIDB.jsm:831
normalizeStorageError resource://gre/modules/ExtensionStorageIDB.jsm:831
method chrome://extensions/content/child/ext-storage.js:273
AsyncFunctionThrow self-hosted:697
20:22:58.168 IndexedDB UnknownErr: ActorsParent.cpp:570 2
20:22:58.274 UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. ExtensionStorageIDB.jsm:831
normalizeStorageError resource://gre/modules/ExtensionStorageIDB.jsm:831
method chrome://extensions/content/child/ext-storage.js:273
AsyncFunctionThrow self-hosted:697
20:22:58.274 µm.userSettings is undefined storage.js:136
settingsLoaded moz-extension://d7631edc-38b5-4fa6-85c4-c4a8d89027b6/js/storage.js:136
apply self-hosted:1870
applySafeWithoutClone resource://gre/modules/ExtensionCommon.jsm:614
wrapPromise resource://gre/modules/ExtensionCommon.jsm:843
withLastError resource://gre/modules/ExtensionCommon.jsm:762
wrapPromise resource://gre/modules/ExtensionCommon.jsm:831
Prerequisites
Description
After Firefox's storage becomes damaged, uMatrix causes all pages to take forever to load.
If Firefox is to blame, I would still suggest to handle the error gracefully, rather then just silently blocking all pages from being loaded (which renders entire Firefox unusable until problem is fixed). Probably show a reasonable error message to help user get over it?
The problem has happened to me 3 times now: today, a couple weeks ago and around a year ago.
I understand that other users faced this too, for example #264 - and I think I saw others, but can't find them now.
A specific URL where the issue occurs
Any url.
Steps to Reproduce
<profile_name>\storage\default. For example, on Windows:%appdata%\Mozilla\Firefox\Profiles\<profile_name>\storage\defaultRuleset
Unrelated to ruleset.
Supporting evidence
Tools | Web Developer | Browser Consolewill have this:Your environment