From owner-freebsd-current@FreeBSD.ORG Tue Mar 23 07:19:27 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 45B2016A4D1 for ; Tue, 23 Mar 2004 07:19:27 -0800 (PST) Received: from cmsrelay01.mx.net (cmsrelay01.mx.net [165.212.11.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 09F0943D4C for ; Tue, 23 Mar 2004 07:19:27 -0800 (PST) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg131.cms.usa.net (165.212.11.131) by cmsoutbound.mx.net with SMTP; 23 Mar 2004 15:19:25 -0000 Received: from optimator.noacks.org [65.69.2.38] by uadvg131.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 325icwPTV0346M31; Tue, 23 Mar 2004 15:19:21 GMT X-USANET-Auth: 65.69.2.38 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 340D4617D; Tue, 23 Mar 2004 09:19:20 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55938-08; Tue, 23 Mar 2004 09:19:19 -0600 (CST) Received: from alumni.rice.edu (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id B8B77617A; Tue, 23 Mar 2004 09:19:18 -0600 (CST) Message-ID: <40605576.3080604@alumni.rice.edu> Date: Tue, 23 Mar 2004 09:19:18 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040312) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <16479.30826.56912.226587@knock.econ.vt.edu> <20040322180728.F5352@carver.gumbysoft.com> <20040323121441.1e535e57@Magellan.Leidinger.net> <1080050628.777.2.camel@gyros> <20040323153753.4805898a@Magellan.Leidinger.net> In-Reply-To: <20040323153753.4805898a@Magellan.Leidinger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: FreeBSD GNOME Users cc: freebsd-current@FreeBSD.org cc: Joe Marcus Clarke cc: "Russell D. Murphy Jr." Subject: Re: Mozilla crash and burn? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 15:19:27 -0000 On 3/23/2004 8:37 AM, Alexander Leidinger wrote: > On Tue, 23 Mar 2004 09:03:48 -0500 > Joe Marcus Clarke wrote: > >>Me, either. Mozilla works just fine for me. I've never seen any of the >>crashes you describe. The URLs you mentioned above work fine for me (I >>go to GnomeDesktop a lot). I'm running -CURRENT from yesterday with all >>debugging disabled. Perhaps this is something triggered by WITNESS... > > - no kernel debugging (so no WITNESS...) > - malloc.conf -> aj > - sched ule > - CFLAGS=-Os -pipe -fno-strict-aliasing > - COPTFLAGS=-Os -pipe > - CPUTYPE=athlon > - WANT_COMPAT4_STDIO=YES > - libmap: libc_r -> libpthread I hope this isn't a stupid question, but why -Os instead of -O? Jon