Closed
Bug 1638062
Opened 5 years ago
Closed 4 years ago
StartupCache writing trips the late write checking code
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: alexical, Assigned: alexical)
References
Details
Attachments
(1 file)
We ensure that we write the startupcache before doing a fast shutdown, but we don't do anything to ensure that we've written it before late write checking kicks in. We should, to avoid extraneous reports.
Assignee | ||
Comment 1•5 years ago
|
||
We already ensure that we finish our write before doing a fast
shutdown, but right now there's just too much noise in the late
write checking telemetry because of this.
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d694d26914a
Do StartupCache write before lateWriteChecksStage r=froydnj
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•