At 08:21 PM 10/1/98 +0200, you wrote:
>Hi again!
>
>I left out some information that might help in solving of my question.
>An output like this one is printed
>
>The output when it crashes (java and appletviewer).
>--------------------
>SIGSEGV 11* segmentation violation
> stackbase=0xbffff430, stackpointer=0xbffff334
>
>Full thread dump:
> "Finalizer thread" (TID:0x4065e208, sys_thread_t:0x413a2f04, state:R)
prio=1
> "Async Garbage Collector" (TID:0x4065e250, sys_thread_t:0x41381f04,
state:R)
> prio=1
> "Idle thread" (TID:0x4065e298, sys_thread_t:0x41360f04, state:R) prio=0
> "Clock" (TID:0x4065e088, sys_thread_t:0x4133ff04, state:CW) prio=12
> "main" (TID:0x4065e0b0, sys_thread_t:0x81f1808, state:R) prio=5
*current thr
>ead*
> java.lang.Runtime.loadLibrary(Runtime.java)
> ...
I've seen something like this before. It was immediately after I had
updated my JDK from 1.1.3 to 1.1.6 and I discovered that there were still
some hooks into the 1.1.3 code. I removed the 1.1.3 and all references to
it in paths, etc. and the problem went away.
This may be a completely different problem but it could be relevant.
Douglas Toltzman