From owner-freebsd-current Tue Sep 23 11:57:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27448 for current-outgoing; Tue, 23 Sep 1997 11:57:11 -0700 (PDT) Received: from watermarkgroup.com (lor.watermarkgroup.com [38.246.139.30]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA27442 for ; Tue, 23 Sep 1997 11:57:07 -0700 (PDT) Received: by watermarkgroup.com (4.1/SMI-4.1) id AA28682; Tue, 23 Sep 97 14:56:31 EDT Date: Tue, 23 Sep 97 14:56:31 EDT From: luoqi@watermarkgroup.com (Luoqi Chen) Message-Id: <9709231856.AA28682@watermarkgroup.com> To: roberto@eurocontrol.fr, thyerm@box.net.au Subject: Re: Netscape 4.03b8 doesn't work after poll/select changes Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Try adding this line to /usr/local/bin/netscape, export XCMSDB; XCMSDB=/dev/null XF86 3.3.x uses CMS to do color lookup, and because of some FPE related bugs it would go into an infinite loop. Disable the CMS lookup seems to circumvent this problem, but it might surface later at some other part of the code. -lq