From owner-freebsd-current@FreeBSD.ORG Tue Oct 11 15:34:17 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 7613F16A423 for ; Tue, 11 Oct 2005 15:34:17 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FCD43D46 for ; Tue, 11 Oct 2005 15:34:16 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (mzebix@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.1/8.13.1) with ESMTP id j9BFYC56025840; Tue, 11 Oct 2005 17:34:13 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.1/8.13.1/Submit) id j9BFYCTl025838; Tue, 11 Oct 2005 17:34:12 +0200 (CEST) (envelope-from olli) From: Oliver Fromme Message-Id: <200510111534.j9BFYCTl025838@lurza.secnetix.de> To: dantavious@comcast.net (Derrick Edwards) Date: Tue, 11 Oct 2005 17:34:12 +0200 (CEST) In-Reply-To: <200510111123.35565.dantavious@comcast.net> from "Derrick Edwards" at Oct 11, 2005 11:23:34 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 12 Oct 2005 11:49:31 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Firefox dies unexpectedly. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Oct 2005 15:34:17 -0000 Derrick Edwards wrote: > I have CFLAGS= -O2 -pipe -funroll-loops in /etc/make.conf > Would this do any damage? Yes. You should either remove that line completely, or reduce -O2 to -O, or add -fno-strict-aliasing to it. Note that the default is: -O2 -fno-strict-aliasing -pipe If you use -O2 without -fno-strict-aliasing, then you get problems in programs which are not aliasing-clean. The best solution is probably to just remove the CFLAGS line from your /etc/make.conf, then rebuild everything. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "I invented Ctrl-Alt-Delete, but Bill Gates made it famous." -- David Bradley, original IBM PC design team