From owner-freebsd-current@FreeBSD.ORG Thu Oct 2 09:23:04 2014 Return-Path: Delivered-To: freebsd-current@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 912A83B5; Thu, 2 Oct 2014 09:23:04 +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 E6BE825D; Thu, 2 Oct 2014 09:23:03 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pv20so2013336lab.34 for ; Thu, 02 Oct 2014 02:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=XSwE0OMPOqKU7ToKve5yQazyw7WQj+C5H0q6kF8UH0E=; b=PdAJDfxdxohjpTYODBNggrwlCzQ3oewICfybIGFewkJ2YRSUyKU+LdYldTcdtUqh9w gWAk1kdev89hTQD5OtF3uzSnDx/hG5/IUXyzZ/ePQV3O8LYpqY6ZSqagc0plnUqJaY97 lTnrox+N5EYFB0sd5VqLos+KoQuGDn30lxxaYafkxh90rjhH1sPL3prsEMzrGxFrjSU3 Fd6k6YxTBAQZmmRJ8mZ2Fto4JcTMeSZnYj+iJp7XtOy7prKYKTYdlKYWDURc08gMaY13 fW7XP8j46wwn58+VQWYDLe7xn08KD1rhpUGDF7oJtm/cOOKT6DLEI9bFQ22/aXVcvs2W 7Qhg== MIME-Version: 1.0 X-Received: by 10.112.54.130 with SMTP id j2mr28041612lbp.41.1412241781787; Thu, 02 Oct 2014 02:23:01 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Thu, 2 Oct 2014 02:23:01 -0700 (PDT) Date: Thu, 2 Oct 2014 02:23:01 -0700 X-Google-Sender-Auth: B8gCUADVG-8vKYfNMq8K_SGUQic Message-ID: Subject: 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-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 02 Oct 2014 09:23:04 -0000 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? Thanks. -- Craig