Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 08:53:48 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Larry Rosenman <ler@lerctr.org>
Cc:        Freebsd current <freebsd-current@freebsd.org>
Subject:   Re: Crashes in libthr?
Message-ID:  <20160314065348.GM1741@kib.kiev.ua>
In-Reply-To: <20160314025123.GA74197@borg.lerctr.org>
References:  <70c63304fceddc1a91e16d63152ff33a@thebighonker.lerctr.org> <20160313181234.GI1741@kib.kiev.ua> <276f6b11da9a005256d24fa5b37d7d5f@thebighonker.lerctr.org> <20160313185852.GJ1741@kib.kiev.ua> <ddea502af186ce26273fddc9360e45cf@thebighonker.lerctr.org> <20160313192900.GK1741@kib.kiev.ua> <b3caf0652b0cbcb2edb7ebac0c3ded97@thebighonker.lerctr.org> <20160314025123.GA74197@borg.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 13, 2016 at 09:51:25PM -0500, Larry Rosenman wrote:
> I wound up restoring EVERYTHING from the latest snapshot memstick image
> and I still can't get a world built:
> 
> attached is the make.out, from a clean /usr/obj, and latest /usr/src.
What do you mean by clean obj, did you rm -rf usr/obj before the build ?

> 
> ===> lib/clang/libclanganalysis (all)
> clang-tblgen -gen-clang-attr-list  -I /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include -d AttrList.inc.d -o AttrList.inc.h  /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/Attr.td
> *** Signal 11
> 
> Stop.
> make[4]: stopped in /usr/src/lib/clang/libclanganalysis
> *** Error code 1
Which binary faulted ?  Try to load it into the debugger.

Also, you could put DEBUG_FLAGS=-g into make.conf and build, but I am not
sure if the setting is effective during all buildworld stages, including
the earliest.

BTW, do you have anything in make.conf or src.conf ?
What if you build on some other system ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160314065348.GM1741>