[Bug 235782] clang compiler crashed while building a large C++ program (that makes some use of boost)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 16 17:39:25 UTC 2019


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

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |dim at FreeBSD.org

--- Comment #2 from Dimitry Andric <dim at FreeBSD.org> ---
This "Killed" phenomenon is what typically happens if you run out of memory. 
Please check your dmesg for "was killed: out of swap space" or
"swap_pager_getswapspace(number): failed" errors.  If you see those, try adding
more RAM to the machine, adding more swap space, or alternatively, lower the
number of parallel build jobs.

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


More information about the freebsd-toolchain mailing list