From owner-freebsd-testing@FreeBSD.ORG Thu Oct 2 17:57:04 2014 Return-Path: Delivered-To: testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E088F688 for ; Thu, 2 Oct 2014 17:57:04 +0000 (UTC) Received: from mail-qg0-f45.google.com (mail-qg0-f45.google.com [209.85.192.45]) (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 A00A4931 for ; Thu, 2 Oct 2014 17:57:04 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id e89so2313572qgf.18 for ; Thu, 02 Oct 2014 10:57:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Stce99MZurYjhmAtIGBjT2nZ9de9LkobVz3TyM4/KXE=; b=QVyJqy4+IPRP8CeHufSR6Ieo2Exrihks7ZesN8nTuFtnhl8Hz+7hXz92354e3UK9LM 7ktB2f43eTskKZQyWN+wtzCSMGReX9BEGaFX1F0o9zzlRDCYCGcX/t/LjJiybU9AvyAZ piwggiS2AMXj7Es51Y3CM4Z78O8LGfc9OMGwaynPGsoga2BluUtF58L59fsN1PL9aBjE ovtvDnFO+qyuD+BKWyrnJh6eckCAp1xpIfaes6MfJqiSGsed6Xclz7mmgB/vTtQVWPoV HIhdIjp7hSzIhZvLxoZAl5posEBZgGSKGoe/VPrjaZAcHfU254bidIy8czV3Bqsw1kLP K3YQ== X-Gm-Message-State: ALoCoQmvTMmO/Anwpd2j8HOY/cercRQnpNrVAFhJq1lzSXNcJ0QD2jU4+nxVaepJoD4eBX/CnXHs X-Received: by 10.140.92.199 with SMTP id b65mr667160qge.86.1412272622640; Thu, 02 Oct 2014 10:57:02 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.75.134 with HTTP; Thu, 2 Oct 2014 10:56:42 -0700 (PDT) X-Originating-IP: [2620:0:1003:1007:f94e:df22:a7b5:d386] In-Reply-To: References: From: Julio Merino Date: Thu, 2 Oct 2014 13:56:42 -0400 X-Google-Sender-Auth: lO0e1XfCzo1Y0LXfhgExJlghWY0 Message-ID: Subject: Re: Need help debugging yacc test failure in CURRENT To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current Current , "freebsd-testing@freebsd.org" 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: Thu, 02 Oct 2014 17:57:05 -0000 On Thu, Oct 2, 2014 at 5: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 > > Can someone help debug and fix this? What you'd do until someone fixes the yacc bug is file a PR for this crash and then mark the test as "expected failure" (or TODO in TAP terms).