From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 2 02:50:36 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E55FC16A4DA for ; Wed, 2 Jun 2004 02:50:35 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CB443D5F for ; Wed, 2 Jun 2004 02:50:22 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.80.204) by smtp01.syd.iprimus.net.au (7.0.024) id 40B7A0DA00162CFC; Wed, 2 Jun 2004 19:50:20 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id E3D3F41D0; Wed, 2 Jun 2004 19:51:15 +1000 (EST) Date: Wed, 2 Jun 2004 19:51:15 +1000 From: Tim Robbins To: Sean McNeil Message-ID: <20040602095115.GA10734@cat.robbins.dropbear.id.au> References: <1086167939.2511.9.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1086167939.2511.9.camel@server.mcneil.com> User-Agent: Mutt/1.4.1i cc: freebsd-amd64@freebsd.org Subject: Re: firefox dies when anything typed in search or test fields X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 09:50:36 -0000 On Wed, Jun 02, 2004 at 02:18:59AM -0700, Sean McNeil wrote: > I'm not getting any core dump or other indication of an error, but when > I type a single character into the search text widget or if I go to > google.com and type a character in the search for that then firefox will > crash. This has been frustrating me a lot lately. It seems to be a known problem with Firefox 0.8 on amd64 (not specific to FreeBSD): http://forums.gentoo.org/viewtopic.php?t=146823&highlight=firefox+amd64 http://bugzilla.mozilla.org/show_bug.cgi?id=244577 (???) The Gentoo forum posts suggest that turning off "Saved Form Information" and "Saved Passwords" (in Privacy options) and "Use Find As You Type" (in Advanced / Accessibility options) may help, but it didn't improve anything for me. I'm going to try plain Mozilla instead. Tim