[Prev][Next][Index][Thread]
Netscape crash
Hi guys,
In order to have Java on my linux, I had to upgrade to ELF libraries.
After the upgrade my Netscape crash with "bus error" announcement.
I installed a library called "gnumalloc.so" in my /lib directory and try the
recommended script:
#!/bin/sh
export CLASSPATH="/usr/local/netscape/java/classes/java_30:."
export LD_PRELOAD="/lib/gnumalloc.so"
/opt/netscape/bin/netscape $* # NOTE! This must be the path to the
real netscape executable.
Now I have "segmentation fault" error.
I did like the "bus error" though :)
Do you have any hints?
Thanks,
Michael
Follow-Ups: