From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 14:41:50 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED0A37B401; Fri, 11 Jul 2003 14:41:50 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89ACE43FBD; Fri, 11 Jul 2003 14:41:49 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) h6BLfmxN015092; Fri, 11 Jul 2003 17:41:48 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.9/8.12.9/Submit) id h6BLfmT2015091; Fri, 11 Jul 2003 17:41:48 -0400 (EDT) Date: Fri, 11 Jul 2003 17:41:48 -0400 From: Alexander Kabaev To: Bruce Evans Message-Id: <20030711174148.173686c4.ak03@gte.com> In-Reply-To: <20030712065656.C31200@gamplex.bde.org> References: <200307111844.h6BIicM7018465@gw.catspoiler.org> <20030712065656.C31200@gamplex.bde.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.9.0claws25 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Don Lewis cc: current@freebsd.org cc: l.ertl@univie.ac.at Subject: Re: Kernel built with new GCC panics immediately X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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: Fri, 11 Jul 2003 21:41:51 -0000 On Sat, 12 Jul 2003 07:37:25 +1000 (EST) Bruce Evans wrote: > > Try compiling with cc -no-zero-initialized-in-bss. > > gcc now puts zero-initialized variables in the bss by default, so an > old bug in locore.s probably just became fatal. From locore.s: > Bull's eye! Peter has identified this problem already and hopefully will be committing a patch soon. -- Alexander Kabaev