From owner-freebsd-current@FreeBSD.ORG Fri Nov 26 15:22:12 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 608601065672 for ; Fri, 26 Nov 2010 15:22:12 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id CD7798FC19 for ; Fri, 26 Nov 2010 15:22:11 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id oAQFM7VN046248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Nov 2010 17:22:07 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id oAQFM6Pi036101; Fri, 26 Nov 2010 17:22:06 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id oAQFM63w036100; Fri, 26 Nov 2010 17:22:06 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 26 Nov 2010 17:22:06 +0200 From: Kostik Belousov To: Kris Moore Message-ID: <20101126152206.GA2392@deviant.kiev.zoral.com.ua> References: <20101126145909.GB90693@pcbsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zgM1w+n2H1/AlSXl" Content-Disposition: inline In-Reply-To: <20101126145909.GB90693@pcbsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current@freebsd.org Subject: Re: Broken make distribution on amd64? 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: Fri, 26 Nov 2010 15:22:12 -0000 --zgM1w+n2H1/AlSXl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 26, 2010 at 09:59:09AM -0500, Kris Moore wrote: >=20 > For about 2 weeks now I've been seeing failures when trying to spin ISOs > of CURRENT (amd64) and using "make distribution" specifically: >=20 > -------------------- > pwd_mkdb -L -i -p -d /usr/pcbsd-build90/buildworld/etc /usr/pcbsd-build9= 0/buildworld/etc/master.passwd > *** Signal 6 >=20 > Stop in /usr/pcbsd-build90/fbsd-source/9.0/etc. > *** Error code 1 >=20 > --------------------- >=20 > It looks like the pwd_mkdb command is core dumping every time: >=20 > pwd_mkdb -L -i -p -d /usr/pcbsd-build90/buildworld/etc /usr/pcbsd-build90= /buildworld/etc/master.passwd > Abort (core dumped) >=20 > Whats odd is that with the same source tree, I'm spinning ISOs of i386 no > problem. I've tried rebuilding the world / pwd_mkdb command with the late= st > source a few times, and no luck so far. >=20 > Is anybody else seeing this on amd64? Here's the core file: >=20 > http://www.pcbsd.org/~kris/pwd_mkdb.core.gz The core file is only useful for somebody who has a binary and full set of dsos that were loaded into the image. I think you should start with build containing debug symbols and show us the full backtrace from gdb. --zgM1w+n2H1/AlSXl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAkzv0J4ACgkQC3+MBN1Mb4iGLwCgjXReESJ3/amLCGj21RsniphT HlEAoJQnpjUMxPJ67DTAAaJSM4LN/Vr0 =e61L -----END PGP SIGNATURE----- --zgM1w+n2H1/AlSXl--