From owner-freebsd-current@FreeBSD.ORG Thu Oct 2 20:55:11 2014 Return-Path: Delivered-To: freebsd-current@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 4085EA7; Thu, 2 Oct 2014 20:55:11 +0000 (UTC) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (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 DE189F8A; Thu, 2 Oct 2014 20:55:10 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id rl12so3324874iec.31 for ; Thu, 02 Oct 2014 13:55:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yCqemzT6P/tl0kYHABZTeAmYWyowto6vtkD3/nMSqP8=; b=v3BBxTKMpljvIL0v1PtojfsIZJFj6BNMVTuekXtrlXJjAHu8dHxhktXHS0U1rYt8k9 I7Umo+2FsSdYi0h0FoQqKYwA8l1xbDx6ejtvPr4+MoSSTUEvrenGojupMVX92klATyLF wCAA8GkQseP+rjKRGoEgBItjsa8BF2B8ap3VsGkI/kqLtQ7ejvg+tt11sSytPC0DMza4 EjDhhh+E0P9LnXk//l0zW2E2CP4t64QFns5HaNNesFvXh/NRDHhGuFEbg84REm8HUyyJ Y8yvROedfKqcarrwlOHo/VZVUba2iOQesSvYPcit7eITLgjb8PPqKVI1HqKa/WTSlWK+ iBTQ== MIME-Version: 1.0 X-Received: by 10.42.207.131 with SMTP id fy3mr8160117icb.67.1412283310316; Thu, 02 Oct 2014 13:55:10 -0700 (PDT) Received: by 10.50.227.42 with HTTP; Thu, 2 Oct 2014 13:55:10 -0700 (PDT) In-Reply-To: <3B9D64BE-9982-4334-B20B-E316A8361466@gmail.com> References: <8E14869A-049B-4BBA-BE51-714AD202F191@gmail.com> <3B9D64BE-9982-4334-B20B-E316A8361466@gmail.com> Date: Thu, 2 Oct 2014 13:55:10 -0700 Message-ID: Subject: Re: Need help debugging yacc test failure in CURRENT From: NGie Cooper To: Julio Merino Content-Type: text/plain; charset=UTF-8 Cc: Craig Rodrigues , Baptiste Daroussin , freebsd-current Current , "freebsd-testing@freebsd.org" 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 20:55:11 -0000 On Thu, Oct 2, 2014 at 11:14 AM, Garrett Cooper wrote: ... > Let me rephrase that. Using an older atf/kyua didn't repro the bug, so it's probably atf/kyua Here's the bug I was referring to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193499 (was replying on my phone earlier). Thanks!