From owner-freebsd-current@freebsd.org Wed Oct 7 09:53:37 2015 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 CBB839BAD77; Wed, 7 Oct 2015 09:53:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F32C1AF1; Wed, 7 Oct 2015 09:53:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicge5 with SMTP id ge5so204734053wic.0; Wed, 07 Oct 2015 02:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=pOkuIDCDJtPk64e+XF5W7N8THTDIYujqTlORsMhf67U=; b=UiXHSXgcDE+oe3nLcRyS50wJeLIm9YWh440Fhl4JIkgQg1zP9q3UzPN/VeKmebqSKR CDEWZBnjntbtbJMkoY1rohd+wJK+8gOMppOETHzIV1hr+p0WEEkC0K0VV1hZ++12oT/r uBhVXyWqFfSFMKIiGK+qb7Buk+qaTSOj7U9GEoounrJRsgsIMBdCMs//i/PjkTeF5atV N6tXaA/al9T46MdnFvEi+axYHWM+IKxvpSH9lqi3jwvuQYROt238kXQF+InGT+2NX3Qz /MDEzyyVKIQ8x+5FbbPwldKJa/3cNmNeTCarphz3KLWVRmMwxJgpzR6xhkq71uDEno+c c/ag== X-Received: by 10.180.223.102 with SMTP id qt6mr747751wic.11.1444211615619; Wed, 07 Oct 2015 02:53:35 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id x9sm38066222wjf.44.2015.10.07.02.53.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Oct 2015 02:53:35 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 7 Oct 2015 11:53:33 +0200 From: Baptiste Daroussin To: NGie Cooper Cc: Dimitry Andric , freebsd-current@FreeBSD.org, "freebsd-testing@freebsd.org" Subject: Re: kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable) Message-ID: <20151007095332.GB91729@ivaldir.etoilebsd.net> References: <64208980.212.1444173234007.JavaMail.jenkins@jenkins-9.freebsd.org> <9AA1E7FE-9C61-4730-B597-CD621960B6AB@gmail.com> <16D1DE3E-32FB-4B47-948F-83CF6BCF09C1@FreeBSD.org> <3F707412-A902-4E6F-8662-C49E1A9B8311@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BwCQnh7xodEAoBMC" Content-Disposition: inline In-Reply-To: <3F707412-A902-4E6F-8662-C49E1A9B8311@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 07 Oct 2015 09:53:38 -0000 --BwCQnh7xodEAoBMC Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 07, 2015 at 12:52:34AM -0700, NGie Cooper wrote: >=20 > > On Oct 6, 2015, at 23:58, Dimitry Andric wrote: > >=20 > > On 07 Oct 2015, at 05:44, NGie Cooper wrote: > >>=20 > >>>=20 > >>> On Oct 6, 2015, at 20:28, NGie Cooper wrote: > >>>=20 > >>>> On Oct 6, 2015, at 16:13, jenkins-admin@freebsd.org wrote: > >>>>=20 > >>>> FreeBSD_HEAD-tests - Build #1540 - Unstable: > >>>>=20 > >>>> Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-test= s/1540/ > >>>> Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/= 1540/changes > >>>> Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1= 540/console > >>>>=20 > >>>> Change summaries: > >>>>=20 > >>>> No changes > >>>>=20 > >>>>=20 > >>>> The failed test cases: > >>>=20 > >>> Looks like the clang upgrade broke atf/kyua package somehow: > >>>=20 > >>> $ pwd > >>> /usr/tests/local > >>> $ ./atf/atf-c++/build_test > >>> Bus error > >>>=20 > >>> I=E2=80=99ll try building the package from ports. > >>=20 > >> Yup, works when built from scratch in ports. My guess is that lib/libc= ++ needs a major version bump: > >>=20 > >> 65208feb (dim 2012-06-02 11:00:48 +0000 13) SHLIB_MAJOR=3D 1 > >=20 > > No, there is no intention to bump any lib versions. That is something = =66rom the 90's. :-) >=20 > -_-.. >=20 > > How do you reproduce this issue? Do you have any core dumps? >=20 > sudo bash > pkg install -y kyua > kyua test /usr/tests/local/atf/atf-c++/build_test >=20 > As far as core dumps? Yeah.. I can post one tomorrow (I=E2=80=99m testing= out some things right now and I=E2=80=99d rather not interrupt it). Key pi= ece is that if I use the package from pkg.FreeBSD.org it cores, but if I bu= ild it myself from ports, everything=E2=80=99s fine and dandy. >=20 Which means there is an ABI incompatiblity somewhere which needs to be fixe= d! Best regards, Bapt --BwCQnh7xodEAoBMC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYU65wACgkQ8kTtMUmk6ExRlgCgoXbaWnTNaY8gbf9p19ZXov6n VowAn29lweAm4Lwehq1TwhTvHrtHno/l =UwXl -----END PGP SIGNATURE----- --BwCQnh7xodEAoBMC--