(gdb) info thr * 3 Thread 1083685808 (LWP 24822) 0xffffe410 in ?? () 2 Thread 1536117680 (LWP 25271) 0xffffe410 in ?? () 1 Thread 1081581696 (LWP 24817) 0xffffe410 in ?? () (gdb) thr 1 [Switching to thread 1 (Thread 1081581696 (LWP 24817))]#0 0xffffe410 in ?? () (gdb) bt #0 0xffffe410 in ?? () #1 0xbfffd934 in ?? () #2 0x00004892 in ?? () #3 0x00000000 in ?? () #4 0x4046891c in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0 #5 0x400417ab in apr_thread_cond_timedwait (cond=0x86feff0, mutex=0x86fefc0, timeout=Variable "timeout" is not available. ) at locks/unix/thread_cond.c:89 #6 0x4003d3ca in condvar_wait_impl (cond=0x86feff0, mutex=0x86fefc0, ms=100, nano=0, interruptable=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_condvar.c:71 #7 0x4003e5a2 in latch_wait_impl (latch=0x86fefb0, ms=100, nano=0, interruptable=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_latch.c:78 #8 0x4003e663 in hylatch_wait_timed (latch=0x86fefb0, ms=100, nano=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_latch.c:116 #9 0x4003c682 in hythread_join_timed (t=0x8725cf0, millis=100, nanos=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_basic.c:319 #10 0x40c9729f in vm_shutdown_stop_java_threads (vm_env=0x8075ee0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp:164 #11 0x40c975d9 in vm_destroy (java_vm=0x8075ec8, java_thread=0x8944db0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp:258 #12 0x40be5503 in DestroyJavaVM (vm=0x8075ec8) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:1504 #13 0x08049b60 in invocation (portLibrary=0xbfffdde0, argc=7, argv=0xbfffe214, handle=134629024, version=65540, ignoreUnrecognized=1 '\001', mainClass=0xbffffcd5 "stress.Sync", classArg=6, propertiesFileName=0x80645a0 "/nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/build/lnx_ia32_icc_debug/deploy/jdk/jre/bin/default/harmonyvm.properties", isStandaloneJar=0, vmdllsubdir=0xbfffdc08 "default") at ../shared/main.c:722 #14 0x080490c0 in gpProtectedMain (args=0xbfffddc0) at ../shared/main.c:360 #15 0x0804b38a in signalProtectedMain () #16 0x4002c5d8 in hysig_protect () from /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/build/lnx_ia32_icc_debug/deploy/jdk/jre/bin/libhyprt.so #17 0x0804b44a in main () (gdb) thr 2 [Switching to thread 2 (Thread 1536117680 (LWP 25271))]#0 0xffffe410 in ?? () (gdb) bt #0 0xffffe410 in ?? () #1 0x5b8f2cf4 in ?? () #2 0x0000488e in ?? () #3 0x00000000 in ?? () #4 0x4046873b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0 #5 0x4003d33c in condvar_wait_impl (cond=0x86ff108, mutex=0x86ff0d8, ms=0, nano=0, interruptable=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_condvar.c:70 #6 0x4003ecd4 in sem_wait_impl (sem=0x86ff0c0, ms=0, nano=0, interruptable=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_semaphore.c:69 #7 0x4003edc2 in hysem_wait (sem=0x86ff0c0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_semaphore.c:107 #8 0x4003f319 in thread_safe_point_impl (thread=0x8725cf0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_suspend.c:181 #9 0x4003f268 in hythread_suspend_disable () at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_suspend.c:132 #10 0x41464957 in interpreterInvokeStaticNative (prevFrame=@0x5b8f3584, frame=@0x5b8f3004, method=0x8426428) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interp_native_ia32.cpp:425 #11 0x414866e0 in interpreterInvokeStatic (prevFrame=@0x5b8f3584, method=0x8426428) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:3261 #12 0x4147f1c4 in Opcode_INVOKESTATIC (frame=@0x5b8f3584) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2093 #13 0x41484593 in interpreter (frame=@0x5b8f3584) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2881 #14 0x41486a2f in interpreterInvokeStatic (prevFrame=@0x5b8f3ae8, method=0x8320d68) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:3286 #15 0x4147f1c4 in Opcode_INVOKESTATIC (frame=@0x5b8f3ae8) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2093 #16 0x41484593 in interpreter (frame=@0x5b8f3ae8) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2881 #17 0x41486a2f in interpreterInvokeStatic (prevFrame=@0x5b8f4050, method=0x8320cc0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:3286 #18 0x4147f1c4 in Opcode_INVOKESTATIC (frame=@0x5b8f4050) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2093 #19 0x41484593 in interpreter (frame=@0x5b8f4050) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2881 #20 0x4148725f in interpreterInvoke (prevFrame=@0x5b8f47a8, method=0x85fd4a0, args=1, obj=0x41ab1264, intf=false) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:3376 #21 0x41487a1a in interpreterInvokeVirtual (prevFrame=@0x5b8f47a8, method=0x85fd4a0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:3458 #22 0x4147ed10 in Opcode_INVOKEVIRTUAL (frame=@0x5b8f47a8) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2054 #23 0x4148461b in interpreter (frame=@0x5b8f47a8) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:2895 #24 0x414860bf in interpreter_execute_method (method=0x8321b30, return_value=0x0, args=0x5b8f4980) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interpreter.cpp:3179 #25 0x41462913 in JIT_execute_method (jh=0x0, m=0x8321b30, return_value=0x0, args=0x5b8f4980) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/interpreter/src/interp_exports.cpp:162 #26 0x414253a2 in DrlEMImpl::executeMethod (this=0x8096c10, meth=0x8321b30, return_value=0x0, args=0x5b8f4980) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:514 #27 0x4144d9f3 in ExecuteMethod (meth=0x8321b30, return_value=0x0, args=0x5b8f4980) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/em/src/em_intf.cpp:43 #28 0x40bb776f in vm_execute_java_method_array (method=0x8321b30, result=0x0, args=0x5b8f4980) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:51 #29 0x40bf8550 in call_method_no_ref_result (jni_env=0x8a5eaf0, obj=0x8604790, methodID=0x8321b30, args=0x0, result=0x0, non_virtual=0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/vmcore/src/jni/jni_method.cpp:188 #30 0x40bf89f7 in CallVoidMethodA (jni_env=0x8a5eaf0, obj=0x8604790, methodID=0x8321b30, args=0x0) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/vmcore/src/jni/jni_method.cpp:226 #31 0x40dd100f in wrapper_proc (arg=0x8727d40) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_java_basic.c:101 #32 0x4003d05e in thread_start_proc (thd=0x8725dc8, p_args=0x8725db8) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_basic.c:723 #33 0x40043d61 in dummy_worker (opaque=0xfffffffc) at threadproc/unix/thread.c:138 #34 0x404669ed in start_thread () from /lib/tls/libpthread.so.0 #35 0x405289ca in clone () from /lib/tls/libc.so.6 (gdb) thr 3 [Switching to thread 3 (Thread 1083685808 (LWP 24822))]#0 0xffffe410 in ?? () #0 0xffffe410 in ?? () #1 0x4097ba48 in ?? () #2 0x00000000 in ?? () #3 0x00000000 in ?? () #4 0x4046a4c4 in sem_wait@GLIBC_2.0 () from /lib/tls/libpthread.so.0 #5 0x40032568 in __JCR_LIST__ () from /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/build/lnx_ia32_icc_debug/deploy/jdk/jre/bin/libhyprt.so #6 0x4002c888 in asynchSignalReporter () from /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/build/lnx_ia32_icc_debug/deploy/jdk/jre/bin/libhyprt.so #7 0x4003d05e in thread_start_proc (thd=0x8060388, p_args=0x8060378) at /nfs/ins/proj/drl/coreapi/esemukhi/svn/drlvm/trunk/vm/thread/src/thread_native_basic.c:723 #8 0x40043d61 in dummy_worker (opaque=0xfffffffc) at threadproc/unix/thread.c:138 #9 0x404669ed in start_thread () from /lib/tls/libpthread.so.0 #10 0x405289ca in clone () from /lib/tls/libc.so.6