From owner-freebsd-current@freebsd.org Wed May 24 12:10:27 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C0A2D786C1 for ; Wed, 24 May 2017 12:10:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 260D01048 for ; Wed, 24 May 2017 12:10:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 255F1D786C0; Wed, 24 May 2017 12:10:27 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25062D786BF for ; Wed, 24 May 2017 12:10:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D99D11047 for ; Wed, 24 May 2017 12:10:26 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [192.168.43.45] (unknown [188.206.111.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 85F9A336E2; Wed, 24 May 2017 14:10:17 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_1BA59281-B5CD-4417-8CCE-137864BB1D70"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: ino64? r318606 -> r318739 OK; r318739 -> r318781 fails SIGSEGV Date: Wed, 24 May 2017 14:10:08 +0200 In-Reply-To: <20170524115931.GE1190@albert.catwhisker.org> Cc: current@freebsd.org To: David Wolfskill References: <20170524115931.GE1190@albert.catwhisker.org> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 24 May 2017 12:10:27 -0000 --Apple-Mail=_1BA59281-B5CD-4417-8CCE-137864BB1D70 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 24 May 2017, at 13:59, David Wolfskill wrote: > > Yesterday's in-place src update (r318606 -> r318739) was a bit more > "interesting" than usual; as has been noted elsewhere, it really is > necessary to boot the new kernel before the "make installworld" > completes successfully. That said, it ("make installworld") did > complete successfully, and a followup reboot/smoke test worked without > incident. > > For today's update, sources are now at r318781; both laptop and build > machine fail identically during ">>> stage 4.2: building libraries": > > ... > Building /common/S4/obj/usr/src/lib/libc/strsignal.pico > Building /common/S4/obj/usr/src/lib/libc/libc.a > --- libc.a --- > building static c library > Building /common/S4/obj/usr/src/lib/libc/libc.so.7 > Building /common/S4/obj/usr/src/lib/libc/libc_pic.a > --- libc.so.7 --- > building shared library libc.so.7 > --- libc_pic.a --- > building special pic c library > --- libc.so.7 --- > cc: error: unable to execute command: Segmentation fault (core dumped) > cc: error: linker command failed due to signal (use -v to see invocation) > *** [libc.so.7] Error code 254 Looks like your linker is crashing. Can you figure out: 1) The exact linker command being run 2) The path to the linker executable that crashes 3) Backtrace of the crash -Dimitry --Apple-Mail=_1BA59281-B5CD-4417-8CCE-137864BB1D70 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlkleCgACgkQsF6jCi4glqOnbgCeLnQjd7vtyA+END5b025uxL4w gMgAoI86SohY6BaS2x39oI3wfOrEBshd =RMHz -----END PGP SIGNATURE----- --Apple-Mail=_1BA59281-B5CD-4417-8CCE-137864BB1D70--