[Bug 250388] unable to make buildworld releng/12.1. clang always crashes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 08:26:36 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250388

Mark Millard <marklmi26-fbsd at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd at yahoo.com

--- Comment #2 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to igor.polovykh from comment #0)

> . . . killed: out of swap space

If your console messasges do not include
messages about "swap_pager_getswapspace(...): failed",
then it is unlikely that being out of swap space
is the actual issue even when it reports: "was killed:
out of swap space" messages. For such contexts, making
the swap area bigger does not help.

In other words, "was killed: out of swap space"
is frequently a misnomer and not to be believed
for "why" the kill happened or what should be
done about it --without other evidence also being
present anyway.

Do you have "swap_pager_getswapspace(...): failed"
notices? The answer would likely guide what sorts
of things would be appropriate to avoid the "killed:
out of swap space" events.

FYI: Other causes of the kill events include . . .

Sustained low free RAM (via stays-runnable processes).
A sufficiently delayed pageout.
The swap blk uma zone was exhausted.
The swap pctrie uma zone was exhausted.

(stays-runnable processes are not swapped out
[kernel stacks are not swapped out] but do actively
compete for RAM via paging activity. In such a
context, free RAM can stay low.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list