Hi!
When I use java (or appletviewer) on the testprograms in the jdk-shipping
it crashes.
Is there anyone who have seen this before and knows why this happends. I
use SuSE-linux 5.3 (it worked under 5.1).
An output like this one is printed
--------------------
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)
java.lang.System.loadLibrary(System.java)
sun.awt.motif.MToolkit.<clinit>(MToolkit.java:46)
java.awt.Toolkit.getDefaultToolkit(Toolkit.java:402)
java.awt.Window.getToolkit(Window.java:239)
java.awt.Frame.addNotify(Frame.java:204)
java.awt.Window.show(Window.java:150)
Test.<init>(Test.java:23)
Test.main(Test.java:28)
Monitor Cache Dump:
java.lang.Object@1080434584/1080795504: owner "main" (0x81f1808, 1 entry)
java.lang.Class@1080434944/1080797144: owner "main" (0x81f1808, 1 entry)
java.lang.Runtime@1080435440/1080801128: owner "main" (0x81f1808, 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" (0x4133ff04)
Monitor registry: owner "main" (0x81f1808, 1 entry)
Thread Alarm Q:
IOT trap/Abort
-------------------------
/Micke