From owner-freebsd-current@FreeBSD.ORG Mon May 10 10:11:18 2004 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 3E0C116A4CE for ; Mon, 10 May 2004 10:11:18 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B3343D3F for ; Mon, 10 May 2004 10:11:17 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id CA7A572DBF; Mon, 10 May 2004 10:11:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id C54C172DB5; Mon, 10 May 2004 10:11:17 -0700 (PDT) Date: Mon, 10 May 2004 10:11:17 -0700 (PDT) From: Doug White To: YONETANI Tomokazu In-Reply-To: <20040508011005.GA12093@les.ath.cx> Message-ID: <20040510101050.T74719@carver.gumbysoft.com> References: <20040430135155.C67990@carver.gumbysoft.com> <20040508011005.GA12093@les.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: src/sys/vm/vm_init.c v1.43 hangs amd64 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: Mon, 10 May 2004 17:11:18 -0000 On Sat, 8 May 2004, YONETANI Tomokazu wrote: > Hi. > > On Sat, May 01, 2004 at 08:42:46AM -0700, Doug White wrote: > > On Fri, 30 Apr 2004, Doug White wrote: > > > > > I've been having problems with adm64 hanging under load on my dual opteron > > > 244 machine. Its a HDAMA mainboard with 2GB RAM. The problems started > > > around April 8. I finally found some time this week to narrow down the > > > commit that causes the breakage; its rev 1.43 of src/sys/vm/vm_init.c. > [snip] > > 2. Changing COPTFLAGS to '-O -frename-registers -pipe' from the default > > '-O2 -frename-registers -pipe' stops the crash. So it may be an > > O2-specific optimization bug. > > Just out of curiocity, can this bug still be triggered if you leave > -frename-registers out of COPTFLAGS? I'll give it a try. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org