Closed
Bug 1852536
Opened 1 year ago
Closed 1 year ago
[QM_TRY] Failures in dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem
Categories
(Core :: Storage: localStorage & sessionStorage, defect)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
DUPLICATE
of bug 1839213
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox117 | --- | wontfix |
firefox118 | --- | wontfix |
firefox119 | --- | wontfix |
People
(Reporter: jstutte, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Clients | Sessions | Hits | Anchor (Context) | Stack |
---|---|---|---|---|
30 | 49 | 74067 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
34 | 66 | 54170 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
22 | 41 | 39472 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
27 | 61 | 31464 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
28 | 50 | 27481 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
28 | 54 | 26304 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
32 | 60 | 24658 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
21 | 44 | 20732 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
20 | 46 | 20012 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
21 | 40 | 16544 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
16 | 26 | 10159 | dom/localstorage/LSSnapshot.cpp:LSSnapshot::SetItem (dom::localstorage::LSSnapshot::SetItem::UpdateUsage) | dom/localstorage/LSSnapshot.cpp#389:NS_ERROR_FILE_NO_DEVICE_SPACE |
Reporter | ||
Updated•1 year ago
|
Keywords: regression
Regressed by: 1755206
Reporter | ||
Comment 1•1 year ago
|
||
Bug 1755206 did just introduce the telemetry to detect this, so this is actually not a real regression.
Reporter | ||
Comment 2•1 year ago
|
||
Note that the callers of LSSnapshot::SetItem
do not propagate the error with QM_TRY, leading to these 1-frame-error-stacks.
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1755206
:jjalkanen, since you are the author of the regressor, bug 1755206, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox117:
--- → affected
status-firefox118:
--- → affected
status-firefox119:
--- → affected
status-firefox-esr102:
--- → unaffected
status-firefox-esr115:
--- → unaffected
Flags: needinfo?(jjalkanen)
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Flags: needinfo?(jjalkanen)
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•