From owner-freebsd-current Mon Feb 21 16: 2: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.netaxs.com (mail.netaxs.com [207.8.186.26]) by hub.freebsd.org (Postfix) with ESMTP id DD63737B529 for ; Mon, 21 Feb 2000 16:01:59 -0800 (PST) (envelope-from bleez@netaxs.com) Received: from gravy.kishka.net (dyn-2.blackbox-2.netaxs.com [207.106.60.2]) by mail.netaxs.com (8.8.7/8.8.5) with ESMTP id SAA26253; Mon, 21 Feb 2000 18:56:58 -0500 (EST) Received: from localhost (gravy.kishka.net [127.0.0.1]) by gravy.kishka.net (8.9.3/8.9.3) with ESMTP id SAA00642; Mon, 21 Feb 2000 18:56:42 -0500 (EST) (envelope-from bleez@netaxs.com) Date: Mon, 21 Feb 2000 18:56:41 -0500 (EST) From: Bryan Liesner X-Sender: root@gravy.kishka.net Reply-To: Bryan Liesner To: Alex Le Heux Cc: freebsd-current@FreeBSD.ORG Subject: Re: Crashing netscape? In-Reply-To: <20000221195137.D50580@funk.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 21 Feb 2000, Alex Le Heux wrote: >Hi, > >Am I the only one who's experiencing an amzing amount of crashes on >Netscape? > >It's been going on for quite some time now (months), upgrading Netscape or >switching from the Linux to the FreeBSD to the BSDI version doesn't help. >The most stable version seems to be the Linux version, but that even >crashes 5-10 times per day. It will *always* crash when a page uses java, >but I've not been able to find a non-java page that will always crash it. Netscape would always crash on me when loading a java applet - I found that if you define both the scaled and unscaled fonts in XF86Config as below that all the java related crashes go away. It still crashes occasionally on complex pages that load up a million different frames, though. Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" ModulePath "/usr/X11R6/lib/modules" EndSection Hope this helps. -Bryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message