[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: netscape 3.01_4



Lawrence Chim <ychim@yallara.cs.rmit.edu.au> writes:

> #!/bin/sh
> 
> export LD_PRELOAD=libc.so.5.2.18  <<<
> 
> export MALLOC_CHECK_=0

MALLOC_CHECK_ is only meaningful on 5.4.20-1 and higher.

btw, for me, Netscape reliably crashes running Java apps under 16 bpp,
but it works ok under 8 bpp.  Could that be the problem?

It's better to use just MALLOC_CHECK_ and nothing else.  The new
malloc in 5.4 is better for other things, and Netscape is a hog.
Loading more than one version of libc5 is also a waste.


Guy


Reply to: