From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 18:47:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA0A1106566C for ; Wed, 10 Aug 2011 18:47:44 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7E09A8FC12 for ; Wed, 10 Aug 2011 18:47:44 +0000 (UTC) Received: by qwc9 with SMTP id 9so930495qwc.13 for ; Wed, 10 Aug 2011 11:47:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZaoZeLHiV+n4dmkhFd8XDL9RiIUFVLpOfQROdFd2wMY=; b=A5mjfqt2WWK9NnBhcDN3Y0n3DzJHrtadA0mgtQ+v5Mq0hpc2fmNTRYz2Wmp7odpu1G Z0GTK3U5SL/gNLuupHl/EfpDY3iO+Ysp0U9p4CBYDnoiRShLE3NFb1IX3QlMh1rm0h1i 2vB/9gfbJDhs51NKIUNJGJHq1CjSeGtCfULjk= MIME-Version: 1.0 Received: by 10.229.159.194 with SMTP id k2mr3296910qcx.83.1313000171048; Wed, 10 Aug 2011 11:16:11 -0700 (PDT) Received: by 10.229.222.83 with HTTP; Wed, 10 Aug 2011 11:16:11 -0700 (PDT) In-Reply-To: <86obzxw2ys.fsf@gmail.com> References: <86obzxw2ys.fsf@gmail.com> Date: Wed, 10 Aug 2011 11:16:11 -0700 Message-ID: From: Navdeep Parhar To: Test Rat Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: awk(1) segfaults when building kernel modules X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Aug 2011 18:47:44 -0000 On Wed, Aug 10, 2011 at 11:12 AM, Test Rat wrote: > `make -s buildkernel' seems to contain lots of segfaults after recent > update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. ... > > Anyone else? I see this too.