[QM_TRY] Failures in dom/quota/QuotaCommon.cpp:GetDirEntryKind
Categories
(Core :: Storage: Quota Manager, defect, P3)
Tracking
()
People
(Reporter: jstutte, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
Comment 1•2 years ago
|
||
WIN32(0x45D) is ERROR_IO_DEVICE.
Both access denied and low level IO errors seem beyond the ability of QM to deal with them and in each case we're seeing this only reported from 1 client (although I suppose each row could be a different client) so I'm marking this as an enhancement.
If we see a number of clients experiencing this, then it would make sense to file an enhancement bug to potentially call some kind of XRE-level method to say "hey, things are really broken in this profile!", noting that it does seem likely that the XRE-level can already notice that something is very wrong with profile without QM speaking up.
Reporter | ||
Comment 2•2 years ago
|
||
(In reply to Andrew Sutherland [:asuth] (he/him) from comment #1)
WIN32(0x45D) is ERROR_IO_DEVICE.
Both access denied and low level IO errors seem beyond the ability of QM to deal with them and in each case we're seeing this only reported from 1 client (although I suppose each row could be a different client) so I'm marking this as an enhancement.
Yes, each row stands for a different client and/or a different build id. We might see the same machine with different builds, though. But a look in the raw data confirms, we have at least two machines.
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
Reporter | ||
Comment 5•2 years ago
•
|
||
There is a very high number of warnings associated with this signature that spam our telemetry DB:
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1191 | 1835 | 43018 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
319 | 582 | 19336 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
30 | 106 | 4599 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
27 | 126 | 2384 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
26 | 128 | 2175 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
26 | 113 | 2288 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
25 | 123 | 131 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_FS_CORRUPTED |
21 | 89 | 1473 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
21 | 150 | 4420 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
19 | 113 | 2075 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#186:NS_ERROR_FILE_NOT_FOUND |
We should probably not report NS_ERROR_FILE_NOT_FOUND
at all (here) and leave it to the calling function if it is worth reporting?
Comment 6•2 years ago
|
||
(In reply to Jens Stutte [:jstutte] from comment #5)
We should probably not report
NS_ERROR_FILE_NOT_FOUND
at all (here) and leave it to the calling function if it is worth reporting?
That should be fixed in D113527.
Reporter | ||
Comment 7•2 years ago
|
||
Is from before D113527 landed but contains a new WIN32 error code.
Reporter | ||
Comment 8•2 years ago
|
||
Reporter | ||
Comment 9•2 years ago
|
||
Reporter | ||
Comment 10•2 years ago
|
||
Reporter | ||
Comment 11•2 years ago
|
||
Reporter | ||
Comment 12•2 years ago
|
||
Reporter | ||
Comment 13•2 years ago
|
||
Reporter | ||
Comment 14•2 years ago
|
||
Reporter | ||
Comment 15•2 years ago
|
||
Reporter | ||
Comment 16•2 years ago
|
||
Reporter | ||
Comment 17•2 years ago
|
||
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#187:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#187:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4683:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4769:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4231:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#6238:NS_ERROR_FILE_ACCESS_DENIED |
Reporter | ||
Comment 18•2 years ago
|
||
Reporter | ||
Comment 19•2 years ago
|
||
Reporter | ||
Comment 20•2 years ago
|
||
From what I read in the code, NS_ERROR_FAILURE
cannot be the result of isDirectory under Windows but only under Unix/POSIX. We might want to consider a similar mapping as under Windows for unknown errnos ?
Reporter | ||
Comment 21•2 years ago
|
||
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 1 | 2 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#188:NS_ERROR_FAILURE |
1 | 1 | 2 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#188:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#63:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#50:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#53:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#120:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#271:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#50:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#53:NS_ERROR_FAILURE <- dom/cache/QuotaClient.cpp#312:NS_ERROR_FAILURE <- dom/quota/ActorsParent.cpp#4896:NS_ERROR_FAILURE <- dom/quota/ActorsParent.cpp#4968:NS_ERROR_FAILURE |
Comment 22•2 years ago
|
||
Taken from Attachment 9238538 [details].
Comment 23•2 years ago
|
||
Taken from Attachment 9239371 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 3 | 3 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#188:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 3 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#188:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13183:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13242:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#12823:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4938:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4974:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#6138:NS_ERROR_FILE_ACCESS_DENIED |
Comment 24•2 years ago
|
||
Taken from Attachment 9239692 [details].
Comment 25•2 years ago
|
||
Taken from Attachment 9240325 [details].
Comment 26•2 years ago
|
||
Taken from Attachment 9240951 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 3 | 3 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#188:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 3 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#188:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13183:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13242:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#12823:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5034:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5070:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#6234:NS_ERROR_FILE_ACCESS_DENIED |
Comment 27•2 years ago
|
||
Taken from Attachment 9242094 [details].
Comment 28•2 years ago
|
||
Taken from Attachment 9245269 [details].
Comment 29•1 year ago
|
||
Taken from Attachment 9245933 [details].
Comment 30•1 year ago
|
||
Taken from Attachment 9246450 [details].
Comment 31•1 year ago
|
||
Taken from Attachment 9247122 [details].
Comment 32•1 year ago
|
||
Taken from Attachment 9247551 [details].
Comment 33•1 year ago
|
||
Taken from Attachment 9248707 [details].
Comment 34•1 year ago
|
||
Taken from Attachment 9249306 [details].
Comment 35•1 year ago
|
||
Taken from Attachment 9249782 [details].
Comment 36•1 year ago
|
||
Taken from Attachment 9250412 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#189:NS_ERROR_FILE_DEVICE_FAILURE |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#189:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#5044:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#5137:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#4925:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#4925:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#4950:NS_ERROR_FILE_DEVICE_FAILURE |
Comment 37•1 year ago
|
||
Taken from Attachment 9250741 [details].
Comment 38•1 year ago
|
||
Taken from Attachment 9251435 [details].
Comment 39•1 year ago
|
||
Taken from Attachment 9251918 [details].
Comment 40•1 year ago
|
||
Taken from Attachment 9252504 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 2 | 12 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#189:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 8 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#189:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5044:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5137:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 4 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#189:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5044:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5137:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4925:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4925:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4950:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4389:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#6404:NS_ERROR_FILE_ACCESS_DENIED |
Comment 41•1 year ago
|
||
Taken from Attachment 9252886 [details].
Comment 42•1 year ago
|
||
Taken from Attachment 9253493 [details].
Comment 43•1 year ago
|
||
Taken from Attachment 9253914 [details].
Comment 44•1 year ago
|
||
Taken from Attachment 9254522 [details].
Comment 45•1 year ago
|
||
Taken from Attachment 9255050 [details].
Comment 46•1 year ago
|
||
Taken from Attachment 9255717 [details].
Comment 47•1 year ago
|
||
Taken from Attachment 9256168 [details].
Comment 48•1 year ago
|
||
Taken from Attachment 9258408 [details].
Comment 49•1 year ago
|
||
Taken from Attachment 9259422 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#192:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#192:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13186:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13245:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#12824:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5073:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5110:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#6292:NS_ERROR_FILE_ACCESS_DENIED |
Comment 50•1 year ago
|
||
Taken from Attachment 9259961 [details].
Comment 51•1 year ago
|
||
Taken from Attachment 9260423 [details].
Comment 52•1 year ago
|
||
Taken from Attachment 9261099 [details].
Comment 53•1 year ago
|
||
Taken from Attachment 9261549 [details].
Comment 54•1 year ago
|
||
Taken from Attachment 9262116 [details].
Comment 55•1 year ago
|
||
Taken from Attachment 9263751 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 7 | 7 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#192:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 7 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#192:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13186:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#13245:NS_ERROR_FILE_ACCESS_DENIED <- dom/indexedDB/ActorsParent.cpp#12824:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5073:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5110:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#6292:NS_ERROR_FILE_ACCESS_DENIED |
Comment 56•1 year ago
|
||
Taken from Attachment 9264854 [details].
Comment 57•1 year ago
|
||
Taken from Attachment 9265725 [details].
Comment 58•1 year ago
|
||
Taken from Attachment 9267680 [details].
Clients | Sessions | Hits | Anchor | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#192:NS_ERROR_FILE_DEVICE_FAILURE |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind | dom/quota/QuotaCommon.cpp#192:NS_ERROR_FILE_DEVICE_FAILURE <- dom/cache/QuotaClient.cpp#200:NS_ERROR_FILE_DEVICE_FAILURE <- dom/cache/QuotaClient.cpp#231:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#5037:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#5111:NS_ERROR_FILE_DEVICE_FAILURE |
Comment 59•1 year ago
|
||
Taken from Attachment 9269668 [details].
Comment 60•10 months ago
|
||
Taken from Attachment 9280502 [details].
Comment 61•9 months ago
|
||
Taken from Attachment 9282062 [details].
Comment 62•9 months ago
|
||
Taken from Attachment 9283105 [details].
Comment 63•9 months ago
|
||
Taken from Attachment 9283698 [details].
Clients | Sessions | Hits | Anchor (Context) | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#190:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#190:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4913:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5002:NS_ERROR_FILE_ACCESS_DENIED |
Comment 64•9 months ago
|
||
Taken from Attachment 9284043 [details].
Comment 65•9 months ago
|
||
Taken from Attachment 9284542 [details].
Clients | Sessions | Hits | Anchor (Context) | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#190:NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_WIN32, 0x5AA) |
Comment 66•8 months ago
|
||
Taken from Attachment 9285537 [details].
Comment 67•8 months ago
|
||
Taken from Attachment 9287513 [details].
Comment 68•8 months ago
|
||
Taken from Attachment 9288807 [details].
Comment 69•7 months ago
|
||
Taken from Attachment 9289456 [details].
Comment 70•7 months ago
|
||
Taken from Attachment 9290471 [details].
Comment 71•7 months ago
|
||
Taken from Attachment 9290912 [details].
Comment 72•6 months ago
|
||
Taken from Attachment 9295797 [details].
Comment 73•5 months ago
|
||
Taken from Attachment 9297844 [details].
Clients | Sessions | Hits | Anchor (Context) | Stack |
---|---|---|---|---|
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_WIN32, 0x1) |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstOriginInitializationAttempt::PersistentOrigin) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_FILE_DEVICE_FAILURE |
1 | 1 | 1 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstOriginInitializationAttempt::PersistentOrigin) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_FILE_DEVICE_FAILURE <- dom/indexedDB/ActorsParent.cpp#13055:NS_ERROR_FILE_DEVICE_FAILURE <- dom/indexedDB/ActorsParent.cpp#13114:NS_ERROR_FILE_DEVICE_FAILURE <- dom/indexedDB/ActorsParent.cpp#12694:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#5209:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#5246:NS_ERROR_FILE_DEVICE_FAILURE <- dom/quota/ActorsParent.cpp#6432:NS_ERROR_FILE_DEVICE_FAILURE |
Comment 74•5 months ago
|
||
Taken from Attachment 9298458 [details].
Comment 75•5 months ago
|
||
Taken from Attachment 9298856 [details].
Clients | Sessions | Hits | Anchor (Context) | Stack |
---|---|---|---|---|
1 | 2 | 6 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 6 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5154:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#5247:NS_ERROR_FILE_ACCESS_DENIED |
Comment 76•5 months ago
|
||
Taken from Attachment 9299914 [details].
Comment 77•5 months ago
|
||
Taken from Attachment 9300634 [details].
Comment 78•5 months ago
|
||
Taken from Attachment 9302351 [details].
Comment 79•4 months ago
|
||
Taken from Attachment 9302903 [details].
Clients | Sessions | Hits | Anchor (Context) | Stack |
---|---|---|---|---|
1 | 1 | 8 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_FILE_ACCESS_DENIED |
1 | 1 | 8 | dom/quota/QuotaCommon.cpp:GetDirEntryKind (dom::quota::FirstInitializationAttempt::TemporaryStorage) | dom/quota/QuotaCommon.cpp#203:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4604:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4697:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4485:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4485:NS_ERROR_FILE_ACCESS_DENIED <- dom/quota/ActorsParent.cpp#4510:NS_ERROR_FILE_ACCESS_DENIED |
Comment 80•4 months ago
|
||
Taken from Attachment 9305591 [details].
Comment 81•4 months ago
|
||
Taken from Attachment 9306265 [details].
Comment 82•4 months ago
|
||
Taken from Attachment 9306704 [details].
Comment 83•3 months ago
|
||
Taken from Attachment 9307367 [details].
Description
•