From owner-freebsd-current@FreeBSD.ORG Mon Mar 5 19:53:12 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9F661065679 for ; Mon, 5 Mar 2012 19:53:12 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id 601408FC20 for ; Mon, 5 Mar 2012 19:53:12 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mail.0x20.net (Postfix) with ESMTP id 738496A61BE; Mon, 5 Mar 2012 20:53:11 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.0x20.net Received: from mail.0x20.net ([217.69.76.211]) by mail.0x20.net (mail.0x20.net [217.69.76.211]) (amavisd-new, port 10024) with ESMTP id mlrPa0RcpDBe; Mon, 5 Mar 2012 20:53:11 +0100 (CET) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 323376A6015; Mon, 5 Mar 2012 20:53:11 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.4/8.14.4) with ESMTP id q25JrBql027068; Mon, 5 Mar 2012 20:53:11 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.4/8.14.4/Submit) id q25JrBUj026963; Mon, 5 Mar 2012 20:53:11 +0100 (CET) (envelope-from lars) Date: Mon, 5 Mar 2012 20:53:10 +0100 From: Lars Engels To: Konstantin Belousov Message-ID: <20120305195310.GO23354@e-new.0x20.net> References: <4F54DE25.7050200@lissyara.su> <4F54DEAC.3040200@lissyara.su> <20120305181025.GJ23354@e-new.0x20.net> <20120305191211.GT75778@deviant.kiev.zoral.com.ua> <20120305191622.GM23354@e-new.0x20.net> <20120305192749.GU75778@deviant.kiev.zoral.com.ua> <20120305194315.GN23354@e-new.0x20.net> <20120305195119.GV75778@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KDy5+/kaQUC2a3Gw" Content-Disposition: inline In-Reply-To: <20120305195119.GV75778@deviant.kiev.zoral.com.ua> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.2-RELEASE-p3 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Alex Keda , freebsd-current@freebsd.org Subject: Re: -CURRENT is broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 19:53:12 -0000 --KDy5+/kaQUC2a3Gw Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 05, 2012 at 09:51:19PM +0200, Konstantin Belousov wrote: > On Mon, Mar 05, 2012 at 08:43:15PM +0100, Lars Engels wrote: > > On Mon, Mar 05, 2012 at 09:27:49PM +0200, Konstantin Belousov wrote: > > > On Mon, Mar 05, 2012 at 08:16:22PM +0100, Lars Engels wrote: > > > > On Mon, Mar 05, 2012 at 09:12:11PM +0200, Konstantin Belousov wrote: > > > > > On Mon, Mar 05, 2012 at 10:41:01AM -0800, Jos Backus wrote: > > > > > > On Mon, Mar 5, 2012 at 10:10 AM, Lars Engels wrote: > > > > > > > On Mon, Mar 05, 2012 at 07:41:32PM +0400, Alex Keda wrote: > > > > > > >> On 05.03.2012 19:39, Alex Keda wrote: > > > > > > >> > I have 2 machine, i386 and amd64 > > > > > > >> > world rebuild tonight all work. all applications crash wit= h core dump... > > > > > > >> read as "world rebuild tonight not work" =3D)) > > > > > >=20 > > > > > > I noticed the same thing. My `make world' dies right after inst= alling > > > > > > the new runtime linker. I was able to recover by copying > > > > > > ld-elf.so.1.old using /rescue/{chflags,cp}. Oddly enough, when I > > > > > > manually build and install the runtime linker, it works. Maybe = that's > > > > > > a clue as to what's wrong. > > > > >=20 > > > > > I just did full buildworld on pristine sources at r232541 and amd= 64 machine > > > > > booted fine. > > > > >=20 > > > > > Can somebody put the faulting ld-elf.so.1 somewhere so I can down= load it ? > > > >=20 > > > > http://bsd-geek.de/FreeBSD/ld-elf.so.1 > > >=20 > > > It works for me :(. > > >=20 > > > Since your rtld is not stripped, try to link any binary using this in= terpreter, > > > i.e. supply -Wl,-I, to cc link command. > > > Then run the program, get core dump, load it into gdb and do "bt all". > >=20 > > "bt all" gives "No symbol table is loaded. Use the "file" command." > >=20 > > But just "bt" gives: > >=20 > > http://bsdpaste.bsdgroup.de/130927 > Hm, so do you have libmap.conf ? >=20 > Yeah, it faults immediately. > I suspect I know what is going on. >=20 Yes, I have this in libmap.conf: libpcre.so.0 libpcre.so.1 --KDy5+/kaQUC2a3Gw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk9VGaYACgkQKc512sD3aficBwCfX3bjjO7DveQB9kxhYJYZV9g+ riwAoMCtA5Xed9xyk1AdWzq5DtA6Z4lU =+qfF -----END PGP SIGNATURE----- --KDy5+/kaQUC2a3Gw--