Default Agent background task takes long time to exit
Categories
(Toolkit :: Default Browser Agent, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox117 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | + | disabled |
firefox120 | --- | verified |
People
(Reporter: nrishel, Assigned: nrishel)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
Due to a mistake in setting the minimum runtime instead of the maximum runtime for the Default Agent background task, it takes an exceedingly long time to exit leaving what appears to be a zombie process.
Assignee | ||
Comment 1•1 years ago
|
||
We won't be using this outside of the Default Agent, and having this at the header level invites a debugging pain point when a background task doesn't exit and the mutex lifetime is tied to the DefaultAgent XPCOM object instead of the function call lifetime.
Assignee | ||
Comment 2•1 years ago
|
||
Depends on D187629
Comment 3•1 years ago
|
||
Set release status flags based on info from the regressing bug 1838754
Updated•1 years ago
|
Assignee | ||
Updated•1 years ago
|
Comment 5•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/214f0e1df0dd
https://hg.mozilla.org/mozilla-central/rev/f06abc41688e
Assignee | ||
Comment 6•1 year ago
|
||
Backed out due to changes breaking both Default Agent telemetry and launching Firefox in response to interaction with the Default Agent notifications.
Depends on D190871
Assignee | ||
Comment 7•1 year ago
|
||
Backed out due to changes breaking both Default Agent telemetry and launching Firefox in response to interaction with the Default Agent notifications.
Depends on D190872
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 8•1 year ago
|
||
Backed out of beta for Fx119
https://hg.mozilla.org/try/rev/1416c53b941d81e441c8a87af7b2f255830da4e7
https://hg.mozilla.org/try/rev/a92eca45f3c7c7bcc40bf0dcae1ff858b04b3612
Setting Fx119 to disabled, the regressor Bug 1838754 was backed out of beta for Fx119
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Is it possible to provide the corresponding STR in order to verify this fix? Thanks
Comment 11•1 year ago
|
||
Tested on 120.0b4 Firefox on Windows 10 and saw that the issue is no longer reproducible.
Processes no longer remain hanging after being started from Task Scheduler.
Description
•