JVM Crash in GCTaskThread with Java 7u21

We have a server based Java application that has been running for the last 6 months with few problems. The server uses 32-bit Java 7u21 configured with minimum and maximum heap of 1433m. Recently, in the space of 1 week, we have experienced 2 separate JVM crashes. For both crashes, the crash log shows an EXCEPTION ACCESS VIOLATION in VM code and the current thread as the GCTaskThread.
We understand this crash to be happening during Garbage Collection. The application threads are all blocked and the VM has reached a safepoint. The young generation is being garbage collected and at the moment of the crash, both survivor spaces are showing occupancy - which seems very wrong to us!
Heap at time of crash:
par new generation total 235968K, used 233398K [0x047a0000, 0x147a0000, 0x147a0000)
eden space 209792K, 99% used [0x047a0000, 0x11474e78, 0x11480000)
from space 26176K, 90% used [0x12e10000, 0x14528bb8, 0x147a0000)
to space 26176K, 100% used [0x11480000, 0x12e10000, 0x12e10000)
concurrent-mark-sweep generation total 1206272K, used 917730K [0x147a0000, 0x5e1a0000, 0x5e1a0000)
concurrent-mark-sweep perm gen total 131072K, used 78075K [0x5e1a0000, 0x661a0000, 0x661a0000)
We have been unable to reproduce the problem on demand, or identify any unusual application activity at the time of the crashes. We are running Java 7u21 which is not the latest release. We could upgrade to the latest version of Java 7, however without knowledge and understanding of the causes of the crash, we cannot be confident that the upgrade will resolve the matter.
We would appreciate any insights anyone can offer into determining the cause of the JVM crash or suggestions on ways that we can confirm that we have resolved the problem if we upgrade to use the latest version of Java 7.

Looks like JNI is being used.  Which is the most like cause.

Similar Messages

  • Call crashed in JNI_CreateJavaVM with java 1.6 where as with 1.5 it works.

    Hi,
    Recently we upgraded to Java 1.6 from 1.5. I have writed a code to launch JVM from C++ and use it. It was working with earlier version of Java 1.5 but the same
    code is not working with Java 1.6.
    We launch this process with differet users having adminstrative access. With default admin user it works no issues at all. But if we use Java 1.6 and change to the user who is having all administrative access it fails. Infact it hangs. Is i am missing anything. below is code snippet.
    typedef JNIEnv* ( WINAPI*jvmFun ) ( JavaVM ** );
    typedef JNIEnv* ( WINAPI*createJVMFun ) ();
    typedef JNIIMPORT_OR_EXPORT_ jint ( JNICALL JNI_JVMPROC ) ( JavaVM *, void **, void * );
    typedef JNIIMPORT_OR_EXPORT_ jint ( JNICALL JNI_GetCREATEDVMs ) ( JavaVM *, jsize, jsize * );
    JNI_JVMPROC ProcAdd;
    JNI_GetCREATEDVMs CreatedVms;
    const int createJVM( JNIEnv* &env, string vm_options, HMODULE hinstLib)
         // Set JVM options
    JavaVMOption *options = 0;
         options = new JavaVMOption[ options_size ];
    //Fill options with runtime options here
         options[ (options_size - 1) ].optionString = java_options;
         // Set JVM initialization arguments
    JavaVMInitArgs vm_args;
    vm_args.version = JNI_VERSION_1_6;
    vm_args.options = options;
    vm_args.nOptions = options_size;
    vm_args.ignoreUnrecognized = JNI_FALSE;
    ProcAdd = ( JNI_JVMPROC ) GetProcAddress( hinstLib, "JNI_CreateJavaVM" );
    jint createResult = ( ProcAdd ) ( &m_jvm, ( void** ) &env, &vm_args );
         jthrowable exc = env->ExceptionOccurred();
    if (exc) {
    env->ExceptionDescribe();
    env->ExceptionClear();
         // exception
    if ( createResult < 0 )
              free(java_options);
              delete [] options; // TODO: Need to clean each option string?
    return FAILURE;
    else
              free(java_options);
              delete [] options;// TODO: Need to clean each option string?
              return SUCCESS;
    Edited by: Prabhanand on Sep 18, 2009 5:46 AM

    One thread is enough.
    http://forum.java.sun.com/thread.jspa?messageID=9651015

  • JVM crashes on GCTaskThread

    My JVM occasionally crashes, when it does the error logs are always similar: it crashes on GCTaksThread and Eden Space is at 100%. I don't think the problem is caused by Eden being full, rather I assume Eden is at 100% because this is the moment the garbage collection is triggered which fails. I tried different ways of garbage collection: UseSerialGC, UseParallelGC and UseConcMarkSweepGC. I also tried to give new generation more space via NewRatio. The crashes still occur.
    I am using Java 1.6.0_33-b03 64 bit. I can find references to bugs relating to what I'm seeing, but nothing that relates to the version I am using. Any idea what is happening here.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006dbdb734, pid=4760, tid=1468
    # JRE version: 6.0_33-b03
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.8-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x3db734]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0000000000615000): GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=1468]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
    Registers:
    RAX=0x0045003200440030, RBX=0x0000000702d96b48, RCX=0x00000000006214c0, RDX=0x000000000d6f8f58
    RSP=0x000000000440f5d0, RBP=0x0045003200440030, RSI=0x000000000d6f8ff8, RDI=0x0000000702d96b48
    R8 =0x0000000702d96b48, R9 =0x0000000000000020, R10=0x000000000000000c, R11=0x000000000440f658
    R12=0x00000007237b7990, R13=0x000000000d6f8f58, R14=0x0000000000000020, R15=0x00000000006214c0
    RIP=0x000000006dbdb734, EFLAGS=0x0000000000010206
    Top of Stack: (sp=0x000000000440f5d0)
    0x000000000440f5d0: 0000000000000025 0000000700000000
    0x000000000440f5e0: 0000000000000003 00000007237a6248
    0x000000000440f5f0: 0000000000000011 000000000000001d
    0x000000000440f600: 0045003200440030 00000007237b78f0
    0x000000000440f610: 000000000000000c 0000000000000000
    0x000000000440f620: 000000000000000c 0000000000000011
    0x000000000440f630: 00000007237b7990 00000007237b7920
    0x000000000440f640: 000000000d6f8ff8 0045003200440030
    0x000000000440f650: 0000000702d96b88 000000006d90f078
    0x000000000440f660: 0045003200440030 000000000d6f90e8
    0x000000000440f670: 000000000d6f8ff8 000000000d6f90e8
    0x000000000440f680: 0045003200440030 000000000d6f8f58
    0x000000000440f690: 0000000000000000 0000000000000014
    0x000000000440f6a0: 0000000000621100 0000000000000001
    0x000000000440f6b0: 000000000d6f90e8 00000007237b7908
    0x000000000440f6c0: 000000000d6f8f58 000000006dbdcbf1
    Instructions: (pc=0x000000006dbdb734)
    0x000000006dbdb714: 7b c0 4d 8b f1 49 89 43 a8 f6 d0 49 8b f8 a8 01
    0x000000006dbdb724: 4c 8b ea 4c 8b f9 74 12 49 8b 43 a8 48 83 e0 fd
    0x000000006dbdb734: 8a 08 c0 e9 03 83 e1 0f eb 0b 48 8b 4c 24 30 c0
    0x000000006dbdb744: e9 03 83 e1 0f 48 89 9c 24 80 00 00 00 48 89 74
    Register to memory mapping:
    RAX=0x0045003200440030 is an unknown value
    RBX=0x0000000702d96b48 is an oop
    [C
    - klass: {type array char}
    - length: 34
    RCX=0x00000000006214c0 is an unknown value
    RDX=0x000000000d6f8f58 is an unknown value
    RSP=0x000000000440f5d0 is an unknown value
    RBP=0x0045003200440030 is an unknown value
    RSI=0x000000000d6f8ff8 is an unknown value
    RDI=0x0000000702d96b48 is an oop
    [C
    - klass: {type array char}
    - length: 34
    R8 =0x0000000702d96b48 is an oop
    [C
    - klass: {type array char}
    - length: 34
    R9 =0x0000000000000020 is an unknown value
    R10=0x000000000000000c is an unknown value
    R11=0x000000000440f658 is an unknown value
    R12=0x00000007237b7990 is an oop
    java.lang.String
    - klass: 'java/lang/String'
    R13=0x000000000d6f8f58 is an unknown value
    R14=0x0000000000000020 is an unknown value
    R15=0x00000000006214c0 is an unknown value
    Stack: [0x0000000000000000,0x0000000000000000], sp=0x000000000440f5d0, free space=69693k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x3db734]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000000e3ca800 JavaThread "Timer-46" daemon [_thread_blocked, id=2704, stack(0x0000000012830000,0x0000000012930000)]
    0x000000000e3c9000 JavaThread "Timer-35" daemon [_thread_blocked, id=3592, stack(0x00000000179c0000,0x0000000017ac0000)]
    0x000000000efe2000 JavaThread "http-80-16" daemon [_thread_blocked, id=4740, stack(0x0000000016130000,0x0000000016230000)]
    0x000000000efe4000 JavaThread "http-80-15" daemon [_thread_blocked, id=4724, stack(0x0000000016030000,0x0000000016130000)]
    0x000000000f400800 JavaThread "http-80-14" daemon [_thread_blocked, id=4480, stack(0x0000000015f30000,0x0000000016030000)]
    0x000000000f401800 JavaThread "http-80-13" daemon [_thread_blocked, id=4664, stack(0x0000000013130000,0x0000000013230000)]
    0x000000000efe2800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2520, stack(0x0000000012730000,0x0000000012830000)]
    0x000000000f400000 JavaThread "Thread-125" daemon [_thread_blocked, id=4264, stack(0x0000000012430000,0x0000000012530000)]
    0x000000000e2d6000 JavaThread "Store Object Change Times Spool Thread" daemon [_thread_blocked, id=3716, stack(0x000000000ec80000,0x000000000ed80000)]
    0x0000000010dc7000 JavaThread "Store ActorViewsMapping Spool Thread" daemon [_thread_blocked, id=4720, stack(0x0000000016710000,0x0000000016810000)]
    0x0000000010dc6800 JavaThread "Store ActorViews Spool Thread" daemon [_thread_blocked, id=872, stack(0x0000000016610000,0x0000000016710000)]
    0x0000000010dc5800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4396, stack(0x0000000016420000,0x0000000016520000)]
    0x0000000010dc2800 JavaThread "ajp-8029-Acceptor-0" daemon [_thread_in_native, id=2712, stack(0x0000000015e30000,0x0000000015f30000)]
    0x0000000010dc2000 JavaThread "ajp-8029-CometPoller-7" daemon [_thread_blocked, id=5032, stack(0x0000000015d30000,0x0000000015e30000)]
    0x0000000010dc1800 JavaThread "ajp-8029-CometPoller-6" daemon [_thread_blocked, id=4356, stack(0x0000000015c30000,0x0000000015d30000)]
    0x000000000d64f000 JavaThread "ajp-8029-CometPoller-5" daemon [_thread_blocked, id=2728, stack(0x0000000015b30000,0x0000000015c30000)]
    0x000000000d64e000 JavaThread "ajp-8029-CometPoller-4" daemon [_thread_blocked, id=4912, stack(0x0000000015a30000,0x0000000015b30000)]
    0x000000000d64d800 JavaThread "ajp-8029-CometPoller-3" daemon [_thread_blocked, id=4792, stack(0x0000000015930000,0x0000000015a30000)]
    0x000000000d64c800 JavaThread "ajp-8029-CometPoller-2" daemon [_thread_blocked, id=3488, stack(0x0000000015830000,0x0000000015930000)]
    0x000000000d64c000 JavaThread "ajp-8029-CometPoller-1" daemon [_thread_blocked, id=4052, stack(0x0000000015730000,0x0000000015830000)]
    0x000000000d64b000 JavaThread "ajp-8029-CometPoller-0" daemon [_thread_blocked, id=4112, stack(0x0000000015630000,0x0000000015730000)]
    0x000000000d64a800 JavaThread "ajp-8029-Poller-7" daemon [_thread_blocked, id=3692, stack(0x0000000015530000,0x0000000015630000)]
    0x000000000d64a000 JavaThread "ajp-8029-Poller-6" daemon [_thread_blocked, id=3792, stack(0x0000000015430000,0x0000000015530000)]
    0x000000000d649000 JavaThread "ajp-8029-Poller-5" daemon [_thread_blocked, id=4124, stack(0x0000000015330000,0x0000000015430000)]
    0x000000000d648800 JavaThread "ajp-8029-Poller-4" daemon [_thread_blocked, id=2628, stack(0x0000000015230000,0x0000000015330000)]
    0x000000000d647800 JavaThread "ajp-8029-Poller-3" daemon [_thread_blocked, id=4884, stack(0x0000000015130000,0x0000000015230000)]
    0x000000000fa1c800 JavaThread "ajp-8029-Poller-2" daemon [_thread_blocked, id=1432, stack(0x0000000015030000,0x0000000015130000)]
    0x000000000fa1b800 JavaThread "ajp-8029-Poller-1" daemon [_thread_blocked, id=3776, stack(0x0000000014f30000,0x0000000015030000)]
    0x000000000fa1b000 JavaThread "ajp-8029-Poller-0" daemon [_thread_blocked, id=2376, stack(0x0000000014e30000,0x0000000014f30000)]
    0x000000000fa1a000 JavaThread "http-80-12" daemon [_thread_blocked, id=3036, stack(0x0000000014d30000,0x0000000014e30000)]
    0x000000000fa19800 JavaThread "http-80-11" daemon [_thread_blocked, id=3472, stack(0x0000000014c30000,0x0000000014d30000)]
    0x000000000fa19000 JavaThread "http-80-10" daemon [_thread_blocked, id=3796, stack(0x0000000014b30000,0x0000000014c30000)]
    0x000000000fa18000 JavaThread "http-80-9" daemon [_thread_blocked, id=4920, stack(0x0000000014a30000,0x0000000014b30000)]
    0x000000000fa17800 JavaThread "http-80-8" daemon [_thread_blocked, id=2552, stack(0x0000000014930000,0x0000000014a30000)]
    0x000000000fa16800 JavaThread "http-80-7" daemon [_thread_blocked, id=3468, stack(0x0000000014830000,0x0000000014930000)]
    0x000000000fa16000 JavaThread "http-80-6" daemon [_thread_blocked, id=3596, stack(0x0000000014730000,0x0000000014830000)]
    0x000000000fa15000 JavaThread "http-80-5" daemon [_thread_blocked, id=1800, stack(0x0000000014630000,0x0000000014730000)]
    0x000000000f006800 JavaThread "http-80-4" daemon [_thread_blocked, id=828, stack(0x0000000014530000,0x0000000014630000)]
    0x000000000f005800 JavaThread "http-80-3" daemon [_thread_blocked, id=4128, stack(0x0000000014430000,0x0000000014530000)]
    0x000000000f005000 JavaThread "http-80-2" daemon [_thread_blocked, id=4608, stack(0x0000000014330000,0x0000000014430000)]
    0x000000000f004000 JavaThread "http-80-1" daemon [_thread_blocked, id=4028, stack(0x0000000014230000,0x0000000014330000)]
    0x000000000f003800 JavaThread "http-80-Acceptor-0" daemon [_thread_in_native, id=4560, stack(0x0000000014130000,0x0000000014230000)]
    0x000000000e596000 JavaThread "http-80-Sendfile-0" daemon [_thread_blocked, id=312, stack(0x0000000014030000,0x0000000014130000)]
    0x000000000e595800 JavaThread "http-80-CometPoller-7" daemon [_thread_blocked, id=3024, stack(0x0000000013f30000,0x0000000014030000)]
    0x000000000e594800 JavaThread "http-80-CometPoller-6" daemon [_thread_blocked, id=1484, stack(0x0000000013e30000,0x0000000013f30000)]
    0x000000000e594000 JavaThread "http-80-CometPoller-5" daemon [_thread_blocked, id=4116, stack(0x0000000013d30000,0x0000000013e30000)]
    0x000000000e593000 JavaThread "http-80-CometPoller-4" daemon [_thread_blocked, id=4832, stack(0x0000000013c30000,0x0000000013d30000)]
    0x000000000dd82000 JavaThread "http-80-CometPoller-3" daemon [_thread_blocked, id=4900, stack(0x0000000013b30000,0x0000000013c30000)]
    0x000000000dd81800 JavaThread "http-80-CometPoller-2" daemon [_thread_blocked, id=5072, stack(0x0000000013a30000,0x0000000013b30000)]
    0x000000000dd80800 JavaThread "http-80-CometPoller-1" daemon [_thread_blocked, id=4276, stack(0x0000000013930000,0x0000000013a30000)]
    0x000000000dd80000 JavaThread "http-80-CometPoller-0" daemon [_thread_blocked, id=3744, stack(0x0000000013830000,0x0000000013930000)]
    0x000000000dd7f000 JavaThread "http-80-Poller-7" daemon [_thread_blocked, id=3524, stack(0x0000000013730000,0x0000000013830000)]
    0x000000000dd7e800 JavaThread "http-80-Poller-6" daemon [_thread_blocked, id=4420, stack(0x0000000013630000,0x0000000013730000)]
    0x000000000dd7e000 JavaThread "http-80-Poller-5" daemon [_thread_blocked, id=4660, stack(0x0000000013530000,0x0000000013630000)]
    0x000000000dd7d000 JavaThread "http-80-Poller-4" daemon [_thread_blocked, id=4984, stack(0x0000000013430000,0x0000000013530000)]
    0x000000000dd7c800 JavaThread "http-80-Poller-3" daemon [_thread_blocked, id=1144, stack(0x0000000013330000,0x0000000013430000)]
    0x000000000dd7b800 JavaThread "http-80-Poller-2" daemon [_thread_blocked, id=4100, stack(0x0000000013230000,0x0000000013330000)]
    0x000000000dd7b000 JavaThread "http-80-Poller-1" daemon [_thread_blocked, id=4828, stack(0x0000000013030000,0x0000000013130000)]
    0x000000000efe8800 JavaThread "http-80-Poller-0" daemon [_thread_blocked, id=2100, stack(0x0000000012f30000,0x0000000013030000)]
    0x000000000efe7800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=4592, stack(0x0000000012e30000,0x0000000012f30000)]
    0x000000000efe6000 JavaThread "proxyCleanUpTimer" daemon [_thread_blocked, id=3676, stack(0x0000000012d30000,0x0000000012e30000)]
    0x000000000efe5800 JavaThread "Store SharedResourceList Spool Thread" daemon [_thread_blocked, id=4416, stack(0x0000000012c30000,0x0000000012d30000)]
    0x000000000efe5000 JavaThread "Store Sync relationships Spool Thread" daemon [_thread_blocked, id=2976, stack(0x0000000012b30000,0x0000000012c30000)]
    0x000000000efe1000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=2512, stack(0x0000000012630000,0x0000000012730000)]
    0x000000000e2d5800 JavaThread "Store Roles Spool Thread" daemon [_thread_blocked, id=416, stack(0x0000000012330000,0x0000000012430000)]
    0x000000000e2d4800 JavaThread "Store Groups Spool Thread" daemon [_thread_blocked, id=3164, stack(0x0000000012230000,0x0000000012330000)]
    0x000000000e2d4000 JavaThread "Store Form images Spool Thread" daemon [_thread_blocked, id=1292, stack(0x0000000012130000,0x0000000012230000)]
    0x000000000e069800 JavaThread "Store Skin Properties Spool Thread" daemon [_thread_blocked, id=2916, stack(0x0000000012030000,0x0000000012130000)]
    0x000000000e069000 JavaThread "Store Skin Definitions Spool Thread" daemon [_thread_blocked, id=3768, stack(0x0000000011f30000,0x0000000012030000)]
    0x000000000e068000 JavaThread "Store Sysdata Spool Thread" daemon [_thread_blocked, id=4132, stack(0x0000000011e30000,0x0000000011f30000)]
    0x000000000e067800 JavaThread "Store Js Spool Thread" daemon [_thread_blocked, id=3076, stack(0x0000000011d30000,0x0000000011e30000)]
    0x000000000e066800 JavaThread "Store Html Spool Thread" daemon [_thread_blocked, id=4120, stack(0x0000000011c30000,0x0000000011d30000)]
    0x000000000e066000 JavaThread "Store Compiled forms Spool Thread" daemon [_thread_blocked, id=5084, stack(0x0000000011b30000,0x0000000011c30000)]
    0x000000000e065000 JavaThread "Store Active links Spool Thread" daemon [_thread_blocked, id=5092, stack(0x0000000011a30000,0x0000000011b30000)]
    0x000000000e064800 JavaThread "Store Displayed fields Spool Thread" daemon [_thread_blocked, id=1304, stack(0x0000000011930000,0x0000000011a30000)]
    0x000000000e063800 JavaThread "Store Form fields Spool Thread" daemon [_thread_blocked, id=4960, stack(0x0000000011830000,0x0000000011930000)]
    0x000000000e063000 JavaThread "Store Field maps Spool Thread" daemon [_thread_blocked, id=2284, stack(0x0000000011570000,0x0000000011670000)]
    0x000000000e062800 JavaThread "Store Forms Spool Thread" daemon [_thread_blocked, id=4056, stack(0x0000000011730000,0x0000000011830000)]
    0x000000000e144000 JavaThread "MidTier-CacheSaveThread" daemon [_thread_blocked, id=2848, stack(0x0000000011470000,0x0000000011570000)]
    0x000000000e597000 JavaThread "com.remedy.arsys.share.DiskCacheManager@10731f3f" daemon [_thread_blocked, id=3564, stack(0x0000000011370000,0x0000000011470000)]
    0x000000000efb0800 JavaThread "com.remedy.arsys.share.GoatCacheManager@549ad840" daemon [_thread_blocked, id=2660, stack(0x0000000010130000,0x0000000010230000)]
    0x000000000f9fb800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=3196, stack(0x00000000102a0000,0x00000000103a0000)]
    0x000000000dd67000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=340, stack(0x000000000ee80000,0x000000000ef80000)]
    0x000000000dd66800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=968, stack(0x000000000ed80000,0x000000000ee80000)]
    0x000000000bb0d800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3728, stack(0x000000000d2b0000,0x000000000d3b0000)]
    0x000000000bb0d000 JavaThread "RMI TCP Accept-8050" daemon [_thread_in_native, id=3584, stack(0x000000000d1b0000,0x000000000d2b0000)]
    0x000000000bb0c000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=2308, stack(0x000000000d020000,0x000000000d120000)]
    0x000000000baca800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2720, stack(0x000000000c500000,0x000000000c600000)]
    0x000000000bac0800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=292, stack(0x000000000c400000,0x000000000c500000)]
    0x000000000baac000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2956, stack(0x000000000c300000,0x000000000c400000)]
    0x000000000baa7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1804, stack(0x000000000c200000,0x000000000c300000)]
    0x000000000baa2000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3264, stack(0x000000000c100000,0x000000000c200000)]
    0x000000000baa1000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4492, stack(0x000000000c000000,0x000000000c100000)]
    0x000000000ba51000 JavaThread "Finalizer" daemon [_thread_blocked, id=3132, stack(0x000000000bf00000,0x000000000c000000)]
    0x000000000ba4a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3556, stack(0x000000000be00000,0x000000000bf00000)]
    0x000000000073e800 JavaThread "main" [_thread_in_native, id=2336, stack(0x0000000001150000,0x0000000001250000)]
    Other Threads:
    0x000000000ba3e800 VMThread [stack: 0x000000000b870000,0x000000000b970000] [id=4312]
    0x000000000bc7c000 WatcherThread [stack: 0x000000000d3b0000,0x000000000d4b0000] [id=3880]
    =>0x0000000000615000 (exited) GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=1468]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0000000000610880] Threads_lock - owner thread: 0x000000000ba3e800
    [0x0000000000610e00] Heap_lock - owner thread: 0x000000000fa1a000
    Heap
    par new generation total 943744K, used 887765K [0x00000006f0000000, 0x0000000730000000, 0x0000000730000000)
    eden space 838912K, 100% used [0x00000006f0000000, 0x0000000723340000, 0x0000000723340000)
    from space 104832K, 46% used [0x00000007299a0000, 0x000000072c955778, 0x0000000730000000)
    to space 104832K, 40% used [0x0000000723340000, 0x0000000725c34310, 0x00000007299a0000)
    concurrent mark-sweep generation total 3145728K, used 988402K [0x0000000730000000, 0x00000007f0000000, 0x00000007f0000000)
    concurrent-mark-sweep perm gen total 262144K, used 134566K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
    Code Cache [0x0000000001250000, 0x0000000001fe0000, 0x0000000004250000)
    total_blobs=3677 nmethods=2843 adapters=785 free_code_cache=36313984 largest_free_block=11264
    Dynamic libraries:
    0x0000000140000000 - 0x000000014001c000      D:\Program Files\Apache Software Foundation\Tomcat6.0\bin\tomcat6.exe
    0x00000000772e0000 - 0x0000000077466000      C:\Windows\system32\ntdll.dll
    0x00000000770e0000 - 0x000000007720d000      C:\Windows\system32\kernel32.dll
    0x000007fefebb0000 - 0x000007fefecb8000      C:\Windows\system32\ADVAPI32.dll
    0x000007fefe690000 - 0x000007fefe7d3000      C:\Windows\system32\RPCRT4.dll
    0x000007fefda30000 - 0x000007fefe683000      C:\Windows\system32\SHELL32.dll
    0x000007fefecc0000 - 0x000007fefed5c000      C:\Windows\system32\msvcrt.dll
    0x000007feff260000 - 0x000007feff2c4000      C:\Windows\system32\GDI32.dll
    0x0000000077210000 - 0x00000000772dd000      C:\Windows\system32\USER32.dll
    0x000007feff2d0000 - 0x000007feff343000      C:\Windows\system32\SHLWAPI.dll
    0x000007feff370000 - 0x000007feff39d000      C:\Windows\system32\IMM32.DLL
    0x000007fefee00000 - 0x000007fefef02000      C:\Windows\system32\MSCTF.dll
    0x000007feff250000 - 0x000007feff25d000      C:\Windows\system32\LPK.DLL
    0x000007fefefc0000 - 0x000007feff05a000      C:\Windows\system32\USP10.dll
    0x000007fefc100000 - 0x000007fefc2f9000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_1509f852f40ee5cd\comctl32.dll
    0x000000006d800000 - 0x000000006dfb8000      C:\Program Files\Java\jre6\bin\server\jvm.dll
    0x000007fefb810000 - 0x000007fefb849000      C:\Windows\system32\WINMM.dll
    0x000007feff060000 - 0x000007feff238000      C:\Windows\system32\ole32.dll
    0x000007fefe7e0000 - 0x000007fefe8b3000      C:\Windows\system32\OLEAUT32.dll
    0x000007fefb620000 - 0x000007fefb675000      C:\Windows\system32\OLEACC.dll
    0x000000006d770000 - 0x000000006d77e000      C:\Program Files\Java\jre6\bin\verify.dll
    0x000000006d3b0000 - 0x000000006d3d7000      C:\Program Files\Java\jre6\bin\java.dll
    0x000000006d7c0000 - 0x000000006d7d2000      C:\Program Files\Java\jre6\bin\zip.dll
    0x000000006d550000 - 0x000000006d55a000      C:\Program Files\Java\jre6\bin\management.dll
    0x000000006d610000 - 0x000000006d627000      C:\Program Files\Java\jre6\bin\net.dll
    0x000007fefef70000 - 0x000007fefefb4000      C:\Windows\system32\WS2_32.dll
    0x000007feff240000 - 0x000007feff247000      C:\Windows\system32\NSI.dll
    0x000007fefcda0000 - 0x000007fefcdef000      C:\Windows\system32\mswsock.dll
    0x000007fefcfa0000 - 0x000007fefcfa7000      C:\Windows\System32\wship6.dll
    0x000007fefc810000 - 0x000007fefc823000      C:\Windows\system32\NLAapi.dll
    0x000007fefd060000 - 0x000007fefd083000      C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefd010000 - 0x000007fefd055000      C:\Windows\system32\dhcpcsvc.DLL
    0x000007fefd340000 - 0x000007fefd37a000      C:\Windows\system32\DNSAPI.dll
    0x000007fefd880000 - 0x000007fefd89c000      C:\Windows\system32\Secur32.dll
    0x000007fefd000000 - 0x000007fefd00a000      C:\Windows\system32\WINNSI.DLL
    0x000007fefcfd0000 - 0x000007fefcffb000      C:\Windows\system32\dhcpcsvc6.DLL
    0x000007fefb5e0000 - 0x000007fefb5f3000      C:\Windows\system32\napinsp.dll
    0x000007fefb610000 - 0x000007fefb61b000      C:\Windows\System32\winrnr.dll
    0x000007feff3a0000 - 0x000007feff3f5000      C:\Windows\system32\WLDAP32.dll
    0x0000000077480000 - 0x0000000077489000      C:\Windows\system32\PSAPI.DLL
    0x000007fefca20000 - 0x000007fefca27000      C:\Windows\System32\wshtcpip.dll
    0x000007fefbd30000 - 0x000007fefbd38000      C:\Windows\system32\rasadhlp.dll
    0x000007fefcab0000 - 0x000007fefcaf8000      C:\Windows\system32\rsaenh.dll
    0x000007fefd8a0000 - 0x000007fefd8c6000      C:\Windows\system32\USERENV.dll
    0x0000000010000000 - 0x0000000010124000      D:\Program Files\Apache Software Foundation\Tomcat6.0\bin\tcnative-1.dll
    0x000000006d630000 - 0x000000006d63b000      C:\Program Files\Java\jre6\bin\nio.dll
    0x000000006d6b0000 - 0x000000006d6b6000      C:\Program Files\Java\jre6\bin\rmi.dll
    0x000000006d000000 - 0x000000006d1c4000      C:\Program Files\Java\jre6\bin\awt.dll
    0x000007fefa610000 - 0x000007fefa668000      C:\Windows\system32\WINSPOOL.DRV
    0x000007fefb990000 - 0x000007fefba30000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6002.18305_none_41466cae55469b30\COMCTL32.dll
    0x000000006d4d0000 - 0x000000006d505000      C:\Program Files\Java\jre6\bin\jpeg.dll
    0x000007fefa6a0000 - 0x000007fefa6b1000      C:\Windows\system32\DWMAPI.DLL
    0x000000006d2a0000 - 0x000000006d307000      C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x000000006d210000 - 0x000000006d238000      C:\Program Files\Java\jre6\bin\dcpr.dll
    0x000007fef5730000 - 0x000007fef5843000      C:\Windows\system32\dbghelp.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=D:\Program Files\Apache Software Foundation\Tomcat6.0 -Dcatalina.home=D:\Program Files\Apache Software Foundation\Tomcat6.0 -Duser.timezone=Europe/Zurich -Djava.endorsed.dirs=D:\Program Files\Apache Software Foundation\Tomcat6.0\endorsed -Djava.io.tmpdir=D:\Program Files\Apache Software Foundation\Tomcat6.0\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=D:\Program Files\Apache Software Foundation\Tomcat6.0\conf\logging.properties -XX:PermSize=256m -XX:MaxPermSize=256m -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8050 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:+UseConcMarkSweepGC -Xloggc:D:\temp\gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:NewRatio=3 -Xms4096m -Xmx4096m
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=D:\BMCSOF~1\ARSystem\midtier\WEB-INF\lib
    USERNAME=SS001416$
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 29 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2008 , 64 bit Build 6002 Service Pack 2
    CPU:total 2 (1 cores per cpu, 1 threads per core) family 6 model 29 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    Memory: 4k page, physical 8387172k(4029444k free), swap 12516000k(6923044k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.8-b03) for windows-amd64 JRE (1.6.0_33-b03), built on May 9 2012 12:47:08 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Tue Jul 17 08:20:04 2012
    elapsed time: 56240 seconds

    Hi,
    I would suggest you to upgrade to the latest available JRockit update and see if this resolves the issue.
    Refer to Issues Resolved in Oracle JRockit JDK R28 - Release R28
    Thanks,
    Sharmela

  • JVM crash in GCTaskThread

    We're seeing occasional crash in the JVM when running our application on Windows 7.  This has been seen about 100 times so far across about 50 users/PCs.
    The only thing in the stack is the JVM so it's not touching any of our code.  Here's an example hotspot error file:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7253f555, pid=772, tid=5016
    # JRE version: 7.0_21-b11
    # Java VM: Java HotSpot(TM) Client VM (23.21-b01 mixed mode windows-x86 )
    # Problematic frame:
    # V  [jvm.dll+0x1f555]
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x0200f400):  GCTaskThread [stack: 0x00000000,0x00000000] [id=5016]
    siginfo: ExceptionCode=0xc0000005, reading address 0x22bcf738
    Registers:
    EAX=0x22bcf858, EBX=0x00000000, ECX=0x22bcf73c, EDX=0x727caec4
    ESP=0x0444faa4, EBP=0x0444faa8, ESI=0x0444fabc, EDI=0x1d431000
    EIP=0x7253f555, EFLAGS=0x00010246
    Top of Stack: (sp=0x0444faa4)
    0x0444faa4:   0444fb10 0444fad4 72648a23 0444fabc
    0x0444fab4:   2526c308 00000000 22bcf73c 72649e4a
    0x0444fac4:   1d1ca034 1d431000 22bcf858 22bcf73c
    0x0444fad4:   0444fbf4 7266823d 1d431000 00000001
    0x0444fae4:   00000000 1d431000 00000001 01dab5b0
    0x0444faf4:   00000000 00000000 00000000 000000fc
    0x0444fb04:   00000000 0444fc6c 0200f400 00000000
    0x0444fb14:   00000000 00000000 00000002 00000000
    Instructions: (pc=0x7253f555)
    0x7253f535:   89 4e 14 89 56 10 89 46 04 50 eb 1b 8b 81 20 01
    0x7253f545:   00 00 8b 89 18 01 00 00 89 0e 89 4e 14 89 46 10
    0x7253f555:   8b 49 fc 89 4e 04 51 e8 6f 7c 01 00 83 c4 04 8b
    0x7253f565:   ce 89 46 08 e8 62 cf 18 00 56 e8 5c ef 01 00 83
    Register to memory mapping:
    EAX=0x22bcf858 is pointing into the stack for thread: 0x1d431000
    EBX=0x00000000 is an unknown value
    ECX=0x22bcf73c is pointing into the stack for thread: 0x1d431000
    EDX=0x727caec4 is an unknown value
    ESP=0x0444faa4 is an unknown value
    EBP=0x0444faa8 is an unknown value
    ESI=0x0444fabc is an unknown value
    EDI=0x1d431000 is a thread
    Stack: [0x00000000,0x00000000],  sp=0x0444faa4,  free space=69950k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x1f555]
    V  [jvm.dll+0x128a23]
    V  [jvm.dll+0x14823d]
    V  [jvm.dll+0x1485d0]
    V  [jvm.dll+0x71484]
    V  [jvm.dll+0x6b4bf]
    V  [jvm.dll+0x23c0a5]
    V  [jvm.dll+0x170e82]
    V  [jvm.dll+0x1802a9]
    C  [MSVCR100.dll+0x10fac]  freefls+0x130
    C  [MSVCR100.dll+0x110b1]  __fls_getvalue+0x58
    C  [kernel32.dll+0x1336a]  BaseThreadInitThunk+0x12
    C  [ntdll.dll+0x39f72]  RtlInitializeExceptionChain+0x63
    C  [ntdll.dll+0x39f45]  RtlInitializeExceptionChain+0x36
    JavaThread 0x1d431000 (nid = 4684) was being processed
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    [error occurred during error reporting (printing target Java thread stack), id 0xc0000005]
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x1d431000 JavaThread "Thread-179" daemon [_thread_blocked, id=4684, stack(0x229d0000,0x22bd0000)]
      0x1d435800 JavaThread "Thread-176" daemon [_thread_in_native, id=4616, stack(0x1f230000,0x1f430000)]
      0x1d436400 JavaThread "Timer-14" daemon [_thread_blocked, id=6944, stack(0x218b0000,0x21ab0000)]
      0x1ae6cc00 JavaThread "MessageProcessorThread-TLS-0.0.0.0/36282" daemon [_thread_in_native, id=3604, stack(0x27200000,0x27400000)]
      0x1ae6e000 JavaThread "MessageProcessorThread-TCP-0.0.0.0/47622" daemon [_thread_in_native, id=6688, stack(0x26fc0000,0x271c0000)]
      0x1d434800 JavaThread "MessageProcessorThread-UDP-0.0.0.0/47622" daemon [_thread_in_native, id=3544, stack(0x26d80000,0x26f80000)]
      0x1d430800 JavaThread "BlockingQueueDispatchAuditor-Timer-2" daemon [_thread_blocked, id=3340, stack(0x26b40000,0x26d40000)]
      0x1d437400 JavaThread "Timer-12" daemon [_thread_blocked, id=5960, stack(0x26800000,0x26a00000)]
      0x1d435400 JavaThread "EventScannerThread" [_thread_blocked, id=6676, stack(0x26600000,0x26800000)]
      0x1ae6d800 JavaThread "Timer-11" daemon [_thread_blocked, id=9188, stack(0x23440000,0x23640000)]
      0x252e0800 JavaThread "Thread-128" daemon [_thread_in_native, id=7884, stack(0x1d940000,0x1db40000)]
      0x252e1400 JavaThread "Laf-Widget fade tracker" daemon [_thread_blocked, id=2356, stack(0x24eb0000,0x250b0000)]
      0x252e2000 JavaThread "Timer-8" daemon [_thread_blocked, id=7948, stack(0x20630000,0x20830000)]
      0x252e1000 JavaThread "Timer-7" daemon [_thread_blocked, id=9100, stack(0x27680000,0x27880000)]
      0x252e0000 JavaThread "CommPortalCometThread-Contacts" daemon [_thread_blocked, id=9052, stack(0x27b00000,0x27d00000)]
      0x1d434c00 JavaThread "CommPortalCometThread-ICMDeviceConfig" [_thread_blocked, id=8948, stack(0x26200000,0x26400000)]
      0x1d432800 JavaThread "WebServer" daemon [_thread_in_native, id=8832, stack(0x24a30000,0x24c30000)]
      0x1d434000 JavaThread "pool-3-thread-1" [_thread_blocked, id=8796, stack(0x24cb0000,0x24eb0000)]
      0x1d433400 JavaThread "NativeSwing Auto-Shutdown" daemon [_thread_blocked, id=8776, stack(0x24830000,0x24a30000)]
      0x1d432c00 JavaThread "Native Event Pump" daemon [_thread_blocked, id=8772, stack(0x245f0000,0x247f0000)]
      0x1d432000 JavaThread "Registry cleanup thread-0" daemon [_thread_blocked, id=8752, stack(0x24170000,0x24370000)]
      0x1d431c00 JavaThread "NativeSwing[1] Swing Receiver" daemon [_thread_in_native, id=8748, stack(0x23f70000,0x24170000)]
      0x1d431400 JavaThread "Thread-22" [_thread_blocked, id=8744, stack(0x22ca0000,0x22ea0000)]
      0x1d430000 JavaThread "NativeSwing[1] err Stream Connector" daemon [_thread_in_native, id=8580, stack(0x22590000,0x22790000)]
      0x1ae6f400 JavaThread "NativeSwing[1] out Stream Connector" daemon [_thread_in_native, id=8576, stack(0x22390000,0x22590000)]
      0x1ae6ec00 JavaThread "TimerQueue" daemon [_thread_blocked, id=8540, stack(0x21d30000,0x21f30000)]
      0x1ae6e400 JavaThread "MCLStorageThread" daemon [_thread_blocked, id=8500, stack(0x21af0000,0x21cf0000)]
      0x1ae6d400 JavaThread "Reconnect timer" daemon [_thread_blocked, id=8080, stack(0x21430000,0x21630000)]
      0x1ae6c800 JavaThread "pool-1-thread-1" [_thread_blocked, id=7560, stack(0x200b0000,0x202b0000)]
      0x1ae6c000 JavaThread "Thread-14" daemon [_thread_blocked, id=3388, stack(0x1fe70000,0x20070000)]
      0x1ae6b800 JavaThread "Timer-3" daemon [_thread_blocked, id=5668, stack(0x1fc30000,0x1fe30000)]
      0x1ae6b400 JavaThread "CommPortalWorkThreadBackground" daemon [_thread_blocked, id=6984, stack(0x1f9f0000,0x1fbf0000)]
      0x1ae6ac00 JavaThread "CommPortalWorkThreadForeground" daemon [_thread_blocked, id=7516, stack(0x1f7b0000,0x1f9b0000)]
      0x1ae6a800 JavaThread "Timer-2" daemon [_thread_blocked, id=7556, stack(0x1f470000,0x1f670000)]
      0x1ae6a000 JavaThread "Timer-1" daemon [_thread_blocked, id=5712, stack(0x1eff0000,0x1f1f0000)]
      0x1ae69400 JavaThread "Timer-0" daemon [_thread_blocked, id=7056, stack(0x1edf0000,0x1eff0000)]
      0x1ae68c00 JavaThread "PacketSaverThread" daemon [_thread_blocked, id=6964, stack(0x1ebf0000,0x1edf0000)]
      0x1ae68800 JavaThread "Thread-6" daemon [_thread_blocked, id=8188, stack(0x1e9f0000,0x1ebf0000)]
      0x1ae68000 JavaThread "SystemActivityNotificationsServiceImpl.IdleNotifyThread" daemon [_thread_blocked, id=8184, stack(0x1e7f0000,0x1e9f0000)]
      0x1ae67c00 JavaThread "SystemActivityNotificationsServiceImpl" daemon [_thread_in_native, id=6928, stack(0x1e3f0000,0x1e5f0000)]
      0x1cff3c00 JavaThread "NetworkEventDispather" daemon [_thread_blocked, id=7156, stack(0x1e1f0000,0x1e3f0000)]
      0x1cfccc00 JavaThread "SIP registration notifier" daemon [_thread_blocked, id=7840, stack(0x1dc60000,0x1de60000)]
      0x1cfa1000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7828, stack(0x1d740000,0x1d940000)]
      0x1af3b000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=7808, stack(0x1cb30000,0x1cd30000)]
      0x1ae77400 JavaThread "AWT-Shutdown" [_thread_blocked, id=7804, stack(0x1c930000,0x1cb30000)]
      0x1ae76c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7800, stack(0x1c730000,0x1c930000)]
      0x19622000 JavaThread "Thread-2" daemon [_thread_in_native, id=7748, stack(0x1c530000,0x1c730000)]
      0x1ae32000 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=6424, stack(0x1bf00000,0x1c100000)]
      0x1ae31400 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=6040, stack(0x1bbc0000,0x1bdc0000)]
      0x1ad88800 JavaThread "FelixDispatchQueue" [_thread_blocked, id=6404, stack(0x1b980000,0x1bb80000)]
      0x1acfe400 JavaThread "net.java.sip.communicator.util.launchutils.SipCommunicatorLock$LockServer" daemon [_thread_in_native, id=6312, stack(0x1b680000,0x1b880000)]
      0x1959fc00 JavaThread "Service Thread" daemon [_thread_blocked, id=5336, stack(0x1a870000,0x1aa70000)]
      0x19596000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5332, stack(0x1a630000,0x1a830000)]
      0x19595800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5328, stack(0x1a3f0000,0x1a5f0000)]
      0x19594800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5324, stack(0x1a1b0000,0x1a3b0000)]
      0x19591c00 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5320, stack(0x19f70000,0x1a170000)]
      0x19533000 JavaThread "Finalizer" daemon [_thread_blocked, id=4908, stack(0x19d30000,0x19f30000)]
      0x1952e800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4904, stack(0x19af0000,0x19cf0000)]
      0x0200b000 JavaThread "main" [_thread_blocked, id=1196, stack(0x00090000,0x00290000)]
    Other Threads:
      0x1952a800 VMThread [stack: 0x198b0000,0x19ab0000] [id=4896]
      0x195b5400 WatcherThread [stack: 0x1aab0000,0x1acb0000] [id=5344]
    =>0x0200f400 (exited) GCTaskThread [stack: 0x00000000,0x00000000] [id=5016]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x02009320] Threads_lock - owner thread: 0x1952a800
    [0x02009798] Heap_lock - owner thread: 0x1cfa1000
    Heap
    par new generation   total 4928K, used 4624K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K, 100% used [0x04850000, 0x04ca0000, 0x04ca0000)
      from space 512K,  40% used [0x04ca0000, 0x04cd4158, 0x04d20000)
      to   space 512K,  48% used [0x04d20000, 0x04d5e7e0, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 17112K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26014K [0x14850000, 0x17203000, 0x18850000)
    Card table byte_map: [0x01f50000,0x02000000] byte_map_base: 0x01f2bd80
    Polling page: 0x003e0000
    Code Cache  [0x02050000, 0x02508000, 0x04050000)
    total_blobs=2481 nmethods=2207 adapters=207 free_code_cache=27955Kb largest_free_block=28623360
    Compilation events (10 events):
    Event: 157838.628 Thread 0x19596000 2245             sun.swing.ImageCache$Entry::equals (147 bytes)
    Event: 157838.629 Thread 0x19596000 nmethod 2245 0x025015c8 code [0x025016e0, 0x025018bc]
    Event: 157839.234 Thread 0x19596000 2246             sun.java2d.SurfaceData::canRenderParallelograms (146 bytes)
    Event: 157839.234 Thread 0x19596000 nmethod 2246 0x02501a88 code [0x02501bb0, 0x02501da8]
    Event: 157839.443 Thread 0x19596000 2247             sun.java2d.pipe.ValidatePipe::fillRect (25 bytes)
    Event: 157839.444 Thread 0x19596000 nmethod 2247 0x02501ec8 code [0x02501ff0, 0x02502154]
    Event: 157839.444 Thread 0x19596000 2248             javax.swing.plaf.ComponentUI::update (36 bytes)
    Event: 157839.444 Thread 0x19596000 nmethod 2248 0x02502308 code [0x02502450, 0x025025bc]
    Event: 157839.548 Thread 0x19596000 2249   !         java.util.concurrent.DelayQueue::take (212 bytes)
    Event: 157839.550 Thread 0x19596000 nmethod 2249 0x025026c8 code [0x02502910, 0x0250308c]
    GC Heap History (10 events):
    Event: 23776.032 GC heap after
    Heap after GC invocations=172 (full 22):
    par new generation   total 4928K, used 483K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,   0% used [0x04850000, 0x04850000, 0x04ca0000)
      from space 512K,  94% used [0x04ca0000, 0x04d18e90, 0x04d20000)
      to   space 512K,   0% used [0x04d20000, 0x04d20000, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 16065K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 25996K [0x14850000, 0x17203000, 0x18850000)
    Event: 23779.060 GC heap before
    {Heap before GC invocations=172 (full 22):
    par new generation   total 4928K, used 4899K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K, 100% used [0x04850000, 0x04ca0000, 0x04ca0000)
      from space 512K,  94% used [0x04ca0000, 0x04d18e90, 0x04d20000)
      to   space 512K,   0% used [0x04d20000, 0x04d20000, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 16065K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 25999K [0x14850000, 0x17203000, 0x18850000)
    Event: 23779.093 GC heap after
    Heap after GC invocations=173 (full 22):
    par new generation   total 4928K, used 421K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,   0% used [0x04850000, 0x04850000, 0x04ca0000)
      from space 512K,  82% used [0x04d20000, 0x04d89538, 0x04da0000)
      to   space 512K,   0% used [0x04ca0000, 0x04ca0000, 0x04d20000)
    concurrent mark-sweep generation total 24648K, used 16260K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 25999K [0x14850000, 0x17203000, 0x18850000)
    Event: 23787.114 GC heap before
    {Heap before GC invocations=173 (full 22):
    par new generation   total 4928K, used 4837K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,  99% used [0x04850000, 0x04c9ffe0, 0x04ca0000)
      from space 512K,  82% used [0x04d20000, 0x04d89538, 0x04da0000)
      to   space 512K,   0% used [0x04ca0000, 0x04ca0000, 0x04d20000)
    concurrent mark-sweep generation total 24648K, used 16260K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26000K [0x14850000, 0x17203000, 0x18850000)
    Event: 23787.116 GC heap after
    Heap after GC invocations=174 (full 22):
    par new generation   total 4928K, used 507K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,   0% used [0x04850000, 0x04850000, 0x04ca0000)
      from space 512K,  99% used [0x04ca0000, 0x04d1efb8, 0x04d20000)
      to   space 512K,   0% used [0x04d20000, 0x04d20000, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 16516K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26000K [0x14850000, 0x17203000, 0x18850000)
    Event: 157832.279 GC heap before
    {Heap before GC invocations=174 (full 22):
    par new generation   total 4928K, used 4923K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,  99% used [0x04850000, 0x04c9ff68, 0x04ca0000)
      from space 512K,  99% used [0x04ca0000, 0x04d1efb8, 0x04d20000)
      to   space 512K,   0% used [0x04d20000, 0x04d20000, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 16516K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26000K [0x14850000, 0x17203000, 0x18850000)
    Event: 157832.326 GC heap after
    Heap after GC invocations=175 (full 22):
    par new generation   total 4928K, used 512K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,   0% used [0x04850000, 0x04850000, 0x04ca0000)
      from space 512K, 100% used [0x04d20000, 0x04da0000, 0x04da0000)
      to   space 512K,   0% used [0x04ca0000, 0x04ca0000, 0x04d20000)
    concurrent mark-sweep generation total 24648K, used 16840K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26000K [0x14850000, 0x17203000, 0x18850000)
    Event: 157834.542 GC heap before
    {Heap before GC invocations=175 (full 22):
    par new generation   total 4928K, used 4928K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K, 100% used [0x04850000, 0x04ca0000, 0x04ca0000)
      from space 512K, 100% used [0x04d20000, 0x04da0000, 0x04da0000)
      to   space 512K,   0% used [0x04ca0000, 0x04ca0000, 0x04d20000)
    concurrent mark-sweep generation total 24648K, used 16840K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26007K [0x14850000, 0x17203000, 0x18850000)
    Event: 157834.544 GC heap after
    Heap after GC invocations=176 (full 22):
    par new generation   total 4928K, used 208K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K,   0% used [0x04850000, 0x04850000, 0x04ca0000)
      from space 512K,  40% used [0x04ca0000, 0x04cd4158, 0x04d20000)
      to   space 512K,   0% used [0x04d20000, 0x04d20000, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 17112K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26007K [0x14850000, 0x17203000, 0x18850000)
    Event: 157839.654 GC heap before
    {Heap before GC invocations=176 (full 22):
    par new generation   total 4928K, used 4624K [0x04850000, 0x04da0000, 0x09da0000)
      eden space 4416K, 100% used [0x04850000, 0x04ca0000, 0x04ca0000)
      from space 512K,  40% used [0x04ca0000, 0x04cd4158, 0x04d20000)
      to   space 512K,   0% used [0x04d20000, 0x04d20000, 0x04da0000)
    concurrent mark-sweep generation total 24648K, used 17112K [0x09da0000, 0x0b5b2000, 0x14850000)
    concurrent-mark-sweep perm gen total 42700K, used 26014K [0x14850000, 0x17203000, 0x18850000)
    Deoptimization events (0 events):
    No events
    Internal exceptions (10 events):
    Event: 23787.763 Thread 0x1d434c00 Threw 0x04aaa9e8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 23787.775 Thread 0x1ae6ac00 Threw 0x049abf40 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 23787.776 Thread 0x1ae6ac00 Threw 0x04ae81b8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 23787.776 Thread 0x1ae6ac00 Threw 0x04af6cd8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 23787.777 Thread 0x1ae6ac00 Threw 0x04b09a40 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 157830.839 Thread 0x252e0000 Threw 0x04b7d510 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 157832.934 Thread 0x1ae6a000 Threw 0x04902938 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:742
    Event: 157836.051 Thread 0x1d437800 Threw 0x048ba830 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
    Event: 157837.843 Thread 0x1d431000 Threw 0x04bace88 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
    Event: 157837.846 Thread 0x1d437800 Threw 0x04bf7fe0 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\interpreter\linkResolver.cpp:891
    Events (10 events):
    Event: 157836.331 Thread 0x1d431000 Thread exited: 0x1d431000
    Event: 157837.529 Thread 0x1d437800 Thread exited: 0x1d437800
    Event: 157837.840 Thread 0x1d437800 Thread added: 0x1d437800
    Event: 157837.840 Executing VM operation: RevokeBias
    Event: 157837.841 Executing VM operation: RevokeBias done
    Event: 157837.842 Thread 0x1d431000 Thread added: 0x1d431000
    Event: 157837.842 Executing VM operation: RevokeBias
    Event: 157837.842 Executing VM operation: RevokeBias done
    Event: 157837.846 Thread 0x1d437800 Thread exited: 0x1d437800
    Event: 157839.653 Executing VM operation: GenCollectForAllocation
    Dynamic libraries:
    0x00400000 - 0x00433000 C:\Program Files (x86)\Accession Communicator\AccessionCommunicator.exe
    0x775d0000 - 0x77750000 C:\Windows\SysWOW64\ntdll.dll
    0x74d10000 - 0x74e20000 C:\Windows\syswow64\kernel32.dll
    0x76840000 - 0x76887000 C:\Windows\syswow64\KERNELBASE.dll
    0x76b00000 - 0x76ba0000 C:\Windows\syswow64\ADVAPI32.DLL
    0x76bc0000 - 0x76c6c000 C:\Windows\syswow64\msvcrt.dll
    0x76ba0000 - 0x76bb9000 C:\Windows\SysWOW64\sechost.dll
    0x753c0000 - 0x754b0000 C:\Windows\syswow64\RPCRT4.dll
    0x74cb0000 - 0x74d10000 C:\Windows\syswow64\SspiCli.dll
    0x74ca0000 - 0x74cac000 C:\Windows\syswow64\CRYPTBASE.dll
    0x775a0000 - 0x775a5000 C:\Windows\syswow64\PSAPI.DLL
    0x75900000 - 0x7654b000 C:\Windows\syswow64\SHELL32.DLL
    0x76650000 - 0x766a7000 C:\Windows\syswow64\SHLWAPI.dll
    0x76890000 - 0x76920000 C:\Windows\syswow64\GDI32.dll
    0x76550000 - 0x76650000 C:\Windows\syswow64\USER32.dll
    0x74e20000 - 0x74e2a000 C:\Windows\syswow64\LPK.dll
    0x757a0000 - 0x7583d000 C:\Windows\syswow64\USP10.dll
    0x767d0000 - 0x76830000 C:\Windows\system32\IMM32.DLL
    0x755d0000 - 0x7569c000 C:\Windows\syswow64\MSCTF.dll
    0x74770000 - 0x747a8000 C:\PROGRA~2\Sophos\SOPHOS~1\SOPHOS~1.DLL
    0x72520000 - 0x7286f000 C:\Program Files (x86)\Accession Communicator\jre\bin\client\jvm.dll
    0x71c50000 - 0x71c57000 C:\Windows\system32\WSOCK32.dll
    0x76ac0000 - 0x76af5000 C:\Windows\syswow64\WS2_32.dll
    0x75790000 - 0x75796000 C:\Windows\syswow64\NSI.dll
    0x73e70000 - 0x73ea2000 C:\Windows\system32\WINMM.dll
    0x70d40000 - 0x70dfd000 C:\Windows\system32\MSVCR100.dll
    0x72510000 - 0x7251c000 C:\Program Files (x86)\Accession Communicator\jre\bin\verify.dll
    0x724f0000 - 0x72510000 C:\Program Files (x86)\Accession Communicator\jre\bin\java.dll
    0x724d0000 - 0x724e3000 C:\Program Files (x86)\Accession Communicator\jre\bin\zip.dll
    0x679d0000 - 0x679e4000 C:\Program Files (x86)\Accession Communicator\jre\bin\net.dll
    0x71d50000 - 0x71d67000 C:\ProgramData\Sophos\Web Intelligence\swi_ifslsp.dll
    0x74630000 - 0x74639000 C:\Windows\system32\VERSION.dll
    0x71d10000 - 0x71d4c000 C:\Windows\system32\mswsock.dll
    0x71440000 - 0x71446000 C:\Windows\System32\wship6.dll
    0x742a0000 - 0x742bc000 C:\Windows\system32\IPHLPAPI.DLL
    0x74290000 - 0x74297000 C:\Windows\system32\WINNSI.DLL
    0x72470000 - 0x7247d000 C:\Windows\system32\dhcpcsvc6.DLL
    0x72450000 - 0x72462000 C:\Windows\system32\dhcpcsvc.DLL
    0x71d00000 - 0x71d05000 C:\Windows\System32\wshtcpip.dll
    0x5fac0000 - 0x5face000 C:\Program Files (x86)\Accession Communicator\jre\bin\nio.dll
    0x71940000 - 0x71950000 C:\Windows\system32\NLAapi.dll
    0x71930000 - 0x71940000 C:\Windows\system32\napinsp.dll
    0x71910000 - 0x71922000 C:\Windows\system32\pnrpnsp.dll
    0x72480000 - 0x724c4000 C:\Windows\system32\DNSAPI.dll
    0x71900000 - 0x71908000 C:\Windows\System32\winrnr.dll
    0x718f0000 - 0x718fd000 C:\Windows\system32\wshbth.dll
    0x718c0000 - 0x718e7000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x71880000 - 0x718b8000 C:\Windows\System32\fwpuclnt.dll
    0x71870000 - 0x71876000 C:\Windows\system32\rasadhlp.dll
    0x58f50000 - 0x59092000 C:\Program Files (x86)\Accession Communicator\jre\bin\awt.dll
    0x75870000 - 0x758ff000 C:\Windows\syswow64\OLEAUT32.dll
    0x75260000 - 0x753bc000 C:\Windows\syswow64\ole32.dll
    0x71970000 - 0x71983000 C:\Windows\system32\DWMAPI.DLL
    0x73c70000 - 0x73e0e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    0x719b0000 - 0x71a30000 C:\Windows\system32\uxtheme.dll
    0x674c0000 - 0x674f1000 C:\Program Files (x86)\Accession Communicator\jre\bin\fontmanager.dll
    0x67490000 - 0x674c0000 C:\Program Files (x86)\Accession Communicator\jre\bin\t2k.dll
    0x74700000 - 0x74716000 C:\Windows\system32\CRYPTSP.dll
    0x746c0000 - 0x746fb000 C:\Windows\system32\rsaenh.dll
    0x74940000 - 0x74957000 C:\Windows\system32\USERENV.dll
    0x74930000 - 0x7493b000 C:\Windows\system32\profapi.dll
    0x1c300000 - 0x1c338000 C:\Program Files\WIDCOMM\Bluetooth Software\SysWOW64\BtMmHook.dll
    0x75020000 - 0x750a3000 C:\Windows\syswow64\CLBCatQ.DLL
    0x5f4d0000 - 0x5f600000 C:\Windows\system32\WindowsCodecs.dll
    0x71d80000 - 0x71dcc000 C:\Windows\system32\apphelp.dll
    0x1c4e0000 - 0x1c502000 C:\Users\zk\AppData\Roaming\Dropbox\bin\DropboxExt.19.dll
    0x71f60000 - 0x7204b000 C:\Windows\system32\dbghelp.dll
    0x736a0000 - 0x7372e000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
    0x72050000 - 0x720f3000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
    0x5f990000 - 0x5f9c1000 C:\Windows\system32\EhStorShell.dll
    0x76920000 - 0x76abd000 C:\Windows\syswow64\SETUPAPI.dll
    0x74e30000 - 0x74e57000 C:\Windows\syswow64\CFGMGR32.dll
    0x76cf0000 - 0x76d02000 C:\Windows\syswow64\DEVOBJ.dll
    0x6f440000 - 0x6f535000 C:\Windows\system32\PROPSYS.dll
    0x63230000 - 0x632a0000 C:\Windows\system32\ntshrui.dll
    0x742d0000 - 0x742e9000 C:\Windows\system32\srvcli.dll
    0x63220000 - 0x6322b000 C:\Windows\system32\cscapi.dll
    0x65310000 - 0x6531a000 C:\Windows\system32\slc.dll
    0x63490000 - 0x634b4000 C:\Program Files (x86)\Accession Communicator\jre\bin\dcpr.dll
    0x62380000 - 0x62390000 C:\Program Files (x86)\Accession Communicator\native\sysactivitynotifications.dll
    0x5f8c0000 - 0x5f8e0000 C:\Program Files (x86)\Accession Communicator\jre\bin\sunec.dll
    0x5f650000 - 0x5f659000 C:\Program Files (x86)\Accession Communicator\jre\bin\sunmscapi.dll
    0x750b0000 - 0x751d0000 C:\Windows\syswow64\CRYPT32.dll
    0x76830000 - 0x7683c000 C:\Windows\syswow64\MSASN1.dll
    0x5f640000 - 0x5f64c000 C:\Program Files (x86)\Accession Communicator\native\LocalhostRetriever.dll
    0x64b80000 - 0x64b8b000 C:\Program Files (x86)\Accession Communicator\native\hid.dll
    0x64b00000 - 0x64b50000 C:\Program Files (x86)\Accession Communicator\native\jnopus.dll
    0x6cec0000 - 0x6cede000 C:\Program Files (x86)\Accession Communicator\native\jnspeex.dll
    0x65940000 - 0x65ead000 C:\Program Files (x86)\Accession Communicator\native\jnffmpeg.dll
    0x6e9c0000 - 0x6e9cb000 C:\Program Files (x86)\Accession Communicator\native\jng722.dll
    0x641c0000 - 0x641d6000 C:\Program Files (x86)\Accession Communicator\native\jnwasapi.dll
    0x696a0000 - 0x696ab000 C:\Windows\system32\msdmo.dll
    0x695c0000 - 0x695f9000 C:\Windows\System32\MMDevApi.dll
    0x58e10000 - 0x58ea9000 C:\Windows\SysWOW64\mfwmaaec.dll
    0x658b0000 - 0x65909000 C:\Windows\SysWOW64\MFPlat.DLL
    0x6a510000 - 0x6a517000 C:\Windows\SysWOW64\AVRT.dll
    0x69600000 - 0x69636000 C:\Windows\system32\AUDIOSES.DLL
    0x210c0000 - 0x210e9000 C:\Program Files (x86)\Accession Communicator\native\jndirectshow.dll
    0x69670000 - 0x69684000 C:\Windows\SysWOW64\devenum.dll
    0x74720000 - 0x74741000 C:\Windows\system32\ntmarta.dll
    0x75700000 - 0x75745000 C:\Windows\syswow64\WLDAP32.dll
    0x75840000 - 0x7586e000 C:\Windows\syswow64\WINTRUST.dll
    0x70980000 - 0x709b3000 C:\Windows\SysWOW64\ksproxy.ax
    0x70970000 - 0x70974000 C:\Windows\SysWOW64\ksuser.dll
    0x6aec0000 - 0x6b083000 C:\Windows\SysWOW64\d3d9.dll
    0x70960000 - 0x70966000 C:\Windows\SysWOW64\d3d8thk.dll
    0x6a520000 - 0x6a529000 C:\Windows\SysWOW64\vidcap.ax
    0x69650000 - 0x6966d000 C:\Windows\SysWOW64\kswdmcap.ax
    0x694a0000 - 0x695bc000 C:\Windows\SysWOW64\MFC42.dll
    0x69410000 - 0x6949c000 C:\Windows\SysWOW64\ODBC32.dll
    0x692b0000 - 0x692e8000 C:\Windows\SysWOW64\odbcint.dll
    0x67ed0000 - 0x68047000 C:\Windows\SysWOW64\quartz.dll
    0x67e60000 - 0x67e92000 C:\Windows\SysWOW64\qcap.dll
    0x67e30000 - 0x67e51000 C:\Windows\SysWOW64\MSVFW32.dll
    0x58d90000 - 0x58e10000 C:\Windows\SysWOW64\qedit.dll
    0x76c70000 - 0x76ceb000 C:\Windows\syswow64\COMDLG32.dll
    0x6bc60000 - 0x6bdf0000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_72d2e82386681b36\gdiplus.dll
    0x70680000 - 0x70690000 C:\Program Files (x86)\Accession Communicator\native\jnawtrenderer.dll
    0x5f600000 - 0x5f606000 C:\Program Files (x86)\Accession Communicator\jre\bin\jawt.dll
    0x211b0000 - 0x211be000 C:\Program Files (x86)\Accession Communicator\native\jdic_misc.dll
    0x585c0000 - 0x585d5000 C:\Program Files (x86)\Accession Communicator\native\globalshortcut.dll
    0x70a30000 - 0x70ab4000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll
    0x64e70000 - 0x64ee9000 C:\Windows\system32\mscms.dll
    0x55b80000 - 0x55bb8000 C:\Windows\system32\icm32.dll
    0x22150000 - 0x2215e000 C:\Users\zk\AppData\Local\Temp\javasysmo1301324914709125068.dll
    0x585b0000 - 0x585ba000 C:\Program Files (x86)\Accession Communicator\jre\bin\management.dll
    0x6db40000 - 0x6db6b000 C:\Program Files (x86)\Accession Communicator\native\jmsoutlookaddrbook.dll
    0x743f0000 - 0x74630000 C:\Windows\system32\msi.dll
    VM Arguments:
    jvm_args: -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties -Djava.library.path=C:\Program Files (x86)\Accession Communicator\native -Djna.library.path=C:\Program Files (x86)\Accession Communicator\native -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=Accession Communicator -Dvisualvm.display.name=sip.communicator -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=256K -verbose:gc -Xloggc:C:\Users\zk\AppData\Roaming\Accession Communicator\log\gc.log
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
    PATH=C:\Program Files (x86)\Caminova\Document Express DjVu Plug-in\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;;z:\bin\wget;c:\program files (x86)\putty;z:\bin\wget;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Accession Communicator\jre\bin
    USERNAME=zk
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows 7 , 64 bit Build 7601 Service Pack 1
    CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
    Memory: 4k page, physical 8266768k(5403708k free), swap 16531680k(13228632k free)
    vm_info: Java HotSpot(TM) Client VM (23.21-b01) for windows-x86 JRE (1.7.0_21-b11), built on Apr  4 2013 04:43:10 by "java_re" with unknown MS VC++:1600
    time: Mon Sep 30 08:40:57 2013
    elapsed time: 157839 seconds

    Looks like JNI is being used.  Which is the most like cause.

  • JVM crashes with Out of SWAP space

    Hello every body,
    We have a problem in a production environnement. The JVM crashes every time with the log file below.
    The application which is running don't occupate all memory and we don't understand why an outofmemory exception is raised.
    It's not probably due to an allocation inside the application because the exception should be an outofmemory exception : Java Heap space.
    Please, somebody can help me to understant what append or to give me some advices?
    Thank you a lot for help.
    # An unexpected error has been detected by Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 41943040 bytes for GrET in C:\BUILD_AREA\jdk6_07\hotspot\src\share\vm\utilities\growableArray.cpp. Out of swap space?
    #  Internal Error (allocation.inline.hpp:42), pid=2700, tid=2112
    #  Error: GrET in C:\BUILD_AREA\jdk6_07\hotspot\src\share\vm\utilities\growableArray.cpp
    # Java VM: Java HotSpot(TM) Server VM (10.0-b23 mixed mode windows-x86)
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x65b97400):  VMThread [stack: 0x65bd0000,0x65c20000] [id=2112]
    Stack: [0x65bd0000,0x65c20000]
    [error occurred during error reporting (printing stack bounds), id 0x80000001]
    VM_Operation (0x66dffa14): ParallelGCSystemGC, mode: safepoint, requested by thread 0x65fb9400
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x65f3cc00 JavaThread "pool-3-thread-1" [_thread_blocked, id=2780, stack(0x67300000,0x67350000)]
      0x66547800 JavaThread "RMI RenewClean-[192.16.252.55:3916]" daemon [_thread_blocked, id=3076, stack(0x672b0000,0x67300000)]
      0x66547400 JavaThread "RMI RenewClean-[192.16.252.53:2046]" daemon [_thread_blocked, id=2292, stack(0x67260000,0x672b0000)]
      0x6650d800 JavaThread "RMI RenewClean-[192.16.254.46:3126]" daemon [_thread_blocked, id=3012, stack(0x67210000,0x67260000)]
      0x663e8400 JavaThread "RMI RenewClean-[192.16.254.45:3026]" daemon [_thread_blocked, id=2596, stack(0x671c0000,0x67210000)]
      0x65f99800 JavaThread "RMI RenewClean-[192.16.252.54:1623]" daemon [_thread_blocked, id=3128, stack(0x67170000,0x671c0000)]
      0x65f99400 JavaThread "RMI RenewClean-[192.16.254.55:1992]" daemon [_thread_blocked, id=2720, stack(0x67120000,0x67170000)]
      0x66480800 JavaThread "RMI RenewClean-[192.16.254.54:4954]" daemon [_thread_blocked, id=2920, stack(0x670d0000,0x67120000)]
      0x66480000 JavaThread "RMI RenewClean-[192.16.254.53:3093]" daemon [_thread_blocked, id=2068, stack(0x67080000,0x670d0000)]
      0x6653f800 JavaThread "RMI RenewClean-[192.16.254.52:2543]" daemon [_thread_blocked, id=2156, stack(0x67030000,0x67080000)]
      0x66411400 JavaThread "RMI RenewClean-[192.16.254.51:3893]" daemon [_thread_blocked, id=1688, stack(0x66fe0000,0x67030000)]
      0x66468800 JavaThread "RMI RenewClean-[192.16.254.50:3371]" daemon [_thread_blocked, id=2688, stack(0x66f90000,0x66fe0000)]
      0x663f8400 JavaThread "RMI RenewClean-[192.16.254.49:4374]" daemon [_thread_blocked, id=2656, stack(0x66f40000,0x66f90000)]
      0x65f27800 JavaThread "RMI RenewClean-[192.16.254.48:3311]" daemon [_thread_blocked, id=748, stack(0x66ef0000,0x66f40000)]
      0x65f27400 JavaThread "RMI RenewClean-[192.16.254.47:2571]" daemon [_thread_blocked, id=1048, stack(0x66ea0000,0x66ef0000)]
      0x65f9e400 JavaThread "RMI RenewClean-[192.16.238.145:1673]" daemon [_thread_blocked, id=2332, stack(0x66e50000,0x66ea0000)]
      0x6602e800 JavaThread "RMI RenewClean-[192.16.238.144:2332]" daemon [_thread_blocked, id=3100, stack(0x66e00000,0x66e50000)]
      0x65fb9400 JavaThread "GC Daemon" daemon [_thread_blocked, id=1608, stack(0x66db0000,0x66e00000)]
      0x6657a400 JavaThread "RMI RenewClean-[192.16.238.143:3902]" daemon [_thread_blocked, id=2668, stack(0x66d60000,0x66db0000)]
      0x65fa9c00 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=2624, stack(0x66d10000,0x66d60000)]
      0x65ff4c00 JavaThread "pool-4-thread-1" [_thread_blocked, id=2864, stack(0x66390000,0x663e0000)]
      0x65fbf400 JavaThread "pool-2-thread-1" [_thread_blocked, id=2696, stack(0x66340000,0x66390000)]
      0x65f6d400 JavaThread "Thread-0" [_thread_blocked, id=3016, stack(0x662f0000,0x66340000)]
      0x65ebf000 JavaThread "WrapperSimpleAppMain" [_thread_blocked, id=696, stack(0x662a0000,0x662f0000)]
      0x00265c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=564, stack(0x00680000,0x006d0000)]
      0x65fecc00 JavaThread "Wrapper-Connection" daemon [_thread_in_native, id=1224, stack(0x66170000,0x661c0000)]
      0x65ec9c00 JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_blocked, id=2896, stack(0x660d0000,0x66120000)]
      0x65bbf800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1284, stack(0x65e00000,0x65e50000)]
      0x65bbd000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=3040, stack(0x65db0000,0x65e00000)]
      0x65bb8000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1472, stack(0x65d60000,0x65db0000)]
      0x65bb6c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=2000, stack(0x65d10000,0x65d60000)]
      0x65bb6000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2732, stack(0x65cc0000,0x65d10000)]
      0x65b9ec00 JavaThread "Finalizer" daemon [_thread_blocked, id=2008, stack(0x65c70000,0x65cc0000)]
      0x65b9a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1304, stack(0x65c20000,0x65c70000)]
    Other Threads:
    =>0x65b97400 VMThread [stack: 0x65bd0000,0x65c20000] [id=2112]
      0x65bc1000 WatcherThread [stack: 0x65e50000,0x65ea0000] [id=192]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x00265408/0x00000310] Threads_lock - owner thread: 0x65b97400
    [0x002655a8/0x000002d0] Heap_lock - owner thread: 0x65fb9400
    Heap
    PSYoungGen      total 76928K, used 344K [0x5ad20000, 0x60d40000, 0x653c0000)
      eden space 76544K, 0% used [0x5ad20000,0x5ad20000,0x5f7e0000)
      from space 384K, 89% used [0x5f7e0000,0x5f836070,0x5f840000)
      to   space 10944K, 0% used [0x60290000,0x60290000,0x60d40000)
    PSOldGen        total 1341888K, used 529414K [0x077c0000, 0x59630000, 0x5ad20000)
      object space 1341888K, 39% used [0x077c0000,0x27cc1b38,0x59630000)
    PSPermGen       total 16384K, used 10204K [0x037c0000, 0x047c0000, 0x077c0000)
      object space 16384K, 62% used [0x037c0000,0x041b73a0,0x047c0000)
    Dynamic libraries:
    0x00400000 - 0x00423000      D:\Java\jdk1.6.0_07\bin\java.exe
    0x78460000 - 0x784e2000      C:\WINNT\system32\ntdll.dll
    0x78ed0000 - 0x78f35000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f2f000      C:\WINNT\system32\KERNEL32.dll
    0x770c0000 - 0x7712f000      C:\WINNT\system32\RPCRT4.dll
    0x78fb0000 - 0x78fbf000      C:\WINNT\system32\Secur32.dll
    0x7c340000 - 0x7c396000      D:\Java\jdk1.6.0_07\jre\bin\msvcr71.dll
    0x6dac0000 - 0x6de7a000      D:\Java\jdk1.6.0_07\jre\bin\server\jvm.dll
    0x77e00000 - 0x77e5f000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f7c000      C:\WINNT\system32\GDI32.dll
    0x77540000 - 0x77571000      C:\WINNT\system32\WINMM.dll
    0x6d320000 - 0x6d328000      D:\Java\jdk1.6.0_07\jre\bin\hpi.dll
    0x68ea0000 - 0x68eab000      C:\WINNT\system32\PSAPI.DLL
    0x6d820000 - 0x6d82c000      D:\Java\jdk1.6.0_07\jre\bin\verify.dll
    0x6d3c0000 - 0x6d3df000      D:\Java\jdk1.6.0_07\jre\bin\java.dll
    0x6d860000 - 0x6d86f000      D:\Java\jdk1.6.0_07\jre\bin\zip.dll
    0x660a0000 - 0x660b7000      D:\Prism8.2\lib\wrapper.dll
    0x6d620000 - 0x6d633000      D:\Java\jdk1.6.0_07\jre\bin\net.dll
    0x74fb0000 - 0x74fc4000      C:\WINNT\system32\WS2_32.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.DLL
    0x74fa0000 - 0x74fa8000      C:\WINNT\system32\WS2HELP.DLL
    0x74f50000 - 0x74f6e000      C:\WINNT\system32\msafd.dll
    0x74f90000 - 0x74f97000      C:\WINNT\System32\wshtcpip.dll
    0x77830000 - 0x7783c000      C:\WINNT\System32\rnr20.dll
    0x77970000 - 0x77994000      C:\WINNT\system32\DNSAPI.DLL
    0x74fd0000 - 0x74fd9000      C:\WINNT\system32\WSOCK32.dll
    0x77310000 - 0x77323000      C:\WINNT\system32\iphlpapi.dll
    0x774f0000 - 0x774f5000      C:\WINNT\system32\ICMP.dll
    0x772f0000 - 0x77307000      C:\WINNT\system32\MPRAPI.dll
    0x750d0000 - 0x750e0000      C:\WINNT\system32\SAMLIB.DLL
    0x7ccc0000 - 0x7cd10000      C:\WINNT\system32\NETAPI32.DLL
    0x77be0000 - 0x77bf1000      C:\WINNT\system32\NTDSAPI.dll
    0x77940000 - 0x7796c000      C:\WINNT\system32\WLDAP32.DLL
    0x75140000 - 0x75146000      C:\WINNT\system32\NETRAP.dll
    0x7cd20000 - 0x7ce0f000      C:\WINNT\system32\OLE32.DLL
    0x779a0000 - 0x77a3c000      C:\WINNT\system32\OLEAUT32.DLL
    0x77380000 - 0x773b0000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77350000 - 0x77373000      C:\WINNT\system32\ADSLDPC.DLL
    0x77820000 - 0x7782e000      C:\WINNT\system32\RTUTILS.DLL
    0x783c0000 - 0x78451000      C:\WINNT\system32\SETUPAPI.DLL
    0x78d20000 - 0x78d85000      C:\WINNT\system32\USERENV.DLL
    0x774b0000 - 0x774e4000      C:\WINNT\system32\RASAPI32.dll
    0x77490000 - 0x774a1000      C:\WINNT\system32\rasman.dll
    0x77500000 - 0x77522000      C:\WINNT\system32\TAPI32.dll
    0x77b40000 - 0x77bc4000      C:\WINNT\system32\COMCTL32.DLL
    0x77c70000 - 0x77cb9000      C:\WINNT\system32\SHLWAPI.DLL
    0x77330000 - 0x77349000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777d0000 - 0x777d8000      C:\WINNT\System32\winrnr.dll
    0x777e0000 - 0x777e5000      C:\WINNT\system32\rasadhlp.dll
    0x7ca00000 - 0x7ca23000      C:\WINNT\system32\rsaenh.dll
    0x79570000 - 0x795fd000      C:\WINNT\system32\CRYPT32.dll
    0x77400000 - 0x77411000      C:\WINNT\system32\MSASN1.dll
    0x7ce30000 - 0x7d07d000      C:\WINNT\system32\shell32.dll
    0x6d7c0000 - 0x6d7c6000      D:\Java\jdk1.6.0_07\jre\bin\rmi.dll
    VM Arguments:
    jvm_args: -Djava.rmi.server.codebase=file:.\Prism.jar -Djava.security.policy=.\policy -Xms64m -Xmx1500m -Djava.library.path=.\lib;.\config -Dwrapper.key=ouZmthkGY4rb0RsE -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1388 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1
    java_command: org.tanukisoftware.wrapper.WrapperSimpleApp com.socgen.prism.simulateur.client.PrismSimulatorClientOld
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=D:\Java\jdk1.6.0_07
    PATH=D:\Java\jdk1.6.0_07;D:\Java\jdk1.6.0_07\bin;C:\Program Files\nsr\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\MSDE\BINN;ITAPaging;D:\PROGRA~1\patrol\Patrol3\bin;D:\Program Files\patrol\Patrol3\bin;D:\Program Files\patrol\Patrol3\Pamo;C:\Program Files\Resource Kit\;C:\Program Files\Support Tools\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\RAC3
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 4 (1 cores per cpu, 2 threads per core) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2059808k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (10.0-b23) for windows-x86 JRE (1.6.0_07-b06), built on Jun 10 2008 01:09:43 by "java_re" with MS VC++ 7.1
    time: Sat Aug 09 17:44:47 2008
    elapsed time: 79016 seconds

    Answers are in this thread: http://forum.java.sun.com/thread.jspa?threadID=5139476
    Be sure to read the whole thing.

  • There is insufficient memory for the Java Runtime Environment to continue,JVM crash with high virtual memory on windows

    Hello,
    Virtual Memory of tomcat(version is 6.0.35) is very high and jvm crash even though we decrease java heap size from 1024M to 500M.
    Below is whole log. Please give me some suggestion. Thanks.
    # There is insufficient memory for the Java Runtime Environment to continue.
    # Native memory allocation (malloc) failed to allocate 666390 bytes for jbyte in C:\BUILD_AREA\jdk6_45\hotspot\src\share\vm\prims\jni.cpp
    # Possible reasons:
    #   The system is out of physical RAM or swap space
    #   In 32 bit mode, the process size limit was hit
    # Possible solutions:
    #   Reduce memory load on the system
    #   Increase physical memory or swap space
    #   Check if swap backing store is full
    #   Use 64 bit Java on a 64 bit OS
    #   Decrease Java heap size (-Xmx/-Xms)
    #   Decrease number of Java threads
    #   Decrease Java thread stack sizes (-Xss)
    #   Set larger code cache with -XX:ReservedCodeCacheSize=
    # This output file may be truncated or incomplete.
    #  Out of Memory Error (memory/allocation.inline.hpp:44), pid=9084, tid=8100
    # JRE version: 6.0_45-b06
    # Java VM: Java HotSpot(TM) Client VM (20.45-b01 mixed mode, sharing windows-x86 )
    ---------------  T H R E A D  ---------------
    Current thread (0x045a5400):  JavaThread "Thread-69" [_thread_in_vm, id=8100, stack(0x090e0000,0x09120000)]
    Stack: [0x090e0000,0x09120000],  sp=0x0911f56c,  free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    [error occurred during error reporting (printing native stack), id 0xe0000000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J  com.neva.ExternalObject.toExternalHeap2([BI)I
    J  com.neva.ExternalObject.<init>([BII)V
    J  com.neva.Coroutine.addArgUnicodeString(Ljava/lang/String;)V
    j  com.neva.COMBSTR.<init>(Ljava/lang/String;)V+29
    j  com.neva.COMVariant.<init>(Ljava/lang/String;)V+19
    J  com.cpcus.jaru.protocol.impl.combridge.wizardgen.IJaruProtocol1.registerInterest(Ljava/lang/String;Ljava/lang/String;[ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
    j  sun.reflect.GeneratedMethodAccessor844.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+170
    J  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J  com.cpcus.jaru.util.concurent.ComMethodExecutor$ExecutableMethod.call()Ljava/lang/Object;
    J  EDU.oswego.cs.dl.util.concurrent.FutureResult$1.run()V
    J  com.cpcus.jaru.util.concurent.QueuedExecutor$MyRunLoop.run()V
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x044fe000 JavaThread "Thread-1099" daemon [_thread_blocked, id=8048, stack(0x4c4d0000,0x4c510000)]
      0x044f8c00 JavaThread "Thread-1098" daemon [_thread_blocked, id=1744, stack(0x46e50000,0x46e90000)]
      0x044cd000 JavaThread "Thread-1095" daemon [_thread_in_native, id=6176, stack(0x00bb0000,0x00c20000)]
      0x04c7f800 JavaThread "Thread-1094" daemon [_thread_blocked, id=7352, stack(0x0d340000,0x0d380000)]
      0x04c7dc00 JavaThread "Thread-1093" daemon [_thread_in_native, id=1364, stack(0x0bbd0000,0x0bc10000)]
      0x044fcc00 JavaThread "http-80-72" daemon [_thread_blocked, id=1580, stack(0x42110000,0x42150000)]
      0x044fc000 JavaThread "http-80-71" daemon [_thread_blocked, id=2996, stack(0x0cd10000,0x0cd50000)]
      0x044fb800 JavaThread "http-80-70" daemon [_thread_in_native, id=5004, stack(0x0cc90000,0x0ccd0000)]
      0x044fd800 JavaThread "http-80-69" daemon [_thread_blocked, id=8776, stack(0x0f950000,0x0f990000)]
      0x044fb400 JavaThread "http-80-68" daemon [_thread_blocked, id=8440, stack(0x0f8d0000,0x0f910000)]
      0x044f8000 JavaThread "http-80-67" daemon [_thread_in_native, id=5516, stack(0x0f850000,0x0f890000)]
      0x044fd400 JavaThread "http-80-66" daemon [_thread_blocked, id=876, stack(0x0f6d0000,0x0f710000)]
      0x044fac00 JavaThread "http-80-65" daemon [_thread_in_native, id=8332, stack(0x0f690000,0x0f6d0000)]
      0x044fa800 JavaThread "http-80-64" daemon [_thread_in_native, id=6848, stack(0x0f610000,0x0f650000)]
      0x044fc800 JavaThread "http-80-63" daemon [_thread_blocked, id=5996, stack(0x0f590000,0x0f5d0000)]
      0x044fa000 JavaThread "http-80-62" daemon [_thread_blocked, id=4876, stack(0x0cf90000,0x0cfd0000)]
      0x044f9c00 JavaThread "http-80-61" daemon [_thread_blocked, id=5532, stack(0x0f550000,0x0f590000)]
      0x044f9400 JavaThread "http-80-60" daemon [_thread_in_native, id=1764, stack(0x0f4d0000,0x0f510000)]
      0x044f8800 JavaThread "http-80-59" daemon [_thread_blocked, id=6108, stack(0x0f450000,0x0f490000)]
      0x044f7400 JavaThread "http-80-58" daemon [_thread_in_native, id=6892, stack(0x0d400000,0x0d440000)]
      0x04ab3000 JavaThread "http-80-57" daemon [_thread_in_native, id=6932, stack(0x0d2c0000,0x0d300000)]
      0x0436b400 JavaThread "http-80-56" daemon [_thread_blocked, id=644, stack(0x0d240000,0x0d280000)]
      0x0436a000 JavaThread "http-80-55" daemon [_thread_in_native, id=6772, stack(0x0d1c0000,0x0d200000)]
      0x04c80c00 JavaThread "http-80-54" daemon [_thread_in_native, id=2732, stack(0x0d140000,0x0d180000)]
      0x04c80800 JavaThread "http-80-53" daemon [_thread_in_native, id=4172, stack(0x0d0c0000,0x0d100000)]
      0x04c80000 JavaThread "http-80-52" daemon [_thread_blocked, id=2512, stack(0x0d040000,0x0d080000)]
      0x044cdc00 JavaThread "http-80-51" daemon [_thread_in_native, id=6260, stack(0x0ced0000,0x0cf10000)]
      0x04c7d400 JavaThread "http-80-50" daemon [_thread_blocked, id=4336, stack(0x0ce90000,0x0ced0000)]
      0x0436d400 JavaThread "http-80-49" daemon [_thread_blocked, id=2484, stack(0x0ce10000,0x0ce50000)]
      0x0436dc00 JavaThread "http-80-48" daemon [_thread_in_native, id=8396, stack(0x0c840000,0x0c880000)]
      0x0436cc00 JavaThread "http-80-47" daemon [_thread_blocked, id=8300, stack(0x0c9c0000,0x0ca00000)]
      0x0436c800 JavaThread "H2 Log Writer FRAMEDB" daemon [_thread_blocked, id=7556, stack(0x0cc10000,0x0cc50000)]
      0x0436bc00 JavaThread "H2 File Lock Watchdog C:\Program Files (x86)\Tomcat\webapps\emerson\vault\dbframe\h2\framedb.lock.db" daemon [_thread_blocked, id=7236, stack(0x0c940000,0x0c980000)]
      0x0436c000 JavaThread "http-80-46" daemon [_thread_in_native, id=5128, stack(0x0c8c0000,0x0c900000)]
      0x0436b000 JavaThread "http-80-45" daemon [_thread_blocked, id=7860, stack(0x0c0c0000,0x0c100000)]
      0x0436a800 JavaThread "http-80-44" daemon [_thread_in_native, id=8244, stack(0x0bfc0000,0x0c000000)]
      0x04ab2800 JavaThread "http-80-43" daemon [_thread_blocked, id=6656, stack(0x0c7c0000,0x0c800000)]
      0x04ab2000 JavaThread "http-80-42" daemon [_thread_blocked, id=8412, stack(0x0c740000,0x0c780000)]
      0x04ab1c00 JavaThread "http-80-41" daemon [_thread_in_native, id=6300, stack(0x0c6c0000,0x0c700000)]
      0x04ab1400 JavaThread "http-80-40" daemon [_thread_blocked, id=4312, stack(0x0c640000,0x0c680000)]
      0x04ab1000 JavaThread "http-80-39" daemon [_thread_blocked, id=5480, stack(0x0c5c0000,0x0c600000)]
      0x04ab0800 JavaThread "http-80-38" daemon [_thread_blocked, id=8648, stack(0x0c540000,0x0c580000)]
      0x04ab0400 JavaThread "http-80-37" daemon [_thread_blocked, id=8008, stack(0x0c4c0000,0x0c500000)]
      0x04aafc00 JavaThread "http-80-36" daemon [_thread_in_native, id=8496, stack(0x0c340000,0x0c380000)]
      0x04aaf400 JavaThread "http-80-35" daemon [_thread_blocked, id=6616, stack(0x0c2c0000,0x0c300000)]
      0x044cf000 JavaThread "http-80-34" daemon [_thread_blocked, id=3852, stack(0x0c240000,0x0c280000)]
      0x044ce800 JavaThread "http-80-33" daemon [_thread_blocked, id=8828, stack(0x0c1c0000,0x0c200000)]
      0x044ce400 JavaThread "http-80-32" daemon [_thread_blocked, id=4076, stack(0x0c140000,0x0c180000)]
      0x044cc400 JavaThread "http-80-31" daemon [_thread_blocked, id=888, stack(0x0be90000,0x0bed0000)]
      0x044cbc00 JavaThread "http-80-30" daemon [_thread_blocked, id=8524, stack(0x0be10000,0x0be50000)]
      0x044cd800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6500, stack(0x0c040000,0x0c080000)]
      0x044ccc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8888, stack(0x0bf40000,0x0bf80000)]
      0x045a5800 JavaThread "MonitorThreadCountsAndMemory" daemon [_thread_blocked, id=760, stack(0x09160000,0x091a0000)]
      0x04742400 JavaThread "Thread-116" daemon [_thread_blocked, id=8208, stack(0x0bdd0000,0x0be10000)]
      0x04742c00 JavaThread "Thread-115" daemon [_thread_blocked, id=6160, stack(0x0bd30000,0x0bd70000)]
      0x04742000 JavaThread "TP-Monitor" daemon [_thread_blocked, id=4676, stack(0x0b730000,0x0b770000)]
      0x04741800 JavaThread "TP-Processor4" daemon [_thread_in_native, id=7904, stack(0x0b6b0000,0x0b6f0000)]
      0x04741000 JavaThread "TP-Processor3" daemon [_thread_blocked, id=3892, stack(0x0b630000,0x0b670000)]
      0x04740c00 JavaThread "TP-Processor2" daemon [_thread_blocked, id=8200, stack(0x0b5b0000,0x0b5f0000)]
      0x04740400 JavaThread "TP-Processor1" daemon [_thread_blocked, id=8240, stack(0x0b530000,0x0b570000)]
      0x04740000 JavaThread "http-80-29" daemon [_thread_blocked, id=8952, stack(0x0b4b0000,0x0b4f0000)]
      0x0473f800 JavaThread "http-80-28" daemon [_thread_in_native, id=5804, stack(0x0b430000,0x0b470000)]
      0x0473f400 JavaThread "http-80-27" daemon [_thread_blocked, id=8768, stack(0x0b3b0000,0x0b3f0000)]
      0x0473ec00 JavaThread "http-80-26" daemon [_thread_in_native, id=8428, stack(0x0b330000,0x0b370000)]
      0x0473e400 JavaThread "http-80-25" daemon [_thread_blocked, id=6328, stack(0x0b2b0000,0x0b2f0000)]
      0x0473e000 JavaThread "http-80-24" daemon [_thread_in_native, id=7856, stack(0x0b230000,0x0b270000)]
      0x0473d800 JavaThread "http-80-23" daemon [_thread_in_native, id=8212, stack(0x0b1b0000,0x0b1f0000)]
      0x0473d400 JavaThread "http-80-22" daemon [_thread_blocked, id=7572, stack(0x0b130000,0x0b170000)]
      0x0473cc00 JavaThread "http-80-21" daemon [_thread_in_native, id=4112, stack(0x0b0b0000,0x0b0f0000)]
      0x0473c800 JavaThread "http-80-20" daemon [_thread_in_native, id=1788, stack(0x0b030000,0x0b070000)]
      0x0473c000 JavaThread "http-80-19" daemon [_thread_blocked, id=6804, stack(0x0afb0000,0x0aff0000)]
      0x0473b800 JavaThread "http-80-18" daemon [_thread_in_native, id=1600, stack(0x0af30000,0x0af70000)]
      0x0473b400 JavaThread "http-80-17" daemon [_thread_in_native, id=5728, stack(0x0aeb0000,0x0aef0000)]
      0x04acc400 JavaThread "http-80-16" daemon [_thread_blocked, id=8728, stack(0x0ae30000,0x0ae70000)]
      0x04acbc00 JavaThread "http-80-15" daemon [_thread_blocked, id=5868, stack(0x0adb0000,0x0adf0000)]
      0x04acb800 JavaThread "http-80-14" daemon [_thread_blocked, id=6976, stack(0x0ad30000,0x0ad70000)]
      0x04acb000 JavaThread "http-80-13" daemon [_thread_blocked, id=6168, stack(0x0acb0000,0x0acf0000)]
      0x04acac00 JavaThread "http-80-12" daemon [_thread_blocked, id=2592, stack(0x0ac30000,0x0ac70000)]
      0x04aca400 JavaThread "http-80-11" daemon [_thread_in_native, id=7936, stack(0x0abb0000,0x0abf0000)]
      0x04aca000 JavaThread "http-80-10" daemon [_thread_in_native, id=7532, stack(0x0ab30000,0x0ab70000)]
      0x04ac9800 JavaThread "http-80-9" daemon [_thread_blocked, id=7704, stack(0x0aab0000,0x0aaf0000)]
      0x04ac9400 JavaThread "http-80-8" daemon [_thread_in_native, id=8852, stack(0x0aa30000,0x0aa70000)]
      0x04ac8c00 JavaThread "http-80-7" daemon [_thread_blocked, id=5052, stack(0x0a9b0000,0x0a9f0000)]
      0x04ac8400 JavaThread "http-80-6" daemon [_thread_blocked, id=5932, stack(0x0a930000,0x0a970000)]
      0x04ac8000 JavaThread "http-80-5" daemon [_thread_blocked, id=8992, stack(0x0a8b0000,0x0a8f0000)]
      0x04ac7800 JavaThread "http-80-4" daemon [_thread_in_native, id=6396, stack(0x0a830000,0x0a870000)]
      0x04ac7400 JavaThread "http-80-3" daemon [_thread_in_native, id=8764, stack(0x0a7b0000,0x0a7f0000)]
      0x04ac6c00 JavaThread "http-80-2" daemon [_thread_in_native, id=2608, stack(0x0a730000,0x0a770000)]
      0x04ac6800 JavaThread "http-80-1" daemon [_thread_in_native, id=5736, stack(0x0a6b0000,0x0a6f0000)]
      0x04ac6000 JavaThread "http-80-Acceptor-0" daemon [_thread_in_native, id=5912, stack(0x0a630000,0x0a670000)]
      0x04ac5800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=6984, stack(0x0a5b0000,0x0a5f0000)]
      0x04ac5400 JavaThread "Thread-79" [_thread_in_native, id=1512, stack(0x0a530000,0x0a570000)]
      0x04ac4c00 JavaThread "QuartzScheduler_JaruQuartzSchedulerUser-3_MisfireHandler" [_thread_blocked, id=7460, stack(0x0a4b0000,0x0a4f0000)]
      0x0479f800 JavaThread "QuartzScheduler_JaruQuartzSchedulerSystem-2_MisfireHandler" [_thread_blocked, id=7164, stack(0x0a430000,0x0a470000)]
      0x0479f400 JavaThread "JaruQuartzSchedulerUser_QuartzSchedulerThread" [_thread_blocked, id=8972, stack(0x0a3b0000,0x0a3f0000)]
      0x0479ec00 JavaThread "JaruQuartzSchedulerUser_Worker-4" [_thread_blocked, id=4032, stack(0x0a330000,0x0a370000)]
      0x0479e400 JavaThread "JaruQuartzSchedulerUser_Worker-3" [_thread_blocked, id=7432, stack(0x0a2b0000,0x0a2f0000)]
      0x0479e000 JavaThread "JaruQuartzSchedulerUser_Worker-2" [_thread_blocked, id=7932, stack(0x0a230000,0x0a270000)]
      0x0479d800 JavaThread "JaruQuartzSchedulerUser_Worker-1" [_thread_blocked, id=4896, stack(0x0a1b0000,0x0a1f0000)]
      0x0479d400 JavaThread "JaruQuartzSchedulerSystem_QuartzSchedulerThread" [_thread_blocked, id=7380, stack(0x0a130000,0x0a170000)]
      0x0479cc00 JavaThread "JaruQuartzSchedulerSystem_Worker-9" [_thread_blocked, id=5416, stack(0x0a0b0000,0x0a0f0000)]
      0x0479c800 JavaThread "JaruQuartzSchedulerSystem_Worker-8" [_thread_blocked, id=5432, stack(0x0a030000,0x0a070000)]
      0x0479c000 JavaThread "JaruQuartzSchedulerSystem_Worker-7" [_thread_blocked, id=7812, stack(0x09fb0000,0x09ff0000)]
      0x0479b800 JavaThread "JaruQuartzSchedulerSystem_Worker-6" [_thread_blocked, id=8296, stack(0x09f30000,0x09f70000)]
      0x0479b400 JavaThread "JaruQuartzSchedulerSystem_Worker-5" [_thread_blocked, id=5216, stack(0x09eb0000,0x09ef0000)]
      0x0479ac00 JavaThread "JaruQuartzSchedulerSystem_Worker-4" [_thread_blocked, id=8616, stack(0x09e30000,0x09e70000)]
      0x0479a800 JavaThread "JaruQuartzSchedulerSystem_Worker-3" [_thread_blocked, id=9108, stack(0x09db0000,0x09df0000)]
      0x0479a000 JavaThread "JaruQuartzSchedulerSystem_Worker-2" [_thread_blocked, id=7928, stack(0x09d30000,0x09d70000)]
      0x04799c00 JavaThread "JaruQuartzSchedulerSystem_Worker-1" [_thread_blocked, id=5344, stack(0x09cb0000,0x09cf0000)]
      0x04799400 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=5288, stack(0x09c30000,0x09c70000)]
      0x04798c00 JavaThread "DefaultQuartzScheduler_Worker-10" [_thread_blocked, id=6200, stack(0x09bb0000,0x09bf0000)]
      0x04798800 JavaThread "DefaultQuartzScheduler_Worker-9" [_thread_blocked, id=9068, stack(0x09b30000,0x09b70000)]
      0x04798000 JavaThread "DefaultQuartzScheduler_Worker-8" [_thread_blocked, id=8576, stack(0x09ab0000,0x09af0000)]
      0x045abc00 JavaThread "DefaultQuartzScheduler_Worker-7" [_thread_blocked, id=2504, stack(0x09a30000,0x09a70000)]
      0x045ab800 JavaThread "DefaultQuartzScheduler_Worker-6" [_thread_blocked, id=7820, stack(0x099b0000,0x099f0000)]
      0x045ab000 JavaThread "DefaultQuartzScheduler_Worker-5" [_thread_blocked, id=4604, stack(0x09930000,0x09970000)]
      0x045aa800 JavaThread "DefaultQuartzScheduler_Worker-4" [_thread_blocked, id=3076, stack(0x098b0000,0x098f0000)]
      0x045aa400 JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_blocked, id=8392, stack(0x09830000,0x09870000)]
      0x045a9c00 JavaThread "DefaultQuartzScheduler_Worker-2" [_thread_blocked, id=476, stack(0x097b0000,0x097f0000)]
      0x045a9800 JavaThread "DefaultQuartzScheduler_Worker-1" [_thread_blocked, id=9024, stack(0x09730000,0x09770000)]
      0x045a9000 JavaThread "JaruQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=7576, stack(0x00820000,0x00860000)]
      0x045a8c00 JavaThread "Thread-75" [_thread_blocked, id=2132, stack(0x096b0000,0x096f0000)]
      0x045a8400 JavaThread "TacAlarmMon" [_thread_blocked, id=7244, stack(0x09630000,0x09670000)]
      0x045a7c00 JavaThread "Thread-74" [_thread_blocked, id=2728, stack(0x095b0000,0x095f0000)]
      0x045a7800 JavaThread "MonConnMgr3002" [_thread_in_native, id=7444, stack(0x09530000,0x09570000)]
      0x045a7000 JavaThread "Timer-1" [_thread_blocked, id=8272, stack(0x094b0000,0x094f0000)]
      0x045a6c00 JavaThread "Thread-72" [_thread_blocked, id=6512, stack(0x09430000,0x09470000)]
      0x045a6400 JavaThread "MonConnMgr3001" [_thread_in_native, id=5284, stack(0x093b0000,0x093f0000)]
      0x045a6000 JavaThread "Timer-0" [_thread_blocked, id=2932, stack(0x09330000,0x09370000)]
    =>0x045a5400 JavaThread "Thread-69" [_thread_in_native_trans, id=8100, stack(0x090e0000,0x09120000)]
      0x045a4c00 JavaThread "Thread-68" [_thread_blocked, id=7160, stack(0x09060000,0x090a0000)]
      0x045a4400 JavaThread "Thread-67" [_thread_blocked, id=2212, stack(0x08fe0000,0x09020000)]
      0x04875400 JavaThread "Thread-66" [_thread_blocked, id=7180, stack(0x08f60000,0x08fa0000)]
      0x04875000 JavaThread "Thread-65" [_thread_blocked, id=2672, stack(0x08ee0000,0x08f20000)]
      0x04874800 JavaThread "Thread-64" [_thread_blocked, id=8456, stack(0x08e60000,0x08ea0000)]
      0x04874000 JavaThread "Thread-63" [_thread_blocked, id=7708, stack(0x08de0000,0x08e20000)]
      0x04873c00 JavaThread "Thread-62" [_thread_blocked, id=9204, stack(0x08d60000,0x08da0000)]
      0x04873400 JavaThread "Thread-61" [_thread_blocked, id=1496, stack(0x08ce0000,0x08d20000)]
      0x04873000 JavaThread "Thread-60" [_thread_blocked, id=3480, stack(0x08c60000,0x08ca0000)]
      0x04872800 JavaThread "Thread-59" [_thread_blocked, id=7740, stack(0x08be0000,0x08c20000)]
      0x04872400 JavaThread "Thread-58" [_thread_blocked, id=3496, stack(0x08b60000,0x08ba0000)]
      0x04871c00 JavaThread "Thread-57" [_thread_blocked, id=4892, stack(0x08ae0000,0x08b20000)]
      0x04871400 JavaThread "Thread-56" [_thread_blocked, id=5640, stack(0x08a60000,0x08aa0000)]
      0x04871000 JavaThread "Thread-55" [_thread_blocked, id=8120, stack(0x089e0000,0x08a20000)]
      0x04870800 JavaThread "Thread-54" [_thread_blocked, id=5388, stack(0x08960000,0x089a0000)]
      0x04870400 JavaThread "Thread-53" [_thread_blocked, id=7072, stack(0x088e0000,0x08920000)]
      0x0486fc00 JavaThread "Thread-52" [_thread_blocked, id=7184, stack(0x08860000,0x088a0000)]
      0x0486f800 JavaThread "Thread-51" [_thread_blocked, id=8760, stack(0x087e0000,0x08820000)]
      0x0486f000 JavaThread "Thread-50" [_thread_blocked, id=2380, stack(0x08760000,0x087a0000)]
      0x0486e800 JavaThread "Thread-49" [_thread_blocked, id=3616, stack(0x086e0000,0x08720000)]
      0x0486e400 JavaThread "Thread-48" [_thread_blocked, id=5056, stack(0x08660000,0x086a0000)]
      0x0486dc00 JavaThread "Thread-47" [_thread_blocked, id=5468, stack(0x085e0000,0x08620000)]
      0x0485a000 JavaThread "Thread-46" [_thread_blocked, id=8556, stack(0x08560000,0x085a0000)]
      0x04859c00 JavaThread "Thread-45" [_thread_blocked, id=3656, stack(0x084e0000,0x08520000)]
      0x04859400 JavaThread "Thread-44" [_thread_blocked, id=8924, stack(0x08460000,0x084a0000)]
      0x04858c00 JavaThread "Thread-43" [_thread_blocked, id=7536, stack(0x083e0000,0x08420000)]
      0x04858800 JavaThread "Thread-42" [_thread_blocked, id=4368, stack(0x08360000,0x083a0000)]
      0x04858000 JavaThread "Thread-41" [_thread_blocked, id=8488, stack(0x082e0000,0x08320000)]
      0x04857c00 JavaThread "Thread-40" [_thread_blocked, id=6112, stack(0x08260000,0x082a0000)]
      0x04857400 JavaThread "Thread-39" [_thread_blocked, id=6060, stack(0x081e0000,0x08220000)]
      0x04857000 JavaThread "Thread-38" [_thread_blocked, id=9200, stack(0x08160000,0x081a0000)]
      0x04856800 JavaThread "Thread-37" [_thread_blocked, id=5476, stack(0x080e0000,0x08120000)]
      0x04856000 JavaThread "Thread-36" [_thread_blocked, id=2828, stack(0x08060000,0x080a0000)]
      0x04855c00 JavaThread "Thread-35" [_thread_blocked, id=8320, stack(0x07fe0000,0x08020000)]
      0x04855400 JavaThread "Thread-34" [_thread_blocked, id=5668, stack(0x07f60000,0x07fa0000)]
      0x04855000 JavaThread "Thread-33" [_thread_blocked, id=8316, stack(0x07ee0000,0x07f20000)]
      0x04854800 JavaThread "Thread-32" [_thread_blocked, id=4836, stack(0x07e60000,0x07ea0000)]
      0x04854400 JavaThread "Thread-31" [_thread_blocked, id=964, stack(0x07de0000,0x07e20000)]
      0x04853c00 JavaThread "Thread-30" [_thread_blocked, id=4544, stack(0x07d60000,0x07da0000)]
      0x04853400 JavaThread "Thread-29" [_thread_blocked, id=4388, stack(0x07ce0000,0x07d20000)]
      0x04853000 JavaThread "Thread-28" [_thread_blocked, id=7204, stack(0x07c60000,0x07ca0000)]
      0x04852800 JavaThread "Thread-27" [_thread_blocked, id=864, stack(0x07be0000,0x07c20000)]
      0x0482f800 JavaThread "Thread-26" [_thread_blocked, id=6928, stack(0x07b60000,0x07ba0000)]
      0x0482f400 JavaThread "Thread-25" [_thread_blocked, id=7692, stack(0x07ae0000,0x07b20000)]
      0x0482ec00 JavaThread "Thread-24" [_thread_blocked, id=7196, stack(0x07a60000,0x07aa0000)]
      0x0482e400 JavaThread "Thread-23" [_thread_blocked, id=7116, stack(0x079e0000,0x07a20000)]
      0x0482e000 JavaThread "Thread-22" [_thread_blocked, id=4332, stack(0x07960000,0x079a0000)]
      0x0482d800 JavaThread "Thread-21" [_thread_blocked, id=6780, stack(0x078e0000,0x07920000)]
      0x0482d400 JavaThread "Thread-20" [_thread_blocked, id=5700, stack(0x07860000,0x078a0000)]
      0x0482cc00 JavaThread "Thread-19" [_thread_blocked, id=6116, stack(0x077e0000,0x07820000)]
      0x0482c800 JavaThread "Thread-18" [_thread_blocked, id=7824, stack(0x07760000,0x077a0000)]
      0x0482c000 JavaThread "Thread-17" [_thread_blocked, id=9096, stack(0x076e0000,0x07720000)]
      0x0482b800 JavaThread "Thread-16" [_thread_blocked, id=9144, stack(0x07660000,0x076a0000)]
      0x0482b400 JavaThread "Thread-15" [_thread_blocked, id=5336, stack(0x075e0000,0x07620000)]
      0x0482ac00 JavaThread "Thread-14" [_thread_blocked, id=2076, stack(0x07560000,0x075a0000)]
      0x0482a800 JavaThread "Thread-13" [_thread_blocked, id=5300, stack(0x074e0000,0x07520000)]
      0x0482a000 JavaThread "Thread-12" [_thread_blocked, id=4912, stack(0x07460000,0x074a0000)]
      0x04829c00 JavaThread "Thread-11" [_thread_blocked, id=8512, stack(0x073e0000,0x07420000)]
      0x04829400 JavaThread "Thread-10" [_thread_blocked, id=8772, stack(0x07360000,0x073a0000)]
      0x04828c00 JavaThread "Thread-9" [_thread_blocked, id=4380, stack(0x072e0000,0x07320000)]
      0x04828800 JavaThread "Thread-8" [_thread_blocked, id=6076, stack(0x07260000,0x072a0000)]
      0x04828000 JavaThread "RMI Reaper" [_thread_blocked, id=6184, stack(0x071e0000,0x07220000)]
      0x04801c00 JavaThread "Thread-7" [_thread_blocked, id=4168, stack(0x07160000,0x071a0000)]
      0x0496a000 JavaThread "HSQLDB Timer @def14f" daemon [_thread_blocked, id=4616, stack(0x050e0000,0x05120000)]
      0x03bd6c00 JavaThread "C3P0PooledConnectionPoolManager[identityToken->2x760f905j9tmy1l1yrpa|1e2c841]-HelperThread-#2" daemon [_thread_blocked, id=4136, stack(0x05060000,0x050a0000)]
      0x03bd6400 JavaThread "C3P0PooledConnectionPoolManager[identityToken->2x760f905j9tmy1l1yrpa|1e2c841]-HelperThread-#1" daemon [_thread_blocked, id=8356, stack(0x04fe0000,0x05020000)]
      0x03a05400 JavaThread "C3P0PooledConnectionPoolManager[identityToken->2x760f905j9tmy1l1yrpa|1e2c841]-HelperThread-#0" daemon [_thread_blocked, id=5404, stack(0x04f60000,0x04fa0000)]
      0x03a04c00 JavaThread "C3P0PooledConnectionPoolManager[identityToken->2x760f905j9tmy1l1yrpa|1e2c841]-AdminTaskTimer" daemon [_thread_blocked, id=5860, stack(0x041c0000,0x04200000)]
      0x042ae000 JavaThread "GC Daemon" daemon [_thread_blocked, id=5292, stack(0x04140000,0x04180000)]
      0x03a66400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8056, stack(0x03fb0000,0x03ff0000)]
      0x03a63c00 JavaThread "RMI TCP Accept-9090" daemon [_thread_in_native, id=2664, stack(0x03f30000,0x03f70000)]
      0x03a42c00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8832, stack(0x03da0000,0x03de0000)]
      0x00f56800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4600, stack(0x039a0000,0x039e0000)]
      0x00f47400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=7060, stack(0x038f0000,0x03960000)]
      0x00f46400 JavaThread "Attach Listener" daemon [_thread_blocked, id=3928, stack(0x03870000,0x038b0000)]
      0x00f43000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4864, stack(0x037f0000,0x03830000)]
      0x00f3c000 JavaThread "Finalizer" daemon [_thread_blocked, id=6164, stack(0x03770000,0x037b0000)]
      0x00f3a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=9004, stack(0x036f0000,0x03730000)]
      0x00eba400 JavaThread "main" [_thread_in_native, id=4904, stack(0x00d80000,0x00df0000)]
    Other Threads:
      0x00efd400 VMThread [stack: 0x03640000,0x036b0000] [id=5172]
      0x03a68400 WatcherThread [stack: 0x04090000,0x04100000] [id=9092]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x00eb8780] Threads_lock - owner thread: 0x00efd400
    Heap
    def new generation   total 142208K, used 109631K [0x10340000, 0x1a9e0000, 0x1a9e0000)
      eden space 113792K,  90% used [0x10340000, 0x167a60c0, 0x17260000)
      from space 28416K,  24% used [0x18e20000, 0x194c9cd8, 0x1a9e0000)
      to   space 28416K,   0% used [0x17260000, 0x17260000, 0x18e20000)
    tenured generation   total 341376K, used 148495K [0x1a9e0000, 0x2f740000, 0x2f740000)
       the space 341376K,  43% used [0x1a9e0000, 0x23ae3f10, 0x23ae4000, 0x2f740000)
    compacting perm gen  total 145408K, used 59874K [0x2f740000, 0x38540000, 0x38540000)
       the space 145408K,  41% used [0x2f740000, 0x331b88a8, 0x331b8a00, 0x38540000)
        ro space 10240K,  51% used [0x38540000, 0x38a73000, 0x38a73000, 0x38f40000)
        rw space 12288K,  55% used [0x38f40000, 0x395de4f8, 0x395de600, 0x39b40000)
    Code Cache  [0x013b0000, 0x02378000, 0x033b0000)
    total_blobs=6549 nmethods=6302 adapters=179 free_code_cache=17026624 largest_free_block=384
    Dynamic libraries:
    0x00400000 - 0x00417000 C:\Program Files (x86)\Tomcat\bin\Tomcat.exe
    0x771c0000 - 0x77340000 C:\Windows\SysWOW64\ntdll.dll
    0x76ac0000 - 0x76bd0000 C:\Windows\syswow64\kernel32.dll
    0x752f0000 - 0x75336000 C:\Windows\syswow64\KERNELBASE.dll
    0x758f0000 - 0x75990000 C:\Windows\syswow64\ADVAPI32.dll
    0x75830000 - 0x758dc000 C:\Windows\syswow64\msvcrt.dll
    0x74e10000 - 0x74e29000 C:\Windows\SysWOW64\sechost.dll
    0x75710000 - 0x75800000 C:\Windows\syswow64\RPCRT4.dll
    0x74d20000 - 0x74d80000 C:\Windows\syswow64\SspiCli.dll
    0x74d10000 - 0x74d1c000 C:\Windows\syswow64\CRYPTBASE.dll
    0x75ac0000 - 0x7670a000 C:\Windows\syswow64\SHELL32.dll
    0x75290000 - 0x752e7000 C:\Windows\syswow64\SHLWAPI.dll
    0x74d80000 - 0x74e10000 C:\Windows\syswow64\GDI32.dll
    0x76760000 - 0x76860000 C:\Windows\syswow64\USER32.dll
    0x758e0000 - 0x758ea000 C:\Windows\syswow64\LPK.dll
    0x74e30000 - 0x74ecd000 C:\Windows\syswow64\USP10.dll
    0x75340000 - 0x753a0000 C:\Windows\system32\IMM32.DLL
    0x751c0000 - 0x7528c000 C:\Windows\syswow64\MSCTF.dll
    0x6d810000 - 0x6dac0000 C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
    0x74140000 - 0x74172000 C:\Windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000 C:\Windows\system32\MSVCR71.dll
    0x740f0000 - 0x7413c000 C:\Windows\system32\apphelp.dll
    0x6d7c0000 - 0x6d7cc000 C:\Program Files (x86)\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000 C:\Program Files (x86)\Java\jre6\bin\java.dll
    0x6d800000 - 0x6d80f000 C:\Program Files (x86)\Java\jre6\bin\zip.dll
    0x76bd0000 - 0x76d2c000 C:\Windows\syswow64\ole32.dll
    0x6d560000 - 0x6d569000 C:\Program Files (x86)\Java\jre6\bin\management.dll
    0x6d610000 - 0x6d623000 C:\Program Files (x86)\Java\jre6\bin\net.dll
    0x753e0000 - 0x75415000 C:\Windows\syswow64\WS2_32.dll
    0x75990000 - 0x75996000 C:\Windows\syswow64\NSI.dll
    0x74880000 - 0x748bc000 C:\Windows\system32\mswsock.dll
    0x747d0000 - 0x747d6000 C:\Windows\System32\wship6.dll
    0x748d0000 - 0x748e0000 C:\Windows\system32\NLAapi.dll
    0x748c0000 - 0x748d0000 C:\Windows\system32\napinsp.dll
    0x74830000 - 0x74874000 C:\Windows\system32\DNSAPI.dll
    0x74820000 - 0x74828000 C:\Windows\System32\winrnr.dll
    0x747e0000 - 0x747e5000 C:\Windows\System32\wshtcpip.dll
    0x74800000 - 0x7481c000 C:\Windows\system32\IPHLPAPI.DLL
    0x747f0000 - 0x747f7000 C:\Windows\system32\WINNSI.DLL
    0x747c0000 - 0x747c6000 C:\Windows\system32\rasadhlp.dll
    0x74780000 - 0x747b8000 C:\Windows\System32\fwpuclnt.dll
    0x74750000 - 0x74766000 C:\Windows\system32\CRYPTSP.dll
    0x744d0000 - 0x7450b000 C:\Windows\system32\rsaenh.dll
    0x74030000 - 0x7403b000 C:\Windows\system32\profapi.dll
    0x6d7a0000 - 0x6d7a8000 C:\Program Files (x86)\Java\jre6\bin\sunmscapi.dll
    0x759a0000 - 0x75abd000 C:\Windows\syswow64\CRYPT32.dll
    0x753d0000 - 0x753dc000 C:\Windows\syswow64\MSASN1.dll
    0x6d630000 - 0x6d639000 C:\Program Files (x86)\Java\jre6\bin\nio.dll
    0x10000000 - 0x10047000 C:\Windows\System32\corojdk11.dll
    0x74ed0000 - 0x74f5f000 C:\Windows\syswow64\OLEAUT32.dll
    0x75420000 - 0x754a3000 C:\Windows\syswow64\CLBCatQ.DLL
    0x744c0000 - 0x744ce000 C:\Windows\system32\RpcRtRemote.dll
    0x74180000 - 0x741df000 C:\Windows\system32\SXS.DLL
    0x0b820000 - 0x0b853000 C:\Program Files (x86)\Tomcat\bin\HASPJava.dll
    0x0b860000 - 0x0bb4d000 C:\Program Files (x86)\Tomcat\bin\hasp_windows_87368.dll
    0x74c50000 - 0x74c57000 C:\Windows\system32\WSOCK32.DLL
    0x6d000000 - 0x6d14c000 C:\Program Files (x86)\Java\jre6\bin\awt.dll
    0x73c20000 - 0x73c71000 C:\Windows\system32\WINSPOOL.DRV
    0x74430000 - 0x744b4000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
    0x6eb40000 - 0x6eb53000 C:\Windows\system32\DWMAPI.DLL
    0x6d230000 - 0x6d286000 C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll
    0x77190000 - 0x77195000 C:\Windows\system32\PSAPI.DLL
    VM Arguments:
    jvm_args: -Dcatalina.home=C:\Program Files (x86)\Tomcat -Dcatalina.base=C:\Program Files (x86)\Tomcat -Djava.endorsed.dirs=C:\Program Files (x86)\Tomcat\endorsed -Djava.io.tmpdir=C:\Program Files (x86)\Tomcat\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files (x86)\Tomcat\conf\logging.properties -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\progra~2\tomcat -Xms500m -Xmx500m -XX:SurvivorRatio=4 -XX:PermSize=143m -XX:MaxPermSize=143m -Xss200k -XX:+PrintGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:TomcatGarbageCollection -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote=true
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=Y:\Legato\nsr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Tivoli\IBM\ITM\bin;c:\Tivoli\IBM\ITM\InstallITM;c:\Tivoli\IBM\ITM\TMAITM6;C:\Program Files (x86)\Tomcat\lib
    USERNAME=NCDWSMNASP0101$
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows NT 6.1 , 64 bit Build 7601 Service Pack 1
    CPU:total 4 (1 cores per cpu, 1 threads per core) family 6 model 44 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt
    Memory: 4k page, physical 4193848k(1041944k free), swap 8385852k(5027848k free)
    vm_info: Java HotSpot(TM) Client VM (20.45-b01) for windows-x86 JRE (1.6.0_45-b06), built on Mar 26 2013 13:40:03 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Sun Feb 09 19:41:33 2014
    elapsed time: 31207 seconds

    Thanks a lot.
    HASPJava.dll is used by verification  License and is invoked less and can't use a lot of native memory.
    Our business is communicating between java and COM component. In order to implement it, we used JavaCom to generate java class for COM component.
    Memory of COM component is little, but Native Memory is high.
    Who used JavaCom and did you meet this problem?
    Please give me some suggestions. Thanks a lot.

  • JVM Crash: with jre 1.6.0_18 but not with 1.5.0_14

    Hello everyone,
    I got the problem that my JVM crashes when I am using the jre 1.6.0_18 but the same code runs with an jre 1.5.0_14. The code contains some JNI parts and
    is compiled with a JDK 1.5.0_14. The crash can not be reporduced within a debugger. The crash either occurs in the jvm.dll - as in the error log below - or when acessing the ntdll.dll.
    Any help is appreciated!
    Thanks in Advance!
    Here is the JVM crash report:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d979ba7, pid=10932, tid=12276
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # V [jvm.dll+0x179ba7]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x02afa800): VMThread [stack: 0x02be0000,0x02c30000] [id=12276]
    siginfo: ExceptionCode=0xc0000005, reading address 0x706d7953
    Registers:
    EAX=0x706d7953, EBX=0x00000000, ECX=0x37387a88, EDX=0x00000000
    ESP=0x02c2f79c, EBP=0x02c2f7ac, ESI=0x00000080, EDI=0x02bc7460
    EIP=0x6d979ba7, EFLAGS=0x00010246
    Top of Stack: (sp=0x02c2f79c)
    0x02c2f79c: 02c2f890 373851d0 02c2fa8c 02bc7464
    0x02c2f7ac: 02c2f7c4 6d8d8c66 02afaab4 00000000
    0x02c2f7bc: 02c2f7f8 37387a88 02c2f7dc 6d96b704
    0x02c2f7cc: 02afaab4 00000000 02c2f7f8 02afaab0
    0x02c2f7dc: 02c2f840 6d8b3449 00000000 02c2f7f8
    0x02c2f7ec: 05b30400 02c2f890 00000001 00000000
    0x02c2f7fc: 02c20000 0000ffff 00000000 00000000
    0x02c2f80c: 00000000 6da187a4 02c2f890 02c2fa8c
    Instructions: (pc=0x6d979ba7)
    0x6d979b97: 80 79 05 48 83 c8 e0 40 8d 1c 40 8b 07 8d 04 d8
    0x6d979ba7: 39 08 75 09 0f b7 58 04 3b 5d 0c 74 34 42 83 fa
    Stack: [0x02be0000,0x02c30000], sp=0x02c2f79c, free space=13d02c2f310k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x179ba7]
    V [jvm.dll+0xd8c66]
    V [jvm.dll+0x16b704]
    V [jvm.dll+0xb3449]
    V [jvm.dll+0xb3562]
    V [jvm.dll+0x1db5f5]
    V [jvm.dll+0x1db9ca]
    V [jvm.dll+0x1a1af4]
    V [jvm.dll+0xc834f]
    V [jvm.dll+0xa443c]
    V [jvm.dll+0xc9398]
    V [jvm.dll+0x7e7cb]
    V [jvm.dll+0x1f442b]
    V [jvm.dll+0x1f6ed3]
    V [jvm.dll+0x1f615e]
    V [jvm.dll+0x1f64ac]
    V [jvm.dll+0x1f68d2]
    V [jvm.dll+0x17f9cc]
    C [msvcr71.dll+0x9565]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x0a09e2dc): GenCollectForAllocation, mode: safepoint, requested by thread 0x05c54800
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x05b30400 JavaThread "persistance manager service activator" daemon [_thread_blocked, id=6588, stack(0x0a230000,0x0a280000)]
    0x05b38400 JavaThread "task queue worker" daemon [_thread_blocked, id=9788, stack(0x0a1e0000,0x0a230000)]
    0x05c5b800 JavaThread "PSJ-Subsystem" [_thread_blocked, id=11024, stack(0x0a140000,0x0a190000)]
    0x05c5a400 JavaThread "HDM-Subsystem" [_thread_blocked, id=8296, stack(0x0a0f0000,0x0a140000)]
    0x05c61000 JavaThread "CSM-Subsystem" [_thread_blocked, id=5272, stack(0x0a0a0000,0x0a0f0000)]
    0x05c54800 JavaThread "XPS-Subsystem" [_thread_blocked, id=10064, stack(0x0a050000,0x0a0a0000)]
    0x05c59400 JavaThread "GUI-Subsystem" [_thread_blocked, id=7596, stack(0x0a000000,0x0a050000)]
    0x05c5f800 JavaThread "TimerServices" [_thread_blocked, id=5760, stack(0x09fb0000,0x0a000000)]
    0x05af9800 JavaThread "Thread-2" [_thread_in_native, id=11624, stack(0x03d30000,0x03d80000)]
    0x02b0b000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8092, stack(0x02dc0000,0x02e10000)]
    0x02b07c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696, stack(0x02d70000,0x02dc0000)]
    0x02b06400 JavaThread "Attach Listener" daemon [_thread_blocked, id=1444, stack(0x02d20000,0x02d70000)]
    0x02b05000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10896, stack(0x02cd0000,0x02d20000)]
    0x02afd000 JavaThread "Finalizer" daemon [_thread_blocked, id=8084, stack(0x02c80000,0x02cd0000)]
    0x02afbc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=10636, stack(0x02c30000,0x02c80000)]
    0x002a7000 JavaThread "MasterControl" [_thread_blocked, id=11412, stack(0x008c0000,0x00910000)]
    Other Threads:
    =>0x02afa800 VMThread [stack: 0x02be0000,0x02c30000] [id=12276]
    0x02b0d000 WatcherThread [stack: 0x02e10000,0x02e60000] [id=11048]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x002a61c0] Threads_lock - owner thread: 0x02afa800
    [0x002a65d0] Heap_lock - owner thread: 0x05c54800
    Heap
    def new generation total 4928K, used 4783K [0x22970000, 0x22ec0000, 0x27ec0000)
    eden space 4416K, 100% used [0x22970000, 0x22dc0000, 0x22dc0000)
    from space 512K, 71% used [0x22dc0000, 0x22e1bf30, 0x22e40000)
    to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
    tenured generation total 10944K, used 697K [0x27ec0000, 0x28970000, 0x32970000)
    the space 10944K, 6% used [0x27ec0000, 0x27f6e4e0, 0x27f6e600, 0x28970000)
    compacting perm gen total 12288K, used 5037K [0x32970000, 0x33570000, 0x36970000)
    the space 12288K, 40% used [0x32970000, 0x32e5b4c8, 0x32e5b600, 0x33570000)
    ro space 10240K, 51% used [0x36970000, 0x36e97b58, 0x36e97c00, 0x37370000)
    rw space 12288K, 54% used [0x37370000, 0x37a04ce0, 0x37a04e00, 0x37f70000)
    Dynamic libraries:
    0x00400000 - 0x00424000      c:\windows\system32\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da97000      C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      c:\windows\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000      C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000      C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000      C:\Program Files\Java\jre6\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      c:\windows\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000      C:\Program Files\Java\jre6\bin\zip.dll
    0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
    0x71ab0000 - 0x71ac7000      c:\windows\system32\WS2_32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x71aa0000 - 0x71aa8000      c:\windows\system32\WS2HELP.dll
    0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
    0x02eb0000 - 0x02f59000      C:\mod_s14\bin\stlport.5.2.dll
    0x7c3a0000 - 0x7c41b000      c:\windows\system32\MSVCP71.dll
    [snip]
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2094652k(589592k free), swap 4032296k(2558960k free
    vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)

    I have the Java console open and after 10 seconds it closes and the applet becomes unresponsive. Usually when an applet crashes, some error messages show up in the console before it closes. That does not appear to happen in this case.
    If I load a webpage with an applet (http://java.sun.com/applets/jdk/1.4/demo/applets/Fractal/example1.html) and then move to a non-applet webpage, and have the Java console up, it stays up (alive) for about a minute before it closes. In the case of my applet it closes much faster.
    When I refresh, the second instance of the applet might be starting in the same process as the first process which is in the middle of closing (I am new to Java and JNI, so I might be using the wrong terminology). But with JRE 1.6.0.25 I was not seeing the crash on refresh. It manifested itself with the update to JRE 1.6.0.31
    I did realize the codebase was wrong. This is what I have now:
    <!--[if IE 9]>
    <object
    id="myApplet"
    name="myApplet"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
    type="application/x-java-applet;version=1.6"
    width="800"
    height="600">
    <![endif]-->
    <!--[if IE 8]>
    <object
    id="myApplet"
    name="myApplet"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
    type="application/x-java-applet;version=1.6"
    width="800"
    height="600">
    <![endif]-->
    <!--[if IE 7]>
    <object
    id="myApplet"
    name="myApplet"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
         type="application/x-java-applet;version=1.6"
    width="100%"
    height="90%">
    <![endif]-->
    <![if !IE]>
    <object
    id="myApplet"
    name="myApplet"
    type="application/x-java-applet;version=1.6"
    width="800"
    height="600">
    <![endif]>

  • JVM crashed with Problematic frame: C  [libzip.so+0xbc53]

    Our production JVM (14.2-b01 mixed mode linux-x86 ) has been crashing daily recently.
    Below is the recent hotspot error on the x64 Linux host.
    I would really appreciate your feedback on the issue!
    Portion of hs_err_pid23314.log due to the posting size limit:
    ===========================================
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGBUS (0x7) at pc=0xb73aac53, pid=23314, tid=1798790032
    # JRE version: 6.0_16-b01
    # Java VM: Java HotSpot(TM) Server VM (14.2-b01 mixed mode linux-x86 )
    # Problematic frame:
    # C [libzip.so+0xbc53]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x6cf89000): JavaThread "Thread-1309" [_thread_in_native, id=3528, stack(0x6af8e000,0x6b376000)]
    siginfo:si_signo=SIGBUS: si_errno=0, si_code=2 (BUS_ADRERR), si_addr=0xb73c5e80
    Registers:
    EAX=0x08540bd0, EBX=0xb73af7bc, ECX=0xb73c4000, EDX=0x00e76000
    ESP=0x6b373ca8, EBP=0x6b373cd0, ESI=0xb73c5e63, EDI=0x6e60a7c8
    EIP=0xb73aac53, CR2=0xb73c5e80, EFLAGS=0x00210286
    Top of Stack: (sp=0x6b373ca8)
    0x6b373ca8: 00000030 6ca1db68 6ca1db70 6ca1df5c
    0x6b373cb8: 08540c78 b73af7bc b73aac0b b73af7bc
    0x6b373cc8: 08540fa4 00000000 6b373d00 b73ab00b
    0x6b373cd8: 08540bd0 08540fa4 00000000 00000000
    0x6b373ce8: 6b373d28 b43cb8a0 569a3b6c b73af7bc
    0x6b373cf8: 6b373d48 6cf89110 6b374170 b73a21f9
    0x6b373d08: 08540bd0 6b373d48 00000044 00000044
    0x6b373d18: 6b373d48 6cf89000 b77b3890 b77b3890
    Instructions: (pc=0xb73aac53)
    0xb73aac43: 8b 70 04 8b 45 08 8b 48 10 8b 50 1c 01 ce 29 d6
    0xb73aac53: 0f b6 46 1d 0f b6 56 1c c1 e0 08 09 c2 89 55 f0
    Stack: [0x6af8e000,0x6b376000], sp=0x6b373ca8, free space=3991k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libzip.so+0xbc53]
    C [libzip.so+0xc00b] ZIP_GetEntry+0x10b
    C [libzip.so+0x31f9] Java_java_util_zip_ZipFile_getEntry+0xc9
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J java.util.jar.JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
    j java.util.jar.JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry;+2
    j com.ibm.staf.service.STAFServiceJarClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+37
    J java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;
    j java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    j java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v ~StubRoutines::call_stub
    j com.vmware.qa.staf.vc.vm.VirtualMachine.registerVM(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;ZLcom/vmware/vcqa/ConnectAnchor;)Lcom/vmware/vc/ManagedObjectReference;+90
    j com.vmware.qa.staf.vc.vm.VMSTAFService.handleRegVM(Lcom/ibm/staf/service/STAFServiceInterfaceLevel30$RequestInfo;)Lcom/ibm/staf/STAFResult;+154
    j com.vmware.qa.staf.vc.vm.VMSTAFService.acceptRequest(Lcom/ibm/staf/service/STAFServiceInterfaceLevel30$RequestInfo;)Lcom/ibm/staf/STAFResult;+138
    j com.ibm.staf.service.STAFServiceHelper.callService(Ljava/lang/String;Lcom/ibm/staf/service/STAFServiceHelper$ServiceRequest;)Lcom/ibm/staf/STAFResult;+154
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x6cf89000 JavaThread "Thread-1309" [_thread_in_native, id=3528, stack(0x6af8e000,0x6b376000)]
    0x6e772c00 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=23522, stack(0x6cbaf000,0x6cc00000)]
    0x08517800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=23331, stack(0x6f324000,0x6f375000)]
    0x08515c00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=23330, stack(0x6f375000,0x6f3f6000)]
    0x08512c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=23329, stack(0x6f3f6000,0x6f477000)]
    0x08511400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=23328, stack(0x6f477000,0x6f4c8000)]
    0x084fdc00 JavaThread "Finalizer" daemon [_thread_blocked, id=23327, stack(0x6f6c8000,0x6f719000)]
    0x084fc400 JavaThread "Reference Handler" daemon [_thread_blocked, id=23326, stack(0x6f719000,0x6f76a000)]
    0x08414800 JavaThread "main" [_thread_in_native, id=23316, stack(0xb73f6000,0xb7447000)]
    Other Threads:
    0x084f9400 VMThread [stack: 0x6fa0b000,0x6fa8c000] [id=23325]
    0x08519800 WatcherThread [stack: 0x6f2a3000,0x6f324000] [id=23332]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 89984K, used 66146K [0xad110000, 0xb4250000, 0xb42d0000)
    eden space 67072K, 75% used [0xad110000,0xb023d730,0xb1290000)
    from space 22912K, 68% used [0xb1290000,0xb21fb400,0xb28f0000)
    to space 22848K, 0% used [0xb2c00000,0xb2c00000,0xb4250000)
    PSOldGen total 116864K, used 74610K [0x742d0000, 0x7b4f0000, 0xad110000)
    object space 116864K, 63% used [0x742d0000,0x78bac930,0x7b4f0000)
    PSPermGen total 33408K, used 31487K [0x702d0000, 0x72370000, 0x742d0000)
    object space 33408K, 94% used [0x702d0000,0x7218fc00,0x72370000)
    OS:Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    uname:Linux 2.6.18-164.el5PAE #1 SMP Tue Aug 18 15:59:11 EDT 2009 i686
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 147456, NOFILE 1024, AS infinity
    load average:0.07 0.02 0.00
    CPU:total 8 (1 cores per cpu, 1 threads per core) family 6 model 29 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    Memory: 4k page, physical 8309404k(5573024k free), swap 1048568k(1048568k free)
    vm_info: Java HotSpot(TM) Server VM (14.2-b01) for linux-x86 JRE (1.6.0_16-b01), built on Jul 31 2009 06:03:51 by "java_re" with gcc 3.2.1-7a (J2SE release)
    time: Fri Jan 15 01:16:17 2010
    elapsed time: 97047 seconds

    I also got this error .
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGBUS (0x7) at pc=0x00007f1d761ccf31, pid=7384, tid=139764528719632
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
    # Problematic frame:
    # C [libzip.so+0xaf31]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x000000004091a800): JavaThread "main" [_thread_in_native, id=7411, stack(0x00007f1d77062000,0x00007f1d77163000)]
    siginfo:si_signo=SIGBUS: si_errno=0, si_code=2 (BUS_ADRERR), si_addr=0x00007f1d2dde01fe
    Registers:
    RAX=0x0000000000000000, RBX=0x00007f1d201737a4, RCX=0x00007f1d28000000, RDX=0x00007f1d28000020
    RSP=0x00007f1d7715f7c0, RBP=0x00007f1d2dde01e1, RSI=0x0000000000000040, RDI=0x00007f1d28000020
    R8 =0x0000000000000000, R9 =0x00007f1d28000040, R10=0x00007f1d77d0af18, R11=0x00007f1d77d0ec38
    R12=0x00007f1d280dab30, R13=0x00007f1d200b8ab0, R14=0x00007f1d7715f850, R15=0x0000000000000063
    RIP=0x00007f1d761ccf31, EFL=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x00007f1d7715f7c0)
    0x00007f1d7715f7c0: 00007f1d7715f7e0 00007f1d201737a4
    0x00007f1d7715f7d0: 00007f1d200b8ab0 0000000000000000
    0x00007f1d7715f7e0: 00000000c0292954 00007f1d7715f850
    0x00007f1d7715f7f0: 0000000000000063 00007f1d761cd2ad
    0x00007f1d7715f800: 000000004091a800 00007f1d7715f850
    0x00007f1d7715f810: 000000004091a9b8 0000000000000063
    0x00007f1d7715f820: 00007f1d7715fd28 0000000000000063
    0x00007f1d7715f830: 0000000000000001 00007f1d761c5747
    0x00007f1d7715f840: 00007f1d7715f850 00007f1d200b8ab0
    0x00007f1d7715f850: 636170612f67726f 756f68616d2f6568
    0x00007f1d7715f860: 682f6874616d2f74 69732f706f6f6461
    0x00007f1d7715f870: 79746972616c696d 696d6953776f522f
    0x00007f1d7715f880: 6f4a79746972616c 7468676965572462
    0x00007f1d7715f890: 72727563634f6465 7265507365636e65
    0x00007f1d7715f8a0: 65526e6d756c6f43 6c632e7265637564
    0x00007f1d7715f8b0: 0000000200737361 00007f1d00000000
    0x00007f1d7715f8c0: 000000004091a9b8 000000004091b598
    0x00007f1d7715f8d0: 00007f1d00000000 000000004091b590
    0x00007f1d7715f8e0: 00007f1d77cf4170 000000004091b5a0
    0x00007f1d7715f8f0: 0000000077161060 00007f1d77161040
    0x00007f1d7715f900: 0000000000000000 00007f1d77724360
    0x00007f1d7715f910: 0000000000000000 00007f1d00000000
    0x00007f1d7715f920: 00007f1d7715f940 00007f1d5ff365e0
    0x00007f1d7715f930: 00007f1d620e8000 0000000000000000
    0x00007f1d7715f940: 00007f1d00010100 00007f1d777244cb
    0x00007f1d7715f950: 00007f1d7715f878 00007f1d7715f8b8
    0x00007f1d7715f960: 00007f1d7715f941 0000000800000002
    0x00007f1d7715f970: 0000000000000128 00007f1d7715f9f0
    0x00007f1d7715f980: 0000000040918610 000000004091b130
    0x00007f1d7715f990: 000000004091b140 000000004091b518
    0x00007f1d7715f9a0: 0000000040918530 00007f1d7715fa00
    0x00007f1d7715f9b0: 00007f1d7715fa40 000000004091a800
    Instructions: (pc=0x00007f1d761ccf31)
    0x00007f1d761ccf21: 28 00 00 00 00 8b 6b 04 49 03 6d 18 49 2b 6d 28
    0x00007f1d761ccf31: 0f b6 45 1d 0f b6 5d 1c 44 0f b6 75 1e 44 0f b6
    Stack: [0x00007f1d77062000,0x00007f1d77163000], sp=0x00007f1d7715f7c0, free space=3f50000000000000018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libzip.so+0xaf31]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J+0
    j java.util.zip.ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;+31
    j java.util.jar.JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;+2
    j java.util.jar.JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry;+2
    j sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;+48
    j sun.misc.URLClassPath$JarLoader.findResource(Ljava/lang/String;Z)Ljava/net/URL;+3
    j sun.misc.URLClassPath$1.next()Z+42
    j sun.misc.URLClassPath$1.hasMoreElements()Z+1
    j java.net.URLClassLoader$3$1.run()Ljava/lang/Object;+7
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.net.URLClassLoader$3.next()Z+24
    j java.net.URLClassLoader$3.hasMoreElements()Z+1
    j sun.misc.CompoundEnumeration.next()Z+33
    j sun.misc.CompoundEnumeration.hasMoreElements()Z+1
    j org.apache.hadoop.mapred.JobConf.findContainingJar(Ljava/lang/Class;)Ljava/lang/String;+42
    j org.apache.hadoop.mapred.JobConf.setJarByClass(Ljava/lang/Class;)V+1
    j org.apache.hadoop.mapreduce.Job.setJarByClass(Ljava/lang/Class;)V+5
    j org.apache.mahout.common.AbstractJob.prepareJob(Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/fs/Path;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/hadoop/mapreduce/Job;+74
    j org.apache.mahout.math.hadoop.similarity.RowSimilarityJob.run([Ljava/lang/String;)I+236
    j org.apache.hadoop.util.ToolRunner.run(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/util/Tool;[Ljava/lang/String;)I+38
    j org.apache.mahout.cf.taste.hadoop.item.RecommenderJob.run([Ljava/lang/String;)I+817
    j org.apache.hadoop.util.ToolRunner.run(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/util/Tool;[Ljava/lang/String;)I+38
    j org.apache.mahout.cf.taste.hadoop.item.RecommenderJob.main([Ljava/lang/String;)V+15
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.apache.hadoop.util.RunJar.main([Ljava/lang/String;)V+538
    v ~StubRoutines::call_stub

  • JVM crashes with: VM_Operation generation collection for allocation

    I have a program using JNI, and the gc crashes JVM occasionally. The crashing occurs randomly. I can reproduce it by starting the program several times. Following is the JVM dump message:
    =================================================================
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb78eff96, pid=11442, tid=2830195904
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x120f96]
    --------------- T H R E A D ---------------
    Current thread (0x080b5780): VMThread [id=11447]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x000e9bc8
    Registers:
    EAX=0xa8b1530c, EBX=0xb7b11e28, ECX=0xb7aff648, EDX=0x000e9bc8
    ESP=0xa8b1516c, EBP=0xa8b15184, ESI=0x08436eb4, EDI=0xa8b1530c
    EIP=0xb78eff96, CR2=0x000e9bc8, EFLAGS=0x00210203
    Top of Stack: (sp=0xa8b1516c)
    0xa8b1516c: a8b1530c 080b51a0 080b8330 b7b11e28
    0xa8b1517c: 08436eb0 0841d398 a8b151b4 b78f2061
    0xa8b1518c: a8b1530c 08436eb4 a90e9bc8 a90e9bc8
    0xa8b1519c: 080ba01c b7b08fa0 b7b08f40 000003d8
    0xa8b151ac: a8b1530c 0806b2b0 a8b151d4 b7a6decb
    0xa8b151bc: 0808c320 a8b1530c a8b1530c a8b1530c
    0xa8b151cc: b7b11e28 00000001 a8b15214 b790695c
    0xa8b151dc: a8b1530c 00000005 0806b3e8 0806b3e8
    Instructions: (pc=0xb78eff96)
    0xb78eff86: c3 a4 1e 22 00 8b 16 85 d2 74 35 3b 57 1c 73 30
    0xb78eff96: 8b 02 83 e0 03 83 f8 03 75 30 8b 02 83 e0 fc 89
    Stack: [0xa8a96000,0xa8b16000), sp=0xa8b1516c, free space=508k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x120f96]
    V [libjvm.so+0x123061]
    V [libjvm.so+0x29eecb]
    V [libjvm.so+0x13795c]
    V [libjvm.so+0x11f7cd]
    V [libjvm.so+0x13741f]
    V [libjvm.so+0xf5ce1]
    V [libjvm.so+0x137682]
    V [libjvm.so+0x2ed2e4]
    V [libjvm.so+0x2ed046]
    V [libjvm.so+0x2ec6b7]
    V [libjvm.so+0x2ec8c5]
    V [libjvm.so+0x2ec4d0]
    V [libjvm.so+0x25f108]
    C [libpthread.so.0+0x42b6]
    VM_Operation (0xa7242004): generation collection for allocation, mode: safepoint, requested by thread 0x08499520
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0xa89146e8 JavaThread "DestroyJavaVM" [_thread_blocked, id=11442]
    0x084a0520 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=11462]
    0x0849eac8 JavaThread "AWT-Shutdown" [_thread_blocked, id=11461]
    0x08499520 JavaThread "Thread-2" daemon [_thread_blocked, id=11460]
    0x08471790 JavaThread "Thread-1" [_thread_in_native, id=11459]
    0x0842b890 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=11455]
    0x084118b0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11454]
    0x080c5b10 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11452]
    0x080c45c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11451]
    0x080c3728 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11450]
    0x080b8fd0 JavaThread "Finalizer" daemon [_thread_blocked, id=11449]
    0x080b8330 JavaThread "Reference Handler" daemon [_thread_blocked, id=11448]
    Other Threads:
    =>0x080b5780 VMThread [id=11447]
    0x080c6fa0 WatcherThread [id=11453]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0805b5b0/0x0805b5d8] Threads_lock - owner thread: 0x080b5780
    [0x0805ba00/0x0805ba18] Heap_lock - owner thread: 0x08499520
    Heap
    def new generation total 576K, used 550K [0xa8ba0000, 0xa8c40000, 0xa9080000)
    eden space 512K, 100% used [0xa8ba0000, 0xa8c20000, 0xa8c20000)
    from space 64K, 60% used [0xa8c30000, 0xa8c39ad8, 0xa8c40000)
    to space 64K, 2% used [0xa8c20000, 0xa8c206c8, 0xa8c30000)
    tenured generation total 1408K, used 798K [0xa9080000, 0xa91e0000, 0xacba0000)
    the space 1408K, 56% used [0xa9080000, 0xa9147b50, 0xa9147c00, 0xa91e0000)
    compacting perm gen total 8192K, used 7693K [0xacba0000, 0xad3a0000, 0xb0ba0000)
    the space 8192K, 93% used [0xacba0000, 0xad323780, 0xad323800, 0xad3a0000)
    No shared spaces configured.
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 03:43 5145000 /usr/java/jdk1.5.0_04/bin/java
    08056000-08058000 rwxp 0000e000 03:43 5145000 /usr/java/jdk1.5.0_04/bin/java
    08058000-08a04000 rwxp 08058000 00:00 0 [heap]
    42000000-4212e000 r-xp 00000000 03:43 655363 /lib/tls/libc-2.3.2.so
    4212e000-42131000 rwxp 0012e000 03:43 655363 /lib/tls/libc-2.3.2.so
    42131000-42133000 rwxp 42131000 00:00 0
    a6e13000-a6e2e000 r-xp 00000000 03:43 4112449 /usr/share/fonts/default/Type1/n021003l.pfb
    a6e2e000-a6e3e000 rwxs 00000000 00:07 213713006 /SYSV00002cb2 (deleted)
    a6e3e000-a6e52000 r-xp 00000000 03:43 4112443 /usr/share/fonts/default/Type1/n019044l.pfb
    a6e52000-a6e6d000 r-xp 00000000 03:43 4112449 /usr/share/fonts/default/Type1/n021003l.pfb
    a6e6d000-a6e80000 r-xp 00000000 03:43 4112441 /usr/share/fonts/default/Type1/n019043l.pfb
    a6e80000-a6ecc000 rwxp a6e80000 00:00 0
    a6ecc000-a70a1000 rwxs 00000000 00:07 213680229 /SYSV00000000 (deleted)
    a70a1000-a70a9000 r-xp 00000000 03:43 6979921 /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
    a70a9000-a70aa000 rwxp 00007000 03:43 6979921 /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
    a70aa000-a70c3000 r-xp 00000000 03:43 6979920 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    a70c3000-a70c5000 rwxp 00019000 03:43 6979920 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    a70c5000-a70c8000 ---p a70c5000 00:00 0
    a70c8000-a7145000 rwxp a70c8000 00:00 0
    a7145000-a7148000 ---p a7145000 00:00 0
    a7148000-a71c5000 rwxp a7148000 00:00 0
    a71c5000-a71c8000 ---p a71c5000 00:00 0
    a71c8000-a7245000 rwxp a71c8000 00:00 0
    a7245000-a7248000 ---p a7245000 00:00 0
    a7248000-a72c5000 rwxp a7248000 00:00 0
    a72c5000-a72d8000 r-xp 00000000 03:43 6883133 /usr/X11R6/lib/libXmu.so.6.2
    a72d8000-a72d9000 rwxp 00013000 03:43 6883133 /usr/X11R6/lib/libXmu.so.6.2
    a72d9000-a74c8000 r-xp 00000000 03:43 1445820 /opt/tools/multimedia/install_flash_player_7_linux/libflashplayer.so
    a74c8000-a74d8000 rwxp 001ef000 03:43 1445820 /opt/tools/multimedia/install_flash_player_7_linux/libflashplayer.so
    a74d8000-a759f000 rwxp a74d8000 00:00 0
    a759f000-a75b3000 r-xp 00000000 03:43 6883089 /usr/X11R6/lib/libICE.so.6.3
    a75b3000-a75b4000 rwxp 00013000 03:43 6883089 /usr/X11R6/lib/libICE.so.6.3
    a75b4000-a75b6000 rwxp a75b4000 00:00 0
    a75b6000-a75bd000 r-xp 00000000 03:43 6883092 /usr/X11R6/lib/libSM.so.6.0
    a75bd000-a75be000 rwxp 00007000 03:43 6883092 /usr/X11R6/lib/libSM.so.6.0
    a75be000-a75dc000 r-xp 00000000 03:43 360471 /usr/lib/libexpat.so.0.4.0
    a75dc000-a75de000 rwxp 0001e000 03:43 360471 /usr/lib/libexpat.so.0.4.0
    a75de000-a75e6000 r-xp 00000000 03:43 3212363 /usr/lib/libgcc_s.so.1
    a75e6000-a75e7000 rwxp 00007000 03:43 3212363 /usr/lib/libgcc_s.so.1
    a75e7000-a76ad000 r-xp 00000000 03:43 3212368 /usr/lib/libstdc++.so.6.0.3
    a76ad000-a76b2000 rwxp 000c6000 03:43 3212368 /usr/lib/libstdc++.so.6.0.3
    a76b2000-a76b7000 rwxp a76b2000 00:00 0
    a76b7000-a76fd000 r-xp 00000000 03:43 6883098 /usr/X11R6/lib/libXt.so.6.0
    a76fd000-a7700000 rwxp 00046000 03:43 6883098 /usr/X11R6/lib/libXt.so.6.0
    a7700000-a7701000 rwxp a7700000 00:00 0
    a7701000-a7725000 r-xp 00000000 03:43 3428509 /usr/local/garnome/lib/libpangoft2-1.0.so.0.800.1
    a7725000-a7726000 rwxp 00024000 03:43 3428509 /usr/local/garnome/lib/libpangoft2-1.0.so.0.800.1
    a7726000-a772a000 r-xp 00000000 03:43 6883231 /usr/X11R6/lib/libXfixes.so.3.0
    a772a000-a772b000 rwxp 00003000 03:43 6883231 /usr/X11R6/lib/libXfixes.so.3.0
    a772b000-a7751000 r-xp 00000000 03:43 6883201 /usr/X11R6/lib/libfontconfig.so.1.0.4
    a7751000-a7756000 rwxp 00026000 03:43 6883201 /usr/X11R6/lib/libfontconfig.so.1.0.4
    a7756000-a7757000 rwxp a7756000 00:00 0
    a7757000-a7763000 r-xp 00000000 03:43 360515 /usr/lib/libz.so.1.1.4
    a7763000-a7765000 rwxp 0000b000 03:43 360515 /usr/lib/libz.so.1.1.4
    a7765000-a77c1000 r-xp 00000000 03:43 365899 /usr/lib/libfreetype.so.6.3.7
    a77c1000-a77c8000 rwxp 0005c000 03:43 365899 /usr/lib/libfreetype.so.6.3.7
    a77c8000-a77d8000 r-xp 00000000 03:43 6883206 /usr/X11R6/lib/libXft.so.2.1.2
    a77d8000-a77d9000 rwxp 0000f000 03:43 6883206 /usr/X11R6/lib/libXft.so.2.1.2
    a77d9000-a77e0000 r-xp 00000000 03:43 6883155 /usr/X11R6/lib/libXi.so.6.0
    a77e0000-a77e1000 rwxp 00006000 03:43 6883155 /usr/X11R6/lib/libXi.so.6.0
    a77e1000-a781f000 r-xp 00000000 03:43 3524199 /home/steven/mozilla/objdir/nsprpub/pr/src/libnspr4.so
    a781f000-a7821000 rwxp 0003d000 03:43 3524199 /home/steven/mozilla/objdir/nsprpub/pr/src/libnspr4.so
    a7821000-a7822000 rwxp a7821000 00:00 0
    a7822000-a7826000 r-xp 00000000 03:43 50245 /opt/projects/wonder/svn/trunk/javaflash/lib/libgtkxtbin.so
    a7826000-a7827000 rwxp 00003000 03:43 50245 /opt/projects/wonder/svn/trunk/javaflash/lib/libgtkxtbin.so
    a7827000-a78fe000 r-xp 00000000 03:43 3784903 /usr/local/lib/libiconv.so.2.2.0
    a78fe000-a78ff000 rwxp 000d7000 03:43 3784903 /usr/local/lib/libiconv.so.2.2.0
    a78ff000-a797f000 r-xp 00000000 03:43 7275834 /usr/lib/libglib-2.0.so.0.600.3
    a797f000-a7980000 rwxp 0007f000 03:43 7275834 /usr/lib/libglib-2.0.so.0.600.3
    a7980000-a79b8000 r-xp 00000000 03:43 7275838 /usr/lib/libgobject-2.0.so.0.600.3
    a79b8000-a79b9000 rwxp 00037000 03:43 7275838 /usr/lib/libgobject-2.0.so.0.600.3
    a79be000-a79c8000 r-xp 00000000 03:43 6080345 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libredmond95.so
    a79c8000-a79c9000 rwxp 00009000 03:43 6080345 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libredmond95.so
    a79c9000-a79d0000 r-xp 00000000 03:43 6080349 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libthinice.so
    a79d0000-a79d1000 rwxp 00006000 03:43 6080349 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libthinice.so
    a79d1000-a79fe000 r-xp 00000000 03:43 3428497 /usr/local/garnome/lib/libpango-1.0.so.0.800.1
    a79fe000-a7a03000 rwxp 0002c000 03:43 3428497 /usr/local/garnome/lib/libpango-1.0.so.0.800.1
    a7a03000-a7a1b000 r-xp 00000000 03:43 3424601 /usr/local/garnome/lib/libatk-1.0.so.0.901.0
    a7a1b000-a7a1d000 rwxp 00017000 03:43 3424601 /usr/local/garnome/lib/libatk-1.0.so.0.901.0
    a7a1d000-a7a9a000 r-xp 00000000 03:43 3014738 /usr/local/garnome/lib/libgdk-x11-2.0.so.0.600.4
    a7a9a000-a7a9d000 rwxp 0007d000 03:43 3014738 /usr/local/garnome/lib/libgdk-x11-2.0.so.0.600.4
    a7a9d000-a7d74000 r-xp 00000000 03:43 3014741 /usr/local/garnome/lib/libgtk-x11-2.0.so.0.600.4
    a7d74000-a7d7c000 rwxp 002d7000 03:43 3014741 /usr/local/garnome/lib/libgtk-x11-2.0.so.0.600.4
    a7d7c000-a7d7f000 rwxp a7d7c000 00:00 0
    a7d7f000-a7d82000 ---p a7d7f000 00:00 0
    a7d82000-a7dff000 rwxp a7d82000 00:00 0
    a7dff000-a7e06000 r-xp 00000000 03:43 6883224 /usr/X11R6/lib/libXcursor.so.1.0.2
    a7e06000-a7e07000 rwxp 00007000 03:43 6883224 /usr/X11R6/lib/libXcursor.so.1.0.2
    a7e07000-a7e09000 r-xp 00000000 03:43 6883195 /usr/X11R6/lib/libXinerama.so.1.0
    a7e09000-a7e0a000 rwxp 00001000 03:43 6883195 /usr/X11R6/lib/libXinerama.so.1.0
    a7e0a000-a7e1e000 r-xp 00000000 03:43 3014734 /usr/local/garnome/lib/libgdk_pixbuf-2.0.so.0.600.4
    a7e1e000-a7e1f000 rwxp 00014000 03:43 3014734 /usr/local/garnome/lib/libgdk_pixbuf-2.0.so.0.600.4
    a7e1f000-a7e22000 ---p a7e1f000 00:00 0
    a7e22000-a7e9f000 rwxp a7e22000 00:00 0
    a7e9f000-a7f12000 r-xp 00000000 03:43 5145942 /usr/java/jdk1.5.0_04/jre/lib/i386/libfontmanager.so
    a7f12000-a7f1c000 rwxp 00073000 03:43 5145942 /usr/java/jdk1.5.0_04/jre/lib/i386/libfontmanager.so
    a7f1c000-a7f20000 rwxp a7f1c000 00:00 0
    a7f20000-a7f58000 r-xs 00000000 03:43 3196949 /opt/projects/wonder/svn/trunk/javaflash/lib/mysql-connector-java-3.0.9-stable-bin.jar
    a7f58000-a7f70000 r-xs 00000000 03:43 6358581 /opt/projects/wonder/svn/trunk/javaflash/lib/servlet-api.jar
    a7f70000-a7f8c000 r-xs 00000000 03:43 219155 /opt/projects/wonder/svn/trunk/javaflash/lib/openamf-1.0RC11-1.jar
    a7f8c000-a7fb6000 r-xs 00000000 03:43 50909 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-lang-2.0.jar
    a7fb6000-a7fed000 r-xs 00000000 03:43 50910 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-httpclient-2.0.jar
    a7fed000-a8017000 r-xs 00000000 03:43 50908 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-digester.jar
    a8017000-a80a0000 r-xs 00000000 03:43 50258 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-collections-3.1.jar
    a80a0000-a80cf000 r-xs 00000000 03:43 50257 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-beanutils-1.7.0.jar
    a80cf000-a80e6000 r-xs 00000000 03:43 50256 /opt/projects/wonder/svn/trunk/javaflash/lib/astranslator-1.5.8.jar
    a80e6000-a81a2000 r-xp 00000000 03:43 6883076 /usr/X11R6/lib/libX11.so.6.2
    a81a2000-a81a6000 rwxp 000bb000 03:43 6883076 /usr/X11R6/lib/libX11.so.6.2
    a81a6000-a81b2000 r-xp 00000000 03:43 6883095 /usr/X11R6/lib/libXext.so.6.4
    a81b2000-a81b3000 rwxp 0000c000 03:43 6883095 /usr/X11R6/lib/libXext.so.6.4
    a81b3000-a81b5000 r-xp 00000000 03:43 6883215 /usr/X11R6/lib/libXrandr.so.2.0
    a81b5000-a81b6000 rwxp 00002000 03:43 6883215 /usr/X11R6/lib/libXrandr.so.2.0
    a81b6000-a81c0000 r-xp 00000000 03:43 3428505 /usr/local/garnome/lib/libpangox-1.0.so.0.800.1
    a81c0000-a81c1000 rwxp 00009000 03:43 3428505 /usr/local/garnome/lib/libpangox-1.0.so.0.800.1
    a81c1000-a81cb000 r-xs 00000000 03:43 50243 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-logging-1.0.4.jar
    a81cb000-a8201000 r-xp 00000000 03:43 5145974 /usr/java/jdk1.5.0_04/jre/lib/i386/xawt/libmawt.so
    a8201000-a8204000 rwxp 00035000 03:43 5145974 /usr/java/jdk1.5.0_04/jre/lib/i386/xawt/libmawt.so
    a8204000-a8205000 rwxp a8204000 00:00 0
    a8205000-a82cb000 r-xp 00000000 03:43 5145960 /usr/java/jdk1.5.0_04/jre/lib/i386/libmlib_image.so
    a82cb000-a82cc000 rwxp 000c5000 03:43 5145960 /usr/java/jdk1.5.0_04/jre/lib/i386/libmlib_image.so
    a82cc000-a8341000 r-xp 00000000 03:43 5145937 /usr/java/jdk1.5.0_04/jre/lib/i386/libawt.so
    a8341000-a8347000 rwxp 00074000 03:43 5145937 /usr/java/jdk1.5.0_04/jre/lib/i386/libawt.so
    a8347000-a836b000 rwxp a8347000 00:00 0
    a836b000-a8396000 r-xs 00000000 03:43 5145898 /usr/java/jdk1.5.0_04/jre/lib/ext/sunpkcs11.jar
    a8396000-a83bc000 r-xs 00000000 03:43 5145897 /usr/java/jdk1.5.0_04/jre/lib/ext/sunjce_provider.jar
    a83bc000-a8480000 r-xs 00000000 03:43 5145893 /usr/java/jdk1.5.0_04/jre/lib/ext/localedata.jar
    a8480000-a8481000 ---p a8480000 00:00 0
    a8481000-a8500000 rwxp a8481000 00:00 0
    a8500000-a8503000 ---p a8500000 00:00 0
    a8503000-a8580000 rwxp a8503000 00:00 0
    a8580000-a8583000 ---p a8580000 00:00 0
    a8583000-a8600000 rwxp a8583000 00:00 0
    a8600000-a8603000 ---p a8600000 00:00 0
    a8603000-a8680000 rwxp a8603000 00:00 0
    a8680000-a8880000 r-xp 00000000 03:43 479417 /usr/lib/locale/locale-archive
    a8880000-a8883000 ---p a8880000 00:00 0
    a8883000-a892f000 rwxp a8883000 00:00 0
    a892f000-a8a00000 ---p a892f000 00:00 0
    a8a00000-a8a02000 r-xp 00000000 03:43 7275842 /usr/lib/libgmodule-2.0.so.0.600.3
    a8a02000-a8a03000 rwxp 00002000 03:43 7275842 /usr/lib/libgmodule-2.0.so.0.600.3
    a8a03000-a8a08000 r-xp 00000000 03:43 3428535 /usr/local/garnome/lib/libpangoxft-1.0.so.0.800.1
    a8a08000-a8a09000 rwxp 00005000 03:43 3428535 /usr/local/garnome/lib/libpangoxft-1.0.so.0.800.1
    a8a09000-a8a0d000 r-xp 00000000 03:43 5279633 /opt/projects/wonder/svn/trunk/javaflash/src/c/libjavaflash.so
    a8a0d000-a8a0e000 rwxp 00003000 03:43 5279633 /opt/projects/wonder/svn/trunk/javaflash/src/c/libjavaflash.so
    a8a0e000-a8a15000 r-xp 00000000 03:43 6883198 /usr/X11R6/lib/libXrender.so.1.2.2
    a8a15000-a8a16000 rwxp 00006000 03:43 6883198 /usr/X11R6/lib/libXrender.so.1.2.2
    a8a16000-a8a19000 ---p a8a16000 00:00 0
    a8a19000-a8a96000 rwxp a8a19000 00:00 0
    a8a96000-a8a97000 ---p a8a96000 00:00 0
    a8a97000-a8b1b000 rwxp a8a97000 00:00 0
    a8b1b000-a8b37000 rwxp a8b1b000 00:00 0
    a8b37000-a8b38000 rwxp a8b37000 00:00 0
    a8b38000-a8b55000 rwxp a8b38000 00:00 0
    a8b55000-a8b56000 rwxp a8b55000 00:00 0
    a8b56000-a8b57000 rwxp a8b56000 00:00 0
    a8b57000-a8b59000 rwxp a8b57000 00:00 0
    a8b59000-a8b75000 rwxp a8b59000 00:00 0
    a8b75000-a8b79000 rwxp a8b75000 00:00 0
    a8b79000-a8b9f000 rwxp a8b79000 00:00 0
    a8b9f000-a8c40000 rwxp a8b9f000 00:00 0
    a8c40000-a9080000 rwxp a8c40000 00:00 0
    a9080000-a91e0000 rwxp a9080000 00:00 0
    a91e0000-acba0000 rwxp a91e0000 00:00 0
    acba0000-ad3a0000 rwxp acba0000 00:00 0
    ad3a0000-b27a0000 rwxp ad3a0000 00:00 0
    b27a1000-b27a2000 r-xp 00000000 03:43 6979918 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    b27a2000-b27a3000 rwxp 00000000 03:43 6979918 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    b27a3000-b27a9000 r-xs 00000000 03:43 606386 /usr/lib/gconv/gconv-modules.cache
    b27a9000-b27ad000 rwxp b27a9000 00:00 0
    b27ad000-b2829000 rwxp b27ad000 00:00 0
    b2829000-b28f9000 rwxp b2829000 00:00 0
    b28f9000-b4829000 rwxp b28f9000 00:00 0
    b4829000-b5064000 r-xs 00000000 03:43 5146001 /usr/java/jdk1.5.0_04/jre/lib/charsets.jar
    b5064000-b5078000 r-xs 00000000 03:43 5146000 /usr/java/jdk1.5.0_04/jre/lib/jce.jar
    b5078000-b50ff000 r-xs 00000000 03:43 5146016 /usr/java/jdk1.5.0_04/jre/lib/jsse.jar
    b50ff000-b5168000 rwxp b50ff000 00:00 0
    b5168000-b7748000 r-xs 00000000 03:43 5146021 /usr/java/jdk1.5.0_04/jre/lib/rt.jar
    b7748000-b775b000 r-xp 00000000 03:43 5145968 /usr/java/jdk1.5.0_04/jre/lib/i386/libzip.so
    b775b000-b775d000 rwxp 00012000 03:43 5145968 /usr/java/jdk1.5.0_04/jre/lib/i386/libzip.so
    b775d000-b777e000 r-xp 00000000 03:43 5145948 /usr/java/jdk1.5.0_04/jre/lib/i386/libjava.so
    b777e000-b7780000 rwxp 00020000 03:43 5145948 /usr/java/jdk1.5.0_04/jre/lib/i386/libjava.so
    b7780000-b7792000 r-xp 00000000 03:43 2523154 /lib/libnsl-2.3.2.so
    b7792000-b7793000 rwxp 00011000 03:43 2523154 /lib/libnsl-2.3.2.so
    b7793000-b7795000 rwxp b7793000 00:00 0
    b7797000-b7798000 r-xp 00000000 03:43 5145953 /usr/java/jdk1.5.0_04/jre/lib/i386/libjawt.so
    b7798000-b7799000 rwxp 00000000 03:43 5145953 /usr/java/jdk1.5.0_04/jre/lib/i386/libjawt.so
    b7799000-b77a4000 r-xp 00000000 03:43 5145967 /usr/java/jdk1.5.0_04/jre/lib/i386/libverify.so
    b77a4000-b77a5000 rwxp 0000b000 03:43 5145967 /usr/java/jdk1.5.0_04/jre/lib/i386/libverify.so
    b77a5000-b77ad000 rwxs 00000000 03:43 1836606 /tmp/hsperfdata_steven/11442
    b77ad000-b77ce000 r-xp 00000000 03:43 1704993 /lib/tls/libm-2.3.2.so
    b77ce000-b77cf000 rwxp 00020000 03:43 1704993 /lib/tls/libm-2.3.2.so
    b77cf000-b7af7000 r-xp 00000000 03:43 5145932 /usr/java/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7af7000-b7b15000 rwxp 00327000 03:43 5145932 /usr/java/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7b15000-b7f2b000 rwxp b7b15000 00:00 0
    b7f2b000-b7f2d000 r-xp 00000000 03:43 2523152 /lib/libdl-2.3.2.so
    b7f2d000-b7f2e000 rwxp 00002000 03:43 2523152 /lib/libdl-2.3.2.so
    b7f2e000-b7f38000 r-xp 00000000 03:43 1704995 /lib/tls/libpthread-0.29.so
    b7f38000-b7f39000 rwxp 0000a000 03:43 1704995 /lib/tls/libpthread-0.29.so
    b7f39000-b7f3b000 rwxp b7f39000 00:00 0
    b7f3c000-b7f3e000 r-xs 00000000 03:43 2033060 /usr/java/jdk1.5.0_04/jre/lib/ext/dnsns.jar
    b7f3e000-b7f49000 r-xp 00000000 03:43 2523429 /lib/libnss_files-2.3.2.so
    b7f49000-b7f4a000 rwxp 0000a000 03:43 2523429 /lib/libnss_files-2.3.2.so
    b7f4a000-b7f50000 r-xp 00000000 03:43 5145970 /usr/java/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b7f50000-b7f51000 rwxp 00006000 03:43 5145970 /usr/java/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b7f51000-b7f52000 rwxp b7f51000 00:00 0
    b7f52000-b7f53000 ---p b7f52000 00:00 0
    b7f53000-b7f54000 rwxp b7f53000 00:00 0
    b7f54000-b7f69000 r-xp 00000000 03:43 2523138 /lib/ld-2.3.2.so
    b7f69000-b7f6a000 rwxp 00014000 03:43 2523138 /lib/ld-2.3.2.so
    bf769000-bf76c000 ---p bf769000 00:00 0
    bf76c000-bf969000 rwxp bf76c000 00:00 0 [stack]
    ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
    VM Arguments:
    java_command: sjtu.dctc.wonder.flashui.TestFlashUI
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.5.0_03
    PATH=/usr/local/garnome/bin:/usr/local/garnome/sbin:/usr/local/kde3.4/bin:/usr/local/kde3.4/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/sbin:/home/steven/bin:/usr/java/jdk1.5.0_03/bin:/opt/ant/bin
    USERNAME=steven
    LD_LIBRARY_PATH=/usr/java/jdk1.5.0_04/jre/lib/i386/client:/usr/java/jdk1.5.0_04/jre/lib/i386:/usr/java/jdk1.5.0_04/jre/../lib/i386:/opt/projects/wonder/svn/trunk/javaflash/src/c:/opt/projects/wonder/svn/trunk/javaflash/lib:/home/steven/mozilla/objdir/dist/lib:/usr/local/garnome/lib:/usr/local/kde3.4/lib:/usr/local/BerkeleyDB.4.3/lib
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x2e52f0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x2e52f0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x25d640], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x04000000
    SIGILL: [libjvm.so+0x25d640], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x25f980], sa_mask[0]=0x00000004, sa_flags=0x14000004
    SIGHUP: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGINT: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGQUIT: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Linux release 9 (Shrike)
    uname:Linux 2.6.12.2-smp #3 SMP Sat Jul 2 08:10:18 CST 2005 i686
    libc:glibc 2.3.2 NPTL 0.29
    rlimit: STACK 8192k, CORE 0k, NPROC 4089, NOFILE 1024, AS infinity
    load average:1.79 0.51 0.22
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 514764k(6852k free), swap 1052248k(907128k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for linux-x86, built on Jun 3 2005 03:17:33 by java_re with gcc 3.2.1-7a (J2SE release)
    ================================================================
    The following is the gc dump when the operation is successful:
    ================================================================
    [GC  {Heap before GC invocations=9:
    Heap
    def new generation   total 576K, used 559K [0x49970000, 0x49a10000, 0x4c0d0000)
      eden space 512K, 100% used [0x49970000, 0x499f0000, 0x499f0000)
      from space 64K,  74% used [0x49a00000, 0x49a0bdf0, 0x49a10000)
      to   space 64K,   0% used [0x499f0000, 0x499f0000, 0x49a00000)
    tenured generation   total 1408K, used 762K [0x4c0d0000, 0x4c230000, 0x69970000)
       the space 1408K,  54% used [0x4c0d0000, 0x4c18ea80, 0x4c18ec00, 0x4c230000)
    compacting perm gen  total 8192K, used 1553K [0x69970000, 0x6a170000, 0x6d970000)
       the space 8192K,  18% used [0x69970000, 0x69af46f0, 0x69af4800, 0x6a170000)
        ro space 8192K,  68% used [0x6d970000, 0x6deea338, 0x6deea400, 0x6e170000)
        rw space 12288K,  47% used [0x6e170000, 0x6e7297d8, 0x6e729800, 0x6ed70000)
    [DefNew: 559K->19K(576K), 0.0018160 secs] 1322K->817K(1984K) Heap after GC invocations=10:
    Heap
    def new generation total 576K, used 19K [0x49970000, 0x49a10000, 0x4c0d0000)
    eden space 512K, 0% used [0x49970000, 0x49970000, 0x499f0000)
    from space 64K, 30% used [0x499f0000, 0x499f4f28, 0x49a00000)
    to space 64K, 0% used [0x49a00000, 0x49a00000, 0x49a10000)
    tenured generation total 1408K, used 798K [0x4c0d0000, 0x4c230000, 0x69970000)
    the space 1408K, 56% used [0x4c0d0000, 0x4c197880, 0x4c197a00, 0x4c230000)
    compacting perm gen total 8192K, used 1553K [0x69970000, 0x6a170000, 0x6d970000)
    the space 8192K, 18% used [0x69970000, 0x69af46f0, 0x69af4800, 0x6a170000)
    ro space 8192K, 68% used [0x6d970000, 0x6deea338, 0x6deea400, 0x6e170000)
    rw space 12288K, 47% used [0x6e170000, 0x6e7297d8, 0x6e729800, 0x6ed70000)
    } , 0.0021780 secs]
    ========================================================================
    The following is the gc dump when JVM crashes:
    ========================================================================
    [GC  {Heap before GC invocations=9:
    Heap
    def new generation   total 576K, used 546K [0x49970000, 0x49a10000, 0x4c0d0000)
      eden space 512K, 100% used [0x49970000, 0x499f0000, 0x499f0000)
      from space 64K,  54% used [0x49a00000, 0x49a08a48, 0x49a10000)
      to   space 64K,   0% used [0x499f0000, 0x499f0000, 0x49a00000)
    tenured generation   total 1408K, used 792K [0x4c0d0000, 0x4c230000, 0x69970000)
       the space 1408K,  56% used [0x4c0d0000, 0x4c1960f0, 0x4c196200, 0x4c230000)
    compacting perm gen  total 8192K, used 1551K [0x69970000, 0x6a170000, 0x6d970000)
       the space 8192K,  18% used [0x69970000, 0x69af3c90, 0x69af3e00, 0x6a170000)
        ro space 8192K,  68% used [0x6d970000, 0x6deea338, 0x6deea400, 0x6e170000)
        rw space 12288K,  47% used [0x6e170000, 0x6e7297d8, 0x6e729800, 0x6ed70000)
    [DefNew#
    =======================================================================
    I can reproduce the error in jdk1.5.0_03, jdk1.5.0_04 and jdk1.6.0-ea-b50. I am sure it's my program's fault, not the gc's. But as I have no knowledge of sun's JVM implementation, I don't know what may be the root cause. What error in JNI may cause the problem above?
    Hope you can help me! Thanks ahead.
    Best Regards,
    Steven Gong                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    It is a core dump. Hence i feel the problem is in
    your native code. I think there is a null pointer
    exception or any exception in your native code. Check
    the native code. If it was java code problem, it
    would have generated an exception.You mean there may be unhandled exceptions in native code that
    may cause this problem?

  • JVM crash with hotspot error SIGSEGV

    Hello ,
    We have tomcat 6 running in production environment with jdk version 1.6.0_24. We observed that Tomcat/JVM is crashing frequently once in a week.
    Can somebody please look into it and help me the way forward for troubleshooting.
    Here is the example hs_err_pid.log.
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0xfffffffe582caafc, pid=680, tid=45
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode solaris-sparc compressed oops)
    # Problematic frame:
    # C  [libclntsh.so.11.1+0x2caafc]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x0000000103bf0000):  JavaThread "ajp-9011-5" daemon [_thread_in_native, id=45, stack(0xfffffffe57f00000,0xfffffffe57f80000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    O0=0x0000000000000000 O1=0x0000000000000000 O2=0xffffffff7e84a300 O3=0x0000000108097124
    O4=0xfffffffe5bc03a00 O5=0x0000000102f0c648 O6=0xfffffffe57f70d91 O7=0xfffffffe582ca438
    G1=0xffffffff7e6d1070 G2=0x0000000110390830 G3=0x0000000000001c00 G4=0x00000000000017c0
    G5=0x000000008192ec00 G6=0xfffffffe603fe000 G7=0xfffffffe5bc03a00 Y=0x0000000000000000
    PC=0xfffffffe582caafc nPC=0xfffffffe582cab00
    Register to memory mapping:
    O0=0x0000000000000000
    0x0000000000000000 is pointing to unknown location
    O1=0x0000000000000000
    0x0000000000000000 is pointing to unknown location
    O2=0xffffffff7e84a300
    0xffffffff7e84a300: _uberdata+0 in /lib/sparcv9/libc.so.1 at 0xffffffff7e600000
    O3=0x0000000108097124
    0x0000000108097124 is pointing to unknown location
    O4=0xfffffffe5bc03a00
    0xfffffffe5bc03a00 is pointing to unknown location
    O5=0x0000000102f0c648
    0x0000000102f0c648 is pointing to unknown location
    O6=0xfffffffe57f70d91
    0xfffffffe57f70d91 is pointing into the stack for thread: 0x0000000103bf0000
    "ajp-9011-5" daemon prio=3 tid=0x0000000103bf0000 nid=0x2d runnable [0xfffffffe57f7d000]
       java.lang.Thread.State: RUNNABLE
    O7=0xfffffffe582ca438
    0xfffffffe582ca438: kpuhhrsm+0x3b8 in /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libclntsh.so.11.1 at 0xfffffffe58000000
    G1=0xffffffff7e6d1070
    0xffffffff7e6d1070: mutex_unlock+0 in /lib/sparcv9/libc.so.1 at 0xffffffff7e600000
    G2=0x0000000110390830
    0x0000000110390830 is pointing to unknown location
    G3=0x0000000000001c00
    0x0000000000001c00 is pointing to unknown location
    G4=0x00000000000017c0
    0x00000000000017c0 is pointing to unknown location
    G5=0x000000008192ec00
    0x000000008192ec00 is pointing to unknown location
    G6=0xfffffffe603fe000
    0xfffffffe603fe000 is pointing to unknown location
    G7=0xfffffffe5bc03a00
    0xfffffffe5bc03a00 is pointing to unknown location
    Top of Stack: (sp=0xfffffffe57f71590)
    0xfffffffe57f71590:   0000000000001400 0000000000078008
    0xfffffffe57f715a0:   00000000000053fc 0000000102f0c648
    0xfffffffe57f715b0:   0000000000001800 00000000000000ff
    0xfffffffe57f715c0:   fffffffe59f69298 fffffffe59f692d0
    0xfffffffe57f715d0:   0000000000000000 fffffffe59f692d0
    0xfffffffe57f715e0:   0000000110390e48 0000000000002280
    0xfffffffe57f715f0:   0000000000001400 0000000110390e48
    0xfffffffe57f71600:   fffffffe57f71071 fffffffe584e2868
    0xfffffffe57f71610:   0000000110390000 0000000110390f1c
    0xfffffffe57f71620:   fffffffe5a22de70 0000000000000080
    0xfffffffe57f71630:   7fffffff00000054 0000000000000000
    0xfffffffe57f71640:   00fffffe59f2e386 fffffffe57f72a9f
    0xfffffffe57f71650:   0000000001004000 0000000110390ff8
    0xfffffffe57f71660:   0000000110390e48 0000000110390e48
    0xfffffffe57f71670:   fffffffe5a22de70 0000000110390e48
    0xfffffffe57f71680:   0000000110390e48 fffffffe5a22de70
    Instructions: (pc=0xfffffffe582caafc)
    0xfffffffe582caaec:   d2 5c c0 08 81 c7 e0 08 91 e8 20 00 aa 10 20 ff
    0xfffffffe582caafc:   ea 28 20 00 81 c7 e0 08 91 e8 20 00 ca 58 60 00
    Stack: [0xfffffffe57f00000,0xfffffffe57f80000],  sp=0xfffffffe57f71590,  free space=453k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libclntsh.so.11.1+0x2caafc]
    C  [libclntsh.so.11.1+0x4e2870]
    C  [libmxoci80.so+0x48d4]
    C  [libeMatrix.jni.so+0x944d14]
    C  [libeMatrix.jni.so+0x9450f8]
    C  [libeMatrix.jni.so+0x93e65c]
    C  [libeMatrix.jni.so+0x93e588]
    C  [libeMatrix.jni.so+0x909c28]
    C  [libeMatrix.jni.so+0x8d06f0]
    C  [libeMatrix.jni.so+0x8d2568]
    C  [libeMatrix.jni.so+0x8d2f3c]
    C  [libeMatrix.jni.so+0x91add4]
    C  [libeMatrix.jni.so+0x91b4c4]
    C  [libeMatrix.jni.so+0x5a3778]
    C  [libeMatrix.jni.so+0x5a36dc]
    C  [libeMatrix.jni.so+0x54b628]
    C  [libeMatrix.jni.so+0x81d100]
    C  [libeMatrix.jni.so+0x81c1f4]
    C  [libeMatrix.jni.so+0x702f4c]
    C  [libeMatrix.jni.so+0x4c0e84]
    C  [libeMatrix.jni.so+0x5b8f60]
    C  [libeMatrix.jni.so+0x5b8ed4]
    C  [libeMatrix.jni.so+0x5b8e70]
    C  [libeMatrix.jni.so+0x6b3718]
    C  [libeMatrix.jni.so+0x67c584]
    C  [libeMatrix.jni.so+0x67d118]
    C  [libeMatrix.jni.so+0x6b5e10]
    C  [libeMatrix.jni.so+0x867ee4]
    C  [libeMatrix.jni.so+0xef35c4]
    C  [libeMatrix.jni.so+0x10a5428]
    C  [libeMatrix.jni.so+0x110227c]
    C  [libeMatrix.jni.so+0xec62e8]
    C  [libeMatrix.jni.so+0x43e404]
    J  com.matrixone.jni.MatrixKernel.statelessDispatch(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;[B)I
    J  com.matrixone.jdl.rmi.bosBusinessObjectImpl.expandSelect(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZSLjava/lang/String;Ljava/lang/String;SZ)Lcom/matrixone/jdl/bosSelectExpandSt;
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;SZZ)Lmatrix/db/ExpansionWithSelect;+40
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;Z)Lmatrix/db/ExpansionWithSelect;+22
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+30
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+16
    j  com.ericsson.mars.type.MarsType.getFromRelationshipWithSelectList(Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;)Lmatrix/db/RelationshipWithSelectList;+11
    J  com.ericsson.mars.type.MxGroup.getAssignments(Lmatrix/db/Context;Z)Ljava/util/Hashtable;
    j  com.ericsson.mars.jspbean.LoginBean.setCurrentProjectId(Ljava/lang/String;)V+72
    j  com.ericsson.mars.util.MenuServlet.setCurrentProjectId(Ljavax/servlet/http/HttpSession;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/ericsson/mars/jspbean/LoginBean;Ljava/lang/String;)V+14
    j  com.ericsson.mars.util.MenuServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+460
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+376
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  com.ericsson.mars.filter.MarsMonitorFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+616
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+119
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+804
    j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+365
    j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    J  org.apache.catalina.valves.AccessLogValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    j  org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+158
    J  org.apache.coyote.ajp.AjpAprProcessor.process(J)Z
    j  org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler.process(J)Lorg/apache/tomcat/util/net/AprEndpoint$Handler$SocketState;+39
    J  org.apache.tomcat.util.net.AprEndpoint$Worker.run()V
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x1af334]
    V  [libjvm.so+0x1b9ce4]
    V  [libjvm.so+0x525a80]
    V  [libjvm.so+0x2488c4]
    V  [libjvm.so+0x25ae50]
    V  [libjvm.so+0x86d074]
    V  [libjvm.so+0x784148]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J  com.matrixone.jni.MatrixKernel.statelessDispatch(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;[B)I
    J  com.matrixone.jdl.rmi.bosBusinessObjectImpl.expandSelect(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZSLjava/lang/String;Ljava/lang/String;SZ)Lcom/matrixone/jdl/bosSelectExpandSt;
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;SZZ)Lmatrix/db/ExpansionWithSelect;+40
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;Z)Lmatrix/db/ExpansionWithSelect;+22
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+30
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+16
    j  com.ericsson.mars.type.MarsType.getFromRelationshipWithSelectList(Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;)Lmatrix/db/RelationshipWithSelectList;+11
    J  com.ericsson.mars.type.MxGroup.getAssignments(Lmatrix/db/Context;Z)Ljava/util/Hashtable;
    j  com.ericsson.mars.jspbean.LoginBean.setCurrentProjectId(Ljava/lang/String;)V+72
    j  com.ericsson.mars.util.MenuServlet.setCurrentProjectId(Ljavax/servlet/http/HttpSession;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/ericsson/mars/jspbean/LoginBean;Ljava/lang/String;)V+14
    j  com.ericsson.mars.util.MenuServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+460
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+376
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  com.ericsson.mars.filter.MarsMonitorFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+616
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+119
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+804
    j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+365
    j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    J  org.apache.catalina.valves.AccessLogValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    j  org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+158
    J  org.apache.coyote.ajp.AjpAprProcessor.process(J)Z
    j  org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler.process(J)Lorg/apache/tomcat/util/net/AprEndpoint$Handler$SocketState;+39
    J  org.apache.tomcat.util.net.AprEndpoint$Worker.run()V
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0000000108494000 JavaThread "ajp-9011-11" daemon [_thread_blocked, id=165, stack(0xfffffffe51600000,0xfffffffe51680000)]
      0x0000000105a30000 JavaThread "ajp-9011-10" daemon [_thread_blocked, id=163, stack(0xfffffffe51100000,0xfffffffe51180000)]
      0x0000000105fa4000 JavaThread "ajp-9011-9" daemon [_thread_blocked, id=75, stack(0xfffffffe51300000,0xfffffffe51380000)]
      0x0000000106e85800 JavaThread "ajp-9011-8" daemon [_thread_blocked, id=74, stack(0xfffffffe51400000,0xfffffffe51480000)]
      0x0000000100b93000 JavaThread "ajp-9011-7" daemon [_thread_blocked, id=73, stack(0xfffffffe51500000,0xfffffffe51580000)]
      0x0000000106a84000 JavaThread "Thread-22" daemon [_thread_blocked, id=66, stack(0xfffffffe51b00000,0xfffffffe51b80000)]
      0x00000001060ba800 JavaThread "Thread-21" daemon [_thread_blocked, id=65, stack(0xfffffffe51c00000,0xfffffffe51c80000)]
      0x00000001060b9800 JavaThread "Thread-20" daemon [_thread_blocked, id=64, stack(0xfffffffe51d00000,0xfffffffe51d80000)]
      0x00000001067dd000 JavaThread "Thread-19" daemon [_thread_blocked, id=63, stack(0xfffffffe51e00000,0xfffffffe51e80000)]
      0x00000001067dc000 JavaThread "Thread-18" daemon [_thread_blocked, id=62, stack(0xfffffffe51f00000,0xfffffffe51f80000)]
      0x0000000105f03000 JavaThread "Thread-17" daemon [_thread_blocked, id=61, stack(0xfffffffe57700000,0xfffffffe57780000)]
      0x0000000105def000 JavaThread "Thread-16" daemon [_thread_blocked, id=60, stack(0xfffffffe57800000,0xfffffffe57880000)]
      0x0000000105407000 JavaThread "Thread-15" daemon [_thread_blocked, id=59, stack(0xfffffffe57900000,0xfffffffe57980000)]
      0x000000010362b800 JavaThread "Thread-14" daemon [_thread_blocked, id=58, stack(0xfffffffe57a00000,0xfffffffe57a80000)]
      0x0000000100d05000 JavaThread "Thread-13" daemon [_thread_blocked, id=57, stack(0xfffffffe57b00000,0xfffffffe57b80000)]
      0x0000000104d92000 JavaThread "ajp-9011-6" daemon [_thread_blocked, id=46, stack(0xfffffffe57e00000,0xfffffffe57e80000)]
    =>0x0000000103bf0000 JavaThread "ajp-9011-5" daemon [_thread_in_native, id=45, stack(0xfffffffe57f00000,0xfffffffe57f80000)]
      0x0000000104c90800 JavaThread "ajp-9011-4" daemon [_thread_blocked, id=44, stack(0xfffffffe5a400000,0xfffffffe5a480000)]
      0x000000010368e000 JavaThread "ajp-9011-3" daemon [_thread_blocked, id=38, stack(0xfffffffe5a600000,0xfffffffe5a680000)]
      0x0000000103f19800 JavaThread "ajp-9011-2" daemon [_thread_blocked, id=35, stack(0xfffffffe5bb00000,0xfffffffe5bb80000)]
      0x0000000101f39000 JavaThread "ajp-9011-1" daemon [_thread_in_native, id=34, stack(0xfffffffe5f300000,0xfffffffe5f380000)]
      0x0000000101398000 JavaThread "ajp-9011-Acceptor-0" daemon [_thread_in_native, id=33, stack(0xfffffffe5bd00000,0xfffffffe5bd80000)]
      0x0000000101545000 JavaThread "ajp-9011-CometPoller-0" daemon [_thread_blocked, id=32, stack(0xfffffffe5be00000,0xfffffffe5be80000)]
      0x0000000101544800 JavaThread "ajp-9011-Poller-0" daemon [_thread_blocked, id=31, stack(0xfffffffe5bf00000,0xfffffffe5bf80000)]
      0x0000000101443800 JavaThread "http-9083-Acceptor-0" daemon [_thread_in_native, id=30, stack(0xfffffffe5ee00000,0xfffffffe5ee80000)]
      0x000000010200e000 JavaThread "http-9083-Sendfile-0" daemon [_thread_blocked, id=29, stack(0xfffffffe5ef00000,0xfffffffe5ef80000)]
      0x0000000101384800 JavaThread "http-9083-CometPoller-0" daemon [_thread_blocked, id=28, stack(0xfffffffe5f000000,0xfffffffe5f080000)]
      0x0000000100b7a800 JavaThread "http-9083-Poller-0" daemon [_thread_blocked, id=27, stack(0xfffffffe5f100000,0xfffffffe5f180000)]
      0x0000000101552000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=26, stack(0xfffffffe5f200000,0xfffffffe5f280000)]
      0x0000000101efe000 JavaThread "EventSenderIn LKPGHUB" [_thread_blocked, id=24, stack(0xfffffffe5f500000,0xfffffffe5f580000)]
      0x0000000101f32800 JavaThread "EventSenderOut LKPGHUB" [_thread_blocked, id=23, stack(0xfffffffe5f600000,0xfffffffe5f680000)]
      0x0000000101ee6000 JavaThread "Timer-0" [_thread_blocked, id=22, stack(0xfffffffe5f700000,0xfffffffe5f780000)]
      0x000000010153e000 JavaThread "GC Daemon" daemon [_thread_blocked, id=19, stack(0xffffffff70500000,0xffffffff70580000)]
      0x0000000100cc6800 JavaThread "RMI Reaper" [_thread_blocked, id=18, stack(0xffffffff70a00000,0xffffffff70a80000)]
      0x0000000100a87000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=16, stack(0xffffffff74c00000,0xffffffff74c80000)]
      0x0000000100a86000 JavaThread "RMI TCP Accept-7006" daemon [_thread_in_native, id=15, stack(0xffffffff74d00000,0xffffffff74d80000)]
      0x00000001007be000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=14, stack(0xffffffff74e00000,0xffffffff74e80000)]
      0x0000000100721000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13, stack(0xffffffff75c00000,0xffffffff75c80000)]
      0x000000010071e000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12, stack(0xffffffff75d00000,0xffffffff75e00000)]
      0x000000010071b000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11, stack(0xffffffff75f00000,0xffffffff76000000)]
      0x0000000100719000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10, stack(0xffffffff76100000,0xffffffff76180000)]
      0x00000001006f8800 JavaThread "Finalizer" daemon [_thread_blocked, id=9, stack(0xffffffff77300000,0xffffffff77380000)]
      0x00000001006f1800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8, stack(0xffffffff77d00000,0xffffffff77d80000)]
      0x0000000100135800 JavaThread "main" [_thread_in_native, id=2, stack(0xffffffff7be00000,0xffffffff7be80000)]
    Other Threads:
      0x00000001006eb800 VMThread [stack: 0xffffffff76500000,0xffffffff76600000] [id=7]
      0x0000000100abe800 WatcherThread [stack: 0xffffffff74a00000,0xffffffff74b00000] [id=17]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 1035392K, used 108637K [0xffffffff30400000, 0xffffffff70400000, 0xffffffff70400000)
      eden space 1021824K, 10% used [0xffffffff30400000,0xffffffff36e17468,0xffffffff6e9e0000)
      from space 13568K, 0% used [0xffffffff6f6c0000,0xffffffff6f6c0000,0xffffffff70400000)
      to   space 13184K, 0% used [0xffffffff6e9e0000,0xffffffff6e9e0000,0xffffffff6f6c0000)
    PSOldGen        total 3145728K, used 74189K [0xfffffffe70400000, 0xffffffff30400000, 0xffffffff30400000)
      object space 3145728K, 2% used [0xfffffffe70400000,0xfffffffe74c73680,0xffffffff30400000)
    PSPermGen       total 65536K, used 62676K [0xfffffffe60400000, 0xfffffffe64400000, 0xfffffffe70400000)
      object space 65536K, 95% used [0xfffffffe60400000,0xfffffffe641352f0,0xfffffffe64400000)
    Dynamic libraries:
    0x0000000100000000     /opt/app/jdk1.6.0_24_6/bin/sparcv9/java
    0xffffffff7ef00000     /usr/lib/64/libCstd.so.1
    0xffffffff7f100000     /lib/64/libthread.so.1
    0xffffffff7ec00000     /opt/app/jdk1.6.0_24_6/bin/sparcv9/../../jre/lib/sparcv9/jli/libjli.so
    0xffffffff7ea00000     /lib/64/libdl.so.1
    0xffffffff7e600000     /lib/64/libc.so.1
    0xffffffff7e400000     /usr/lib/sparcv9/libCrun.so.1
    0xffffffff7ed00000     /platform/SUNW,SPARC-Enterprise/lib/sparcv9/libc_psr.so.1
    0xffffffff7d400000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/server/libjvm.so
    0xffffffff7e000000     /lib/64/libsocket.so.1
    0xffffffff7e200000     /usr/lib/64/libsched.so.1
    0xffffffff7d200000     /lib/64/libm.so.1
    0xffffffff7d000000     /lib/64/libdoor.so.1
    0xffffffff7ce00000     /lib/64/libnsl.so.1
    0xffffffff7cc00000     /lib/64/libm.so.2
    0xffffffff7ca00000     /lib/64/libscf.so.1
    0xffffffff7c800000     /lib/64/libuutil.so.1
    0xffffffff7c600000     /lib/64/libgen.so.1
    0xffffffff7c400000     /lib/64/libmd.so.1
    0xffffffff7c200000     /lib/64/libmp.so.2
    0xffffffff7bc00000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libverify.so
    0xffffffff7ba00000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libjava.so
    0xffffffff7b800000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/native_threads/libhpi.so
    0xffffffff7b400000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libzip.so
    0xffffffff76300000     /usr/lib/locale/en_US.ISO8859-1/sparcv9/en_US.ISO8859-1.so.3
    0xffffffff75900000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libmanagement.so
    0xffffffff75700000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libnet.so
    0xffffffff75500000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libj2pkcs11.so
    0xffffffff75300000     /usr/lib/sparcv9/libpkcs11.so
    0xffffffff75100000     /usr/lib/64/libcryptoutil.so.1
    0xffffffff74f00000     /usr/lib/security/64/pkcs11_softtoken.so
    0xffffffff74800000     /opt/local/tomcat6/lib/libtcnative-1.so.0.1.20
    0xffffffff74600000     /opt/local/apr64/lib/libapr-1.so.0
    0xffffffff74400000     /lib/64/libuuid.so.1
    0xffffffff74200000     /lib/64/libsendfile.so.1
    0xffffffff74000000     /lib/64/librt.so.1
    0xffffffff75000000     /lib/64/libpthread.so.1
    0xffffffff73e00000     /lib/64/libkstat.so.1
    0xffffffff73c00000     /usr/sfw/lib/64/libgcc_s.so.1
    0xffffffff73a00000     /lib/64/libaio.so.1
    0xfffffffe5c000000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libeMatrix.jni.so
    0xffffffff73700000     /usr/lib/64/librpcsvc.so.1
    0xffffffff73500000     /usr/lib/64/libresolv.so.2
    0xffffffff73300000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxUtil.so
    0xffffffff72c00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libxercesc_3_0_1.so
    0xffffffff72400000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libvgalaxy7u.so
    0xffffffff72000000     /usr/lib/64/libX11.so.4
    0xffffffff72a00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libLCDef.so
    0xffffffff73900000     /usr/lib/64/libintl.so.1
    0xffffffff73800000     /usr/lib/64/libw.so.1
    0xffffffff71d00000     /usr/lib/64/libXext.so.0
    0xffffffff71b00000     /usr/lib/64/libdevinfo.so.1
    0xffffffff71900000     /lib/64/libnvpair.so.1
    0xffffffff71700000     /lib/64/libsec.so.1
    0xffffffff71500000     /lib/64/libavl.so.1
    0xffffffff71300000     /usr/lib/64/libgss.so.1
    0xffffffff71100000     /lib/64/libcmd.so.1
    0xffffffff70f00000     /usr/lib/64/libsasl.so.1
    0xffffffff70d00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxCipher.so
    0xffffffff70b00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxDriver.so
    0xffffffff70800000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libJS0LCC.so
    0xffffffff70600000     /usr/lib/64/libiostream.so.1
    0xfffffffe5fe00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxoci80.so
    0xfffffffe58000000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libclntsh.so.11.1
    0xfffffffe5fa00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libnnz11.so
    0xfffffffe52000000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libociei.so
    0xfffffffe5f800000     /usr/lib/64/libz.so
    0xfffffffe5b800000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libawt.so
    0xfffffffe5b500000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/headless/libmawt.so
    0xfffffffe5b200000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libtcl8.5.so
    0xfffffffe5af00000     /usr/lib/64/libXt.so.4
    0xfffffffe5ac00000     /usr/openwin/lib/sparcv9/libSM.so.6
    0xfffffffe5a900000     /usr/openwin/lib/sparcv9/libICE.so.6
    0xfffffffe51900000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxftps.so
    0xfffffffe51700000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxCrypt.so
    VM Arguments:
    jvm_args: -Djava.util.logging.config.file=/opt/local/tomcat6/conf/logging.properties -Xss512k -Xms4096m -Xmx4096m -XX:NewSize=1024m -XX:MaxNewSize=1024m -XX:MaxPermSize=256m -XX:SurvivorRatio=3 -XX:+UseParallelGC -XX:ParallelGCThreads=4 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7006 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/local/tomcat6/logs -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/local/tomcat6/endorsed -Dcatalina.base=/opt/local/tomcat6 -Dcatalina.home=/opt/local/tomcat6 -Djava.io.tmpdir=/opt/local/tomcat6/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/opt/app/jdk1.6.0_24_6
    JRE_HOME=/opt/app/jdk1.6.0_24_6
    PATH=/opt/app/jdk1.6.0_24_5/bin:/opt/local/matrix/v6r2012/server/bin/solaris4:/opt/app/jdk1.6.0_24_1/bin/sparcv9:/usr/bin:/bin:/opt/app/Oracle11/11.0/bin:/usr/bin:/usr/ucb:/etc:/usr/sbin:/opt/csw/bin:/opt/app/Oracle11/11.0/bin:/usr/bin:/usr/ucb:/etc:/usr/sbin:/opt/csw/bin:/usr/sfw/bin:/usr/xpg4/bin
    LD_LIBRARY_PATH=/opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/server:/opt/app/jdk1.6.0_24_6/jre/lib/sparcv9:/opt/app/jdk1.6.0_24_6/jre/../lib/sparcv9:/usr/sfw/lib/64:/usr/lib/lwp:/opt/local/matrix/v6r2012/server/solaris_a64/code/bin:/usr/lib:/lib:/opt/local/matrix/v6r2012/server/solaris_a64/code/lib:/opt/local/matrix/v6r2012/server/solaris_a64/tcl85/lib/tcl8.5/../:/opt/local/tomcat6/lib
    LD_PRELOAD=libCstd.so.1
    SHELL=/bin/sh
    ARCH=solaris4
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8c8000], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x8c8000], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGXFSZ: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libeMatrix.jni.so+0x92daa0], sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: [libjvm.so+0x786b68], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: [libclntsh.so.11.1+0xcc9b40], sa_mask[0]=0x9fbef057, sa_flags=0x0000000c
    SIGTERM: [libjvm.so+0x786b68], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x789f60], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    ---------------  S Y S T E M  ---------------
    OS:                      Solaris 10 10/08 s10s_u6wos_07b SPARC
               Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                Assembled 27 October 2008
    uname:SunOS 5.10 Generic_147440-12 sun4u  (T2 libthread)
    rlimit: STACK 32768k, CORE infinity, NOFILE 65536, AS infinity
    load average:3.30 3.24 3.32
    CPU:total 32 has_v8, has_v9, popc, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 67108864k(6706552k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (19.1-b02) for solaris-sparc JRE (1.6.0_24-b07), built on Feb  2 2011 17:05:27 by "" with Workshop 5.8
    time: Fri Aug 16 07:29:20 2013
    elapsed time: 551891 seconds

    > libmxoci80.so
    Looks like that could be JNI.
    Incorrect JNI code (or other called binaries) will cause SEGSEGV which will cause server crashes.

  • JVM Crashes with a VM state:not at safepoint (normal execution) error

    Hello.
    I have been battling with this error occasionally ocurring for months. There are many suggestions in various blogs and they all seem to think it's a JVM bug. I'm not so sure.
    I am running JBOSS 4.0.5 on SuSE Linux 10. JVM is Java HotSpot(TM) Server VM (1.5.0_21-b01 mixed mode). The code is a servlet-based non-J2EE expanded WAR file. When my app starts, it instantiates a static object called ProductCache. This object has an inner class that extends Thread called RefreshThread which runs continually, sleeping for 60 minutes and then refreshing a java.util.Map in ProductCache called cache. It does this by calling a synchronized method addItem in the parent (ProductCache).
    RefreshThread does this initial population of cache when it is instantiated and before start() is called by the instantiating class (ProductCache).
    When I occasionally get the aforementioned JVM crash, it is always when this RefreshThread wakes up for the first time (60 minutes after instantiation). I immediately restart the JBOSS instance again, and the crash doesnt't happen again - until I stop JBOSS and replace the WAR with a new version. Once I restart JBOSS, there is a risk I may get the crash again. If I do, restarting JBOSS fixes it again!
    I have tried stopping and starting JBOSS a second time immediately after updating the WAR file and this seems to mitigate the problem, but occasionally it still occurs. Restarting after the crash always stops the problem happening again even in this case.
    Is there something about multithreading I am doing wrong? Are there special rules about instantiating threads from static objects? What about calling synchronized methods from threads instantiated by the object containing the synchronized method? Why would a restart after the crash always fix it?
    Linux Info:
    OS:SUSE Linux Enterprise Server 10 (i586)
    VERSION = 10
    uname:Linux 2.6.16.21-0.8-bigsmp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686
    libc:glibc 2.4 NPTL 2.4
    rlimit: STACK 8192k, CORE 0k, NPROC 71680, NOFILE 1024, AS infinity
    load average:0.12 0.07 0.01
    CPU:total 4 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 8308300k(1178612k free), swap 2561k(2561k free)JVM command:
    jvm_args: -Dprogram.name=run.sh -Xms512m -Xmx2048m -XX:-UseOnStackReplacement -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.awt.headless=true -Duser.timezone=Pacific/Auckland -Djava.endorsed.dirs=/home/jboss/jboss-live-nz/lib/endorsed
    java_command: org.jboss.Main -b webapp1-2 -c default -Dlog4j.configuration=file:///home/jboss/jboss-live-nz/bin/log4j.properties
    Launcher Type: SUN_STANDARDRefreshThread code (partial):
         private class RefreshThread extends Thread implements RecordListener {
              private boolean die = false;
              private ProductCache parent;
              private DAOFactory factory;
              private CacheProductManager productManager;
              private AssortmentCache assortmentCache;
              private Map products;
              private RefreshThread( ProductCache caller ) throws Exception {
                  this.setName( "CellnetProductCacheRefresh" );
                  parent = caller;
                        factory = DAOFactory.getInstance( context );
                        productManager = (CacheProductManager)factory.createProductCacheLoader();
                        assortmentCache = AssortmentCache.getInstance( context );
                  loadFromDatabase( true );
                  loadV6Data();
              public void stopRefresh() {
                   this.interrupt();
              public void run() {
                   while( ! die ) {
                        try {
                             Thread.sleep( AppProperties.CACHE_PRODUCT_REFRESH_RATE * 60 * 1000 );
                             products = new HashMap();
                             productManager.loadAllItemsFromDatabase( this );
                             GregorianCalendar now = new GregorianCalendar();
                             if ( now.get( GregorianCalendar.HOUR_OF_DAY ) == 23 ) {
                                 update( true, products );
                             } else
                                 update( false, products );
                        } catch (CellnetWebException cwe) {
                            cwe.printStackTrace();
                        } catch (InterruptedException ie) {
                            die = true;
                        } catch (Exception e) {
                            e.printStackTrace();
             private void update( boolean fullReload, Map products ) throws Exception {
                   int addedCount = 0;
                   for( Iterator iter = products.keySet().iterator(); iter.hasNext(); ) {
                       ProductBean product = (ProductBean)products.get( iter.next() );
                       if ( fullReload || (! cache.containsKey( product.getId()) ) ) {
                           parent.setItem( product, null );
                           ++addedCount;
                           if ( ! fullReload ) {
                               try {
                                 List productAssortments = productManager.findAssortments( product.getId() );
                                 for( Iterator listIter = productAssortments.iterator(); listIter.hasNext(); ) {
                                     String assortmentId = (String)listIter.next();
                                     assortmentCache.addItem( assortmentId, product.getId() );
                             } catch (Exception e) {}
                   if ( ! fullReload ) {
                       int deletedCount = 0;
                        for( Iterator iter = cache.keySet().iterator(); iter.hasNext(); ) {
                            String id = (String)iter.next();
                            if ( ! products.containsKey( id ) ) {
                                iter.remove();
                                ++deletedCount;
                                assortmentCache.removeItem( id );
                   if ( fullReload ) {
                        assortmentCache.refresh();
             private void loadFromDatabase( boolean fullReload ) throws Exception {
                 if ( productManager == null ) {
                     DAOFactory factory = DAOFactory.getInstance( context );
                     productManager = (CacheProductManager)factory.createProductCacheLoader();
                 if ( fullReload ) {
                        System.out.println( "Full Product Cache upload commenced" );
                     cache = new HashMap();
                 products = new HashMap();
                   productManager.loadAllItemsFromDatabase( this );
                   System.out.println( products.size() + " Products Loaded from the Database" );
                   update( fullReload, products );
    ...

    What do you mean by JVM crash? A core dump? Your code, shouldn't be able to cause a core dump even if you had a bug in it.
    I did not read your code, and I don't know what you mean by static object, but you can start a thread from wherever you want, and where the thread was created doesn't matter. It should be able to invoke any methods. The only things that you have to think about is that you can get race conditions, deadlocks and all other issues that are related to concurrency.
    Kaj

  • JVM crashes with jdeveloper 11g and jrockit 6

    When i run my application its al going well, when i call some to show data, then all is going well,
    but when i would like to save some, then the jvm crashes, and i have no idea, i've added arguments in the jvm run configuration, etc nothing seems to work, has anybody any idea, because im getting very desperate.
    [JRockit] ERROR: The JVM has crashed. Writing crash information to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\jrockit.6136.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:01:35 on Thu Aug 20 16:02:44 2009
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\jrockit.6136.dump
    C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\jrockit.6136.mdmp
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x00000000 - memory at 0x00000000 could not be read.
    Minidump : Wrote mdmp. Size is 527MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.6.3-40_o-112056-1.6.0_11-20090318-2104-windows-ia32
    CPU : Intel Core 2 SSE SSE2 SSE3 SSSE3 SSE4.1 Core Intel64
    Number CPUs : 2
    Tot Phys Mem : 3715284992 (3543 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 3 (Build 2600) (32-bit)
    Thread System: Windows Threads
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Xms256m -Xmx512m -Djbo.debugoutput=console -Xmx512M -XX:MaxPermSize=512M -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~2\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~2\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~2\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~2\JDEVEL~1\system\SYSTEM~1.05\DEFAUL~1 -Doracle.home=C:\Oracle\Middleware\jdeveloper -Doracle.security.jps.config=C:\Oracle\MIDDLE~2\JDEVEL~1\system\SYSTEM~1.05\DEFAUL~1\config\oracle\jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~2\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~2\patch_jdev1111\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~2\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~2\WLSERV~1.3\server\lib\weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : C:\PROGRA~1\Java\JROCKI~1.0_1
    j.class.path : ;C:\Oracle\MIDDLE~2\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~2\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~2\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JROCKI~1.0_1\lib\tools.jar;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~2\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~2\modules\ORGAPA~1.5/lib/ant-all.jar;C:\Oracle\MIDDLE~2\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\jdeveloper\modules\features\adf.share_11.1.1.jar;;C:\Oracle\MIDDLE~2\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\lib\xqrl.jar;;
    j.lib.path : C:\PROGRA~1\Java\JROCKI~1.0_1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Oracle\MIDDLE~2\patch_wls1030\profiles\default\native;C:\Oracle\MIDDLE~2\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~2\patch_cie660\profiles\default\native;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~2\modules\ORGAPA~1.5\bin;C:\PROGRA~1\Java\JROCKI~1.0_1\jre\bin;C:\PROGRA~1\Java\JROCKI~1.0_1\bin;C:\Oracle\OraClient10g\bin;C:\Oracle\DevSuite10G\bin;C:\Oracle\DevSuite10G\jdk\jre\bin\classic;C:\Oracle\DevSuite10G\jdk\jre\bin;C:\Oracle\DevSuite10G\jdk\jre\bin\client;C:\Oracle\DevSuite10G\jlib;C:\Oracle\DevSuite10G\jre\1.4.2\bin\client;C:\Oracle\DevSuite10G\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\TortoiseSVN\bin;C:\Oracle\jdevstudio10133\jdk\bin;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\QuickTime\QTSystem\;Z:.;;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\32\oci920_8
    JAVA_HOME : C:\PROGRA~1\Java\JROCKI~1.0_1
    JAVAOPTIONS: <not set>
    PATH : C:\PROGRA~1\Java\JROCKI~1.0_1\bin;C:\Oracle\MIDDLE~2\patch_wls1030\profiles\default\native;C:\Oracle\MIDDLE~2\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~2\patch_cie660\profiles\default\native;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~2\modules\ORGAPA~1.5\bin;C:\PROGRA~1\Java\JROCKI~1.0_1\jre\bin;C:\PROGRA~1\Java\JROCKI~1.0_1\bin;C:\Oracle\OraClient10g\bin;C:\Oracle\DevSuite10G\bin;C:\Oracle\DevSuite10G\jdk\jre\bin\classic;C:\Oracle\DevSuite10G\jdk\jre\bin;C:\Oracle\DevSuite10G\jdk\jre\bin\client;C:\Oracle\DevSuite10G\jlib;C:\Oracle\DevSuite10G\jre\1.4.2\bin\client;C:\Oracle\DevSuite10G\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\TortoiseSVN\bin;C:\Oracle\jdevstudio10133\jdk\bin;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\QuickTime\QTSystem\;Z:.;;C:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\32\oci920_8
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#9.
    : YC is not running. Last finished YC was YC#15.
    OC History : Strategy genparpar was used for OC#1 to OC#6.
    : Strategy singleparpar was used for OC#7.
    : Strategy genparpar was used for OC#8 to OC#9.
    YC History : Ran 1 YCs before OC#5.
    : Ran 0 YCs before OC#6.
    : Ran 0 YCs before OC#7.
    : Ran 1 YCs before OC#8.
    : Ran 4 YCs before OC#9.
    : Ran 1 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x00C00000 - 0x10C00000 (Size: 256 MB)
    Compaction : 0x0BC00030 - 0x0CC00038 (Current compaction type: external)
    NurseryList : 0x0289B2D8 - 0x0A5D4488
    KeepArea : 0x085ADA80 - 0x0A5D4488
    NurseryMarker: [ 0x06479790,  0x085ADA80 ]
    CompRefs : References are 32-bit.
    Registers (from ThreadContext: 0x2562E340 / OS context: 0x2562E72C):
    eax = 00000000 ecx = 00000000 edx = 2562e998 ebx = 07ab6220
    esp = 2562e9f8 ebp = 07ab6220 esi = 2562ea18 edi = 242bae4c
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 00000000 eflags = 00010212
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-00412fff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\java.exe
    7c900000-7c9b4fff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8fffff C:\WINDOWS\system32\kernel32.dll
    77f40000-77feafff C:\WINDOWS\system32\ADVAPI32.dll
    77da0000-77e31fff C:\WINDOWS\system32\RPCRT4.dll
    77f10000-77f20fff C:\WINDOWS\system32\Secur32.dll
    77be0000-77c37fff C:\WINDOWS\system32\MSVCRT.dll
    7c340000-7c395fff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\msvcr71.dll
    00420000-006c6fff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\jrockit\jvm.dll
    76af0000-76b1dfff C:\WINDOWS\system32\WINMM.dll
    77e40000-77e88fff C:\WINDOWS\system32\GDI32.dll
    7e390000-7e420fff C:\WINDOWS\system32\USER32.dll
    71a30000-71a46fff C:\WINDOWS\system32\WS2_32.dll
    71a20000-71a27fff C:\WINDOWS\system32\WS2HELP.dll
    6d860000-6d86bfff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\verify.dll
    6d3d0000-6d3eefff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\java.dll
    6d330000-6d337fff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\hpi.dll
    6d8a0000-6d8aefff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\zip.dll
    6d6c0000-6d6d2fff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\net.dll
    719d0000-71a0ffff C:\WINDOWS\system32\mswsock.dll
    61200000-61258fff C:\WINDOWS\system32\hnetcfg.dll
    71a10000-71a17fff C:\WINDOWS\System32\wshtcpip.dll
    23750000-23776fff C:\WINDOWS\system32\DNSAPI.dll
    23780000-23787fff C:\WINDOWS\System32\winrnr.dll
    23790000-237bcfff C:\WINDOWS\system32\WLDAP32.dll
    66210000-66218fff C:\WINDOWS\system32\netware\NWWS2NDS.DLL
    50d50000-50d84fff C:\WINDOWS\system32\NETWIN32.DLL
    50d00000-50d15fff C:\WINDOWS\system32\CLNWIN32.DLL
    50df0000-50e14fff C:\WINDOWS\system32\LOCWIN32.dll
    50db0000-50de4fff C:\WINDOWS\system32\NCPWIN32.dll
    71a50000-71a59fff C:\WINDOWS\system32\WSOCK32.dll
    66220000-6622bfff C:\WINDOWS\system32\netware\NWWS2SLP.DLL
    66250000-66256fff C:\WINDOWS\system32\NWSRVLOC.dll
    23850000-23855fff C:\WINDOWS\system32\rasadhlp.dll
    6d610000-6d618fff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\management.dll
    6d6e0000-6d6e8fff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\nio.dll
    68000000-68035fff C:\WINDOWS\system32\rsaenh.dll
    76970000-76a24fff C:\WINDOWS\system32\USERENV.dll
    6ff20000-6ff74fff C:\WINDOWS\system32\netapi32.dll
    00ba0000-00baafff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\jmapi.dll
    22490000-2249dfff C:\Oracle\Middleware\wlserver_10.3\server\native\win\32\wlfileio2.dll
    24fe0000-24ff8fff C:\WINDOWS\system32\iphlpapi.dll
    25bc0000-25bd7fff C:\WINDOWS\system32\MPRAPI.dll
    77c90000-77cc1fff C:\WINDOWS\system32\ACTIVEDS.dll
    25be0000-25c04fff C:\WINDOWS\system32\adsldpc.dll
    76ad0000-76ae0fff C:\WINDOWS\system32\ATL.DLL
    774a0000-775dcfff C:\WINDOWS\system32\ole32.dll
    25c10000-25c9afff C:\WINDOWS\system32\OLEAUT32.dll
    25ca0000-25cadfff C:\WINDOWS\system32\rtutils.dll
    71b80000-71b92fff C:\WINDOWS\system32\SAMLIB.dll
    778e0000-779d6fff C:\WINDOWS\system32\SETUPAPI.dll
    25cf0000-25cf4fff C:\Oracle\Middleware\wlserver_10.3\server\native\win\32\wlntio.dll
    6d840000-6d847fff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\sunmscapi.dll
    77a40000-77ad5fff C:\WINDOWS\system32\CRYPT32.dll
    77ae0000-77af1fff C:\WINDOWS\system32\MSASN1.dll
    76bb0000-76bbafff C:\WINDOWS\system32\psapi.dll
    6d0b0000-6d1e7fff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\awt.dll
    72f70000-72f95fff C:\WINDOWS\system32\WINSPOOL.DRV
    76330000-7634cfff C:\WINDOWS\system32\IMM32.dll
    5d4e0000-5d579fff C:\WINDOWS\system32\comctl32.dll
    6d7b0000-6d7b5fff C:\Program Files\Java\jrockit-R27.6.3-jre1.6.0_11\bin\rmi.dll
    33230000-33342fff C:\PROGRA~1\Java\JROCKI~1.0_1\bin\dbghelp.dll
    Stack:
    (* marks the word pointed to by the stack pointer)
    2562e9f8: 2562ea34* 00000000 242bace8 0059a501 242bae4c 2562ea34
    2562ea10: 00000000 21941522 242bae4c 2562ea34 0d3829b8 2cfb78c0
    2562ea28: 2194151d 242bb0b4 2562ea18 0d1018b8 242bace8 07ab6220
    2562ea40: 07ab6220 21bfb985 0d1018b8 00000001 07ab6220 051988d8
    Code:
    (* marks the word pointed to by the instruction pointer)
    ffffffd0: Unreadable
    ffffffe8: Unreadable
    00000000: Unreadable
    00000018: Unreadable
    "[ACTIVE] ExecuteThread: '0' for" id=15 idx=0x3c tid=6000 lastJavaFrame=0x2562EA24
    Stack 0: start=0x255F0000, end=0x25630000, guards=0x255F3000 (ok), forbidden=0x255F1000
    Thread Stack Trace:
    at RJNI_jrockit_vm_Locks_monitorEnterUnmatched+17(rnilocks.c:65+17)@0x0059A501
    -- Java stack --
    at jrockit/vm/Locks.monitorEnterUnmatched(Ljava/lang/Object;)V(Native Method)
    at oracle/jbo/server/ViewRowSetIteratorImpl.next(ViewRowSetIteratorImpl.java:1690)
    at oracle/jbo/server/ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1548)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.first(ViewRowSetImpl.java:3202)
    at oracle/jbo/server/ViewObjectImpl.first(ViewObjectImpl.java:8123)
    at oracle/jbo/uicli/binding/JUCtrlListBinding.initFromServerBinding(JUCtrlListBinding.java:524)
    at oracle/jbo/uicli/binding/JUCtrlListBinding.setupListItems(JUCtrlListBinding.java:630)
    at oracle/jbo/uicli/binding/JUCtrlListBinding.findListIndex(JUCtrlListBinding.java:1783)
    at oracle/jbo/uicli/binding/JUCtrlListBinding.setValueAt(JUCtrlListBinding.java:2686)
    at oracle/jbo/uicli/binding/JUCtrlListBinding.updateValuesFromRow(JUCtrlListBinding.java:2118)
    at oracle/jbo/uicli/binding/JUCtrlValueBinding.updateNavigated(JUCtrlValueBinding.java:268)
    at oracle/jbo/uicli/binding/JUIteratorBinding.navigated(JUIteratorBinding.java:302)
    ^-- Holding lock: oracle/jbo/uicli/binding/JUApplication@0x0CECD4F0[biased lock]
    at oracle/jbo/common/RowSetHelper.fireNavigationEvent(RowSetHelper.java:268)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3624)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3595)
    at oracle/jbo/server/ViewRowSetIteratorImpl.next(ViewRowSetIteratorImpl.java:1744)
    at oracle/jbo/server/ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1548)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.first(ViewRowSetImpl.java:3202)
    at oracle/jbo/server/ViewObjectImpl.first(ViewObjectImpl.java:8123)
    at oracle/adf/model/binding/DCIteratorBinding.setupRSIstate(DCIteratorBinding.java:755)
    at oracle/adf/model/binding/DCIteratorBinding.refreshControl(DCIteratorBinding.java:655)
    at oracle/jbo/uicli/binding/JUIteratorBinding.refreshControl(JUIteratorBinding.java:475)
    at oracle/adf/model/binding/DCIteratorBinding.rangeRefreshed(DCIteratorBinding.java:861)
    at oracle/jbo/common/RowSetHelper.fireRangeRefreshed(RowSetHelper.java:179)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyRangeRefreshed(ViewRowSetIteratorImpl.java:3559)
    at oracle/jbo/server/ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2776)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2996)
    at oracle/jbo/server/ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:2453)
    at oracle/jbo/server/ViewRowSetImpl.execute(ViewRowSetImpl.java:1047)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.execute(ViewRowSetImpl.java:873)
    at oracle/jbo/server/ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2738)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2996)
    at oracle/jbo/server/ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:2453)
    at oracle/jbo/server/ViewRowSetImpl.refreshRowSet(ViewRowSetImpl.java:6106)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyDetailRowSets(ViewRowSetIteratorImpl.java:3493)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3635)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3595)
    at oracle/jbo/server/ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3378)
    at oracle/jbo/server/ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1551)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.first(ViewRowSetImpl.java:3202)
    at oracle/jbo/server/ViewObjectImpl.first(ViewObjectImpl.java:8123)
    at oracle/adf/model/binding/DCIteratorBinding.setupRSIstate(DCIteratorBinding.java:755)
    at oracle/adf/model/binding/DCIteratorBinding.refreshControl(DCIteratorBinding.java:655)
    at oracle/jbo/uicli/binding/JUIteratorBinding.refreshControl(JUIteratorBinding.java:475)
    at oracle/adf/model/binding/DCIteratorBinding.rangeRefreshed(DCIteratorBinding.java:861)
    at oracle/jbo/common/RowSetHelper.fireRangeRefreshed(RowSetHelper.java:179)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyRangeRefreshed(ViewRowSetIteratorImpl.java:3559)
    at oracle/jbo/server/ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2776)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2996)
    at oracle/jbo/server/ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:2453)
    at oracle/jbo/server/ViewRowSetImpl.execute(ViewRowSetImpl.java:1047)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.execute(ViewRowSetImpl.java:873)
    at oracle/jbo/server/ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2738)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2996)
    at oracle/jbo/server/ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:2453)
    at oracle/jbo/server/ViewRowSetImpl.refreshRowSet(ViewRowSetImpl.java:6106)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyDetailRowSets(ViewRowSetIteratorImpl.java:3493)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3635)
    at oracle/jbo/server/ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3595)
    at oracle/jbo/server/ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3378)
    at oracle/jbo/server/ViewRowSetIteratorImpl.setCurrentRow(ViewRowSetIteratorImpl.java:1018)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3955)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:6228)
    at oracle/jbo/server/ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:16120)
    at oracle/jbo/server/ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3874)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:6228)
    at oracle/jbo/server/ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:16120)
    at oracle/jbo/server/ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3874)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:6228)
    at oracle/jbo/server/ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:16120)
    at oracle/jbo/server/ApplicationModuleImpl.activateVOs(ApplicationModuleImpl.java:7675)
    at oracle/jbo/server/ApplicationModuleImpl.doActivateState(ApplicationModuleImpl.java:7421)
    at oracle/jbo/server/ApplicationModuleImpl.doActivateState(ApplicationModuleImpl.java:7453)
    at oracle/jbo/server/ApplicationModuleImpl.doActivateAMState(ApplicationModuleImpl.java:7400)
    at oracle/jbo/server/Serializer.activate(Serializer.java:284)
    at oracle/jbo/server/DBSerializer.activateRootAM(DBSerializer.java:331)
    at oracle/jbo/server/ApplicationModuleImpl.activateFromStack(ApplicationModuleImpl.java:6063)
    at oracle/jbo/server/ApplicationModuleImpl.activateState(ApplicationModuleImpl.java:5923)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at oracle/jbo/server/ApplicationModuleImpl.activateStateForUndo(ApplicationModuleImpl.java:8308)
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at nl/nak/iva/RuleFrameTransactionImpl.activateStateForUndo(RuleFrameTransactionImpl.java:262)
    at nl/nak/iva/RuleFrameTransactionImpl.handleSQLError(RuleFrameTransactionImpl.java:130)
    at nl/nak/iva/RuleFrameTransactionImpl.doCommit(RuleFrameTransactionImpl.java:86)
    at oracle/jbo/server/DBTransactionImpl.commitInternal(DBTransactionImpl.java:2244)
    at oracle/jbo/server/DBTransactionImpl.commit(DBTransactionImpl.java:2382)
    ^-- Holding lock: nl/nak/iva/RuleFrameTransactionImpl@0x0E986690[biased lock]
    ^-- Holding lock: oracle/jbo/JboSyncLock@0x0D1018B8[recursive]
    at nl/nak/iva/RuleFrameTransactionImpl.commit(RuleFrameTransactionImpl.java:103)
    at oracle/adf/model/bc4j/DCJboDataControl.commitTransaction(DCJboDataControl.java:1565)
    at oracle/adf/model/binding/DCDataControl.callCommitTransaction(DCDataControl.java:1407)
    at oracle/jbo/uicli/binding/JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1293)
    at oracle/adf/model/binding/DCDataControl.invokeOperation(DCDataControl.java:2126)
    at oracle/jbo/uicli/binding/JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:697)
    at oracle/adf/controller/v2/lifecycle/PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:392)
    at oracle/adfinternal/view/faces/model/binding/FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:159)
    at oracle/adfinternal/view/faces/model/binding/FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:118)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;) Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at com/sun/el/parser/AstValue.invoke(AstValue.java:157)
        at com/sun/el/MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
        at org/apache/myfaces/trinidadinternal/taglib/util/MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
        at org/apache/myfaces/trinidad/component/UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1227)
        at org/apache/myfaces/trinidad/component/UIXCommand.broadcast(UIXCommand.java:183)
        at oracle/adf/view/rich/component/fragment/ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
        at oracle/adf/view/rich/component/fragment/ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:274)
        at oracle/adf/view/rich/component/fragment/ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:74)
        at javax/faces/component/UIViewRoot.broadcastEvents(UIViewRoot.java:458)
        at javax/faces/component/UIViewRoot.processApplication(UIViewRoot.java:763)
        at oracle/adfinternal/view/faces/lifecycle/LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
        at oracle/adfinternal/view/faces/lifecycle/LifecycleImpl._executePhase(LifecycleImpl.java:275)
        at oracle/adfinternal/view/faces/lifecycle/LifecycleImpl.execute(LifecycleImpl.java:175)
        at javax/faces/webapp/FacesServlet.service(FacesServlet.java:265)
        at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:292)
        at weblogic/servlet/internal/TailFilter.doFilter(TailFilter.java:26)
        at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)
        at oracle/adf/model/servlet/ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
        at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)
        at oracle/adfinternal/view/faces/webapp/rich/RegistrationFilter.doFilter(RegistrationFilter.java:85)
        at org/apache/myfaces/trinidadinternal/webapp/TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
        at org/apache/myfaces/trinidadinternal/webapp/TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
        at org/apache/myfaces/trinidadinternal/webapp/TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
        at org/apache/myfaces/trinidadinternal/webapp/TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
        at org/apache/myfaces/trinidad/webapp/TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)
        at oracle/security/jps/wls/JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
        at oracle/security/jps/ee/http/JpsFilter.doFilter(JpsFilter.java:65)
        at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)
        at weblogic/servlet/internal/RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)
        at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
        at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)
        at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
        at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:2086)
        at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1406)
        at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
        *  If you see this dump, please go to                    *
        *  http://edocs.bea.com/jrockit/go2troubleshooting.html  *
        *  for troubleshooting information.                      *
    ===== END DUMP ===============================================================                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Core dumps are usually a bug, so I suggest filing a Service Request with support.

  • JVM crashed with SIGSEGV

    Hello,
    We periodically get jvm crashes and don't understand what they related to. Can anybody help?
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007fdb7723e7eb, pid=2114, tid=1092127056
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x2987eb]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00000000405b7800): GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=2123]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000001ecbf3c58
    Registers:
    RAX=0x0000000000000000, RBX=0x0000000000000001, RCX=0x0000000000000003, RDX=0x00000001ecbf3c40
    RSP=0x0000000041187a10, RBP=0x0000000041187a20, RSI=0x00000007246ffad0, RDI=0x00000001ecbf3c50
    R8 =0x00007fdb778b7530, R9 =0x00007fdb778d2540, R10=0x0000000000004000, R11=0x0000000000000001
    R12=0x0000000000000003, R13=0x00000000405c5918, R14=0x00000000405c58a0, R15=0x00000000405bb030
    RIP=0x00007fdb7723e7eb, EFL=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x0000000041187a10)
    0x0000000041187a10: 00000007246ffad0 0000000724700000
    0x0000000041187a20: 0000000041187a50 00007fdb771d0928
    0x0000000041187a30: 0000000041187af0 0000000041187b40
    0x0000000041187a40: 000000000000b1b8 00007fdb778af270
    0x0000000041187a50: 0000000041187a60 00007fdb7723e757
    0x0000000041187a60: 0000000041187a70 00007fdb77243fad
    0x0000000041187a70: 0000000041187af0 00007fdb7758b11d
    0x0000000041187a80: 000000072430ac00 0000000000000080
    0x0000000041187a90: 000000072430ac00 0000000000000000
    0x0000000041187aa0: 00000007e7000000 0000000003200000
    0x0000000041187ab0: 000000072471ffd8 00007fdb625e9010
    0x0000000041187ac0: 00007fdb5b9124e0 00007fdb723c1800
    0x0000000041187ad0: 00000000405bb030 00007fdb726ed124
    0x0000000041187ae0: 0000000041187c20 0000000041187b40
    0x0000000041187af0: 0000000041187ba0 00007fdb7758b028
    0x0000000041187b00: 0000007fdb718a60 0000000000011300
    0x0000000041187b10: 0000000041187ba0 0000000041187b50
    0x0000000041187b20: 0000000041187b60 00007fdb5b9124e0
    0x0000000041187b30: 0000001000000000 00000000405c58a0
    0x0000000041187b40: 0000000724700000 0000000000004000
    0x0000000041187b50: 00000005c1000000 00000000391c48c9
    0x0000000041187b60: 0000000724700000 0000000000004000
    0x0000000041187b70: 0000000041187c80 00000000405c58c8
    0x0000000041187b80: 0000000041187c80 00000000405c58a0
    0x0000000041187b90: 00000000405bb030 0000000000000008
    0x0000000041187ba0: 0000000041187c60 00007fdb7758ae98
    0x0000000041187bb0: 0000000041187cc0 00007fdb5b912400
    0x0000000041187bc0: 00007fdb625e9010 0000007fdb718a60
    0x0000000041187bd0: 0000000000011300 0000000000000c80
    0x0000000041187be0: 00000007e7000000 0000000000000010
    0x0000000041187bf0: 0000000041187cc0 00007fdb5b9124e0
    0x0000000041187c00: 0000000841187c70 00007fdb625e9010
    Instructions: (pc=0x00007fdb7723e7eb)
    0x00007fdb7723e7db: 08 48 d3 e2 49 03 11 48 85 d2 74 9d 48 8d 7a 10
    0x00007fdb7723e7eb: 8b 5f 08 89 d8 c1 f8 03 85 db 7e 0e 48 98 49 39
    Stack: [0x0000000000000000,0x0000000000000000], sp=0x0000000041187a10, free space=10461e0000000000000018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x2987eb]
    V [libjvm.so+0x22a928]
    V [libjvm.so+0x298757]
    V [libjvm.so+0x29dfad]
    V [libjvm.so+0x5e511d]
    V [libjvm.so+0x5e5028]
    V [libjvm.so+0x5e4e98]
    V [libjvm.so+0x23fdfb]
    V [libjvm.so+0x240b9a]
    V [libjvm.so+0x379378]
    V [libjvm.so+0x2c5c5f]
    V [libjvm.so+0x240a8a]
    V [libjvm.so+0x36bfcd]
    V [libjvm.so+0x5e82c9]
    V [libjvm.so+0x722e0d]
    V [libjvm.so+0x722d24]
    V [libjvm.so+0x5da2af]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00007fdb33396000 JavaThread "transfer_worker_1" [_thread_blocked, id=7744, stack(0x00000000455e8000,0x00000000456e9000)]
    0x00007fdb33395000 JavaThread "transfer_worker_0" [_thread_blocked, id=7739, stack(0x00000000454e7000,0x00000000455e8000)]
    0x00007fdb60266000 JavaThread "LagDetector" daemon [_thread_blocked, id=7722, stack(0x00000000453e6000,0x00000000454e7000)]
    0x00007fdb5c67c800 JavaThread "Launcher" [_thread_blocked, id=6504, stack(0x00000000452e5000,0x00000000453e6000)]
    0x00007fdb5c67e800 JavaThread "game_mechanics3(45)" [_thread_blocked, id=6503, stack(0x00000000451e4000,0x00000000452e5000)]
    0x00007fdb5c553800 JavaThread "game_mechanics2(44)" [_thread_blocked, id=6502, stack(0x00000000450e3000,0x00000000451e4000)]
    0x00007fdb540d7000 JavaThread "context_scheduler_4" daemon [_thread_blocked, id=6468, stack(0x0000000044fe2000,0x00000000450e3000)]
    0x00007fdb544f2800 JavaThread "context_scheduler_3" daemon [_thread_blocked, id=6467, stack(0x0000000044ee1000,0x0000000044fe2000)]
    0x00007fdb544f1000 JavaThread "context_scheduler_2" daemon [_thread_blocked, id=6466, stack(0x0000000044de0000,0x0000000044ee1000)]
    0x00007fdb544f0000 JavaThread "context_scheduler_1" daemon [_thread_blocked, id=6465, stack(0x0000000044cdf000,0x0000000044de0000)]
    0x00007fdb544ef000 JavaThread "context_scheduler_0" daemon [_thread_blocked, id=6464, stack(0x0000000044bde000,0x0000000044cdf000)]
    0x00007fdb61abe800 JavaThread "Scaner worker 0 for game_mechanics0(42)" [_thread_blocked, id=6456, stack(0x000000004010a000,0x000000004020b000)]
    0x00007fdb5c0db800 JavaThread "game_mechanics1(43)" [_thread_blocked, id=6455, stack(0x0000000044add000,0x0000000044bde000)]
    0x00007fdb5c0da000 JavaThread "game_mechanics0(42)" [_thread_blocked, id=6454, stack(0x00000000449dc000,0x0000000044add000)]
    0x00007fdb5000f800 JavaThread "context_scheduler_4" daemon [_thread_blocked, id=6453, stack(0x00000000448db000,0x00000000449dc000)]
    0x00007fdb5000e000 JavaThread "context_scheduler_3" daemon [_thread_blocked, id=6452, stack(0x00000000447da000,0x00000000448db000)]
    0x00007fdb50008000 JavaThread "context_scheduler_2" daemon [_thread_blocked, id=6451, stack(0x00000000446d9000,0x00000000447da000)]
    0x00007fdb50006800 JavaThread "context_scheduler_1" daemon [_thread_blocked, id=6450, stack(0x00000000445d8000,0x00000000446d9000)]
    0x00007fdb50005000 JavaThread "context_scheduler_0" daemon [_thread_blocked, id=6449, stack(0x00000000444d7000,0x00000000445d8000)]

    continue:
    0x00007fdb5d5f0800 JavaThread "console(40)" [_thread_blocked, id=6447, stack(0x00000000442d5000,0x00000000443d6000)]
    0x00007fdb5c67b000 JavaThread "check master server connection thread" daemon [_thread_blocked, id=6446, stack(0x00000000441d4000,0x00000000442d5000)]
    0x00007fdb4c074800 JavaThread "context_scheduler_4" daemon [_thread_blocked, id=6445, stack(0x00000000440d3000,0x00000000441d4000)]
    0x00007fdb4c072800 JavaThread "context_scheduler_3" daemon [_thread_blocked, id=6444, stack(0x0000000043fd2000,0x00000000440d3000)]
    0x00007fdb4c00f800 JavaThread "context_scheduler_2" daemon [_thread_blocked, id=6443, stack(0x0000000043ed1000,0x0000000043fd2000)]
    0x00007fdb4c00d800 JavaThread "context_scheduler_1" daemon [_thread_blocked, id=6442, stack(0x0000000043dd0000,0x0000000043ed1000)]
    0x00007fdb4c00b800 JavaThread "context_scheduler_0" daemon [_thread_blocked, id=6441, stack(0x0000000043ccf000,0x0000000043dd0000)]
    0x00007fdb5c8b4800 JavaThread "thread_pool" daemon [_thread_blocked, id=6440, stack(0x0000000043bce000,0x0000000043ccf000)]
    0x00007fdb5c38e800 JavaThread "largeMsgSaver_1" daemon [_thread_blocked, id=6439, stack(0x0000000043acd000,0x0000000043bce000)]
    0x00007fdb5c38e000 JavaThread "largeMsgSaver_0" daemon [_thread_blocked, id=6438, stack(0x00000000439cc000,0x0000000043acd000)]
    0x00007fdb5c448800 JavaThread "Thread-3" daemon [_thread_blocked, id=6437, stack(0x00000000438cb000,0x00000000439cc000)]
    0x00007fdb5c32a000 JavaThread "select thread 9_10" daemon [_thread_blocked, id=6436, stack(0x00000000437ca000,0x00000000438cb000)]
    0x00007fdb5c328000 JavaThread "select thread 8_9" daemon [_thread_blocked, id=6435, stack(0x00000000436c9000,0x00000000437ca000)]
    0x00007fdb5c326000 JavaThread "select thread 7_8" daemon [_thread_blocked, id=6434, stack(0x00000000435c8000,0x00000000436c9000)]
    0x00007fdb5c325000 JavaThread "select thread 6_7" daemon [_thread_blocked, id=6433, stack(0x00000000434c7000,0x00000000435c8000)]
    0x00007fdb5c91c000 JavaThread "select thread 5_6" daemon [_thread_blocked, id=6432, stack(0x00000000433c6000,0x00000000434c7000)]
    0x00007fdb5c91a000 JavaThread "select thread 4_5" daemon [_thread_blocked, id=6431, stack(0x00000000432c5000,0x00000000433c6000)]
    0x00007fdb5c918000 JavaThread "select thread 3_4" daemon [_thread_blocked, id=6430, stack(0x00000000431c4000,0x00000000432c5000)]
    0x00007fdb5c556800 JavaThread "select thread 2_3" daemon [_thread_blocked, id=6429, stack(0x00000000430c3000,0x00000000431c4000)]
    0x00007fdb5c555000 JavaThread "select thread 1_2" daemon [_thread_blocked, id=6428, stack(0x0000000042fc2000,0x00000000430c3000)]
    0x00007fdb5c3aa800 JavaThread "select thread 0_1" daemon [_thread_blocked, id=6427, stack(0x0000000042ec1000,0x0000000042fc2000)]
    0x00007fdb5c0d6000 JavaThread "net timeouts_0" daemon [_thread_blocked, id=6426, stack(0x0000000042dc0000,0x0000000042ec1000)]
    0x00007fdb5c396000 JavaThread "thread_pool" daemon [_thread_blocked, id=6425, stack(0x0000000042cbf000,0x0000000042dc0000)]
    0x00007fdb5c9c8800 JavaThread "net_worker_6" daemon [_thread_blocked, id=6424, stack(0x0000000042bbe000,0x0000000042cbf000)]
    0x00007fdb5c69e000 JavaThread "net_worker_5" daemon [_thread_blocked, id=6423, stack(0x0000000042abd000,0x0000000042bbe000)]
    0x00007fdb5c1b2000 JavaThread "net_worker_4" daemon [_thread_blocked, id=6422, stack(0x00000000429bc000,0x0000000042abd000)]
    0x00007fdb5c06e800 JavaThread "net_worker_3" daemon [_thread_blocked, id=6421, stack(0x00000000428bb000,0x00000000429bc000)]
    0x00007fdb5c1fa800 JavaThread "net_worker_2" daemon [_thread_blocked, id=6420, stack(0x00000000427ba000,0x00000000428bb000)]
    0x00007fdb5c1f9800 JavaThread "net_worker_1" daemon [_thread_blocked, id=6419, stack(0x00000000426b9000,0x00000000427ba000)]
    0x00007fdb5c1ea000 JavaThread "net_worker_0" daemon [_thread_blocked, id=6418, stack(0x00000000425b8000,0x00000000426b9000)]
    0x00007fdb5c10e000 JavaThread "check main vfs thread" daemon [_thread_blocked, id=2169, stack(0x00000000424b7000,0x00000000425b8000)]
    0x00007fdb62ed9000 JavaThread "logs flusher" daemon [_thread_blocked, id=2149, stack(0x00000000423b6000,0x00000000424b7000)]
    0x00007fdb63794800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2143, stack(0x00000000421b4000,0x00000000422b5000)]
    0x00007fdb5c014800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2142, stack(0x00000000420b3000,0x00000000421b4000)]
    0x00007fdb5c012800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2141, stack(0x0000000041fb2000,0x00000000420b3000)]
    0x00007fdb5c010000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=2140, stack(0x000000004158d000,0x000000004168e000)]
    0x00007fdb5c00c800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=2139, stack(0x000000004148c000,0x000000004158d000)]
    0x00007fdb5c001000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2138, stack(0x000000004091d000,0x0000000040a1e000)]
    0x00007fdb6377d000 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=2137, stack(0x000000004081c000,0x000000004091d000)]
    0x00007fdb63759800 JavaThread "Finalizer" daemon [_thread_blocked, id=2136, stack(0x000000004138b000,0x000000004148c000)]
    0x000000004071a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2135, stack(0x000000004128a000,0x000000004138b000)]
    0x000000004059e000 JavaThread "main" [_thread_blocked, id=2116, stack(0x0000000040480000,0x0000000040581000)]
    Other Threads:
    0x0000000040718000 VMThread [stack: 0x000000004071b000,0x000000004081c000] [id=2134]
    0x00007fdb5c019800 WatcherThread [stack: 0x00000000422b5000,0x00000000423b6000] [id=2144]
    =>0x00000000405b7800 (exited) GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=2123]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x000000004059b120] Threads_lock - owner thread: 0x0000000040718000
    [0x000000004059b6a0] Heap_lock - owner thread: 0x00007fdb5c1b2000
    Heap
    par new generation total 136576K, used 113892K [0x00000005b4800000, 0x00000005c1000000, 0x00000005c1000000)
    eden space 68352K, 100% used [0x00000005b4800000, 0x00000005b8ac0000, 0x00000005b8ac0000)
    from space 68224K, 66% used [0x00000005b8ac0000, 0x00000005bb7393c0, 0x00000005bcd60000)
    to space 68224K, 66% used [0x00000005bcd60000, 0x00000005bf980cc0, 0x00000005c1000000)
    concurrent mark-sweep generation total 9011200K, used 4634365K [0x00000005c1000000, 0x00000007e7000000, 0x00000007e7000000)
    concurrent-mark-sweep perm gen total 409600K, used 140841K [0x00000007e7000000, 0x0000000800000000, 0x0000000800000000)

  • JVM crashes with illegal Memory Access ..

    [JRockit] ERROR: The JVM has crashed. Writing crash information to C:\bea10.3\wlserver_10.3\samples\domains\wl_server\jrockit.3712.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:13:27 on Mon Dec 07 20:06:05 2009
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    C:\bea10.3\wlserver_10.3\samples\domains\wl_server\jrockit.3712.dump
    C:\bea10.3\wlserver_10.3\samples\domains\wl_server\jrockit.3712.mdmp
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x00466F21 - memory at 0x00000000 could not be read.
    Minidump : Wrote mdmp. Size is 472MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#2.
    : YC is not running. Last finished YC was YC#24.
    OC History : Strategy genparpar was used for OC#1 to OC#2.
    YC History : Ran 3 YCs before OC#1.
    : Ran 3 YCs before OC#2.
    : Ran 18 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x00C00000 - 0x10C00000 (Size: 256 MB)
    Compaction : 0x00C00000 - 0x01C00000 (Current compaction type: internal)
    NurseryList : 0x00E57CF0 - 0x08132978
    KeepArea : 0x04693C88 - 0x06320918
    NurseryMarker: [ 0x04693C88,  0x06320918 ]
    CompRefs : References are 32-bit.
    CPU : Intel Core 2 SSE SSE2 SSE3 SSSE3 SSE4.1 EM64T
    Number CPUs : 2
    Tot Phys Mem : 2096984064 (1999 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 3 (Build 2600) (32-bit)
    Thread System: Windows Threads
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Xverify:all -Xms256m -Xmx512m -Xverify:none -da -Dplatform.home=C:\bea10.3\WLSERV~1.3 -Dwls.home=C:\bea10.3\WLSERV~1.3\server -Dweblogic.home=C:\bea10.3\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\bea10.3\patch_wlw1030\profiles\default\sysext_manifest_classpath;C:\bea10.3\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\bea10.3\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=examplesServer -Djava.security.policy=C:\bea10.3\WLSERV~1.3\server\lib\weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : C:\bea10.3\JROCKI~1\jre
    j.class.path : C:\bea10.3\wlserver_10.3\samples\server\examples\build\serverclasses;C:\bea10.3\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea10.3\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea10.3\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea10.3\JROCKI~1\lib\tools.jar;C:\bea10.3\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea10.3\WLSERV~1.3\server\lib\weblogic.jar;C:\bea10.3\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea10.3\WLSERV~1.3\server\lib\webservices.jar;C:\bea10.3\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea10.3\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea10.3\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\bea10.3\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\bea10.3\WLSERV~1.3\server\lib\xqrl.jar;;C:\bea10.3\wlserver_10.3\server\lib\wlspy.jar;;
    j.lib.path : C:\bea10.3\JROCKI~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea10.3\patch_wlw1030\profiles\default\native;C:\bea10.3\patch_wls1030\profiles\default\native;C:\bea10.3\patch_cie660\profiles\default\native;C:\bea10.3\WLSERV~1.3\server\native\win\32;C:\bea10.3\WLSERV~1.3\server\bin;C:\bea10.3\modules\ORGAPA~1.5\bin;C:\bea10.3\JROCKI~1\jre\bin;C:\bea10.3\JROCKI~1\bin;C:/Program Files/Java/jre1.6.0_02/bin/client;C:/Program Files/Java/jre1.6.0_02/bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\oracle\product\10.2.0\bin;C:\Program Files\Documentum\Shared;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\ntru cryptosystems\ntru tcg software stack\bin\;c:\program files\wave systems corp\gemalto\access client\v5\;c:\program files\intel\dmix;c:\program files\intel\wifi\bin\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\9.0\dllshared\;c:\program files\utimaco\safeguard easy\;C:\Program Files\Windows Imaging\;c:\program files\java\jdk1.6.0_05\bin;;C:\bea10.3\wlserver_10.3\server\lib\wlspy.jar;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Subversion\bin;C:\bea10.3\WLSERV~1.3\server\native\win\32\oci920_8
    JAVA_HOME : C:\bea10.3\JROCKI~1
    JAVAOPTIONS: <not set>
    PATH : C:\bea10.3\JROCKI~1\jre\bin;C:\bea10.3\patch_wlw1030\profiles\default\native;C:\bea10.3\patch_wls1030\profiles\default\native;C:\bea10.3\patch_cie660\profiles\default\native;C:\bea10.3\WLSERV~1.3\server\native\win\32;C:\bea10.3\WLSERV~1.3\server\bin;C:\bea10.3\modules\ORGAPA~1.5\bin;C:\bea10.3\JROCKI~1\jre\bin;C:\bea10.3\JROCKI~1\bin;C:/Program Files/Java/jre1.6.0_02/bin/client;C:/Program Files/Java/jre1.6.0_02/bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\oracle\product\10.2.0\bin;C:\Program Files\Documentum\Shared;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\ntru cryptosystems\ntru tcg software stack\bin\;c:\program files\wave systems corp\gemalto\access client\v5\;c:\program files\intel\dmix;c:\program files\intel\wifi\bin\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\9.0\dllshared\;c:\program files\utimaco\safeguard easy\;C:\Program Files\Windows Imaging\;c:\program files\java\jdk1.6.0_05\bin;;C:\bea10.3\wlserver_10.3\server\lib\wlspy.jar;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Subversion\bin;C:\bea10.3\WLSERV~1.3\server\native\win\32\oci920_8
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x319BD1FC / OS context: 0x319BD5F8):
    eax = 2b1cdf58 ecx = 31b647a8 edx = 00000000 ebx = 0000002d
    esp = 319bd8c4 ebp = 31b66400 esi = 00000000 edi = 00000001
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 00466f21 eflags = 00010202
    Stack:
    (* marks the word pointed to by the stack pointer)
    319bd8c4: 319bda40* 28ac5bdc 2d61e1c4 31b636f8 0000002c 31b66590
    319bd8dc: 00000000 00000001 00000001 00000001 31b66588 00000000
    319bd8f4: 0000002c 00000000 00000005 31b647a8 2d61e1c4 2d630700
    319bd90c: 00001df5 00462f77 28ac5bdc 31b636f8 319bdec8 319bdf04
    Code:
    (* marks the word pointed to by the instruction pointer)
    00466ef0: 08c8448d 28244489 89f8048d 8b142444 431c2444 c085f633
    00466f08: 00f9860f ff8b0000 54244c8b 8b34518b 4c8bb204 518b3c24
    00466f20: f20c8b2c* 1824548b 8bca0c8d 89142454 8b38244c 8928244c
    00466f38: 5489f11c b70f04f1 00014e88 b8b70f00 0000014a 44c7f92b
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-00410fff C:\bea10.3\JROCKI~1\bin\java.exe
    7c900000-7c9b1fff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f5fff C:\WINDOWS\system32\kernel32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f01fff C:\WINDOWS\system32\RPCRT4.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    7c340000-7c395fff C:\bea10.3\JROCKI~1\jre\bin\msvcr71.dll
    00420000-006c3fff *C:\bea10.3\JROCKI~1\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    77f10000-77f58fff C:\WINDOWS\system32\GDI32.dll
    7e410000-7e4a0fff C:\WINDOWS\system32\USER32.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    76390000-763acfff C:\WINDOWS\system32\IMM32.DLL
    6d820000-6d82bfff C:\bea10.3\JROCKI~1\jre\bin\verify.dll
    6d3c0000-6d3defff C:\bea10.3\JROCKI~1\jre\bin\java.dll
    6d320000-6d327fff C:\bea10.3\JROCKI~1\jre\bin\hpi.dll
    6d860000-6d86efff C:\bea10.3\jrockit_160_05\jre\bin\zip.dll
    6d570000-6d578fff C:\bea10.3\jrockit_160_05\jre\bin\management.dll
    6d620000-6d632fff C:\bea10.3\jrockit_160_05\jre\bin\net.dll
    237a0000-237cffff C:\Program Files\F-Secure\FSPS\program\FSLSP.DLL
    237d0000-237e6fff c:\program files\f-secure\scanner-interface\fsgkiapi.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    23ca0000-23cc6fff C:\WINDOWS\system32\DNSAPI.dll
    23cd0000-23cd7fff C:\WINDOWS\System32\winrnr.dll
    23ce0000-23d0bfff C:\WINDOWS\system32\WLDAP32.dll
    23d60000-23d65fff C:\WINDOWS\system32\rasadhlp.dll
    6d640000-6d648fff C:\bea10.3\jrockit_160_05\jre\bin\nio.dll
    68000000-68035fff C:\WINDOWS\system32\rsaenh.dll
    769c0000-76a73fff C:\WINDOWS\system32\USERENV.dll
    5b860000-5b8b4fff C:\WINDOWS\system32\netapi32.dll
    25c20000-25c2afff C:\bea10.3\jrockit_160_05\jre\bin\jmapi.dll
    25e30000-25e3dfff C:\bea10.3\wlserver_10.3\server\native\win\32\wlfileio2.dll
    26120000-26138fff C:\WINDOWS\system32\iphlpapi.dll
    26150000-26167fff C:\WINDOWS\system32\MPRAPI.dll
    77cc0000-77cf1fff C:\WINDOWS\system32\ACTIVEDS.dll
    26170000-26194fff C:\WINDOWS\system32\adsldpc.dll
    76b20000-76b30fff C:\WINDOWS\system32\ATL.DLL
    774e0000-7761cfff C:\WINDOWS\system32\ole32.dll
    261a0000-2622afff C:\WINDOWS\system32\OLEAUT32.dll
    26230000-2623dfff C:\WINDOWS\system32\rtutils.dll
    71bf0000-71c02fff C:\WINDOWS\system32\SAMLIB.dll
    77920000-77a12fff C:\WINDOWS\system32\SETUPAPI.dll
    26280000-26284fff C:\bea10.3\wlserver_10.3\server\native\win\32\wlntio.dll
    6d800000-6d807fff C:\bea10.3\jrockit_160_05\jre\bin\sunmscapi.dll
    77a80000-77b14fff C:\WINDOWS\system32\CRYPT32.dll
    77b20000-77b31fff C:\WINDOWS\system32\MSASN1.dll
    76bf0000-76bfafff C:\WINDOWS\system32\psapi.dll
    6d7c0000-6d7c5fff C:\bea10.3\jrockit_160_05\jre\bin\rmi.dll
    31c20000-31d32fff C:\bea10.3\JROCKI~1\jre\bin\dbghelp.dll
    "[ACTIVE] ExecuteThread: '18' fo" id=54 idx=0xc8 tid=5456 lastJavaFrame=0x319BDEF4
    Stack 0: start=0x31980000, end=0x319C0000, guards=0x31983000 (ok), forbidden=0x31981000
    Thread Stack Trace:
    at dtCreateDTable+1025(dispatchtables.c:298+7)@0x00466F21
    at defineClass+167(defineclass.c:110+7)@0x00462F77
    at lib_define_class+34(library.c:516+16)@0x005164C2
    at libDefineClass+39(library.c:576+38)@0x00516707
    at libDefineClass2+58(library.c:597+34)@0x0051685A
    at JVM_DefineClassWithSource+43(jvmclass.c:59+43)@0x004E609B
    at Javajava_lang_ClassLoader_defineClass1@32+235()@0x6D3C15DA
    -- Java stack --
    at java/lang/ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;(Native Method)
        at java/lang/ClassLoader.defineClass(ClassLoader.java:620)
        at java/security/SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at weblogic/utils/classloaders/GenericClassLoader.defineClass(GenericClassLoader.java:335)
        at weblogic/utils/classloaders/GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
        ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at weblogic/utils/classloaders/GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java/lang/ClassLoader.loadClass(ClassLoader.java:306)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at java/lang/ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic/utils/classloaders/GenericClassLoader.loadClass(GenericClassLoader.java:176)
    at jrockit/vm/Classes.loadClassInternal(Classes.java:75)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at java/lang/ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;(Native Method)
        at java/lang/ClassLoader.defineClass(ClassLoader.java:620)
        at java/security/SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at weblogic/utils/classloaders/GenericClassLoader.defineClass(GenericClassLoader.java:335)
        at weblogic/utils/classloaders/GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
        ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at weblogic/utils/classloaders/GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java/lang/ClassLoader.loadClass(ClassLoader.java:306)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at java/lang/ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic/utils/classloaders/GenericClassLoader.loadClass(GenericClassLoader.java:176)
    at jrockit/vm/Classes.loadClassInternal(Classes.java:75)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[biased lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Classes.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName(Class.java:247)
    at sun/reflect/generics/factory/CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:95)
    at sun/reflect/generics/visitor/Reifier.visitClassTypeSignature(Reifier.java:107)
    at sun/reflect/generics/tree/ClassTypeSignature.accept(ClassTypeSignature.java:31)
    at sun/reflect/annotation/AnnotationParser.parseSig(AnnotationParser.java:370)
    at sun/reflect/annotation/AnnotationParser.parseClassValue(AnnotationParser.java:351)
    at sun/reflect/annotation/AnnotationParser.parseMemberValue(AnnotationParser.java:280)
    at sun/reflect/annotation/AnnotationParser.parseAnnotation(AnnotationParser.java:222)
    at sun/reflect/annotation/AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
    at sun/reflect/annotation/AnnotationParser.parseAnnotations(AnnotationParser.java:52)
    at java/lang/reflect/Field.declaredAnnotations(Field.java:1016)
    ^-- Holding lock: java/lang/reflect/Field@0x032BFE90[biased lock]
    at java/lang/reflect/Field.getDeclaredAnnotations(Field.java:1009)
    at java/lang/reflect/AccessibleObject.getAnnotations(AccessibleObject.java:175)
    at org/apache/openjpa/lib/util/J2DoPriv5Helper$1.run(J2DoPriv5Helper.java:51)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:233)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:241)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.annotated(PersistenceMetaDataDefaults.java:293)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.getAccessType(PersistenceMetaDataDefaults.java:262)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.getAccessType(PersistenceMetaDataDefaults.java:269)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.getAccessType(PersistenceMetaDataDefaults.java:250)
    at org/apache/openjpa/meta/AbstractMetaDataDefaults.populate(AbstractMetaDataDefaults.java:155)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.populate(PersistenceMetaDataDefaults.java:227)
    at org/apache/openjpa/meta/MetaDataRepository.addMetaData(MetaDataRepository.java:794)
    at org/apache/openjpa/meta/MetaDataRepository.addMetaData(MetaDataRepository.java:780)
    at org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.getMetaData(AnnotationPersistenceMetaDataParser.java:657)
    at org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.parseClassAnnotations(AnnotationPersistenceMetaDataParser.java:480)
    at org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.parse(AnnotationPersistenceMetaDataParser.java:352)
    at org/apache/openjpa/persistence/PersistenceMetaDataFactory.load(PersistenceMetaDataFactory.java:229)
    at org/apache/openjpa/meta/MetaDataRepository.getMetaDataInternal(MetaDataRepository.java:474)
    at org/apache/openjpa/meta/MetaDataRepository.getMetaData(MetaDataRepository.java:294)
    ^-- Holding lock: org/apache/openjpa/meta/MetaDataRepository@0x0E7FCDF0[biased lock]
    at org/apache/openjpa/enhance/PCEnhancer.<init>(PCEnhancer.java:248)
    at org/apache/openjpa/enhance/PCEnhancer.<init>(PCEnhancer.java:219)
    at org/apache/openjpa/enhance/PCClassFileTransformer.transform0(PCClassFileTransformer.java:139)
    at org/apache/openjpa/enhance/PCClassFileTransformer.transform(PCClassFileTransformer.java:120)
    at org/apache/openjpa/persistence/PersistenceProviderImpl$ClassTransformerImpl.transform(PersistenceProviderImpl.java:210)
    at weblogic/deployment/PersistenceUnitInfoImpl$ClassPreProcessorImpl.preProcess(PersistenceUnitInfoImpl.java:497)
    at weblogic/utils/classloaders/ClassPreProcessor$ClassPreProcessorSupport.preProcess(ClassPreProcessor.java:95)
    at weblogic/utils/classloaders/GenericClassLoader.doPreProcess(GenericClassLoader.java:348)
    at weblogic/utils/classloaders/GenericClassLoader.defineClass(GenericClassLoader.java:329)
    at weblogic/utils/classloaders/GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E093168[recursive]
    at weblogic/utils/classloaders/GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java/lang/ClassLoader.loadClass(ClassLoader.java:306)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E093168[recursive]
    at java/lang/ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic/utils/classloaders/GenericClassLoader.loadClass(GenericClassLoader.java:176)
    at jrockit/vm/Classes.loadClassInternal(Classes.java:75)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E093168[biased lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Classes.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName(Class.java:247)
    at sun/reflect/generics/factory/CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:95)
    at sun/reflect/generics/visitor/Reifier.visitClassTypeSignature(Reifier.java:107)
    at sun/reflect/generics/tree/ClassTypeSignature.accept(ClassTypeSignature.java:31)
    at sun/reflect/generics/visitor/Reifier.reifyTypeArguments(Reifier.java:50)
    at sun/reflect/generics/visitor/Reifier.visitClassTypeSignature(Reifier.java:120)
    at sun/reflect/generics/tree/ClassTypeSignature.accept(ClassTypeSignature.java:31)
    at sun/reflect/generics/repository/MethodRepository.getReturnType(MethodRepository.java:50)
    at java/lang/reflect/Method.getGenericReturnType(Method.java:236)
    at java/lang/reflect/Method.toGenericString(Method.java:482)
    at weblogic/ejb/container/ejbc/EjbCodeGenerator.setMethod(EjbCodeGenerator.java:3511)
    at weblogic/ejb/container/ejbc/EjbCodeGenerator.remote_interface_methods(EjbCodeGenerator.java:2698)
    at weblogic/ejb/container/ejbc/EjbCodeGenerator.remote_business_interface_methods(EjbCodeGenerator.java:2685)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at weblogic/utils/compiler/CodeGenerator.processAt(CodeGenerator.java:688)
        at weblogic/utils/compiler/CodeGenerator.parse(CodeGenerator.java:582)
        at weblogic/utils/compiler/CodeGenerator.parse(CodeGenerator.java:539)
        at weblogic/utils/compiler/CodeGenerator.generateCode(CodeGenerator.java:341)
        at weblogic/utils/compiler/CodeGenerator.generate(CodeGenerator.java:242)
        at weblogic/utils/compiler/CodeGenerator.generate(CodeGenerator.java:197)
        at weblogic/ejb/container/ejbc/EJBCompiler.generateSourcesFromBeanInfo(EJBCompiler.java:1019)
        at weblogic/ejb/container/ejbc/EJBCompiler.doCompile(EJBCompiler.java:299)
        at weblogic/ejb/container/ejbc/EJBCompiler.compileEJB(EJBCompiler.java:552)
        at weblogic/ejb/container/ejbc/EJBCompiler.compileEJB(EJBCompiler.java:519)
        at weblogic/ejb/container/deployer/EJBDeployer.runEJBC(EJBDeployer.java:393)
        at weblogic/ejb/container/deployer/EJBDeployer.compileJar(EJBDeployer.java:715)
        at weblogic/ejb/container/deployer/EJBDeployer.compileIfNecessary(EJBDeployer.java:618)
        at weblogic/ejb/container/deployer/EJBDeployer.prepare(EJBDeployer.java:1154)
        at weblogic/ejb/container/deployer/EJBModule.prepare(EJBModule.java:425)
    Stopping PointBase server...
    PointBase server stopped.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                &n

    Looks like a JVM crash during classloading. Have no idea what might cause it. I suggest you try upgrading to a more recent JRockit version (google for "download jrockit" and get the latest JRMC version you can find, it includes JRockit R27.6.5). If that doesn't help, open a ticket with Oracle Support and provide the text dump and the minidump for analysis.
    Henrik

  • Java.lang.Class- getFields() results in JVM crash when called through JNI

    From a C++ application, I use Invocation APIs to create a JVM and call some Java methods using JNI
    I get a crash in jvm.dll with EXCEPTION_ACCESS_VIOLATION
    when I try to call "getFields" method of java.lang.Class in order to get the Fields of the java class
    This method call, should return a java/lang/reflect/Fields[] on success
    I am able to get the method ID of this method by using pEnv->GetMethodID(..)
    However, when I call this method using CallObjectMethod(..), HotSpt JVM crashes with access violation with the dump given below.
    Any clues on how to debug and find the problem?
    Or has anyone tried getting the fields of a Java class from C++ by calling reflection APIs uing JNI?
    Thanks in advance!
    Sample code
    jclass testerClass = pEnv->FindClass("com/test/Tester");
    jmethodID cid = pEnv->GetMethodID(testerClass,"<init>","()V");
    if(NULL == cid)
    pEnv->ExceptionDescribe();
    jobject testerObject = pEnv->NewObjectV(testerClass, mid);
    jmethodID mid = pEnv->GetMethodID(testerClass, "getClass",
                             "()Ljava/lang/Class;");
    jobject clsObj = (jobject)pEnv->CallObjectMethod(testerObject, mid);
    pEnv->ExceptionDescribe();
    jclass      jCls = pEnv->GetObjectClass(clsObj);
    jmethodID midGetFields = pEnv->GetMethodID(jCls, "getFields",
                                            "()[Ljava/lang/reflect/Field;");
    jobjectArray jobjArray = (jobjectArray)pEnv->CallObjectMethod(testerObject, midGetFields);
    pEnv->ExceptionDescribe();
    Crash dump
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x809E69F
    Function=JVM_FindSignal+0x11505
    Library=D:\Java\j2re1.4.2_03\bin\client\jvm.dll
    Current Java thread:
         at java.lang.Class.privateGetDeclaredFields(Unknown Source)
         at java.lang.Class.privateGetPublicFields(Unknown Source)
         at java.lang.Class.getFields(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      E:\SC\SC12.1\SCApplications\SNMP\Bin\JNITester.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x10000000 - 0x10023000      E:\SC\SC12.1\SCApplications\SNMP\Bin\JniUtils.dll
    0x00320000 - 0x00332000      E:\SnmpIpmNativeTestDriver\MTFStubHelper.dll
    0x00340000 - 0x0035B000      E:\SnmpIpmNativeTestDriver\MTFXMLFileAPI.dll
    0x12000000 - 0x122B1000      e:\sc\sc12.1\bin\xerces-c_2_2_0D.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x10200000 - 0x1026C000      e:\sc\sc12.1\bin\MSVCRTD.dll
    0x102A0000 - 0x102B7000      e:\sc\sc12.1\bin\MSVCIRTD.dll
    0x5F800000 - 0x5F8E9000      e:\sc\sc12.1\bin\MFC42uD.DLL
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x5F700000 - 0x5F746000      e:\sc\sc12.1\bin\MFCD42uD.DLL
    0x5F500000 - 0x5F5C6000      e:\sc\sc12.1\bin\MFCO42uD.DLL
    0x10480000 - 0x104FE000      e:\sc\sc12.1\bin\MSVCP60D.dll
    0x15020000 - 0x15042000      e:\sc\sc12.1\bin\SCTraceLib.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\System32\dbghelp.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\msvcrt.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x00360000 - 0x0037D000      e:\sc\sc12.1\bin\SCFileManager.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    0x00420000 - 0x00580000      e:\sc\sc12.1\bin\BctCoreCL.dll
    0x5D920000 - 0x5D929000      C:\WINDOWS\System32\RPCNS4.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\NETAPI32.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
    0x15000000 - 0x15012000      e:\sc\sc12.1\bin\CTEventLog.dll
    0x773D0000 - 0x77BC2000      C:\WINDOWS\system32\SHELL32.dll
    0x70A70000 - 0x70AD4000      C:\WINDOWS\system32\SHLWAPI.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x1F7A0000 - 0x1F7D6000      C:\WINDOWS\System32\ODBC32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\COMCTL32.dll
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x08000000 - 0x08138000      D:\Java\j2re1.4.2_03\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x5FD00000 - 0x5FD0D000      C:\WINDOWS\System32\MFC42LOC.DLL
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x1F840000 - 0x1F857000      C:\WINDOWS\System32\odbcint.dll
    0x5DAC0000 - 0x5DAC7000      C:\WINDOWS\System32\rdpsnd.dll
    0x00FE0000 - 0x00FE7000      D:\Java\j2re1.4.2_03\bin\hpi.dll
    0x01000000 - 0x0100E000      D:\Java\j2re1.4.2_03\bin\verify.dll
    0x01010000 - 0x01029000      D:\Java\j2re1.4.2_03\bin\java.dll
    0x01030000 - 0x0103D000      D:\Java\j2re1.4.2_03\bin\zip.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 132K [0x15050000, 0x150f0000, 0x15530000)
    eden space 512K, 25% used [0x15050000, 0x15071250, 0x150d0000)
    from space 64K, 0% used [0x150d0000, 0x150d0000, 0x150e0000)
    to space 64K, 0% used [0x150e0000, 0x150e0000, 0x150f0000)
    tenured generation total 1408K, used 0K [0x15530000, 0x15690000, 0x19050000)
    the space 1408K, 0% used [0x15530000, 0x15530000, 0x15530200, 0x15690000)
    compacting perm gen total 4096K, used 964K [0x19050000, 0x19450000, 0x1d050000)
    the space 4096K, 23% used [0x19050000, 0x191410e0, 0x19141200, 0x19450000)
    Local Time = Wed Aug 25 21:06:44 2004
    Elapsed Time = 0
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)

    You are right, I tried getting the java.lang.Class reference for the com.test.Tester by calling getClass() on com.test.Tester
    And using this jclass reference for java.lang.Class, I tried getting the method ID of getFields and eventually the Field[]
    Thanks for the help
    I have some more questions.
    Assumption - Using JNI, I got the fields array of com.test.Tester and I am iterating through the fields
    1.Assuming that the Tester class had an Integer field say m_nIntVal, then once I get the jobject equivalent of this Field in C++.
    Now I need to get the type of the field (I call the method java.lang.reflect.getType() from JNI)
    This gives me a jclass reference to it's type i.e java.lang.Integer
    2.I need to get the name of this type i.e I want to get the name of the type in a string as "java.lang.Integer"
    For this, on the jclass reference of java.lang.Integer got in Step 1, I call getClass() from JNI (to get the java.lang.Class) and then getName()
    Now, for calling getClass(), I need a temporary object reference corresponding to the jclass of java.lang.Integer, The problem is that Integer does not have a default constructor, so my call to create the jobject fails.
    But, since I do not know that I am constructing an Integer (remember that is what I am trying to find out - getType), I cant pass any values to constructor
    Now, how do I go about creating a jobject of Integer, without knowing that I am constructing that, as this does not have a default constructor without parameters
    Also, I tried using AllocObject to get the jobject and then tried to get the method ID of getClass(). Even this failed
    3. If the com.test.Tester class had a primitive "int" field, say m_nPrimitiveInt
    for which java provides a Class representation, I am able to get the jclass reference to the type of m_nPrimitiveInt
    Now, how do I get the name of the type as "int" in a string?
    Forllowing a similar procedure like in Step 2 fails when I try to pass the jclass reference to the type of m_nPrimitiveInt to the GetMethodID
    with the error FATAL ERROR in native method: JNI received a class argument that is not a class
    Can you tell me what is the way out?
    Thanks in advance,
    Also, can I mail you with some doubts that I have? If its ok, please contact me at [email protected]

Maybe you are looking for

  • Will 4.0.2 upgrade delete all my iPhone applications?

    Hi there, I'm a iPhone 3GS user and I've been wondering if upgrading the software to 4.0.2 will delete all my applications/pictures/music. Also, if you tried 4.0.2 already, do you recommend it or not? I love the fact that you can now create folders f

  • Playback of clips only plays between 4 and 12 frames

    Hi all, I am fairly new to Premiere, have used After Effects CS4 to produce some clips, but need something that handles editing better, and I thought I would give Premiere CS4 a try. Unfortunately, I can't get Source or Sequence preview working.  I c

  • Photo Albums Not Showing

    When I tap the Photos Button my list of albums isnt all the way showing the one album at the very top which is my Camera Roll is hidden at the very top. When I drag it down it shows but only temporarily because I cant use two fingers to click on it.

  • Outbound e-mails blocked in Outlook

    I'm using Outlook V14.0.2 for Mac and suddenly outbound messages became blocked again.  Had problem previously more than a month ago when Port 25 was blocked so changed to port 587 and all was well.  Suddenly this problem has reappeared again and wit

  • WLAN deployment across 3 floors without cable

    I have a customer looking to install a wireless network across 3 floors with full coverage on each floor. 2 ssid's are needed one for guest use and one for their business use. The top floor is where the server and demarc is located. The top floor is