From owner-freebsd-testing@FreeBSD.ORG Mon Oct 6 14:48:03 2014 Return-Path: Delivered-To: testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E6D58D9; Mon, 6 Oct 2014 14:48:03 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 600956B2; Mon, 6 Oct 2014 14:48:02 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pv20so4567783lab.34 for ; Mon, 06 Oct 2014 07:48:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=t/cdYhttjII5MNba8uHybq6SUvbYXwcJmhE4EOhLNzU=; b=gvSlz9Nu8nwe7PLBAPGlPYqtVEdAN116qHtBwxCGj6SKRlDmJA4DpAQUhXXiWy7i6w CVBigJS50HRRwMrDAjy/xyGOgMrYJCeQ/KGdBxaBASmq+nG+NIt9hfmk2aMMohxmMqmb 5Cm5TXYUqZk1OwV6DPN85clJCXqYKQFdXSieWtssfGTkJTLF6wTXCv2VX1ef73F0cBL0 u+4pfM1HcgGCuVx56GHMcuQtJPlGb9nuLAUbqFlNZd/vgog4Lllv+MjF1FpAkEOl275d yXjipVU2+ZrwY6NF8m/53gbp/Gh3Db3CYLwZeju7A92JTeUb4oYEk5WQB/UUdVZiGids bPMA== MIME-Version: 1.0 X-Received: by 10.152.29.129 with SMTP id k1mr4004324lah.81.1412606880395; Mon, 06 Oct 2014 07:48:00 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Mon, 6 Oct 2014 07:48:00 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 Oct 2014 07:48:00 -0700 X-Google-Sender-Auth: 7gs8ibJB8MQWJ0K8q8vtLhV1Vq8 Message-ID: Subject: Re: Need help debugging yacc test failure in CURRENT From: Craig Rodrigues To: freebsd-current Current , "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 14:48:03 -0000 On Thu, Oct 2, 2014 at 2:23 AM, Craig Rodrigues wrote: > Hi, > > I have managed to eliminate all the test failures from /usr/tests in > CURRENT > except for one failure. See: > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/8/testReport/ > > I can reproduce the failure by doing the following: > > mkdir /tmp/x > cd /tmp/x > /usr/tests/usr.bin/yacc/yacc_tests usr.bin.yacc.yacc_tests.main > > I then get a core file: /tmp/x/test/yacc.core > Thomas E. Dickey submitted a patch which fixes the test. I committed the patch: http://lists.freebsd.org/pipermail/svn-src-all/2014-October/092553.html -- Craig