-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError - Call stack exceeeds for indexer #661
Comments
This error is a result of a fix we applied because of the non-spec-compliant browsers in c7759d9. For browsers with proper microtasks we don't need that fix. We have no choice but to apply this fix only for old browsers and hope for the best. From our testing Safari 12.1 works without this hack (at least at one point). Internal Mozilla slides about this problem (warning, Google Docs): We should also check Edge but they should be mostly up-to-date |
@armhub That looks like completely different issue, it is not when indexing or searching but when loading EntityEvents on startup. Maybe we should open another one? |
It looks like this issue to me: petkaantonov/bluebird#1326 but I need to understand how to reproduce it |
Occurs again in Chromium on Ubuntu when typing recipient mail address. Console log: db aborted Eventbubbles: truecancelBubble: falsecancelable: falsecomposed: falsecurrentTarget: nulldefaultPrevented: falseeventPhase: 0isTrusted: truepath: []returnValue: truesrcElement: IDBTransaction {objectStoreNames: DOMStringList, mode: "readonly", db: IDBDatabase, error: DOMException, onabort: ƒ, …}target: IDBTransaction {objectStoreNames: DOMStringList, mode: "readonly", db: IDBDatabase, error: DOMException, onabort: ƒ, …}timeStamp: 0type: "abort"proto: Event |
Not reported for some time |
The text was updated successfully, but these errors were encountered: