I have seen the
child process terminated abnormally in maybe a dozen cases in recent months/years … I never took much notice, at the time, because:
- I was focused on other things
- essentially, it was never a true show-stopper.
If I recall correctly, in all cases I simply repeated the command until processes terminated
normally.
In some cases I might have restarted the OS before the repeat. Maybe sometimes repeated with the OS in safe mode? Honestly, I can't remember the details.
Nyantastic if you would like to further debug your case …
pkg(8) does describe the
--debug
option, but does not mention that multiple levels are possible.
pkg -d upgrade --no-repo-update --dry-run --force
pkg -dd upgrade --no-repo-update --dry-run --force
pkg -ddd upgrade --no-repo-update --dry-run --force
pkg -dddd upgrade --no-repo-update --dry-run --force