From owner-freebsd-questions@FreeBSD.ORG Sat May 24 15:32:03 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D19001065674 for ; Sat, 24 May 2008 15:32:03 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 425F98FC0A; Sat, 24 May 2008 15:32:03 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <483834F2.1090907@FreeBSD.org> Date: Sat, 24 May 2008 17:32:02 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: paul beard References: <20080523210854.GB20868@hub.freebsd.org> <20080524082810.GH20868@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: kernel debugging: seeing swap issues in 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 15:32:03 -0000 paul beard wrote: > On Sat, May 24, 2008 at 1:28 AM, Kris Kennaway wrote: > >> There is no bug in gcc. Your system does not have enough memory to >> run the compilation job, so you are thrashing it severely. Try >> turning down the CFLAGS optimization level, or use a precompiled >> package from the FTP site or built on another machine. > > That's as may be, but the initial warning/error message was that the > gcc folks wanted a big filed. If there is a package for this, I'll go > that route. The gcc message is a secondary failure from the process being killed at an unexpected point when your system ran out of memory. Kris