From owner-freebsd-stable Tue Jul 25 4:59:55 2000 Delivered-To: freebsd-stable@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9837BE49 for ; Tue, 25 Jul 2000 04:59:47 -0700 (PDT) (envelope-from dima@chg.ru) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id PAA27196; Tue, 25 Jul 2000 15:59:22 +0400 (MSD) (envelope-from dima) Date: Tue, 25 Jul 2000 15:59:21 +0400 From: "Dmitry S. Sivachenko" To: Dag-Erling Smorgrav Cc: stable@freebsd.org Subject: Re: Has anybody built MySQL lately? Message-ID: <20000725155921.C26069@netserv1.chg.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from des@flood.ping.uio.no on Tue, Jul 25, 2000 at 01:49:45PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 25, 2000 at 01:49:45PM +0200, Dag-Erling Smorgrav wrote: > When I try to build MySQL on 4.1-RC2 (running on a -CURRENT kernel, > but that shouldn't make any difference), I get the following when it > reaches sql_yacc.cc: > > last pid: 83002; load averages: 1.34, 1.41, 1.50 up 6+23:58:13 13:46:42 > 101 processes: 1 running, 100 sleeping > CPU states: 3.3% user, 0.0% nice, 6.9% system, 0.0% interrupt, 89.8% idle > Mem: 129M Active, 7080K Inact, 44M Wired, 5240K Cache, 29M Buf, 576K Free > Swap: 512M Total, 232M Used, 280M Free, 45% Inuse, 1788K In, 780K Out > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 82846 root -22 0 215M 119M swread 20:24 31.10% 31.10% cc1plus > > At about that point I have to kill it to stop the machine from > swapping itself to oblivion... > It seems you use -O2 options to gcc. This is known bug in gcc. With just -O everything should work fine. --dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message