Open
Bug 1741408
Opened 3 years ago
Updated 3 months ago
[meta] Support exact error propagation stacks for QM_TRY everywhere
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: jstutte, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: meta)
Currently QM_TRY generated propagation stacks can be bogus and are reverse engineered by a heuristic. While this works quite well most of the time, it is also generating some noise we need to manually filter out.
We need to touch all call-sites in order to achieve this, this bug will collect the relative bugs.
Reporter | ||
Updated•3 years ago
|
Summary: [meta] Support exact propagation stacks for QM_TRY → [meta] Support exact error propagation stacks for QM_TRY
Reporter | ||
Updated•3 years ago
|
Summary: [meta] Support exact error propagation stacks for QM_TRY → [meta] Support exact error propagation stacks for QM_TRY everywhere
Comment 2•1 year ago
|
||
Hm, maybe those new bugs should block bug 1732453 instead of bug 1741408 ?
I assume those new bugs are filed for converting more code to use QMResult
.
The other option is to close bug 1732453, but I think converting code is just one part of the exact error propagation effort.
Updated•1 year ago
|
Flags: needinfo?(mvanstraten)
Comment 3•1 year ago
•
|
||
Yeah, I thought something like that too. I will move them over to bug 1732453.
Flags: needinfo?(mvanstraten)
Comment 4•1 year ago
|
||
Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•