Page MenuHomeFreeBSD

Fix fixjobc+orhpanage.
ClosedPublic

Authored by kib on Sep 12 2020, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 9:04 AM
Unknown Object (File)
Fri, Mar 29, 5:46 AM
Unknown Object (File)
Feb 12 2024, 3:42 PM
Unknown Object (File)
Dec 26 2023, 3:09 AM
Unknown Object (File)
Dec 23 2023, 12:39 AM
Unknown Object (File)
Nov 9 2023, 7:30 AM
Unknown Object (File)
Oct 30 2023, 7:05 PM
Unknown Object (File)
Oct 23 2023, 8:28 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 33582

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.