Advance the toolkit.shutdown.lateWriteChecksStage pref to before xpcom-shutdown-threads
Categories
(Core :: XPCOM, task)
Tracking
()
People
(Reporter: alexical, Assigned: alexical)
References
Details
(Whiteboard: [fxperf:p2])
Attachments
(3 files)
We should be able to move this value forward at this point. It's not clear that anything will show up past this point, so it would be good to confirm that or observe in the wild that there is nothing.
Assignee | ||
Comment 1•5 years ago
|
||
This moves the late write checking forward to before xpcom-shutdown-threads
in Nightly, and it turns it on for after the last cycle collection on
beta/release.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D63215
Assignee | ||
Comment 3•5 years ago
|
||
We are intending to advance the toolkit.shutdown.lateWriteChecksStage
pref, to collect information (and crash on DEBUG) about writes which
happen during and after the xpcom-shutdown-threads notification. This
is producing failures in the PrintTargetPDF.cpp destructor because
we end up calling write_func and writing to (I presume) the target
PDF. This feels like something we can just skip, so that's the
review request I am sending, but please let me know if it's critical
that we write to this file during shutdown.
Depends on D63216
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Description
•