Open
Bug 1374618
Opened 8 years ago
Updated 3 years ago
"IndexedDB UnknownErr: ActorsParent.cpp:14180" when "QuotaExceededError" is thrown
Categories
(Core :: Storage: IndexedDB, enhancement, P3)
Tracking
()
NEW
People
(Reporter: icrisan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.74 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170620091714
Steps to reproduce:
1. Open an url in Nightly 56.0a1
2. Reach/Exceed the group limit by keeping storing data into indexeddb
Expected results:
'QuotaExceededError' is thrown.
Actual results:
"IndexedDB UnknownErr: ActorsParent.cpp:14180" is thrown.
'QuotaExceededError' is thrown.
Comment 1•8 years ago
|
||
So, the problem is the extra warning/error message in the console ?
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Jan Varga [:janv] from comment #1)
> So, the problem is the extra warning/error message in the console ?
Yes
Comment 3•8 years ago
|
||
(In reply to Ioana Crisan from comment #2)
> (In reply to Jan Varga [:janv] from comment #1)
> > So, the problem is the extra warning/error message in the console ?
>
> Yes
Why is it a problem ?
(There are various debug messages in the console originating in other components/modules.)
Reporter | ||
Comment 4•8 years ago
|
||
I thought it is a bug because it looks like an untreated error.
Comment 5•8 years ago
|
||
It does seem weird that this is in the console, no? If it's not a problem, why are we outputting it?
Priority: -- → P3
Updated•8 years ago
|
Whiteboard: [storage-v1][triage]
Updated•5 years ago
|
Type: defect → enhancement
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•