Put the fork server behind a preference so we have a simple way to enable it
Categories
(Core :: IPC, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: gsvelto, Assigned: sinker)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
As per the title. The plan is to enable the fork server in builds while keeping it off at runtime with this pref; then when we're sure we have fully stabilized it we'll turn it on by default.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
While you're there, could you move the configure flag in toolkit/moz.configure?
Comment 6•5 years ago
|
||
Backed out part2 for multiple failures e.g assertion failures, leaks
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=84184c894e33a8711d1f5b0013619eb7714bda7b&selectedJob=288570815
Failure log:
- assertion: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=288570815&repo=autoland&lineNumber=1400
- leak: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=288570809&repo=autoland&lineNumber=4446
- python mozbuild: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=288570809&repo=autoland&lineNumber=4446
Backout: https://hg.mozilla.org/integration/autoland/rev/584f0d57a0efe35658674d0e8d23f27a11114ae1
Comment 7•5 years ago
|
||
bugherder |
Assignee | ||
Comment 8•5 years ago
|
||
Move fork server launcher to app-startup instead of xpcom-startup.
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 9•5 years ago
|
||
Accessing StaticPrefs at xpcom-startup is too early to cause the
initialization of it. The preferences from user.js and profile are
not load yet. So, later, it would cause error of changing the value
of static prefs that is marked as mirroring once.
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
Description
•