JVM Crash with INTERNAL ERROR

Hi ,
My jvm is getting crashed frequently with the below error log.
os name=SunOS
os version=5.10
os architecture=sparc
java version=1.5.0_08
Can you please help me to identify this issue? Is there any known issue when using org.mozilla.javascript.Context.evaluateString from my code. Your help is highly appreciated..
# An unexpected error has been detected by HotSpot Virtual Machine:
# Internal Error (565441424C4533545542530E4350500020 01), pid=12389, tid=114
# Java VM: Java HotSpot(TM) Server VM (1.5.0_08-b03 mixed mode)
--------------- T H R E A D ---------------
Current thread (0x003018b0): JavaThread "Thread-57" [_thread_in_vm, id=114]
Stack: [0x8db80000,0x8dc00000), sp=0x8dbfe408, free space=505k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x6feb44]
V [libjvm.so+0x4358f4]
V [libjvm.so+0x311a0c]
V [libjvm.so+0x3127fc]
V [libjvm.so+0x311cc0]
V [libjvm.so+0x3159f4]
V [libjvm.so+0x3180f4]
V [libjvm.so+0x311db4]
v ~RuntimeStub::_handle_ic_miss_Java
J org.mozilla.     .<init>(Lorg/mozilla/javascript/NativeCall;)V
J org.mozilla.javascript.NativeCall.<init>(Lorg/mozilla/javascript/NativeFunction;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)V
v ~I2CAdapter
j org.mozilla.javascript.ScriptRuntime.createFunctionActivation(Lorg/mozilla/javascript/NativeFunction;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Lorg/mozilla/javascript/Scriptable;+7
j org.mozilla.javascript.gen.c928710._c1(Lorg/mozilla/javascript/gen/c928710;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+11
j org.mozilla.javascript.gen.c928710.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+48
j org.mozilla.javascript.optimizer.OptRuntime.callName([Ljava/lang/Object;Ljava/lang/String;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;)Ljava/lang/Object;+21
j org.mozilla.javascript.gen.c928710._c0(Lorg/mozilla/javascript/gen/c928710;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+47
j org.mozilla.javascript.gen.c928710.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+44
v ~C2IAdapter
J org.mozilla.javascript.ScriptRuntime.doTopCall(Lorg/mozilla/javascript/Callable;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;
v ~I2CAdapter
j org.mozilla.javascript.gen.c928710.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+13
j org.mozilla.javascript.gen.c928710.exec(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;)Ljava/lang/Object;+5
j org.mozilla.javascript.Context.evaluateString(Lorg/mozilla/javascript/Scriptable;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Ljava/lang/Object;+21
v ~C2IAdapter
J com.motorola.nms.framework.fm.trap.JSVariableHandler.process(Lcom/adventnet/snmp/snmp2/SnmpPDU;Ljava/util/List;Ljava/util/Properties;)Ljava/util/Properties;
J com.motorola.nms.framework.fm.trap.TrapAgent.processTrap(Lcom/motorola/nms/framework/fm/trap/ConfiguredData;)V
J com.motorola.nms.framework.fm.trap.TrapAgent.run()V
v ~OSRAdapter
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
V [libjvm.so+0x199d94]
V [libjvm.so+0x2bffb4]
V [libjvm.so+0x2df58c]
V [libjvm.so+0x2db128]
V [libjvm.so+0x670740]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~RuntimeStub::_handle_ic_miss_Java
J org.mozilla.javascript.Arguments.<init>(Lorg/mozilla/javascript/NativeCall;)V
J org.mozilla.javascript.NativeCall.<init>(Lorg/mozilla/javascript/NativeFunction;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)V
v ~I2CAdapter
j org.mozilla.javascript.ScriptRuntime.createFunctionActivation(Lorg/mozilla/javascript/NativeFunction;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Lorg/mozilla/javascript/Scriptable;+7
j org.mozilla.javascript.gen.c928710._c1(Lorg/mozilla/javascript/gen/c928710;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+11
j org.mozilla.javascript.gen.c928710.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+48
j org.mozilla.javascript.optimizer.OptRuntime.callName([Ljava/lang/Object;Ljava/lang/String;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;)Ljava/lang/Object;+21
j org.mozilla.javascript.gen.c928710._c0(Lorg/mozilla/javascript/gen/c928710;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+47
j org.mozilla.javascript.gen.c928710.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+44
v ~C2IAdapter
J org.mozilla.javascript.ScriptRuntime.doTopCall(Lorg/mozilla/javascript/Callable;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;
v ~I2CAdapter
j org.mozilla.javascript.gen.c928710.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;[Ljava/lang/Object;)Ljava/lang/Object;+13
j org.mozilla.javascript.gen.c928710.exec(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;)Ljava/lang/Object;+5
j org.mozilla.javascript.Context.evaluateString(Lorg/mozilla/javascript/Scriptable;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Ljava/lang/Object;+21
v ~C2IAdapter
J com.motorola.nms.framework.fm.trap.JSVariableHandler.process(Lcom/adventnet/snmp/snmp2/SnmpPDU;Ljava/util/List;Ljava/util/Properties;)Ljava/util/Properties;
J com.motorola.nms.framework.fm.trap.TrapAgent.processTrap(Lcom/motorola/nms/framework/fm/trap/ConfiguredData;)V
J com.motorola.nms.framework.fm.trap.TrapAgent.run()V
v ~OSRAdapter
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x008a04d0 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5180]
0x00856a28 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5179]
0x019e2ee0 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5178]
0x010d9f08 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5177]
0x01389ab0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5174]
0x01749d98 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5173]
0x00819178 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5172]
0x02258cd0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5170]
0x02259318 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5167]
0x0062dc88 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5165]
0x00738bf0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5163]
0x007e5148 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5161]
0x00ea16a8 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5159]
0x00a064c8 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5158]
0x007a2930 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5156]
0x0131ce18 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5155]
0x00366790 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5154]
0x024e60d0 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5153]
0x008103f0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5152]
0x019e3148 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5149]
0x014a8cd0 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5147]
0x009fdfd8 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5146]
0x00e1c518 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5144]
0x014a82b0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5142]
0x0016c258 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5140]
0x00c84cb0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5138]
0x014c0248 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5136]
0x00baff90 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5135]
0x0193bf08 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5134]
0x007e6a20 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5132]
0x00c7ec00 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5131]
0x00a0c040 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5130]
0x01372068 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5129]
0x017b3cc0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5128]
0x002756b0 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5126]
0x015e4e78 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5125]
0x018df8f8 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5124]
0x00875c60 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5123]
0x00739238 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5121]
0x00a0b510 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5119]
0x00632538 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5118]
0x017df3e8 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5117]
0x014b9b28 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5115]
0x01923b48 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5113]
0x0023aa08 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5112]
0x0071ca38 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5111]
0x00618860 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5110]
0x022c4ef8 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5109]
0x00a09590 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5107]
0x009c0d78 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5106]
0x00baf998 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5105]
0x013d6670 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5104]
0x01003d58 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5103]
0x00b99ee8 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5102]
0x024f7688 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5101]
0x0016ce28 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5099]
0x00f41338 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5098]
0x0071b608 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5097]
0x003bff78 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5094]
0x0159a360 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5093]
0x004d0198 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5092]
0x00739838 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5091]
0x00902cd0 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5088]
0x01c25920 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5086]
0x01c9f110 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5085]
0x005a12f8 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5084]
0x00676b20 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5083]
0x0131c850 JavaThread "MainSocketSessionBE-10.8.40.140" [_thread_blocked, id=5082]
0x00a37148 JavaThread "SendToClient - 10.8.40.140" [_thread_blocked, id=5081]
0x010bea28 JavaThread "Ajp13Processor[8009][9]" daemon [_thread_in_native, id=1641]
0x00f73bf0 JavaThread "Ajp13Processor[8009][8]" daemon [_thread_in_native, id=1640]
0x00729bf8 JavaThread "Ajp13Processor[8009][7]" daemon [_thread_in_native, id=1594]
0x015ed670 JavaThread "Ajp13Processor[8009][6]" daemon [_thread_in_native, id=1593]
0x00f74250 JavaThread "Ajp13Processor[8009][5]" daemon [_thread_in_native, id=1585]
0x025db498 JavaThread "Ajp13Processor[8009][4]" daemon [_thread_in_native, id=1580]
0x00c69fa0 JavaThread "Ajp13Processor[8009][3]" daemon [_thread_in_native, id=1547]
0x00ad74f0 JavaThread "SESSION-Thread-102" [_thread_in_native, id=205]
0x014c5b30 JavaThread "Thread-101" [_thread_blocked, id=204]
0x0147eea8 JavaThread "Thread-100" [_thread_blocked, id=203]
0x0198e670 JavaThread "Agent" [_thread_blocked, id=202]
0x0198e4a8 JavaThread "Thread-99" [_thread_blocked, id=201]
0x006fbe90 JavaThread "Process-Scheduler-2" [_thread_blocked, id=200]
0x0198e2e0 JavaThread "Process-Scheduler-1" [_thread_blocked, id=199]
0x013be480 JavaThread "Process-Scheduler" [_thread_blocked, id=198]
0x00b9e428 JavaThread "TopoNotificationRegistry" [_thread_blocked, id=190]
0x0156dee0 JavaThread "Thread-96" [_thread_in_native, id=189]
0x0128de28 JavaThread "Ajp13Processor[8009][2]" daemon [_thread_in_native, id=188]
0x01426350 JavaThread "Ajp13Processor[8009][1]" daemon [_thread_in_native, id=187]
0x014c5eb0 JavaThread "Ajp13Processor[8009][0]" daemon [_thread_in_native, id=186]
0x01443c30 JavaThread "Ajp13Connector[8009]" daemon [_thread_in_native, id=185]
0x0086e0a0 JavaThread "HostConfig[localhost]" daemon [_thread_blocked, id=184]
0x019d3ec0 JavaThread "API-Thread-94" [_thread_blocked, id=182]
0x00725be8 JavaThread "JspRuntimeContext[FTOSKREL2.0]" daemon [_thread_blocked, id=181]
0x01e925c0 JavaThread "GenericSocketServerFE" [_thread_in_native, id=160]
0x011e6118 JavaThread "MainSocketServerFE" [_thread_in_native, id=159]
0x008861e0 JavaThread "SendToClient - localhost" [_thread_blocked, id=158]
0x022757e0 JavaThread "StandardManager[]" daemon [_thread_blocked, id=149]
0x01469ec0 JavaThread "FileStore" daemon [_thread_blocked, id=148]
0x01fdb108 JavaThread "statuspoll-5" [_thread_blocked, id=146]
0x00ccb048 JavaThread "statuspoll-4" [_thread_blocked, id=145]
0x00a6f588 JavaThread "statuspoll-3" [_thread_blocked, id=144]
0x00a6f3c0 JavaThread "statuspoll-2" [_thread_blocked, id=143]
0x009c7938 JavaThread "statuspoll-1" [_thread_blocked, id=142]
0x00e8ab90 JavaThread "statuspoll" [_thread_blocked, id=141]
0x012cff88 JavaThread "datapoll-7" [_thread_blocked, id=140]
0x01a45430 JavaThread "datapoll-6" [_thread_blocked, id=139]
0x0128e688 JavaThread "datapoll-5" [_thread_blocked, id=138]
0x0188bd18 JavaThread "datapoll-4" [_thread_blocked, id=137]
0x00ec2da0 JavaThread "datapoll-3" [_thread_blocked, id=136]
0x00ec2188 JavaThread "datapoll-2" [_thread_blocked, id=135]
0x01678c58 JavaThread "datapoll-1" [_thread_blocked, id=134]
0x018045b8 JavaThread "datapoll" [_thread_blocked, id=133]
0x013d7a10 JavaThread "Thread-63" [_thread_blocked, id=132]
0x0138f208 JavaThread "DataCollection-5" [_thread_blocked, id=129]
0x00f298f0 JavaThread "DataCollection-4" [_thread_blocked, id=128]
0x006c0788 JavaThread "DataCollection-3" [_thread_blocked, id=127]
0x018f9f88 JavaThread "DataCollection-2" [_thread_blocked, id=126]
0x00ec39b8 JavaThread "DataCollection-1" [_thread_blocked, id=125]
0x0188c3f0 JavaThread "DataCollection" [_thread_blocked, id=124]
0x00974710 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=122]
0x00e8ae88 JavaThread "Thread-44" [_thread_in_native, id=121]
0x018fb150 JavaThread "TRAPINPUT" [_thread_blocked, id=120]
0x00e74988 JavaThread "TRAPSTORE0" [_thread_in_native, id=119]
0x0187f870 JavaThread "COMMONTRAPNOTIFIER" [_thread_blocked, id=118]
0x01fde828 JavaThread "Thread-60" [_thread_blocked, id=117]
0x00e85688 JavaThread "Thread-59" [_thread_blocked, id=116]
0x01968220 JavaThread "Thread-58" [_thread_blocked, id=115]
=>0x003018b0 JavaThread "Thread-57" [_thread_in_vm, id=114]
0x003016e8 JavaThread "Thread-56" [_thread_blocked, id=113]
0x01817ba8 JavaThread "Thread-55" [_thread_blocked, id=111]
0x006dc7f8 JavaThread "ConfUpdater-1" [_thread_blocked, id=110]
0x00332b70 JavaThread "ConfUpdater" [_thread_blocked, id=109]
0x00039a08 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
0x00dae9f0 JavaThread "RunJSPModule" [_thread_in_native, id=105]
0x01745380 JavaThread "NMSSAServer" [_thread_blocked, id=104]
0x0159fbd8 JavaThread "RMI TCP Accept-1098" daemon [_thread_in_native, id=103]
0x0084ceb0 JavaThread "policy-1" [_thread_blocked, id=102]
0x01344678 JavaThread "policy" [_thread_blocked, id=101]
0x00d14268 JavaThread "Thread-41" daemon [_thread_blocked, id=99]
0x009769b8 JavaThread "MSXMLProcessorThread" [_thread_blocked, id=98]
0x00975e30 JavaThread "Thread-51" [_thread_blocked, id=96]
0x006fa3e0 JavaThread "Thread-49" [_thread_blocked, id=94]
0x01a47ad8 JavaThread "Thread-47" [_thread_in_native, id=91]
0x007d0890 JavaThread "Thread-46" [_thread_blocked, id=90]
0x01b40358 JavaThread "1-1" [_thread_blocked, id=89]
0x0084d980 JavaThread "1" [_thread_blocked, id=88]
0x01351528 JavaThread "SUMMainServerThread" [_thread_in_native, id=86]
0x01647ed8 JavaThread "DataManagement-4" [_thread_blocked, id=85]
0x01649b10 JavaThread "DataManagement-3" [_thread_blocked, id=84]
0x00f08940 JavaThread "DataManagement-2" [_thread_blocked, id=83]
0x00f08330 JavaThread "DataManagement-1" [_thread_blocked, id=82]
0x00f08688 JavaThread "DataManagement" [_thread_blocked, id=81]
0x00f09368 JavaThread "Thread-40" [_thread_blocked, id=80]
0x00f09158 JavaThread "process reaper" daemon [_thread_in_native, id=79]
0x00917ae0 JavaThread "/export/home/FTOSKREL2.0/jre/bin/rmiregistry 1099 " [_thread_in_native, id=78]
0x01033850 JavaThread "BEModuleDispatcher-2" [_thread_blocked, id=44]
0x00e2bc60 JavaThread "BEModuleDispatcher-1" [_thread_blocked, id=43]
0x00a137f8 JavaThread "Thread-4" [_thread_in_native, id=42]
0x00dbadb0 JavaThread "BEModuleDispatcher" [_thread_blocked, id=41]
0x00c7cb40 JavaThread "KeepAliveMonitor" [_thread_blocked, id=40]
0x00629e00 JavaThread "SchedulerForFailOver-2" [_thread_blocked, id=39]
0x006299e8 JavaThread "SchedulerForFailOver-1" [_thread_blocked, id=38]
0x00777250 JavaThread "main-15" [_thread_blocked, id=37]
0x0063bf58 JavaThread "main-14" [_thread_blocked, id=36]
0x00bbb068 JavaThread "main-13" [_thread_blocked, id=35]
0x00bba5c8 JavaThread "main-12" [_thread_blocked, id=34]
0x00bbb3c8 JavaThread "main-11" [_thread_blocked, id=33]
0x008c3c90 JavaThread "main-10" [_thread_blocked, id=32]
0x008c5e58 JavaThread "main-9" [_thread_blocked, id=31]
0x0075bce8 JavaThread "main-8" [_thread_blocked, id=30]
0x0075b0d0 JavaThread "main-7" [_thread_blocked, id=29]
0x008e8d80 JavaThread "main-6" [_thread_blocked, id=28]
0x007e3428 JavaThread "main-5" [_thread_blocked, id=27]
0x00d770d8 JavaThread "main-4" [_thread_blocked, id=26]
0x005e1298 JavaThread "main-3" [_thread_blocked, id=25]
0x00a2d2b8 JavaThread "main-2" [_thread_blocked, id=24]
0x00a15740 JavaThread "main-1" [_thread_blocked, id=23]
0x00bbd6e0 JavaThread "SchedulerForFailOver" [_thread_blocked, id=22]
0x009f1b00 JavaThread "main" [_thread_blocked, id=21]
0x0085cab0 JavaThread "GC Daemon" daemon [_thread_blocked, id=20]
0x00759628 JavaThread "RMI Reaper" [_thread_blocked, id=19]
0x0062c510 JavaThread "Thread-3" [_thread_in_native, id=18]
0x006aba20 JavaThread "Thread-2" [_thread_blocked, id=17]
0x006716f8 JavaThread "RMI TCP Accept-16000" daemon [_thread_in_native, id=15]
0x0068c1a0 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=14]
0x0068b9a0 JavaThread "Timer-0" daemon [_thread_blocked, id=13]
0x0016e618 JavaThread "CommunicatorServer" daemon [_thread_in_native, id=12]
0x0014f5a8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11]
0x0014dcf0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=10]
0x0014ce80 JavaThread "CompilerThread0" daemon [_thread_blocked, id=9]
0x0014c010 JavaThread "AdapterThread" daemon [_thread_blocked, id=8]
0x0014b208 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7]
0x0013e970 JavaThread "Finalizer" daemon [_thread_blocked, id=6]
0x0013e430 JavaThread "Reference Handler" daemon [_thread_blocked, id=5]
Other Threads:
0x0013abd8 VMThread [id=4]
0x006389a0 WatcherThread [id=16]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00032b80/0x000393d8] CompiledIC_lock - owner thread: 0x003018b0
Heap
PSYoungGen total 524096K, used 3475K [0xd8c00000, 0xf8c00000, 0xf8c00000)
eden space 523904K, 0% used [0xd8c00000,0xd8f64dc8,0xf8ba0000)
from space 192K, 0% used [0xf8bd0000,0xf8bd0000,0xf8c00000)
to space 192K, 0% used [0xf8ba0000,0xf8ba0000,0xf8bd0000)
PSOldGen total 1048576K, used 41471K [0x98c00000, 0xd8c00000, 0xd8c00000)
object space 1048576K, 3% used [0x98c00000,0x9b47fec8,0xd8c00000)
PSPermGen total 32768K, used 31513K [0x94c00000, 0x96c00000, 0x98c00000)
object space 32768K, 96% used [0x94c00000,0x96ac6598,0x96c00000)
Dynamic libraries:
0x00010000      /export/home/FTOSKREL2.0/jre/bin/java
0xff3ec000      /lib/libthread.so.1
0xff380000      /lib/libdl.so.1
0xff200000      /lib/libc.so.1
0xff360000      /platform/SUNW,Netra-240/lib/libc_psr.so.1
0xfe800000      /export/home/FTOSKREL2.0/jre/lib/sparc/server/libjvm.so
0xff320000      /lib/libsocket.so.1
0xff350000      /usr/lib/libsched.so.1
0xff1d0000      /usr/lib/libCrun.so.1
0xff1b0000      /lib/libm.so.1
0xff080000      /lib/libnsl.so.1
0xfe700000      /lib/libm.so.2
0xff170000      /lib/libscf.so.1
0xff150000      /lib/libdoor.so.1
0xff060000      /lib/libuutil.so.1
0xfe7e0000      /lib/libgen.so.1
0xfe6d0000      /lib/libmd.so.1
0xfe6b0000      /platform/SUNW,Netra-240/lib/libmd_psr.so.1
0xfe690000      /lib/libmp.so.2
0xfe670000      /export/home/FTOSKREL2.0/jre/lib/sparc/native_threads/libhpi.so
0xfe5f0000      /export/home/FTOSKREL2.0/jre/lib/sparc/libverify.so
0xfe5a0000      /export/home/FTOSKREL2.0/jre/lib/sparc/libjava.so
0xfe580000      /export/home/FTOSKREL2.0/jre/lib/sparc/libzip.so
0xfe3c0000      /usr/lib/locale/sk_SK.ISO8859-2/sk_SK.ISO8859-2.so.3
0xfe390000      /export/home/FTOSKREL2.0/jre/lib/sparc/libnet.so
0xfe2e0000      /export/home/FTOSKREL2.0/jre/lib/sparc/libmanagement.so
0x93f20000      /export/home/FTOSKREL2.0/jre/lib/sparc/libj2pkcs11.so
0x93dc0000      /usr/lib/libpkcs11.so
0x944a0000      /usr/lib/libcryptoutil.so.1
0x93490000      /usr/lib/security/pkcs11_softtoken_extra.so
0x93da0000      /export/home/FTOSKREL2.0/lib/libUniqueIDSO.so
0x92880000      /export/home/FTOSKREL2.0/jre/lib/sparc/libawt.so
0x92700000      /export/home/FTOSKREL2.0/jre/lib/sparc/libmlib_image.so
0x93c60000      /export/home/FTOSKREL2.0/jre/lib/sparc/headless/libmawt.so
0x93c40000      /export/home/FTOSKREL2.0/jre/lib/sparc/librmi.so
VM Arguments:
jvm_args: -Xmx1536m -Dcatalina.home=/export/home/FTOSKREL2.0/apache/tomcat -Dmysql.home=/export/home/FTOSKREL2.0/mysql -Dwebserver.port=9090 -Dresource_check=9090,8009,8005 -Dwebserver.rootdir=/export/home/FTOSKREL2.0/apache -Djava.rmi.server.codebase="file:////export/home/FTOSKREL2.0/classes/ file:////export/home/FTOSKREL2.0/classes/ManagementServer.jar file:////export/home/FTOSKREL2.0/classes/AdventNetCLI.jar file:////export/home/FTOSKREL2.0/classes/xmojo.jar file:////export/home/FTOSKREL2.0/classes/AdventNetSnmp.jar file:////export/home/FTOSKREL2.0/classes/SNMPDebugger.jar file:////export/home/FTOSKREL2.0/classes/AdventNetJmxAgent.jar file:////export/home/FTOSKREL2.0/classes/AdventNetARUtils.jar file:////export/home/FTOSKREL2.0/classes/AdventNetTL1Agent.jar file:////export/home/FTOSKREL2.0/classes/AdventNetSAS.jar file:////export/home/FTOSKREL2.0/classes/jta.jar file:////export/home/FTOSKREL2.0/appln_mon/classes/ApplnMonitorServer.jar" -Dcom.sun.management.jmxremote.port=16000 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.snmp.interface=NMST-1 -Dcom.sun.management.snmp.acl=false -Dcom.sun.management.snmp.port=16500
java_command: com.adventnet.nms.startnms.NmsMainBE NMS_BE_PORT 2000 ROOT_DIR /export/home/FTOSKREL2.0
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=
JAVA_COMPILER=NONE
PATH=/usr/sbin:/usr/bin:/usr/local/bin/:/usr/local/bin/
LD_LIBRARY_PATH=/export/home/FTOSKREL2.0/jre/lib/sparc/server:/export/home/FTOSKREL2.0/jre/lib/sparc:/export/home/FTOSKREL2.0/jre/../lib/sparc::/export/home/FTOSKREL2.0/lib:/export/home/FTOSKREL2.0/apache/lib
SHELL=/sbin/sh
Signal Handlers:
SIGSEGV: [libjvm.so+0x6ff5b8], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
SIGBUS: [libjvm.so+0x6ff5b8], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
SIGFPE: [libjvm.so+0x27299c], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGPIPE: [libjvm.so+0x27299c], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGILL: [libjvm.so+0x27299c], 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
SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGINT: [libjvm.so+0x67191c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
SIGQUIT: [libjvm.so+0x67191c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
SIGTERM: [libjvm.so+0x67191c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
--------------- S Y S T E M ---------------
OS: Solaris 10 8/07 s10s_u4wos_12b SPARC
Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 16 August 2007
uname:SunOS 5.10 Generic_120011-14 sun4u (T2 libthread)
rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
load average:0,30 0,30 0,29
CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
Memory: 8k page, physical 4194304k(136568k free)
vm_info: Java HotSpot(TM) Server VM (1.5.0_08-b03) for solaris-sparc, built on Jun 28 2006 01:22:05 by unknown with unknown Workshop:0x550

it works well now . thanks
"Bernie Wong" <[email protected]> wrote:
Try this. I was helping a friend who had the same error id/internal error
on
WLS 6.1 SP2, 1.3.1_01 on W2K. He was consistently getting the Error ID:
4349254E560E43505000F4 five minutes into testing his appl.
Set -XX:MaxPermSize=128m.
The problem disappeared.
Please let me know if that helped you.
"shang zhengjun" <[email protected]> wrote in message
news:3cfdab48$[email protected]..
I got following error after hours' running of weblogic:
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Error ID: 4349254E560E43505000F4
# Problematic Thread: prio=1 tid=0x808e1d8 nid=0x29db runnable
my sever environment
OS: Redhat6.2(Kernel 2.2.14-5.0 on an i686)
JDK: java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
WLS: weblogic6.1 sp2
could you help me? very urgent. thanks.

Similar Messages

  • Who can give me a suggestion about java crash with Internal Error ID?

    I running my server performance test, but after 7 hours, the jvm crashed and give a java internal error ID with "*53484152454432554E54494D450E43505001A8*",
    and I can not query any valuable information from Google by this internal Error ID. Who can give me a light?
    I have run the performance test on the other machine with the same service logic, the other environment not crash, It's very strange!
    h5. some content of The hs_err_xxx.log file:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (53484152454432554E54494D450E43505001A8), pid=16908, tid=1060293520
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_19-b02 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x425782e8): JavaThread "11d1def534ea1be0:656f6049:124caa54ac8:49c0,EventTypeID[com.telware.protocol.cid.eve
    nt.CIDContinueEvent#telware#1.0], #14" [_thread_in_Java, id=17068]
    Stack: [0x3f2ac000,0x3f32d000), sp=0x3f32b2a0, free space=508k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x516863]
    V [libjvm.so+0x1ca6cc]
    V [libjvm.so+0x4a3c5f]
    V [libjvm.so+0x43ceb6]
    V [libjvm.so+0x43a0c4]
    Other Threads:
    0x08e0d850 VMThread [id=16914]
    0x08e20e20 WatcherThread [id=16923]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    h6. Heap
    par new generation total 98304K, used 36214K [0x49360000, 0x51360000, 0x51360000)
    eden space 65536K, 29% used [0x49360000, 0x4a667c10, 0x4d360000)
    from space 32768K, 51% used [0x4d360000, 0x4e3b5e58, 0x4f360000)
    to space 32768K, 0% used [0x4f360000, 0x4f360000, 0x51360000)
    concurrent mark-sweep generation total 1507328K, used 974545K [0x51360000, 0xad360000, 0xad360000)
    concurrent-mark-sweep perm gen total 40152K, used 24021K [0xad360000, 0xafa96000, 0xb1360000)
    h6. VM Arguments:
    jvm_args: -Dfile.encoding=utf-8 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationConcurrentTime
    -XX:+PrintGCApplicationStoppedTime -Xloggc:/home/sepcs/sep/oper/gc.log -Xms1600m -Xmx1600m -Xmn128m -XX:SurvivorRatio=2 -XX:+
    UseFastAccessorMethods -XX:-UseFastEmptyMethods -XX:+UseFastJNIAccessors -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:
    UseParNewGC -XX:CMSFullGCsBeforeCompaction=1 -XX:GCTimeRatio=19 -Xnoclassgc -XX:DisableExplicitGC -XX:CMSInitiatingOccupanc
    yFraction=70 -XX:+UseCMSCompactAtFullCollection -XX:+CMSParallelRemarkEnabled -Dsep.home.dir=/home/sepcs/sep
    java_command: com.telware.sep.system.SysAdmin -r -gc
    Launcher Type: SUN_STANDARD
    h6. Environment Variables:
    JAVA_HOME=/usr/jdk/jdk1.5.0_19
    PATH=/home/sepcs/sep/bin::/usr/jdk/jdk1.5.0_19/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    LD_LIBRARY_PATH=/usr/jdk/jdk1.5.0_19/jre/lib/i386/server:/usr/jdk/jdk1.5.0_19/jre/lib/i386:/usr/jdk/jdk1.5.0_19/jre/../lib/i3
    86
    SHELL=/bin/csh
    DISPLAY=localhost:10.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    MACHTYPE=i386
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux Server release 5.1 (Tikanga)
    uname:Linux 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:02 EDT 2007 i686
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE infinity, NPROC 31726, NOFILE 1024, AS infinity
    load average:2.05 2.35 2.23
    CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 6 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3
    Memory: 4k page, physical 2009524k(54132k free), swap 1049k(1048k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_19-b02) for linux-x86, built on May 4 2009 01:43:34 by java_re with gcc 3.2.1-7a
    (J2SE release)
    time: Sat Nov 7 02:44:28 2009

    Thank you very much first.
    I have noted that the link [t-739313] but I can not found any valuable info for my exception :(
    Yesterday night this crash has been rised again after my server running 1hours, I have analysis the core file, it's stack like this:
    {color:#008080}(gdb) bt
    #0 0xb7f4e402 in __kernel_vsyscall ()
    #1 0x00488c10 in raise () from /lib/libc.so.6
    #2 0x0048a521 in abort () from /lib/libc.so.6
    #3 0xb7990f75 in os::abort () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #4 0xb7a6f914 in VMError::report_and_die () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #5 0xb77236cc in report_fatal () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #6 0xb79fcc5f in SharedRuntime::continuation_for_implicit_exception ()
    from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #7 0xb7995eb6 in JVM_handle_linux_signal () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #8 0xb79930c4 in signalHandler () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #9 <signal handler called>
    #10 0x0960527c in ?? ()
    #11 0x429f2160 in ?? ()
    #12 0x429f2158 in ?? ()
    #13 0x4cb72e48 in ?? ()
    #14 0x4cb72f28 in ?? ()
    #15 0x4cb72fe8 in ?? ()
    #16 0x00000000 in ?? (){color}
    I have print the stack from the core file, I found the crashed thread's state which indicted by hs_err_xxx.log is IN_JAVA and no stack information.
    {color:#008080}Thread 12536: (state = IN_JAVA){color}
    (no stack info.)
    {color:#008080}{color:#000000}And from the gc.log, I found that the crash occured in the CMS phase, the last gc log is :
    {color}5814.574: [GC [1 {color:#0000ff}CMS-initial-mark{color}: 829142K(1507328K)] 839697K(1622016K), 0.0281480 secs]
    Total time for which application threads were stopped: 0.0284280 seconds
    5814.602: [{color:#0000ff}CMS-concurrent-mark-start{color}]
    Application time: 1.7093670 seconds
    5816.312: [GC 5816.312: [ParNew: 108858K->8866K(114688K), 0.1133760 secs] 938001K->842222K(1622016K), 0.1135920 secs]
    Total time for which application threads were stopped: 0.1141250 seconds
    Application time: 1.4597160 seconds
    5817.886: [GC 5817.886: [ParNew: 107170K->8372K(114688K), 0.0900130 secs] 940526K->844407K(1622016K), 0.0902690 secs]
    Total time for which application threads were stopped: 0.0907340 seconds
    Application time: 1.4513060 seconds
    5819.428: [GC 5819.428: [ParNew: 106676K->8189K(114688K), 0.0871610 secs] 942711K->846695K(1622016K), 0.0873750 secs]
    Total time for which application threads were stopped: 0.0878680 seconds
    {color:#000000}All above is my found, but I am a newbie in JVM crash, so anybody can help me ?
    and I am very interesting in the Internal Error ID ({color}{color}{color:#ff0000}*53484152454432554E54494D450E43505001A8*{color}{color:#008080}{color:#000000}), I think this ID hide a lot of valuable information for SUN JDK developer, who can interpret it? Thanks very much!
    {color}{color}

  • JVM CRASH with the error msg  An unexpected error has been detected by HotS

    Iam using Jboss 4.2.2 for my application
    the JVM is crashing with the following msg when i call a function in a DLL (JNI)
    the error msg :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    # An error report file with more information is saved as hs_err_pid3356.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Press any key to continue . . .
    and the log file generated:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    --------------- T H R E A D ---------------
    Current thread (0x00991488): VMThread [id=3544]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000440
    Registers:
    EAX=0x00000440, EBX=0x48284758, ECX=0x2cbefa5c, EDX=0x6dbcd170
    ESP=0x2cbef9c4, EBP=0x000001c4, ESI=0x3800d3a4, EDI=0x2cbefa5c
    EIP=0x6d963733, EFLAGS=0x00010283
    Top of Stack: (sp=0x2cbef9c4)
    0x2cbef9c4: 2cbefa5c 3800d3a0 6d982aab 3800d3a4
    0x2cbef9d4: 2cbefa5c 2cbefa5c 0092a538 0092a538
    0x2cbef9e4: 009449d0 6db4ff25 2cbefa5c 0092a7d0
    0x2cbef9f4: 6d995c41 2cbefa5c 0092a538 0092a7d0
    0x2cbefa04: 00000000 0092a538 6d964252 00000000
    0x2cbefa14: 00000001 00000000 00000001 2cbefaa8
    0x2cbefa24: 2cbefa5c 0092a538 0092a580 2cbefbfc
    0x2cbefa34: 00990b70 0003f758 08bdef90 6dbcd110
    Instructions: (pc=0x6d963733)
    0x6d963723: 24 08 57 8b f9 8b 06 85 c0 74 3e 3b 47 1c 73 39
    0x6d963733: 8b 08 83 e1 03 80 f9 03 75 06 8b 00 24 fc eb 0a
    Stack: [0x2bcf0000,0x2cbf0000), sp=0x2cbef9c4, free space=15358k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x93733]
    [error occurred during error reporting, step 120, id 0xc0000005]
    VM_Operation (0x65dbee54): generation collection for allocation, mode: safepoint, requested by thread 0x496f2dd0
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x35f27498 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3508]
    0x3178fde8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=748]
    0x496f2dd0 JavaThread "http-0.0.0.0-8080-3" daemon [_thread_blocked, id=3044]
    0x356c4008 JavaThread "IdleRemover" daemon [_thread_blocked, id=2832]
    0x496bdae0 JavaThread "http-0.0.0.0-8080-2" daemon [_thread_blocked, id=2452]
    0x31713dc0 JavaThread "http-0.0.0.0-8080-1" daemon [_thread_blocked, id=2740]
    0x49538008 JavaThread "Thread-6" [_thread_blocked, id=752]
    0x485d4008 JavaThread "ajp-0.0.0.0-8009-Acceptor-0" daemon [_thread_in_native, id=1548]
    0x498b6dd0 JavaThread "http-0.0.0.0-8080-Acceptor-0" daemon [_thread_blocked, id=3892]
    0x493eb008 JavaThread "JBossLifeThread" [_thread_blocked, id=3392]
    0x3827f260 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=1900]
    0x388c9758 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=1996]
    0x35a187b0 JavaThread "JCA PoolFiller" [_thread_blocked, id=2460]
    0x4948c448 JavaThread "Timer-2" daemon [_thread_blocked, id=3816]
    0x48712e80 JavaThread "HSQLDB Timer @9db0ad" daemon [_thread_blocked, id=2456]
    0x35706d30 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=3088]
    0x385ed548 JavaThread "DefaultQuartzScheduler_Worker-9" [_thread_blocked, id=2876]
    0x38282e60 JavaThread "DefaultQuartzScheduler_Worker-8" [_thread_blocked, id=2916]
    0x38282708 JavaThread "DefaultQuartzScheduler_Worker-7" [_thread_blocked, id=2172]
    0x36061c68 JavaThread "DefaultQuartzScheduler_Worker-6" [_thread_blocked, id=2680]
    0x31865dd8 JavaThread "DefaultQuartzScheduler_Worker-5" [_thread_blocked, id=3868]
    0x483a8d48 JavaThread "DefaultQuartzScheduler_Worker-4" [_thread_blocked, id=3208]
    0x483a8a90 JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_blocked, id=4000]
    0x355bcd90 JavaThread "DefaultQuartzScheduler_Worker-2" [_thread_blocked, id=1056]
    0x48998d38 JavaThread "DefaultQuartzScheduler_Worker-1" [_thread_blocked, id=1712]
    0x383e7d58 JavaThread "DefaultQuartzScheduler_Worker-0" [_thread_blocked, id=3752]
    0x485e6ed0 JavaThread "WorkManager(2)-1" daemon [_thread_blocked, id=3448]
    0x488a0008 JavaThread "Thread-7" daemon [_thread_blocked, id=3620]
    0x38410008 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=928]
    0x382d1bf0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3116]
    0x37fb6de0 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=3512]
    0x357e78c8 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1128]
    0x381fb310 JavaThread "AcceptorThread#0:3873" [_thread_in_native, id=3096]
    0x381e33b0 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1076]
    0x318e5d90 JavaThread "AcceptorThread#0:4446" [_thread_in_native, id=2340]
    0x35d15b80 JavaThread "PooledInvokerAcceptor#0-4445" [_thread_in_native, id=2332]
    0x35fa1c98 JavaThread "RMI TCP Accept-4444" daemon [_thread_in_native, id=164]
    0x35d15df0 JavaThread "Listener:2365" daemon [_thread_in_native, id=3408]
    0x35d13dc8 JavaThread "Thread-5" daemon [_thread_blocked, id=1928]
    0x35f35c60 JavaThread "Thread-4" daemon [_thread_blocked, id=4032]
    0x35d66db0 JavaThread "Listener:2361" daemon [_thread_in_native, id=2168]
    0x3828dd90 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=3052]
    0x35da8ab0 JavaThread "GC Daemon" daemon [_thread_blocked, id=2028]
    0x35d390c8 JavaThread "RMI Reaper" [_thread_blocked, id=488]
    0x35cedaa8 JavaThread "Timer-1" daemon [_thread_blocked, id=2900]
    0x35ced920 JavaThread "RMI TCP Accept-1098" daemon [_thread_in_native, id=3908]
    0x35dd35a0 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=872]
    0x35e42e48 JavaThread "ScannerThread" daemon [_thread_blocked, id=168]
    0x31895da8 JavaThread "Timer-0" daemon [_thread_blocked, id=3324]
    0x00037aa0 JavaThread "DestroyJavaVM" [_thread_blocked, id=1244]
    0x316f0c48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3904]
    0x0099f900 JavaThread "CompilerThread1" daemon [_thread_blocked, id=228]
    0x0099ea98 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696]
    0x0099dbf0 JavaThread "AdapterThread" daemon [_thread_blocked, id=3360]
    0x0099cf10 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=892]
    0x00993968 JavaThread "Finalizer" daemon [_thread_blocked, id=2776]
    0x00993620 JavaThread "Reference Handler" daemon [_thread_blocked, id=1348]
    Other Threads:
    =>0x00991488 VMThread [id=3544]
    0x316f1f58 WatcherThread [id=3288]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00037158/0x0000071c] Threads_lock - owner thread: 0x00991488
    [0x000372d8/0x000006e0] Heap_lock - owner thread: 0x496f2dd0
    Heap
    def new generation total 20736K, used 17960K [0x03a60000, 0x050e0000, 0x07340000)
    eden space 18432K, 97% used [0x03a60000, 0x04be8eb0, 0x04c60000)
    from space 2304K, 0% used [0x04ea0000, 0x04ea1350, 0x050e0000)
    to space 2304K, 0% used [0x04c60000, 0x04c605b0, 0x04ea0000)
    tenured generation total 183196K, used 125267K [0x07340000, 0x12627000, 0x23a60000)
    the space 183196K, 68% used [0x07340000, 0x0ed94d90, 0x0ed94e00, 0x12627000)
    compacting perm gen total 131072K, used 39965K [0x23a60000, 0x2ba60000, 0x2ba60000)
    the space 131072K, 30% used [0x23a60000, 0x261677a8, 0x26167800, 0x2ba60000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      F:\Java\jdk1.5.0_07\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d8d0000 - 0x6dc85000      F:\Java\jdk1.5.0_07\jre\bin\server\jvm.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x6d2f0000 - 0x6d2f8000      F:\Java\jdk1.5.0_07\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      F:\Java\jdk1.5.0_07\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      F:\Java\jdk1.5.0_07\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      F:\Java\jdk1.5.0_07\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      F:\Java\jdk1.5.0_07\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d520000 - 0x6d528000      F:\Java\jdk1.5.0_07\jre\bin\management.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x39e60000 - 0x39e88000      C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x6d550000 - 0x6d559000      F:\Java\jdk1.5.0_07\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      F:\Java\jdk1.5.0_07\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x462a0000 - 0x462d8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d2b0000 - 0x6d2ef000      F:\Java\jdk1.5.0_07\jre\bin\fontmanager.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x6d430000 - 0x6d44f000      F:\Java\jdk1.5.0_07\jre\bin\jpeg.dll
    0x47290000 - 0x472a3000      F:\jboss-4.2.2.GA\bin\locateprintsdll.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x472b0000 - 0x472bd000      C:\WINDOWS\system32\MFC42LOC.DLL
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Dreports.configDir=F:/jboss-4.2.2.GA/server/default/conf/ -XX:PermSize=128m -Xms128m -Xmx512m -Xss15m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=F:\jboss-4.2.2.GA\lib\endorsed
    java_command: org.jboss.Main -b 0.0.0.0
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=F:\Java\jdk1.5.0_07
    CLASSPATH=F:\Tomcat 5.5\webapps\IWS\WEB-INF\lib\servlet-api.jar;.
    PATH=D:\oracle\ora92\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\Rational\common;F:\Java\jdk1.5.0_07\bin;F:\Java\jre1.5.0_07\bin;F:\jboss-4.2.2.GA\DLLs;
    USERNAME=Arun
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1013660k(193696k free), swap 2444544k(642724k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for windows-x86, built on May 3 2006 00:45:13 by "java_re" with MS VC++ 6.0
    pls help me ...
    thanks in advance

    Iam using Jboss 4.2.2 for my application
    the JVM is crashing with the following msg when i call a function in a DLL (JNI)
    the error msg :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    # An error report file with more information is saved as hs_err_pid3356.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Press any key to continue . . .
    and the log file generated:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    --------------- T H R E A D ---------------
    Current thread (0x00991488): VMThread [id=3544]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000440
    Registers:
    EAX=0x00000440, EBX=0x48284758, ECX=0x2cbefa5c, EDX=0x6dbcd170
    ESP=0x2cbef9c4, EBP=0x000001c4, ESI=0x3800d3a4, EDI=0x2cbefa5c
    EIP=0x6d963733, EFLAGS=0x00010283
    Top of Stack: (sp=0x2cbef9c4)
    0x2cbef9c4: 2cbefa5c 3800d3a0 6d982aab 3800d3a4
    0x2cbef9d4: 2cbefa5c 2cbefa5c 0092a538 0092a538
    0x2cbef9e4: 009449d0 6db4ff25 2cbefa5c 0092a7d0
    0x2cbef9f4: 6d995c41 2cbefa5c 0092a538 0092a7d0
    0x2cbefa04: 00000000 0092a538 6d964252 00000000
    0x2cbefa14: 00000001 00000000 00000001 2cbefaa8
    0x2cbefa24: 2cbefa5c 0092a538 0092a580 2cbefbfc
    0x2cbefa34: 00990b70 0003f758 08bdef90 6dbcd110
    Instructions: (pc=0x6d963733)
    0x6d963723: 24 08 57 8b f9 8b 06 85 c0 74 3e 3b 47 1c 73 39
    0x6d963733: 8b 08 83 e1 03 80 f9 03 75 06 8b 00 24 fc eb 0a
    Stack: [0x2bcf0000,0x2cbf0000), sp=0x2cbef9c4, free space=15358k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x93733]
    [error occurred during error reporting, step 120, id 0xc0000005]
    VM_Operation (0x65dbee54): generation collection for allocation, mode: safepoint, requested by thread 0x496f2dd0
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x35f27498 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3508]
    0x3178fde8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=748]
    0x496f2dd0 JavaThread "http-0.0.0.0-8080-3" daemon [_thread_blocked, id=3044]
    0x356c4008 JavaThread "IdleRemover" daemon [_thread_blocked, id=2832]
    0x496bdae0 JavaThread "http-0.0.0.0-8080-2" daemon [_thread_blocked, id=2452]
    0x31713dc0 JavaThread "http-0.0.0.0-8080-1" daemon [_thread_blocked, id=2740]
    0x49538008 JavaThread "Thread-6" [_thread_blocked, id=752]
    0x485d4008 JavaThread "ajp-0.0.0.0-8009-Acceptor-0" daemon [_thread_in_native, id=1548]
    0x498b6dd0 JavaThread "http-0.0.0.0-8080-Acceptor-0" daemon [_thread_blocked, id=3892]
    0x493eb008 JavaThread "JBossLifeThread" [_thread_blocked, id=3392]
    0x3827f260 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=1900]
    0x388c9758 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=1996]
    0x35a187b0 JavaThread "JCA PoolFiller" [_thread_blocked, id=2460]
    0x4948c448 JavaThread "Timer-2" daemon [_thread_blocked, id=3816]
    0x48712e80 JavaThread "HSQLDB Timer @9db0ad" daemon [_thread_blocked, id=2456]
    0x35706d30 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=3088]
    0x385ed548 JavaThread "DefaultQuartzScheduler_Worker-9" [_thread_blocked, id=2876]
    0x38282e60 JavaThread "DefaultQuartzScheduler_Worker-8" [_thread_blocked, id=2916]
    0x38282708 JavaThread "DefaultQuartzScheduler_Worker-7" [_thread_blocked, id=2172]
    0x36061c68 JavaThread "DefaultQuartzScheduler_Worker-6" [_thread_blocked, id=2680]
    0x31865dd8 JavaThread "DefaultQuartzScheduler_Worker-5" [_thread_blocked, id=3868]
    0x483a8d48 JavaThread "DefaultQuartzScheduler_Worker-4" [_thread_blocked, id=3208]
    0x483a8a90 JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_blocked, id=4000]
    0x355bcd90 JavaThread "DefaultQuartzScheduler_Worker-2" [_thread_blocked, id=1056]
    0x48998d38 JavaThread "DefaultQuartzScheduler_Worker-1" [_thread_blocked, id=1712]
    0x383e7d58 JavaThread "DefaultQuartzScheduler_Worker-0" [_thread_blocked, id=3752]
    0x485e6ed0 JavaThread "WorkManager(2)-1" daemon [_thread_blocked, id=3448]
    0x488a0008 JavaThread "Thread-7" daemon [_thread_blocked, id=3620]
    0x38410008 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=928]
    0x382d1bf0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3116]
    0x37fb6de0 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=3512]
    0x357e78c8 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1128]
    0x381fb310 JavaThread "AcceptorThread#0:3873" [_thread_in_native, id=3096]
    0x381e33b0 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1076]
    0x318e5d90 JavaThread "AcceptorThread#0:4446" [_thread_in_native, id=2340]
    0x35d15b80 JavaThread "PooledInvokerAcceptor#0-4445" [_thread_in_native, id=2332]
    0x35fa1c98 JavaThread "RMI TCP Accept-4444" daemon [_thread_in_native, id=164]
    0x35d15df0 JavaThread "Listener:2365" daemon [_thread_in_native, id=3408]
    0x35d13dc8 JavaThread "Thread-5" daemon [_thread_blocked, id=1928]
    0x35f35c60 JavaThread "Thread-4" daemon [_thread_blocked, id=4032]
    0x35d66db0 JavaThread "Listener:2361" daemon [_thread_in_native, id=2168]
    0x3828dd90 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=3052]
    0x35da8ab0 JavaThread "GC Daemon" daemon [_thread_blocked, id=2028]
    0x35d390c8 JavaThread "RMI Reaper" [_thread_blocked, id=488]
    0x35cedaa8 JavaThread "Timer-1" daemon [_thread_blocked, id=2900]
    0x35ced920 JavaThread "RMI TCP Accept-1098" daemon [_thread_in_native, id=3908]
    0x35dd35a0 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=872]
    0x35e42e48 JavaThread "ScannerThread" daemon [_thread_blocked, id=168]
    0x31895da8 JavaThread "Timer-0" daemon [_thread_blocked, id=3324]
    0x00037aa0 JavaThread "DestroyJavaVM" [_thread_blocked, id=1244]
    0x316f0c48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3904]
    0x0099f900 JavaThread "CompilerThread1" daemon [_thread_blocked, id=228]
    0x0099ea98 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696]
    0x0099dbf0 JavaThread "AdapterThread" daemon [_thread_blocked, id=3360]
    0x0099cf10 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=892]
    0x00993968 JavaThread "Finalizer" daemon [_thread_blocked, id=2776]
    0x00993620 JavaThread "Reference Handler" daemon [_thread_blocked, id=1348]
    Other Threads:
    =>0x00991488 VMThread [id=3544]
    0x316f1f58 WatcherThread [id=3288]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00037158/0x0000071c] Threads_lock - owner thread: 0x00991488
    [0x000372d8/0x000006e0] Heap_lock - owner thread: 0x496f2dd0
    Heap
    def new generation total 20736K, used 17960K [0x03a60000, 0x050e0000, 0x07340000)
    eden space 18432K, 97% used [0x03a60000, 0x04be8eb0, 0x04c60000)
    from space 2304K, 0% used [0x04ea0000, 0x04ea1350, 0x050e0000)
    to space 2304K, 0% used [0x04c60000, 0x04c605b0, 0x04ea0000)
    tenured generation total 183196K, used 125267K [0x07340000, 0x12627000, 0x23a60000)
    the space 183196K, 68% used [0x07340000, 0x0ed94d90, 0x0ed94e00, 0x12627000)
    compacting perm gen total 131072K, used 39965K [0x23a60000, 0x2ba60000, 0x2ba60000)
    the space 131072K, 30% used [0x23a60000, 0x261677a8, 0x26167800, 0x2ba60000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      F:\Java\jdk1.5.0_07\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d8d0000 - 0x6dc85000      F:\Java\jdk1.5.0_07\jre\bin\server\jvm.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x6d2f0000 - 0x6d2f8000      F:\Java\jdk1.5.0_07\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      F:\Java\jdk1.5.0_07\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      F:\Java\jdk1.5.0_07\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      F:\Java\jdk1.5.0_07\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      F:\Java\jdk1.5.0_07\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d520000 - 0x6d528000      F:\Java\jdk1.5.0_07\jre\bin\management.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x39e60000 - 0x39e88000      C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x6d550000 - 0x6d559000      F:\Java\jdk1.5.0_07\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      F:\Java\jdk1.5.0_07\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x462a0000 - 0x462d8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d2b0000 - 0x6d2ef000      F:\Java\jdk1.5.0_07\jre\bin\fontmanager.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x6d430000 - 0x6d44f000      F:\Java\jdk1.5.0_07\jre\bin\jpeg.dll
    0x47290000 - 0x472a3000      F:\jboss-4.2.2.GA\bin\locateprintsdll.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x472b0000 - 0x472bd000      C:\WINDOWS\system32\MFC42LOC.DLL
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Dreports.configDir=F:/jboss-4.2.2.GA/server/default/conf/ -XX:PermSize=128m -Xms128m -Xmx512m -Xss15m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=F:\jboss-4.2.2.GA\lib\endorsed
    java_command: org.jboss.Main -b 0.0.0.0
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=F:\Java\jdk1.5.0_07
    CLASSPATH=F:\Tomcat 5.5\webapps\IWS\WEB-INF\lib\servlet-api.jar;.
    PATH=D:\oracle\ora92\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\Rational\common;F:\Java\jdk1.5.0_07\bin;F:\Java\jre1.5.0_07\bin;F:\jboss-4.2.2.GA\DLLs;
    USERNAME=Arun
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1013660k(193696k free), swap 2444544k(642724k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for windows-x86, built on May 3 2006 00:45:13 by "java_re" with MS VC++ 6.0
    pls help me ...
    thanks in advance

  • 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.

  • Help on JVM Crash with core dump on solaris - 1.5_17

    Some times in my load test scenarios on sun os boxes JVM crashing with core dump. Here is some dump from the file
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xfea07f40, pid=1564, tid=10
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b04 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x207f40]
    --------------- T H R E A D ---------------
    Current thread (0x0014e220): JavaThread "CompilerThread1" daemon [_thread_in_native, id=10]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0x00000010 O1=0x019c1960 O2=0x01e00ec0 O3=0x002bdc48
    O4=0x01042c68 O5=0xc467eb4c O6=0xc467e330 O7=0x01042c68
    G1=0x01e00ea0 G2=0xff014c94 G3=0x000000e6 G4=0x01c5a4e4
    G5=0x01736e20 G6=0x00000000 G7=0xfb9e4200 Y=0x00000000
    PC=0xfea07f40 nPC=0xfea07f44
    --------------- S Y S T E M ---------------
    OS: Solaris 10 5/08 s10s_u5wos_10 SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    uname:SunOS 5.10 Generic_127127-11 sun4v (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:2.73 2.67 2.21
    CPU:total 32 has_v8, has_v9, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1
    Memory: 8k page, physical 8257536k(366576k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_17-b04) for solaris-sparc, built on Nov 10 2008 01:58:40 by unknown with unknown Workshop:0x550
    Here is the stack dump of the kill quit thread
    ----------------- lwp# 10 / thread# 10 --------------------
    ff2c5bf0 lwpkill (6, 0, ff2f2e10, ff2a8bd0, ffffffff, 6) + 8
    ff2410f8 abort (7400, 1, 7c00, ad314, ff2f12d8, 0) + 110
    fee7e58c __1cCosFabort6Fi_v_ (1, 0, ff013084, fefde000, 7d94, 7c00) + 58
    fef0de48 __1cHVMErrorOreport_and_die6M_v_ (0, ff03a640, ff033ff4, 1, fee82c88, ff033ff4) + c84
    fea74138 JVM_handle_solaris_signal (b, c467e2b0, c467dff8, 8000, ff032fa0, 14e220) + ab4
    ff2c4b28 __sighndlr (b, c467e2b0, c467dff8, fea7364c, 0, 1) + c
    ff2b9b00 call_user_handler (b, ffbffeff, c, 0, fb9e4200, c467dff8) + 3b8
    fea07f40 __1cMPhaseChaitinFSplit6MI_I_ (c467ec2c, 0, 0, 3677ac, 398, c) + 3410
    fea13c68 __1cMPhaseChaitinRRegister_Allocate6M_v_ (c467eb4c, e88, dc0, ff0137d8, c467fb14, 48d) + 720
    fea17c64 __1cHCompileICode_Gen6M_v_ (c467f218, 9e0c, 9c00, fef56b15, 0, c467ec2c) + 2b0
    fea7ff14 __1cHCompile2t5B6MpnFciEnv_pnKC2Compiler_pnIciMethod_ii_v_ (c467f218, 0, 346c8, 0, fef569b8, 0) + c08
    fea75fb8 __1cKC2CompilerOcompile_method6MpnFciEnv_pnIciMethod_i_v_ (c467fb14, fef42a90, 1e40f58, 244, 346c8, d1800000) + b0
    fea76b68 __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_ (908928, 14e7fc, 13c900, 14e220, fef57367, c467fb14) + 4cc
    feb3357c __1cNCompileBrokerUcompiler_thread_loop6F_v_ (ff0330b8, 13c8a0, 14e220, c5e67700, 14e7f8, 0) + 44c
    feadbd20 __1cKJavaThreadDrun6M_v_ (14e220, ff037040, 7820, 0, 7800, 9400) + 2b0
    fee7e0a8 __1cG_start6Fpv_0_ (14e220, 61c, fefde000, 0, 5874, 5800) + 208
    ff2c49fc lwpstart (0, 0, 0, 0, 0, 0)
    Any idea on this dump, helps me a lot.
    Thanks.

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]

  • HOTSPOT JVM crash with EXCEPTION_ACCESS_VIOLATION

    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?
    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)

    Hi
    How about running it with -Xcheck:jni and -verbose:jni

  • JVM Crash with Signal 10.

    Hi,
    We are facing a random problem in our production setup where the JVM crashes with the following error message.
    Unexpected Signal : 10 occurred at PC=0xFA3442A4
    Function=java.lang.String.startsWith(Ljava/lang/String;)Z (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000 /usr/j2sdk1.4.2_03/jre/bin/java
    0xff350000 /usr/lib/libthread.so.1
    0xff340000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff390000 /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
    0xfe000000 /usr/j2sdk1.4.2_03/jre/lib/sparc/server/libjvm.so
    0xff2d0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0b0000 /usr/lib/libm.so.1
    0xff1c0000 /usr/lib/libsched.so.1
    0xff090000 /usr/lib/libmp.so.2
    0xff050000 /usr/j2sdk1.4.2_03/jre/lib/sparc/native_threads/libhpi.so
    0xfe7d0000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libverify.so
    0xfe790000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libjava.so
    0xff020000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libzip.so
    0xfe630000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libjdwp.so
    0xfe610000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libdt_socket.so
    0xfe5f0000 /usr/lib/nss_files.so.1
    0xc17a0000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libnet.so
    0xc16e0000 /BayPackets/rsisas/SAS/ASE5.1.1/sol28g/lib/libjavautil.so
    0xc16c0000 /usr/j2sdk1.4.2_03/jre/lib/sparc/libioser12.so
    Heap at VM Abort:
    Heap
    par new generation total 32704K, used 3150K [0xc5800000, 0xc7800000, 0xc7800000)
    eden space 32640K, 9% used [0xc5800000, 0xc5b13b20, 0xc77e0000)
    from space 64K, 0% used [0xc77f0000, 0xc77f0000, 0xc7800000)
    to space 64K, 0% used [0xc77e0000, 0xc77e0000, 0xc77f0000)
    concurrent mark-sweep generation total 753664K, used 490987K [0xc7800000, 0xf5800000, 0xf5800000)
    concurrent-mark-sweep perm gen total 29784K, used 17111K [0xf5800000, 0xf7516000, 0xf9800000)
    Local Time = Mon Oct 2 18:18:51 2006
    Elapsed Time = 7215947
    # HotSpot Virtual Machine Error : 10
    # Error ID : 4F530E43505002EF 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_03-b02 mixed mode)
    We are using the J2SE version 1.4.2_03 and running it on the Solaris OS 5.8. Have anybody seen this problem before? It will be great if anybody could provide some pointers to solve this problem.
    Thanks
    Ravi.

    ... Do you have any idea whether this is a known
    issue in jdk1.4.2_03 and any suggestions on how to
    check whether it is fixed in the later versions.The hs_err log that you included above, points to a rather generic
    error location (the error log dump has since been much improved
    and provides much more useful information than the dump from
    1.4.2_03 above). As such it is difficult to tell what the bug is that
    caused the crash here.
    Running with a later version might provide further clues (or it
    might be fixed already). Recall that at a refresh rate of an
    update release per each 3 months, 1.4.2_03 is already
    at least 3 years old (and perhaps more). A number of bugs
    especially in the Concurrent Mark Sweep Collector being used
    here have since been fixed.
    If testing with 1.4.2_13 is not feasible, please provide your Sun
    support contact with a core file from the incident and that might
    lead us closer to the root cause and allow us to determine if
    this may have been fixed subsequently. They may also be able to
    provide you with a test JVM binary that may lead one closer to the
    root cause.

  • Excel crash with MSVBVM60 error

    Hi
    I have a problem with my input schedules, everytime I send data excel crash with an error in msvbvm60.dll.
    I have checked that the version of msvbvm60 is the newest one and it is.
    I havn't made any system changes in the past dayes and we have the error on at least 2 different PC's and on 2 different AppSets. It was working fine this morning.
    The error occures when the dialogbox showing the send data result appear. The data are saved in the database.
    Any suggestion on why and how to fix this problem is greatly appreaciated.
    J

    Please try to install into one computer:Visual Basic 6 runtime files.
    You can use the follow link for download.
    http://www.microsoft.com/downloads/details.aspx?FamilyID=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displaylang=en
    I hope this will help.
    Regards
    Sorin Radulescu

  • Itunes 10.5 crashes with no error when trying to play any music, video, or import/scan from the library folder on the compter with Windows 7 Pro.

    Fresh install with all older itunes un-installed as well as other Apple software.
    Now cannot get any songs, videos, or even scan library folder for songs to work on the computer.
    itunes just simply crashes with no error comments.
    This is itunes 10.5 on a Windows 7 Pro system.

    Same here, though on XP. Have tried cleaning registry, reinstalling, deleting preferences. Created a new user with no library and I have the problem there, too, so it's not the library.
    Is there no one to call about this??

  • My MacBook Pro version 10.7.5 4GB (keeps crashing with the error message 'Your MAC OSX start up disk has no more space available for application memory' - what do i do

    My MacBook Pro (version 10.7.5 4GB)keeps crashing with the error message 'Your MAC OSX start up disk has no more space available for application memory' - what do i do.  I keep force quitting the applications and turning the computer off but it happens again after a while

    Hhow much goal and free hard disk space is available? Sounds like you need to move some things off of that hard drive.

  • Newest update to Firefox Crashes with BEX error code

    Updated Firefox to newest version. Upon restarting Firefox it crashes with BEX error code. Deactivated all anti-spyware, removed all traces of Firefox and did a new re-install, and tried to open in Safe Mode but it still crashes upon start with same error code. (Firefox only runs on initial install but upon restart always crashes) Attempted to find an older version of firefox but can not find older version. I do not see any help related to the severity of my crashes. How do you fix the BEX crash?

    When you started in Safe Mode*, did you get the Safe Mode dialog or Firefox never got that far? Did you ever get to your home page?
    BEX = Buffer Overflow Exception or Data Execution Prevention (DEP) exception. DEP is a security feature that seeks to prevent exploits that inject program code into Windows memory. Firefox doesn't trigger this error on its own, but add-ons or external programs that tweak Firefox might.
    Are you using any special configurations to run Firefox, such as virtual machines or sandboxing?
    If not, it sound suspicious. You may want to run some supplemental scans. These two tools are highly regarded:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware : http://www.superantispyware.com/
    * I assumed Firefox Safe Mode. Or was it Windows Safe Mode with Networking?

  • "KERN_INVALID_ADDRESS at 0x000000ac" I am facing this issue after updateing my device to ios 5 and my app crashes with this error

    "KERN_INVALID_ADDRESS at 0x000000ac" I am facing this issue after updateing my device to ios 5 and my app crashes with this error

    "KERN_INVALID_ADDRESS at 0x000000ac" I am facing this issue after updateing my device to ios 5 and my app crashes with this error

  • Installation fails with "internal error 2502"

    I have a client running Windows Vista Home Premium Edition (32 bit) and my app's CVI-built installer fails with "Internal Error 2502".
    This installation kit has been successfully deployed on hundreds of computers with various versions of Windows and I have never seen this one. No device drivers or advanced libraries - just the standard runtime. I use CVI 9.0.1.
    Searches reveal very little - some old issues with Office installation, date/time settings etc. but I have yet to find anything that indicates what this error represents.
    Any insights or ideas very welcome.
    Thanks,
    Ian
    Solved!
    Go to Solution.

    That appears to be a Windows Installer (MSI) error, and can have many different causes. Can you confirm that anyWindows installers (perhaps try newest Adobe Reader) work on that system? Is the system's date/time set correctly? Could there be a permissions restriction with C:\Windows\system32 or C:\Programs\National Instruments\Shared?
    I'd also try doing an internet search for "installer error 2502" and see what other tips you might find. If all else fails, try running the installer from the command line like this:
    setup.exe /log install_log.txt
    That will generate a log file that might contain a hint for us.
    Mert A.
    National Instruments

  • Tux-6.5 (no patches) BBL crashes with SIGBUS error

    Hi,
    We have been using tuxedo 6.5 on HP-UX 11i for a long time. All of a sudden, in
    the last couple of days we wre finding that the BBL process crashes with SIGBUS
    error. Nothing is written into the ULOG to indicate what caused the problem. We
    tried to follow the BBL process to see what was happening and the output at the
    time of the crash is:
    06/30/03 - 12:55:12 unlink("/var/tmp/TUXFTFa09561") ...... = 0
    06/30/03 - 12:55:12 time(0) .............................. = 1056974112
    06/30/03 - 12:55:12 getpid() ............................. = 9561 (1)
    06/30/03 - 12:55:12 saccess("/var/tmp/vtda09561", F_OK) .. ERR#2 ENOENT
    06/30/03 - 12:55:12 lstat("/var/tmp/vtda09561", 0x68af6c78) ERR#2 ENOENT
    06/30/03 - 12:55:12 open("/var/tmp/vtda09561", O_WRONLY|O_CREAT|O_TRUNC, 0666)
    = 10
    06/30/03 - 12:55:12 write(10, "100202\0\0\0\0@ \00302c7\0\0\0\0".., 61732) = 61732
    06/30/03 - 12:55:12 close(10) ............................ = 0
    06/30/03 - 12:55:12 msgsnd(197319, 0x400b2148, 54, IPC_NOWAIT|0) = 0
    06/30/03 - 12:55:12 Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial
    siginfo
    06/30/03 - 12:55:12 Siginfo: si_code: I_NONEXIST, faulting address: 0x3b5,
    si_errno: 0
    06/30/03 - 12:55:12 PC: 0xc0196af3, instruction: 0x495a0008
    06/30/03 - 12:55:13 exit(10) [implicit] .................. WIFSIGNALED(SIGBUS)|WCOREDUMP
    I have no idea what is causing the crash. We know for sure that no kernel level
    changes have been applied in the last 31 days at least. I would appreciate it
    very much if someone could point me in the right direction to understand why we
    are getting the BBL crashing.

    If you were to contact BEA Customer Support with a problem like this, the first
    thing they would tell you is to get the latest rolling patch. It is possible
    that this is a problem that was resolved in a patch and people do not want to
    spend time looking into a problem that was solved by somebody else.
    That said, when a system that was running for a long time starts having trouble,
    there has to be something that is different. A few ideas: a disk might be full
    or your system is low on memory. Does the problem exist after a reboot?, Did
    you change the size of your application? Can you restore a save of the state
    of your application before you started having the problem? How about the whole
    system? Are there any new applications running that will change the usage of
    memory or message queues?
    I did a quick look at the patchlev file for Tux 6.5 and there were a number of
    problems with the BBL fixed over the years. Several have involved crashes. Some
    of the problems are quite subtle and you have to be lucky (or unlucky) to hit
    them. It is possible you were running "for a long time" and were just lucky to
    be avoiding the problem.
    What this comes down to is that crashes of the BBL are particularly disturbing
    and I recommend getting the latest rolling patch. If the problem persists, I
    suggest filing a case with Customer Support.
    Regards,
    /RC Bryan
    "Love Kisslay" <[email protected]> wrote:
    >
    Hi,
    We have been using tuxedo 6.5 on HP-UX 11i for a long time. All of a
    sudden, in
    the last couple of days we wre finding that the BBL process crashes with
    SIGBUS
    error. Nothing is written into the ULOG to indicate what caused the problem.
    We
    tried to follow the BBL process to see what was happening and the output
    at the
    time of the crash is:
    06/30/03 - 12:55:12 unlink("/var/tmp/TUXFTFa09561") ...... = 0
    06/30/03 - 12:55:12 time(0) .............................. = 1056974112
    06/30/03 - 12:55:12 getpid() ............................. = 9561 (1)
    06/30/03 - 12:55:12 saccess("/var/tmp/vtda09561", F_OK) .. ERR#2 ENOENT
    06/30/03 - 12:55:12 lstat("/var/tmp/vtda09561", 0x68af6c78) ERR#2 ENOENT
    06/30/03 - 12:55:12 open("/var/tmp/vtda09561", O_WRONLY|O_CREAT|O_TRUNC,
    0666)
    = 10
    06/30/03 - 12:55:12 write(10, "100202\0\0\0\0@ \00302c7\0\0\0\0".., 61732)
    = 61732
    06/30/03 - 12:55:12 close(10) ............................ = 0
    06/30/03 - 12:55:12 msgsnd(197319, 0x400b2148, 54, IPC_NOWAIT|0) = 0
    06/30/03 - 12:55:12 Received signal 10, SIGBUS, in user mode, [SIG_DFL],
    partial
    siginfo
    06/30/03 - 12:55:12 Siginfo: si_code: I_NONEXIST, faulting address:
    0x3b5,
    si_errno: 0
    06/30/03 - 12:55:12 PC: 0xc0196af3, instruction: 0x495a0008
    06/30/03 - 12:55:13 exit(10) [implicit] .................. WIFSIGNALED(SIGBUS)|WCOREDUMP
    I have no idea what is causing the crash. We know for sure that no kernel
    level
    changes have been applied in the last 31 days at least. I would appreciate
    it
    very much if someone could point me in the right direction to understand
    why we
    are getting the BBL crashing.

  • Cannot install blackberry link on new Q10 as crashes with fatal error DRIVER_IRQL_NOT_LESS_OR_EQUAL (ndis.sys)

    I cannot install blackberry link on new Q10 as repeatedly crashes with fatal error DRIVER_IRQL_NOT_LESS_OR_EQUAL (ndis.sys) makes blackberry Q10 phone pretty useless!! Is there any other way to transfer content from PC to Blackberry?? Will blackberry fix this problem- cannot find any solutions on Google. Thanks
    Solved!
    Go to Solution.

    Hello Black55
    Welcome to http://supportforums.blackberry.com/
    You can tell which version you have installed Blackberry Link
    Respect al error that you listed, you are likely to mistake the sea tu windows corrupt.
    Regards.
    BBM Channels  PIN: C0007093A
    Do not forget to give LIKE    Those people who help you and advise you about your doubts.  if the review has been SOLVED** # 4LL  #ÉliteRoad  Make a backup of your BlackBerry
    BlackBerry Protect and  BlackBerry Link constantly.  #ichooseBlackBerry10 Gutijose14 Forums Veteran I

Maybe you are looking for

  • How do I set up my new MacBook Pro so I can use It to sync instead of my broken IMac that I have used for years?

    I am trying to sync my new MacBook Pro with Ipad's and IPod's but I have been using IMac and it has a bad harddrive and won't boot therefore the new MacBook Pro won't sync without erasing all IPads etc. Can you help?

  • Search in Inbox - IC WEBCLIENT

    Dear Experts, While searching Categories In the Inbox tab in IC Webclient, the search should only display the complaints created by a particular user only. This is possible when Assigned to "ME" dropdown is selected. Acc, to our business scenario, th

  • New iphone 5s has random iTunes IDs on app updates

    I got a new iphone 5s couple weeks ago (replacing 4s). Everything transferred fine but certain apps ask for random (non family members, unknown IDs) apple IDs to update them. This is happening with apps such as google maps, lose it, waze. There are a

  • Deleting Files in Time Machine Backup

    I found a problem that others may or may not experience. When attempting to delete files that are in Time Machine's backups the Action worked to Delete All Copies once. When I tried deleting another file using the same method, I couldn't put my passw

  • Person assignment table

    Hi all, Im looking for table which shows the relationship of person assignment to wbs. when we assign through edit....wbs...Project teamfor WBS. Is their any report or table. Regards