Closed
Bug 1859445
Opened 1 year ago
Closed 1 year ago
Launcher process should not include children of the browser process to a job object
Categories
(Firefox :: Launcher Process, defect)
Firefox
Launcher Process
Tracking
()
RESOLVED
FIXED
120 Branch
People
(Reporter: emk, Assigned: emk)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Child processes will be killed on browser exit unless they are spawned with the explicit CREATE_BREAKAWAY_FROM_JOB_OBJECT flag when --wait-for-browser
is specified. But they will not be killed when the switch is not specified. This inconsistency causes problems such as bug 1858290.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1740619
status-firefox118:
--- → affected
status-firefox119:
--- → affected
status-firefox120:
--- → affected
status-firefox-esr115:
--- → affected
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Updated•1 year ago
|
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/143f359e0dc2
Do not include grandchilren into a job object. r=mhowell,win-reviewers,rkraesig,bobowen
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•