Closed
Bug 1481463
Opened 7 years ago
Closed 3 years ago
IndexedDB UnknownErr: ActorsParent.cpp:13939
Categories
(Core :: Storage: IndexedDB, defect, P3)
Tracking
()
RESOLVED
INACTIVE
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | unaffected |
| firefox62 | --- | unaffected |
| firefox63 | --- | affected |
People
(Reporter: roxana.leitan, Unassigned)
References
Details
(Whiteboard: DWS_NEXT)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180807100107
[Affected versions]:
Nightly 63.0a1
[Affected platforms]:
Windows 10 x 64
[Steps to reproduce]:
1.Launch Firefox with a new profile
2.Open Browser Console
3.Navigate to https://www.huffingtonpost.com/?guccounter=1 or http://www.crunchyroll.com/
[Expected result]:
No errors should be displayed in the Browser Console
[Actual result]:
IndexedDB UnknownErr: ActorsParent.cpp:13939
[Note]:
Please note that the issue is intermittent
Updated•7 years ago
|
Flags: needinfo?(bugmail)
Comment 1•7 years ago
|
||
It looks like we can potentially remove this warning:
https://searchfox.org/mozilla-central/source/dom/indexedDB/ActorsParent.cpp#13939
As I read this, we'll generate the error if we need to invalidate active transactions. We do expect this to happen during the normal course of operation if a window/worker closes while it still has active transactions. In particular, we've added a number of new control flow paths this year that will explicitly invalidate transactions that previously would have ended up self-terminating when the IPC messages attempted to dispatch results to a dead JS global.
I would expect advertising iframes to be the most likely cause of this happening based on what I'm theorizing above.
I think we just want to remove the above call to IDB_REPORT_INTERNAL_ERR(). If we want to keep it, we need a comment explaining why.
Jan, do you agree?
Flags: needinfo?(bugmail) → needinfo?(jvarga)
Comment 2•7 years ago
|
||
Yes, we should either remove it completely or convert to a debug only warning.
Flags: needinfo?(jvarga)
Updated•7 years ago
|
Priority: -- → P3
Tested with Firefox Beta 62.0b15 and managed to reproduce only the error:"IndexedDB UnknownErr: ActorsParent.cpp:13930" covered in bug 1475488.
I cannot reproduce the errors in Firefox Release 61.0.1.
Based on the above I will mark FF 62 and FF 61 unaffected.
status-firefox61:
--- → unaffected
status-firefox62:
--- → unaffected
Updated•7 years ago
|
Whiteboard: DWS_NEXT
Comment 5•3 years ago
|
||
Closing as I can't repro this anymore and this is quite old. ActorsParent.cpp has been changed very actively, so I guess this is probably fixed at some point.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•