From owner-freebsd-mozilla@FreeBSD.ORG Mon Aug 4 14:22:24 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE0EE37B401 for ; Mon, 4 Aug 2003 14:22:24 -0700 (PDT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292A443F85 for ; Mon, 4 Aug 2003 14:22:24 -0700 (PDT) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail1.panix.com (Postfix) with ESMTP id 940EB48702; Mon, 4 Aug 2003 17:22:23 -0400 (EDT) Received: (from fj@localhost) by panix5.panix.com (8.11.6p2/8.8.8/PanixN1.1) id h74LMNK11332; Mon, 4 Aug 2003 17:22:23 -0400 (EDT) Date: Mon, 4 Aug 2003 17:22:23 -0400 From: Joe Altman To: Jason Message-ID: <20030804212223.GA24723@panix.com> References: <3F2C49A4.4050005@unix.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F2C49A4.4050005@unix.org.au> User-Agent: Mutt/1.4.1i cc: mozilla@freebsd.org Subject: Re: Mozilla Freezing X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 21:22:25 -0000 The obvious thing to check is your DNS in resolv.conf, no? I assume that you already have? I do remember this was on questions, recently: http://lists.freebsd.org/mailman/htdig/freebsd-questions/2003-July/thread.html#11329 FWIW: mozilla has issues; and for me, it was a different one. I also tried the Path of Making Deinstall to no avail. I've found that it is almost always some other thing that needs tweaking, or even deleting, and letting mozilla re-create it at next invocation. I only relate this because re-compiling it is very time-consuming. HTH. On Sun, Aug 03, 2003 at 09:30:44AM +1000, Jason wrote: > > Hi > > I have been using Mozilla for some time now .. and recently switched to > Firebird, Mozilla / firebird built from the ports tree. > > I run it on FreeBSD 4.8 Stable XFree86 Version 4.2.0 / X Window System. > > Each time I start the browser and type in the address bar Firebird or > Mozilla locks up for about 5 minutes. > > Clicking on links bookmarks etc doesnt cause any problems just typing, > the behavior is duplicated with login boxes etc not just the address bar. > > Once it has waited for around 5 minutes it unfreezes itself and works > fine and fast. > > This problem has happened with all builds of mozilla and firebird > after 1.0 the problem happens in mozilla -mail and composer as well. > I have tried deinstalling and recompiling several times. > > Have heard of anything like this before? > > Any help would be greatly appreciated. > > Version Info > > Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030717 > > Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030716 > Mozilla Firebird/0.6 > > > Best Regards Jason -- Free the West Memphis Three http://www.wm3.org/ From owner-freebsd-mozilla@FreeBSD.ORG Tue Aug 5 05:30:08 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9931E37B401 for ; Tue, 5 Aug 2003 05:30:08 -0700 (PDT) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.131.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594F143F3F for ; Tue, 5 Aug 2003 05:30:07 -0700 (PDT) (envelope-from freebsd@www.webpath.net) Received: (qmail 6147 invoked from network); 5 Aug 2003 12:30:06 -0000 Received: from unknown (HELO www.webpath.net) (tech462@frontiernet.net@[65.73.204.62]) (envelope-sender )SMTP for ; 5 Aug 2003 12:30:06 -0000 Message-ID: <3F2FA34B.3070907@www.webpath.net> Date: Tue, 05 Aug 2003 08:30:03 -0400 From: Todd User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason References: <3F2C49A4.4050005@unix.org.au> <20030804212223.GA24723@panix.com> In-Reply-To: <20030804212223.GA24723@panix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: mozilla@freebsd.org Subject: Re: Mozilla Freezing X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 12:30:08 -0000 Is there a possibility that you built 1.0 with gtk1 and later versions with gtk2? Hmmm...one common element of each release for FreeBSD after 1.0 (1.02?) is that they use anti-aliasing for font rendering. Although I doubt this has anything to do with it :) Try reinstalling and building from ports with: # make WITHOUT_XFT=yes (This Disables Xft anti-aliasing support.) Or if you want to use the Calendar: # make WITHOUT_XFT=yes WITH_CALENDAR=yes See the Makefile for more compile time options. Joe Altman wrote: >The obvious thing to check is your DNS in resolv.conf, no? I assume >that you already have? > >I do remember this was on questions, recently: > >http://lists.freebsd.org/mailman/htdig/freebsd-questions/2003-July/thread.html#11329 > >FWIW: mozilla has issues; and for me, it was a different one. I also >tried the Path of Making Deinstall to no avail. I've found that it is >almost always some other thing that needs tweaking, or even deleting, >and letting mozilla re-create it at next invocation. I only relate >this because re-compiling it is very time-consuming. > >HTH. > >On Sun, Aug 03, 2003 at 09:30:44AM +1000, Jason wrote: > > >>Hi >> >>I have been using Mozilla for some time now .. and recently switched to >>Firebird, Mozilla / firebird built from the ports tree. >> >>I run it on FreeBSD 4.8 Stable XFree86 Version 4.2.0 / X Window System. >> >>Each time I start the browser and type in the address bar Firebird or >>Mozilla locks up for about 5 minutes. >> >>Clicking on links bookmarks etc doesnt cause any problems just typing, >>the behavior is duplicated with login boxes etc not just the address bar. >> >>Once it has waited for around 5 minutes it unfreezes itself and works >>fine and fast. >> >>This problem has happened with all builds of mozilla and firebird >>after 1.0 the problem happens in mozilla -mail and composer as well. >>I have tried deinstalling and recompiling several times. >> >>Have heard of anything like this before? >> >>Any help would be greatly appreciated. >> >>Version Info >> >>Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030717 >> >>Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030716 >>Mozilla Firebird/0.6 >> >> >>Best Regards Jason >> >> > > >