As a good person told me recently.. go into your green_thread library directory under java and remove the libc.so and the libdl.so and you will be fine..well it worked for me anyway.. Cheers James. Pooh Bear -- "I am just a bear of little brain" On Tue, 25 Aug 1998, G. Nelson DeSouza wrote: > Hi all, > > It'll probably sound trivial for most of you, but I've just installed > > jdk1.1.6 in my Linux box and I got the following error when running: > > $> cd $JDK_HOME; appletviewer demo/GraphLayout/example1.html > SIGSEGV 11* segmentation violation > stackbase=0xbffff540, stackpointer=0xbffff444 > > Full thread dump: > "Finalizer thread" (TID:0x4064b208, sys_thread_t:0x4138ff04, > state:R) prio=1 > "Async Garbage Collector" (TID:0x4064b250, sys_thread_t:0x4136ef04, > state:R) prio=1 > "Idle thread" (TID:0x4064b298, sys_thread_t:0x4134df04, state:R) > prio=0 > "Clock" (TID:0x4064b088, sys_thread_t:0x4132cf04, state:CW) prio=12 > "main" (TID:0x4064b0b0, sys_thread_t:0x81cc6e0, state:R) prio=5 > *current thread* > java.lang.Runtime.loadLibrary(Runtime.java) > java.lang.System.loadLibrary(System.java) > sun.awt.motif.MToolkit.<clinit>(MToolkit.java:46) > java.awt.Toolkit.getDefaultToolkit(Toolkit.java:402) > sun.applet.AppletCopyright.<init>(AppletCopyright.java:36) > sun.applet.AppletViewer.mainInit(AppletViewer.java:1038) > sun.applet.AppletViewer.main(AppletViewer.java:1047) > Monitor Cache Dump: > java.lang.Runtime@1080365288/1080757432: owner "main" (0x81cc6e0, 1 > entry) > java.lang.Class@1080369848/1080783776: owner "main" (0x81cc6e0, 1 > entry) > Registered Monitor Dump: > Thread queue lock: <unowned> > Name and type hash table lock: <unowned> > String intern lock: <unowned> > JNI pinning lock: <unowned> > JNI global reference lock: <unowned> > BinClass lock: <unowned> > Class loading lock: <unowned> > Java stack lock: <unowned> > Code rewrite lock: <unowned> > Heap lock: <unowned> > Has finalization queue lock: <unowned> > Finalize me queue lock: <unowned> > Monitor IO lock: <unowned> > Child death monitor: <unowned> > Event monitor: <unowned> > I/O monitor: <unowned> > Alarm monitor: <unowned> > Waiting to be notified: > "Clock" (0x4132cf04) > Monitor registry: owner "main" (0x81cc6e0, 1 entry) > Thread Alarm Q: > > > The linux is a Slackware 3.5 (kernel 2.0.34), with jdk1.1.6, and > > $> ldconfig -D | grep libc > libc.so.5 => libc.so.5.4.44 > $> ldconfig -D | grep ld > ld-linux.so.1 => ld-linux.so.1.9.9 > $>xdpyinfo |grep 'release number' > vendor release number: 3320 > > > Thanks for any help, > > Nelson > > >