Date: Sun, 12 Jul 2015 13:26:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201435] Make buildworld failed in /usr/src/lib/clang/libclangstaticanalyzerfrontend Message-ID: <bug-201435-8-slH0Lv5vcj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201435-8@https.bugs.freebsd.org/bugzilla/> References: <bug-201435-8@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=201435 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #2 from Dimitry Andric <dim@FreeBSD.org> --- Most likely, your system is out of memory. You can check this in dmesg, by looking for messages of the form: pid xxxxx (clang), uid yy, was killed: out of swap space Try adding more RAM and/or swap, lowering the concurrency level of your buildworld, by using a lower -j value, or if you are building with debug information, try turning that off. -- 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-201435-8-slH0Lv5vcj>