From owner-freebsd-current@FreeBSD.ORG Thu Aug 11 10:32:05 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from lo0.su (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by hub.freebsd.org (Postfix) with ESMTP id 4C77B106566B; Thu, 11 Aug 2011 10:32:04 +0000 (UTC) (envelope-from ru@FreeBSD.org) Date: Thu, 11 Aug 2011 10:36:19 +0000 From: Ruslan Ermilov To: Test Rat Message-ID: <20110811103619.GB50947@lo0.su> References: <86obzxw2ys.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86obzxw2ys.fsf@gmail.com> 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: Thu, 11 Aug 2011 10:32:05 -0000 On Wed, Aug 10, 2011 at 10:12:11PM +0400, 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. > The case can be reduced to > > $ awk 'BEGIN { delete ARGV[1] } END { print ARGV[1] }' blah > [...] Should be fixed in r224776; please confirm. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer