Date: Tue, 23 Sep 97 14:56:31 EDT From: luoqi@watermarkgroup.com (Luoqi Chen) To: roberto@eurocontrol.fr, thyerm@box.net.au Cc: freebsd-current@FreeBSD.ORG Subject: Re: Netscape 4.03b8 doesn't work after poll/select changes Message-ID: <9709231856.AA28682@watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9709231856.AA28682>
