At 01:14 PM -0700 07/08/98, John Vliet wrote:
>this library causes requesting a Socket to send the Java VM (1.1.6) into
>a thread panic aborting with many errors and traces. if the library is
>replaced with the older ld-linux.so.1.9.5 library the problem goes away,
>but breaks other programs on the system. Is there a better fix for this
>problem? If the Socket is opened using the ld-linux.so.1.9.5 library
>then the newer library is put back in using ldconfig, the Java program
>will still work.
>ERRORs:
>
>SIGSEGV 11* segmentation violation
> stackbase=0xbffff850, stackpointer=0xbffff754
>
>The host is running Slackware linux with kernel 2.0.34
>The JDK version is 1.1.6
Try remove the libdl.so.1 and libc.so.5 from your
$JAVA_HOME/lib/i686/green_threads/
You are using a new enough libc5 right?
Cheers,
Paul