From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 06:28:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B297D106564A for ; Mon, 18 Oct 2010 06:28:17 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 385BB8FC13 for ; Mon, 18 Oct 2010 06:28:16 +0000 (UTC) Received: by bwz16 with SMTP id 16so361382bwz.13 for ; Sun, 17 Oct 2010 23:28:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=D4wHyl69qHgO8DVf8I2Z9vylEXUvpadAYQEOx5bLacQ=; b=ZPdbzY2J1twMslWAZXoNaUspngmQttyxtPcD+CGkuQgV5doKQPa+M4fHzSLWcdq07z 8swO8OIcyHi0CGiF2Gf3e6F5Iegzt81v9gWs0AepWrVPLi8mCnnmfKMZIeby4tH1Z9Kq ID+ct3AbGHDtHzUyNRYsWjiWQjKkdqjY+fU+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=K1vDeKTHFz0A96XXU7VvhfIosEVrOybwJkmzn2Fhmcxs3D1l5+loQNAE5oCHhxZHub zwqMQyLPQBITkzXTsDaH1Xof6bkNV7Gu+qjgQSfdUqKal6at6qDUuCSonAYcYJh3M9ym d90kGJgVZ0UghASUdDrurnK2dhk2KYsYK4ywk= MIME-Version: 1.0 Received: by 10.204.72.211 with SMTP id n19mr3934173bkj.146.1287383295390; Sun, 17 Oct 2010 23:28:15 -0700 (PDT) Received: by 10.204.148.82 with HTTP; Sun, 17 Oct 2010 23:28:15 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Oct 2010 08:28:15 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Rob Farmer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: User Questions Subject: Re: libxul compilation problem 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: Mon, 18 Oct 2010 06:28:17 -0000 2010/10/17 Rob Farmer : > 2010/10/17 Fernando Apestegu=EDa : >> The machine has one single core cpu. Finally I was able to compile the >> thing, compiling >> the offending file by hand (nsHtml5ElementName.cpp) without the -O2 >> optimization flag. >> With this flag, cc1plus eats up all the memory of my system in a few >> seconds. Without >> the flag, the file is compiled without any problems and quite fast. >> >> Should this issue be a candidate for filing a PR? > > It's hard to say whether this is really a bug or not - I still think > your overall memory is low - 1 GB of RAM should be a supported > configuration, but that assumes a decent amount of swap - I'll bet > sysinstall's recommended partitioning would give you 2 GB. I still refuse to think 1GB is low ;) though I could be wrong. > > Try mailing the maintainers (gecko@freebsd.org) and see what they say. I'll do it. Thanks for your advices. Cheers. > > -- > Rob Farmer >