Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 17:39:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 235782] clang compiler crashed while building a large C++ program (that makes some use of boost)
Message-ID:  <bug-235782-29464-FEfhU3vRxE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235782-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235782-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235782

Dimitry Andric <dim@FreeBSD.org> changed:

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235782-29464-FEfhU3vRxE>