Page MenuHomeFreeBSD

Fix fixjobc+orhpanage.
ClosedPublic

Authored by kib on Sep 12 2020, 6:54 PM.
Tags
None
Referenced Files
F150389097: D26416.id76961.diff
Tue, Mar 31, 7:27 PM
Unknown Object (File)
Tue, Mar 24, 12:10 AM
Unknown Object (File)
Sun, Mar 22, 7:57 AM
Unknown Object (File)
Sat, Mar 21, 10:41 AM
Unknown Object (File)
Wed, Mar 18, 11:19 AM
Unknown Object (File)
Sat, Mar 7, 1:53 PM
Unknown Object (File)
Sat, Mar 7, 4:01 AM
Unknown Object (File)
Mon, Mar 2, 6:21 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Sep 12 2020, 6:54 PM

One more replacement of bare p->p_pptr by proc_realparent(p).

Update to the current diff, as being tested:
Most important change, correct calculation of the parent for exiting process. For jobc purposes, we must use realparent, but if it is also exiting, we should fall to reaper, then recursively find non-exiting reaper.
Improve ddb command to show more useful information of process groups + job control state.

I have completed a full stress2 test.
I have not observed any problems with this patch.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 16 2020, 9:34 PM
This revision was automatically updated to reflect the committed changes.