From owner-freebsd-current@FreeBSD.ORG Wed May 9 18:24:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B719516A402 for ; Wed, 9 May 2007 18:24:22 +0000 (UTC) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4A813C465 for ; Wed, 9 May 2007 18:24:21 +0000 (UTC) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by freebsd.czest.pl (8.13.4/8.12.9) with ESMTP id l49Ix5Em029414; Wed, 9 May 2007 18:59:06 GMT (envelope-from dunstan@freebsd.czest.pl) Received: (from dunstan@localhost) by freebsd.czest.pl (8.13.4/8.12.9/Submit) id l49Ix5ct029413; Wed, 9 May 2007 18:59:05 GMT (envelope-from dunstan) Date: Wed, 9 May 2007 18:59:05 +0000 From: "Wojciech A. Koszek" To: freebsd-current@freebsd.org Message-ID: <20070509185905.GA29365@FreeBSD.czest.pl> Mail-Followup-To: "Wojciech A. Koszek" , freebsd-current@freebsd.org, jasone@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-2.0.2 (freebsd.czest.pl [80.48.250.4]); Wed, 09 May 2007 18:59:06 +0000 (UTC) Cc: jasone@freebsd.org Subject: yacc(1) causes a fault -- "fault VA = 0xa5a5a5b1" 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, 09 May 2007 18:24:22 -0000 Hi, I have a file: http://people.freebsd.org/~wkoszek/traces/grammar.y I run this command: yacc -d -o grammar.c grammar.y While I get a following warning on RELENG_6 machines: $ yacc -d -o grammar.c grammar.y yacc: w - line 36 of "grammar.y", the default action assigns an undefined value to $$ yacc: w - the symbol NUMBER is undefined On various -CURRENT boxes I see: $ yacc -d -o grammar.c grammar.y fatal process exception: page fault, fault VA = 0xa5a5a5b1 zsh: segmentation fault (core dumped) yacc -d -o grammar.c grammar.y Sounds like a regression in malloc(3) ? Thanks, -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/dunstan/