From owner-freebsd-current@freebsd.org Wed Oct 7 07:52: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 154019D192C; Wed, 7 Oct 2015 07:52:37 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (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 D20651AF; Wed, 7 Oct 2015 07:52:36 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by igcpe7 with SMTP id pe7so8900610igc.0; Wed, 07 Oct 2015 00:52:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=lzEggRqWu9cHHt5UDnrZ93ksB9Cv0c4KlLZCJd55siI=; b=RX2qDkbsUs4lsbqDJoiWSd/bO8ZMP8ycE0TG6DoBMiToHtyP+8uUMQ714btVAONv6O Pt0rvwDM9/Pdc5UiXuZbk2cZ24azawVMc1ASuYSz/dORS/IfTvAIetTgCPWSBzunMtDh E9WhaVLQ4MFKxKirXJv5BMj6ndiFLumsZWSH02NQKSTyPrdMs5KFFVxqHqOU3odwF7hQ 74JXuJrWsVnzanN0lIXOyx9kWoBnvirbbBteiQaYc5lBu9sqlCx7xk3JAx4qX3YCeLvX z2j0zhRodMClCke3rMVnuBTnGLgZ7eSUNgkIgunFw7g1yOyLH+hj9OLjf05Z9X4+3cNe RJvQ== X-Received: by 10.50.126.35 with SMTP id mv3mr937669igb.17.1444204356216; Wed, 07 Oct 2015 00:52:36 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:74ff:5034:d9e4:f4ee? ([2601:601:800:126d:74ff:5034:d9e4:f4ee]) by smtp.gmail.com with ESMTPSA id d7sm736110igl.1.2015.10.07.00.52.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 Oct 2015 00:52:35 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable) From: NGie Cooper In-Reply-To: <16D1DE3E-32FB-4B47-948F-83CF6BCF09C1@FreeBSD.org> Date: Wed, 7 Oct 2015 00:52:34 -0700 Cc: freebsd-current@FreeBSD.org, "freebsd-testing@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <3F707412-A902-4E6F-8662-C49E1A9B8311@gmail.com> References: <64208980.212.1444173234007.JavaMail.jenkins@jenkins-9.freebsd.org> <9AA1E7FE-9C61-4730-B597-CD621960B6AB@gmail.com> <16D1DE3E-32FB-4B47-948F-83CF6BCF09C1@FreeBSD.org> To: Dimitry Andric X-Mailer: Apple Mail (2.2104) 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 07:52:37 -0000 > 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-tests/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/1540/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 = from the 90's. :-) -_-.. > How do you reproduce this issue? Do you have any core dumps? sudo bash pkg install -y kyua kyua test /usr/tests/local/atf/atf-c++/build_test 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 piece is that if I use the package from pkg.FreeBSD.org it = cores, but if I build it myself from ports, everything=E2=80=99s fine = and dandy. Thanks!=