From owner-freebsd-current@FreeBSD.ORG Tue Jun 15 17:37:06 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 6553816A4CE; Tue, 15 Jun 2004 17:37:06 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4890043D48; Tue, 15 Jun 2004 17:37:06 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i5FHahFo020776; Tue, 15 Jun 2004 10:36:43 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i5FHah5K020774; Tue, 15 Jun 2004 10:36:43 -0700 (PDT) (envelope-from sgk) Date: Tue, 15 Jun 2004 10:36:42 -0700 From: Steve Kargl To: Claus Guttesen Message-ID: <20040615173642.GA20669@troutmask.apl.washington.edu> References: <20040615171225.711.qmail@web14107.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040615171225.711.qmail@web14107.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: Cedric Tabary cc: Lasse Laursen cc: freebsd-threads@freebsd.org cc: freebsd-current@freebsd.org cc: mike Subject: Re: Possible Threading problem with -CURRENT / MySQL? 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: Tue, 15 Jun 2004 17:37:06 -0000 On Tue, Jun 15, 2004 at 07:12:25PM +0200, Claus Guttesen wrote: >>> We just had our first lockup for today - and the >>> last one. Next step is to >>> downgrade to Linux :( *crud* >> > > /etc/make.conf: > CPUTYPE=i686 > CFLAGS= -O2 -pipe -funroll-loops -fno-strict-aliasing > COPTFLAGS= -O2 -pipe -funroll-loops man make.conf Now read the descriptions for CFLAGS and COPTFLAGS. -- Steve