Solaris10, sparcv9, JVM use JIT cause crash because SIGILL, please help!

I start up my java process with using JIT,but JVM crash everytime!
When i close JIT with -Xint, there is no crash, but it run very slowly!
there is hs.log file and using mdb core...Please help me!
hs.log file:
# An unexpected error has been detected by HotSpot Virtual Machine:
# SIGILL (0x4) at pc=0x0000000103e8fac4, pid=4997, tid=233
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_15-b02 mixed mode)
# Problematic frame:
# C 0x0000000103e8fac4
T H R E A D
Current thread (0x00000001035fac50): JavaThread "threadPoolFilter-7" [_thread_in_Java, id=233]
siginfo:si_signo=4, si_errno=0, si_code=1, si_addr=0x0000000103e8fac4
Registers:
O0=0x00000000000e0223 O1=0x0000000000000001 O2=0xfffffffe2c2deb68 O3=0xffffffff600ee992
O4=0x0000000000000000 O5=0xfffffffe3241ad40 O6=0xfffffffdfb4fe131 O7=0xffffffff7e59c3dc
G1=0xfffffffe2c1fe4d0 G2=0x00000001035fac50 G3=0x0000000000000000 G4=0x0000000000153d26
G5=0x0000000000000439 G6=0x0000000000000000 G7=0xfffffffdfce03400 Y=0x0000000000000000
PC=0x0000000103e8fac4 nPC=0x0000000103e8fac8
Top of Stack: (sp=0xfffffffdfb4fe930)
0xfffffffdfb4fe930: 00000000000e0698 0000000000000038
0xfffffffdfb4fe940: 0000000000153d26 000000000000002f
0xfffffffdfb4fe950: 00000000000e0224 00000000000e0698
0xfffffffdfb4fe960: fffffffe2aaf1f48 fffffffe2c3fe4e8
0xfffffffdfb4fe970: fffffffe2aaf1f80 ffffffff60066790
0xfffffffdfb4fe980: fffffffe2c95d7c8 0000000000200000
0xfffffffdfb4fe990: 0000000000153d26 0000000000153d26
0xfffffffdfb4fe9a0: fffffffdfb4fe1e1 ffffffff74156f88
0xfffffffdfb4fe9b0: ffffffff600667a8 00153d26ffffffff
0xfffffffdfb4fe9c0: fffffffe2c847d30 00000001035fac50
0xfffffffdfb4fe9d0: 0000000000153d26 00000000007302b0
0xfffffffdfb4fe9e0: fffffffe3241ad40 0000000000000000
0xfffffffdfb4fe9f0: ff7fffff73700000 00000001035fac50
0xfffffffdfb4fea00: fffffffe2c3fe4e8 0000000000000000
0xfffffffdfb4fea10: 0000000000000008 ffffffff7f0f4d30
0xfffffffdfb4fea20: ffffffff60066790 fffffffe2aaf1f48
Instructions: (pc=0x0000000103e8fac4)
0x0000000103e8fab4: 80 a5 40 1b 1a 40 03 9d 94 00 40 10 e2 4a a0 18
0x0000000103e8fac4: 80 a4 60 00 a0 25 40 0c 06 40 00 0c 90 25 00 03
Stack: [0xfffffffdfb400000,0xfffffffdfb500000), sp=0xfffffffdfb4fe930, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x0000000103e8fac4
J sun.nio.cs.ext.DoubleByteDecoder.decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
J java.nio.charset.CharsetDecoder.decode(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
J java.lang.StringCoding$CharsetSD.decode([BII)[C
J java.lang.StringCoding.decode(Ljava/lang/String;[BII)[C
J java.lang.StringCoding.decode([BII)[C
v ~I2CAdapter
j java.lang.String.<init>([BII)V+19
j com.zte.ums.uep.pfl.emb.transport.socket.MMLTool.convertByteBuffer(Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)Ljava/lang/Object;+316
v ~C2IAdapter
J com.zte.ums.uep.pfl.emb.transport.socket.handler.DefaultIoHandler.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V
v ~I2CAdapter
j com.zte.ums.uep.pfl.emb.transport.socket.IoFilterChain$2.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V+6
v ~C2IAdapter
J com.zte.ums.uep.pfl.emb.transport.socket.DecodeIoFilter.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V
J com.zte.ums.uep.pfl.emb.transport.socket.FilterThreadPool.processEvent(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/transport/socket/EventType;Ljava/lang/Object;)V
J com.zte.ums.uep.pfl.emb.transport.socket.AbstractThreadPool$Worker.processEvents(Lcom/zte/ums/uep/pfl/emb/transport/socket/SessionBuffer;)V
v ~I2CAdapter
j com.zte.ums.uep.pfl.emb.transport.socket.AbstractThreadPool$Worker.run()V+28
v ~StubRoutines::call_stub
V [libjvm.so+0x1e9670]
V [libjvm.so+0x1e9770]
V [libjvm.so+0x2bb4e4]
V [libjvm.so+0x2c3b74]
V [libjvm.so+0x2ddcbc]
V [libjvm.so+0x2da3fc]
V [libjvm.so+0x517c9c]
P R O C E S S
Java Threads: ( => current thread )
0x000000010406a450 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@462ed8c2:queue/uep_csf_log_Queue-null" [_thread_blocked, id=443]
0x0000000103bc33a0 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@461c15a0:topic/BACK_2CAF_FM_Topic-null" [_thread_blocked, id=436]
0x0000000103e63370 JavaThread "Thread-221" [_thread_blocked, id=435]
0x0000000103cadf30 JavaThread "Ping Work Thread Pool-7" daemon [_thread_blocked, id=434]
0x0000000103eb2030 JavaThread "Ping Work Thread Pool-6" daemon [_thread_blocked, id=433]
0x000000010404a830 JavaThread "Ping Work Thread Pool-5" daemon [_thread_blocked, id=432]
0x0000000103611950 JavaThread "Ping Work Thread Pool-4" daemon [_thread_blocked, id=431]
0x000000010177d610 JavaThread "Ping Work Thread Pool-3" daemon [_thread_blocked, id=429]
0x0000000103eb2f50 JavaThread "Ping Work Thread Pool-2" daemon [_thread_blocked, id=428]
0x0000000102ecc000 JavaThread "Ping Work Thread Pool-1" daemon [_thread_blocked, id=427]
0x00000001035fa020 JavaThread "Thread-220" [_thread_blocked, id=426]
0x0000000100f51250 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@aa85638:topic/CAF_2WSF_FM_Topic-null" [_thread_blocked, id=423]
0x00000001042172a0 JavaThread "Thread-219" [_thread_blocked, id=422]
0x000000010421a930 JavaThread "Thread Pool Worker-8" [_thread_blocked, id=421]
0x0000000103eb6180 JavaThread "Thread Pool Worker-7" [_thread_blocked, id=420]
0x0000000103c9fdb0 JavaThread "Thread Pool Worker-6" [_thread_blocked, id=419]
0x0000000104638e80 JavaThread "Thread Pool Worker-5" [_thread_blocked, id=418]
0x0000000104638800 JavaThread "Thread Pool Worker-4" [_thread_blocked, id=417]
0x0000000103eb53e0 JavaThread "Thread Pool Worker-3" [_thread_blocked, id=416]
0x0000000103eb5120 JavaThread "Thread Pool Worker-2" [_thread_blocked, id=415]
0x0000000103c9f2e0 JavaThread "Thread Pool Worker-1" [_thread_blocked, id=414]
0x0000000103c9f020 JavaThread "Thread Pool Worker-0" [_thread_blocked, id=413]
0x0000000103eb5980 JavaThread "Thread-218" [_thread_blocked, id=412]
0x0000000103661c60 JavaThread "Thread-217" [_thread_blocked, id=411]
0x0000000103533c90 JavaThread "Thread-216" [_thread_blocked, id=410]
0x0000000103532c00 JavaThread "Thread-215" [_thread_blocked, id=409]
0x0000000103532000 JavaThread "Thread-214" [_thread_blocked, id=408]
0x0000000103c02140 JavaThread "Thread-213" [_thread_blocked, id=407]
0x0000000103c01400 JavaThread "Thread-212" [_thread_blocked, id=406]
0x0000000103db31d0 JavaThread "Thread-211" [_thread_blocked, id=405]
0x0000000103db16f0 JavaThread "Thread-210" [_thread_blocked, id=404]
0x0000000103db11b0 JavaThread "Thread-209" [_thread_blocked, id=403]
0x0000000103805d70 JavaThread "Thread-208" [_thread_blocked, id=402]
0x00000001038061e0 JavaThread "Thread-207" [_thread_blocked, id=401]
0x0000000101f42c60 JavaThread "Thread-206" [_thread_blocked, id=400]
0x0000000101f41fd0 JavaThread "Thread-205" [_thread_blocked, id=399]
0x00000001038c43f0 JavaThread "Thread-204" [_thread_blocked, id=398]
0x00000001038c35d0 JavaThread "Thread-203" [_thread_blocked, id=397]
0x00000001038c2500 JavaThread "Thread-202" [_thread_blocked, id=396]
0x00000001035ec1c0 JavaThread "Thread-201" [_thread_blocked, id=395]
0x000000010431e300 JavaThread "Thread-200" [unknown thread state, id=394]
0x00000001030ea460 JavaThread "Thread-199" [_thread_blocked, id=393]
0x00000001030ea1a0 JavaThread "Thread-198" [_thread_blocked, id=392]
0x0000000103055700 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=391]
0x0000000103054950 JavaThread "Thread-197" [_thread_blocked, id=390]
0x000000010448ef30 JavaThread "Thread-196" [_thread_blocked, id=389]
0x00000001016b2da0 JavaThread "Thread-195" [_thread_blocked, id=388]
0x00000001029d8270 JavaThread "Thread-194" [_thread_blocked, id=387]
0x00000001039789c0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=386]
0x00000001029d6f70 JavaThread "Thread-193" [_thread_blocked, id=385]
0x00000001029d6cb0 JavaThread "Thread-192" [_thread_blocked, id=384]
0x00000001029d69f0 JavaThread "Thread-191" [_thread_blocked, id=383]
0x000000010277f570 JavaThread "Thread-190" [_thread_blocked, id=382]
0x0000000103a56a90 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=381]
0x0000000103a567d0 JavaThread "Thread-189" [_thread_blocked, id=380]
0x0000000103ee71a0 JavaThread "Thread-188" [_thread_blocked, id=379]
0x00000001029d8b60 JavaThread "Thread-187" [_thread_blocked, id=378]
0x0000000103a55c70 JavaThread "Thread-186" [_thread_blocked, id=377]
0x000000010431f2a0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=376]
0x0000000103a7b370 JavaThread "Thread-185" [_thread_blocked, id=375]
0x0000000103a7a8b0 JavaThread "Thread-184" [_thread_blocked, id=374]
0x0000000103cbf1a0 JavaThread "Thread-183" [_thread_blocked, id=373]
0x0000000103e481e0 JavaThread "Thread-182" [_thread_blocked, id=372]
0x00000001046ef8b0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=371]
0x0000000104651d50 JavaThread "Thread-181" [_thread_blocked, id=370]
0x0000000104553320 JavaThread "Thread-180" [_thread_blocked, id=369]
0x0000000104553060 JavaThread "Thread-179" [_thread_blocked, id=368]
0x0000000103a7c360 JavaThread "Thread-178" [_thread_blocked, id=367]
0x0000000103e091e0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=366]
0x0000000104096c10 JavaThread "Thread-177" [_thread_blocked, id=365]
0x0000000103bba610 JavaThread "Thread-176" [_thread_blocked, id=364]
0x0000000102f64500 JavaThread "Thread-175" [_thread_blocked, id=363]
0x0000000103ca2d70 JavaThread "Thread-174" [_thread_blocked, id=362]
0x00000001042c87d0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=361]
0x0000000103e57bf0 JavaThread "Thread-173" [_thread_blocked, id=360]
0x00000001046efc90 JavaThread "Thread-172" [_thread_blocked, id=359]
0x0000000102ca8a10 JavaThread "Thread-171" [_thread_blocked, id=358]
0x00000001042c8510 JavaThread "Thread-170" [_thread_blocked, id=357]
0x0000000103673150 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=356]
0x0000000103054470 JavaThread "Thread-169" [_thread_blocked, id=355]
0x00000001030f8650 JavaThread "Thread-168" [_thread_blocked, id=354]
0x0000000103c8c440 JavaThread "Thread-167" [_thread_blocked, id=353]
0x0000000103e47f20 JavaThread "Thread-166" [_thread_blocked, id=352]
0x00000001030a4930 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=351]
0x0000000103caf4d0 JavaThread "Thread-165" [_thread_blocked, id=350]
0x00000001031437d0 JavaThread "Thread-164" [_thread_blocked, id=349]
0x00000001030fa0f0 JavaThread "Thread-163" [_thread_blocked, id=348]
0x0000000103f66ac0 JavaThread "Thread-162" [_thread_blocked, id=347]
0x000000010456b960 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=346]
0x0000000103e58200 JavaThread "Thread-161" [_thread_blocked, id=345]
0x0000000103e57f40 JavaThread "Thread-160" [_thread_blocked, id=344]
0x0000000103d29360 JavaThread "Thread-159" [_thread_blocked, id=343]
0x000000010404b810 JavaThread "Thread-158" [_thread_blocked, id=342]
0x0000000103ee8c50 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=341]
0x0000000103cbfb70 JavaThread "Thread-157" [_thread_blocked, id=340]
0x0000000103cc0f70 JavaThread "Thread-156" [_thread_blocked, id=339]
0x0000000103cc0230 JavaThread "Thread-155" [_thread_blocked, id=338]
0x0000000103ca0d30 JavaThread "Thread-154" [_thread_blocked, id=337]
0x00000001038ec690 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=336]
0x0000000103cc1410 JavaThread "Thread-153" [_thread_blocked, id=335]
0x000000010421f500 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@28f2e328:topic/EMF_2CAF_FM_Topic-null" [_thread_blocked, id=334]
0x00000001036edf80 JavaThread "Thread-152" [_thread_blocked, id=333]
0x0000000103326d90 JavaThread "Thread-151" [_thread_blocked, id=332]
0x00000001036eee60 JavaThread "Thread-150" [_thread_blocked, id=331]
0x00000001038eaf40 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=330]
0x0000000103f5dbf0 JavaThread "Thread-149" [_thread_blocked, id=329]
0x0000000103f5cd40 JavaThread "Thread-148" [_thread_blocked, id=328]
0x0000000103a38550 JavaThread "Thread-147" [_thread_blocked, id=327]
0x0000000103f5c940 JavaThread "Thread-146" [_thread_blocked, id=326]
0x0000000102eab100 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=325]
0x0000000102eaa500 JavaThread "Thread-145" [_thread_blocked, id=324]
0x00000001030d56a0 JavaThread "Thread-144" [_thread_blocked, id=323]
0x0000000103b90f00 JavaThread "Thread-143" [_thread_blocked, id=322]
0x0000000103b90440 JavaThread "Thread-142" [_thread_blocked, id=321]
0x0000000101aaf150 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=320]
0x0000000101aae550 JavaThread "Thread-141" [_thread_blocked, id=319]
0x0000000101aadc10 JavaThread "Thread-140" [_thread_blocked_trans, id=318]
0x0000000104639560 JavaThread "Thread-139" [_thread_blocked, id=317]
0x0000000103f666c0 JavaThread "Thread-138" [_thread_blocked, id=316]
0x0000000104096f90 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=315]
0x0000000103cd21e0 JavaThread "Thread-137" [_thread_blocked, id=314]
0x0000000103f75680 JavaThread "Thread-136" [_thread_blocked, id=313]
0x00000001034d3940 JavaThread "Thread-135" [_thread_blocked, id=312]
0x0000000104276860 JavaThread "Thread-134" [_thread_blocked, id=311]
0x0000000102c68b80 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=310]
0x0000000102ad8340 JavaThread "Thread-133" [_thread_blocked, id=309]
0x0000000103ca0a70 JavaThread "Thread-132" [_thread_blocked, id=308]
0x00000001038a5f60 JavaThread "Thread-131" [_thread_blocked, id=307]
0x0000000102d581b0 JavaThread "Thread-130" [_thread_blocked, id=306]
0x0000000102d57070 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=305]
0x0000000103e0aac0 JavaThread "Thread-129" [_thread_blocked, id=304]
0x0000000103e0a580 JavaThread "Thread-128" [_thread_blocked, id=303]
0x0000000103e0a2c0 JavaThread "Thread-127" [_thread_blocked, id=302]
0x0000000102cfe900 JavaThread "Thread-126" [_thread_blocked, id=301]
0x0000000102cfe240 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=300]
0x00000001036b4680 JavaThread "Thread-125" [_thread_blocked, id=299]
0x0000000103a6b450 JavaThread "Thread-124" [_thread_blocked, id=298]
0x0000000103ae3480 JavaThread "Thread-123" [_thread_blocked, id=297]
0x000000010403deb0 JavaThread "Thread-122" [_thread_blocked, id=296]
0x000000010444c390 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked_trans, id=295]
0x000000010444c0d0 JavaThread "Thread-121" [_thread_blocked, id=294]
0x0000000103a6a530 JavaThread "Thread-120" [_thread_blocked, id=293]
0x0000000103a6b190 JavaThread "Thread-119" [_thread_blocked, id=292]
0x0000000103a6a270 JavaThread "Thread-118" [_thread_blocked, id=291]
0x00000001046ffcb0 JavaThread "MessageListenerThread - TOPIC_PM_TASK_CHANGE" [_thread_blocked, id=290]
0x0000000103840290 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-10]-1196839342701" [_thread_blocked, id=289]
0x000000010383f7d0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-9]-1196839342701" [_thread_blocked, id=288]
0x00000001044efda0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-8]-1196839342701" [_thread_blocked, id=287]
0x0000000102cff850 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-7]-1196839342700" [_thread_blocked, id=286]
0x00000001038c4cb0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-6]-1196839342700" [_thread_blocked, id=285]
0x0000000103ff3810 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-5]-1196839342700" [_thread_blocked, id=284]
0x000000010403db90 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-4]-1196839342699" [_thread_blocked, id=283]
0x0000000102c80590 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-3]-1196839342699" [_thread_blocked, id=282]
0x000000010439eba0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-2]-1196839342699" [_thread_blocked, id=281]
0x0000000103d995c0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-1]-1196839342698" [_thread_blocked, id=280]
0x0000000103d982d0 JavaThread "uep-psl-licensecheck" daemon [_thread_blocked, id=279]
0x000000010439fa50 JavaThread "JBoss Life Thread" [_thread_blocked, id=278]
0x00000001039f7100 JavaThread "StandardManager[jmx-console]" daemon [_thread_blocked, id=277]
0x000000010413e4e0 JavaThread "MessageListenerThread - PFL_SM_RIGHTCHANGE_TOPIC" [_thread_blocked, id=276]
0x000000010335f520 JavaThread "StandardManager[web]" daemon [_thread_blocked, id=275]
0x00000001039f6e40 JavaThread "StandardManager[system_monitor]" daemon [_thread_blocked, id=274]
0x00000001035fa5c0 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@5cf0d3a6:topic/ALARMBOX_MESSAGE_Topic-null" [_thread_blocked, id=273]
0x000000010109f360 JavaThread "MessageListenerThread - TOPO_DATA_CHANGE_NOTIFY_TOPIC" [_thread_blocked, id=272]
0x0000000103500240 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=271]
0x0000000103e0c560 JavaThread "MessageListenerThread - CM_CHANGE_TOPIC" [_thread_blocked, id=270]
0x000000010303d400 JavaThread "MessageListenerThread - CM_CHANGE_TOPIC" [_thread_blocked_trans, id=269]
0x0000000103328d60 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked_trans, id=267]
0x0000000104480390 JavaThread "ThresholdThread" [_thread_blocked, id=266]
0x000000010332a8b0 JavaThread "MessageListenerThread - TOPIC_CM_CMMODIFY" [_thread_blocked_trans, id=264]
0x000000010361b3b0 JavaThread "Thread-115" [_thread_blocked, id=263]
0x00000001042d8ec0 JavaThread "Thread-114" [_thread_blocked, id=262]
0x000000010361ae30 JavaThread "Thread-113" [_thread_blocked, id=261]
0x000000010447ed00 JavaThread "Thread-112" [_thread_blocked, id=260]
0x0000000103e0b6e0 JavaThread "Thread-107" [_thread_blocked, id=259]
0x00000001035652f0 JavaThread "Thread-111" [_thread_blocked, id=258]
0x0000000103327650 JavaThread "Thread-102" [_thread_blocked, id=257]
0x0000000103564610 JavaThread "Thread-109" [_thread_blocked, id=256]
0x00000001039f42a0 JavaThread "Thread-106" [_thread_blocked, id=255]
0x00000001039f3710 JavaThread "Thread-110" [_thread_blocked, id=254]
0x00000001039f2c50 JavaThread "Thread-104" [_thread_blocked, id=253]
0x00000001037e7540 JavaThread "Thread-108" [_thread_blocked, id=252]
0x00000001037e6730 JavaThread "Thread-103" [_thread_blocked, id=251]
0x00000001037e5920 JavaThread "Thread-105" [_thread_blocked, id=250]
0x00000001037e4d90 JavaThread "Thread-101" [_thread_blocked, id=249]
0x00000001037e3d00 JavaThread "Thread-99" [_thread_blocked, id=248]
0x00000001037e3170 JavaThread "Thread-100" [_thread_blocked, id=247]
0x0000000103b0eea0 JavaThread "Thread-98" [_thread_blocked, id=246]
0x0000000103b0e2a0 JavaThread "Thread-97" [_thread_blocked, id=245]
0x000000010360cc20 JavaThread "Thread-96" [_thread_blocked, id=244]
0x000000010360bab0 JavaThread "threadPoolFilter-17" [_thread_blocked, id=243]
0x0000000103b79490 JavaThread "threadPoolFilter-16" [_thread_blocked, id=242]
0x0000000103b4f740 JavaThread "threadPoolFilter-11" [_thread_blocked, id=237]
0x00000001039947e0 JavaThread "threadPoolFilter-10" [_thread_blocked, id=236]
=>0x00000001035fac50 JavaThread "threadPoolFilter-7" [_thread_in_Java, id=233]
0x0000000103a59880 JavaThread "threadPoolFilter-5" [_thread_blocked, id=231]
0x0000000103352540 JavaThread "threadPoolFilter-4" [_thread_blocked, id=230]
0x0000000103b122f0 JavaThread "threadPoolFilter-3" [_thread_blocked, id=229]
0x0000000103b0feb0 JavaThread "Thread-79" [_thread_in_native, id=227]
0x00000001036763a0 JavaThread "SocketSessionHeartBeatThread" [_thread_blocked, id=226]
0x0000000103deaea0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=205]
0x00000001036f2940 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=204]
0x000000010447e3b0 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=203]
0x00000001034e9b20 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=202]
0x0000000103808260 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=201]
0x0000000103d9a400 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=200]
0x0000000101c86410 JavaThread "Thread-56" [_thread_blocked, id=198]
0x0000000100776aa0 JavaThread "Thread-55" [_thread_blocked, id=197]
0x0000000104220ae0 JavaThread "Thread-53" [_thread_blocked, id=195]
0x00000001033b6210 JavaThread "Thread-52" [_thread_blocked, id=194]
0x000000010361a770 JavaThread "Thread-51" [_thread_blocked, id=193]
0x000000010346ab90 JavaThread "MessageListenerThread - CAF_2WSF_FM_Topic" [_thread_blocked, id=192]
0x00000001034d6c20 JavaThread "psl-timerservice" [_thread_blocked, id=191]
0x0000000103a6c2d0 JavaThread "com.zte.ums.uep.pal.mml.listen.ConsumerProxy0" [_thread_blocked, id=190]
0x0000000103a6c010 JavaThread "MessageListenerThread - ALARMBOX_MESSAGE_Topic" [_thread_blocked, id=189]
0x0000000102ef6560 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked, id=188]
0x0000000103ae6650 JavaThread "MessageListenerThread - UEP_CSF_TOPOII_2UP_SVR_TOPIC" [_thread_blocked, id=187]
0x0000000103307240 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked_trans, id=186]
0x000000010430f990 JavaThread "Topo Execute Target Thread [0]" [_thread_blocked, id=185]
0x0000000102d00030 JavaThread "Thread-50" [_thread_blocked, id=183]
0x000000010342e390 JavaThread "Thread-49" [_thread_blocked, id=182]
0x00000001035fd5b0 JavaThread "Thread-48" [_thread_blocked, id=181]
0x0000000102f68a00 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked, id=180]
0x0000000103353590 JavaThread "Thread-47" [_thread_blocked, id=179]
0x0000000100ae45b0 JavaThread "sync history alarm with sub nodes" daemon [_thread_blocked, id=177]
0x0000000101b49320 JavaThread "sync current alarm with sub nodes" daemon [_thread_blocked, id=176]
0x00000001029c0480 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked, id=172]
0x0000000102f5b1e0 JavaThread "MessageListenerThread - BACK_2CAF_FM_Topic" [_thread_blocked, id=171]
0x0000000103461240 JavaThread "MessageListenerThread - EMF_2CAF_FM_Topic" [_thread_blocked, id=170]
0x0000000103540fd0 JavaThread "fm database connection commit thread" daemon [_thread_blocked, id=169]
0x0000000103173a70 JavaThread "FM alarm operation thread" daemon [_thread_blocked, id=168]
0x0000000101c335a0 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked_trans, id=159]
0x0000000102271630 JavaThread "MessageListenerThread - ertEmsToOmmMailBox" [_thread_blocked, id=158]
0x0000000102d36240 JavaThread "MessageListenerThread - CSPMML_MAILBOX" [_thread_blocked, id=157]
0x0000000100e0e6d0 JavaThread "Thread-42" [_thread_in_native, id=156]
0x0000000101538dc0 JavaThread "MessageListenerThread - uep_emb_exceptiontopic" [_thread_blocked_trans, id=155]
0x000000010353d9d0 JavaThread "MessageListenerThread - uep_emb_responsetopic" [_thread_blocked_trans, id=154]
0x000000010226f660 JavaThread "MessageListenerThread - uep_emb_cmdtopic" [_thread_blocked, id=153]
0x000000010226f3a0 JavaThread "Thread-41" [_thread_blocked, id=152]
0x0000000102259660 JavaThread "Thread-39" [_thread_blocked, id=150]
0x000000010269c080 JavaThread "Thread-38" [_thread_blocked, id=149]
0x0000000100d0f590 JavaThread "Thread-37" [_thread_blocked, id=148]
0x0000000100d0f180 JavaThread "MessageListenerThread - TOPIC_PM_DATAREFRESH" [_thread_blocked, id=147]
0x0000000102eff370 JavaThread "RequestController-8" daemon [_thread_blocked, id=146]
0x0000000100fd09d0 JavaThread "MessageListenerThread - CAF_2WSF_FM_Topic" [_thread_blocked, id=145]
0x0000000101d63790 JavaThread "Thread-36" [_thread_blocked, id=144]
0x0000000102d37e60 JavaThread "RequestController-7" daemon [_thread_blocked, id=143]
0x0000000100e8a420 JavaThread "Thread-35" [_thread_blocked, id=142]
0x00000001030564f0 JavaThread "RequestProcessor-5" daemon [_thread_blocked, id=141]
0x0000000101681200 JavaThread "RequestProcessor-4" daemon [_thread_blocked, id=140]
0x0000000101124230 JavaThread "RequestProcessor-3" daemon [_thread_blocked, id=139]
0x0000000102eee810 JavaThread "RequestProcessor-2" daemon [_thread_blocked, id=138]
0x0000000100fdf9c0 JavaThread "RequestProcessor-1" daemon [_thread_blocked, id=137]
0x0000000103055e30 JavaThread "RequestController-6" daemon [_thread_blocked, id=136]
0x00000001015fb6c0 JavaThread "Thread-34" daemon [_thread_blocked, id=135]
0x0000000102eedc80 JavaThread "Thread-33" daemon [_thread_blocked, id=134]
0x0000000100b92360 JavaThread "RequestController-5" daemon [_thread_blocked, id=133]
0x0000000102f186f0 JavaThread "Thread-32" daemon [_thread_blocked, id=132]
0x0000000103b35c20 JavaThread "RMI TCP Accept-21108" daemon [_thread_blocked, id=131]
0x0000000101053080 JavaThread "Thread-31" [_thread_blocked, id=130]
0x00000001019d5dd0 JavaThread "Thread-30" [_thread_blocked, id=129]
0x0000000103844370 JavaThread "MessageListenerThread - uep_csf_log_Queue" [_thread_blocked, id=128]
0x0000000102a82ca0 JavaThread "Thread-29" [_thread_blocked, id=127]
0x00000001023ebdf0 JavaThread "Thread-28" daemon [_thread_blocked, id=126]
0x0000000102e73600 JavaThread "ORB thread" [_thread_blocked, id=124]
0x00000001038a84b0 JavaThread "RequestController-4" daemon [_thread_blocked, id=122]
0x0000000101714480 JavaThread "RequestController-3" daemon [_thread_blocked, id=120]
0x00000001007383e0 JavaThread "RequestController-2" daemon [_thread_blocked, id=118]
0x00000001019d6110 JavaThread "Thread-22" daemon [_thread_blocked, id=116]
0x000000010109be70 JavaThread "RequestController-1" daemon [_thread_blocked, id=115]
0x0000000101eaf430 JavaThread "NTPProxyServerRunner" [_thread_blocked, id=112]
0x0000000100993640 JavaThread "Thread-19" [_thread_blocked, id=110]
0x000000010077b850 JavaThread "Monitor-SpeTimer-0" [_thread_blocked, id=109]
0x0000000100587ed0 JavaThread "SpeTimer-0" [_thread_blocked, id=108]
0x0000000101eaf170 JavaThread "RelTimer-0" [_thread_blocked, id=107]
0x0000000100eca790 JavaThread "UEP_PSL_TIMER_QuartzScheduler_QuartzSchedulerThread" [_thread_blocked_trans, id=106]
0x0000000100e0f040 JavaThread "Thread-15" [_thread_blocked, id=105]
0x0000000100b21340 JavaThread "Thread-14" [_thread_blocked_trans, id=104]
0x0000000101651570 JavaThread "Thread-13" [_thread_blocked, id=103]
0x0000000101125f10 JavaThread "hierarchy_stateCheck" [_thread_blocked, id=102]
0x0000000103902000 JavaThread "RMI TCP Accept-21106" daemon [_thread_blocked, id=101]
0x0000000103207d80 JavaThread "StandardManager[invoker]" daemon [_thread_blocked, id=100]
0x0000000102aa70f0 JavaThread "HttpProcessor[21105][29]" daemon [_thread_blocked, id=97]
0x0000000102aa64f0 JavaThread "HttpProcessor[21105][28]" daemon [_thread_blocked, id=96]
0x00000001006bcba0 JavaThread "HttpProcessor[21105][27]" daemon [_thread_blocked, id=95]
0x00000001006bbe60 JavaThread "HttpProcessor[21105][26]" daemon [_thread_blocked, id=94]
0x0000000101a39ce0 JavaThread "HttpProcessor[21105][25]" daemon [_thread_blocked, id=93]
0x0000000101a38fa0 JavaThread "HttpProcessor[21105][24]" daemon [_thread_blocked, id=92]
0x0000000101a38260 JavaThread "HttpProcessor[21105][23]" daemon [_thread_blocked, id=91]
0x000000010181a530 JavaThread "HttpProcessor[21105][22]" daemon [_thread_blocked, id=90]
0x00000001018197f0 JavaThread "HttpProcessor[21105][21]" daemon [_thread_blocked, id=89]
0x0000000101818ab0 JavaThread "HttpProcessor[21105][20]" daemon [_thread_blocked, id=88]
0x000000010129a830 JavaThread "HttpProcessor[21105][19]" daemon [_thread_blocked, id=87]
0x0000000101299af0 JavaThread "HttpProcessor[21105][18]" daemon [_thread_blocked, id=86]
0x0000000101298db0 JavaThread "HttpProcessor[21105][17]" daemon [_thread_blocked, id=85]
0x0000000101f78780 JavaThread "HttpProcessor[21105][16]" daemon [_thread_blocked, id=84]
0x0000000101f77a40 JavaThread "HttpProcessor[21105][15]" daemon [_thread_blocked, id=83]
0x0000000101f76e40 JavaThread "HttpProcessor[21105][14]" daemon [_thread_blocked, id=82]
0x0000000102ccf450 JavaThread "HttpProcessor[21105][13]" daemon [_thread_blocked, id=81]
0x000000010308e940 JavaThread "HttpProcessor[21105][12]" daemon [_thread_blocked, id=80]
0x0000000103001420 JavaThread "HttpProcessor[21105][11]" daemon [_thread_blocked, id=79]
0x0000000101feb650 JavaThread "HttpProcessor[21105][10]" daemon [_thread_blocked, id=78]
0x00000001033ce500 JavaThread "HttpProcessor[21105][9]" daemon [_thread_blocked, id=77]
0x000000010084d7c0 JavaThread "HttpProcessor[21105][8]" daemon [_thread_blocked, id=76]
0x000000010302b760 JavaThread "HttpProcessor[21105][7]" daemon [_thread_blocked, id=75]
0x0000000102dba850 JavaThread "HttpProcessor[21105][6]" daemon [_thread_blocked, id=74]
0x000000010299b980 JavaThread "HttpProcessor[21105][5]" daemon [_thread_blocked, id=73]
0x00000001032079a0 JavaThread "HttpProcessor[21105][4]" daemon [_thread_blocked, id=72]
0x00000001011158b0 JavaThread "HttpProcessor[21105][3]" daemon [_thread_blocked, id=71]
0x0000000102f2d6f0 JavaThread "HttpProcessor[21105][2]" daemon [_thread_blocked, id=70]
0x0000000102cce3d0 JavaThread "HttpProcessor[21105][1]" daemon [_thread_blocked, id=69]
0x0000000102cce710 JavaThread "HttpProcessor[21105][0]" daemon [_thread_bloc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

Is this part of the crash consistent, or does it change:
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x0000000103e8fac4
J sun.nio.cs.ext.DoubleByteDecoder.decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
J java.nio.charset.CharsetDecoder.decode(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
J java.lang.StringCoding$CharsetSD.decode([BII)[C

Similar Messages

  • Solaris10, sparcv9, JVM crash because SIGILL, please help!

    there is hs.log file and using mdb core...Please help me!
    hs.log file:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGILL (0x4) at pc=0x0000000103e8fac4, pid=4997, tid=233
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_15-b02 mixed mode)
    # Problematic frame:
    # C 0x0000000103e8fac4
    --------------- T H R E A D ---------------
    Current thread (0x00000001035fac50): JavaThread "threadPoolFilter-7" [_thread_in_Java, id=233]
    siginfo:si_signo=4, si_errno=0, si_code=1, si_addr=0x0000000103e8fac4
    Registers:
    O0=0x00000000000e0223 O1=0x0000000000000001 O2=0xfffffffe2c2deb68 O3=0xffffffff600ee992
    O4=0x0000000000000000 O5=0xfffffffe3241ad40 O6=0xfffffffdfb4fe131 O7=0xffffffff7e59c3dc
    G1=0xfffffffe2c1fe4d0 G2=0x00000001035fac50 G3=0x0000000000000000 G4=0x0000000000153d26
    G5=0x0000000000000439 G6=0x0000000000000000 G7=0xfffffffdfce03400 Y=0x0000000000000000
    PC=0x0000000103e8fac4 nPC=0x0000000103e8fac8
    Top of Stack: (sp=0xfffffffdfb4fe930)
    0xfffffffdfb4fe930: 00000000000e0698 0000000000000038
    0xfffffffdfb4fe940: 0000000000153d26 000000000000002f
    0xfffffffdfb4fe950: 00000000000e0224 00000000000e0698
    0xfffffffdfb4fe960: fffffffe2aaf1f48 fffffffe2c3fe4e8
    0xfffffffdfb4fe970: fffffffe2aaf1f80 ffffffff60066790
    0xfffffffdfb4fe980: fffffffe2c95d7c8 0000000000200000
    0xfffffffdfb4fe990: 0000000000153d26 0000000000153d26
    0xfffffffdfb4fe9a0: fffffffdfb4fe1e1 ffffffff74156f88
    0xfffffffdfb4fe9b0: ffffffff600667a8 00153d26ffffffff
    0xfffffffdfb4fe9c0: fffffffe2c847d30 00000001035fac50
    0xfffffffdfb4fe9d0: 0000000000153d26 00000000007302b0
    0xfffffffdfb4fe9e0: fffffffe3241ad40 0000000000000000
    0xfffffffdfb4fe9f0: ff7fffff73700000 00000001035fac50
    0xfffffffdfb4fea00: fffffffe2c3fe4e8 0000000000000000
    0xfffffffdfb4fea10: 0000000000000008 ffffffff7f0f4d30
    0xfffffffdfb4fea20: ffffffff60066790 fffffffe2aaf1f48
    Instructions: (pc=0x0000000103e8fac4)
    0x0000000103e8fab4: 80 a5 40 1b 1a 40 03 9d 94 00 40 10 e2 4a a0 18
    0x0000000103e8fac4: 80 a4 60 00 a0 25 40 0c 06 40 00 0c 90 25 00 03
    Stack: [0xfffffffdfb400000,0xfffffffdfb500000), sp=0xfffffffdfb4fe930, free space=1018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x0000000103e8fac4
    J sun.nio.cs.ext.DoubleByteDecoder.decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    J java.nio.charset.CharsetDecoder.decode(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
    J java.lang.StringCoding$CharsetSD.decode([BII)[C
    J java.lang.StringCoding.decode(Ljava/lang/String;[BII)[C
    J java.lang.StringCoding.decode([BII)[C
    v ~I2CAdapter
    j java.lang.String.<init>([BII)V+19
    j com.zte.ums.uep.pfl.emb.transport.socket.MMLTool.convertByteBuffer(Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)Ljava/lang/Object;+316
    v ~C2IAdapter
    J com.zte.ums.uep.pfl.emb.transport.socket.handler.DefaultIoHandler.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V
    v ~I2CAdapter
    j com.zte.ums.uep.pfl.emb.transport.socket.IoFilterChain$2.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V+6
    v ~C2IAdapter
    J com.zte.ums.uep.pfl.emb.transport.socket.DecodeIoFilter.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V
    J com.zte.ums.uep.pfl.emb.transport.socket.FilterThreadPool.processEvent(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/transport/socket/EventType;Ljava/lang/Object;)V
    J com.zte.ums.uep.pfl.emb.transport.socket.AbstractThreadPool$Worker.processEvents(Lcom/zte/ums/uep/pfl/emb/transport/socket/SessionBuffer;)V
    v ~I2CAdapter
    j com.zte.ums.uep.pfl.emb.transport.socket.AbstractThreadPool$Worker.run()V+28
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1e9670]
    V [libjvm.so+0x1e9770]
    V [libjvm.so+0x2bb4e4]
    V [libjvm.so+0x2c3b74]
    V [libjvm.so+0x2ddcbc]
    V [libjvm.so+0x2da3fc]
    V [libjvm.so+0x517c9c]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000010406a450 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@462ed8c2:queue/uep_csf_log_Queue-null" [_thread_blocked, id=443]
    0x0000000103bc33a0 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@461c15a0:topic/BACK_2CAF_FM_Topic-null" [_thread_blocked, id=436]
    0x0000000103e63370 JavaThread "Thread-221" [_thread_blocked, id=435]
    0x0000000103cadf30 JavaThread "Ping Work Thread Pool-7" daemon [_thread_blocked, id=434]
    0x0000000103eb2030 JavaThread "Ping Work Thread Pool-6" daemon [_thread_blocked, id=433]
    0x000000010404a830 JavaThread "Ping Work Thread Pool-5" daemon [_thread_blocked, id=432]
    0x0000000103611950 JavaThread "Ping Work Thread Pool-4" daemon [_thread_blocked, id=431]
    0x000000010177d610 JavaThread "Ping Work Thread Pool-3" daemon [_thread_blocked, id=429]
    0x0000000103eb2f50 JavaThread "Ping Work Thread Pool-2" daemon [_thread_blocked, id=428]
    0x0000000102ecc000 JavaThread "Ping Work Thread Pool-1" daemon [_thread_blocked, id=427]
    0x00000001035fa020 JavaThread "Thread-220" [_thread_blocked, id=426]
    0x0000000100f51250 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@aa85638:topic/CAF_2WSF_FM_Topic-null" [_thread_blocked, id=423]
    0x00000001042172a0 JavaThread "Thread-219" [_thread_blocked, id=422]
    0x000000010421a930 JavaThread "Thread Pool Worker-8" [_thread_blocked, id=421]
    0x0000000103eb6180 JavaThread "Thread Pool Worker-7" [_thread_blocked, id=420]
    0x0000000103c9fdb0 JavaThread "Thread Pool Worker-6" [_thread_blocked, id=419]
    0x0000000104638e80 JavaThread "Thread Pool Worker-5" [_thread_blocked, id=418]
    0x0000000104638800 JavaThread "Thread Pool Worker-4" [_thread_blocked, id=417]
    0x0000000103eb53e0 JavaThread "Thread Pool Worker-3" [_thread_blocked, id=416]
    0x0000000103eb5120 JavaThread "Thread Pool Worker-2" [_thread_blocked, id=415]
    0x0000000103c9f2e0 JavaThread "Thread Pool Worker-1" [_thread_blocked, id=414]
    0x0000000103c9f020 JavaThread "Thread Pool Worker-0" [_thread_blocked, id=413]
    0x0000000103eb5980 JavaThread "Thread-218" [_thread_blocked, id=412]
    0x0000000103661c60 JavaThread "Thread-217" [_thread_blocked, id=411]
    0x0000000103533c90 JavaThread "Thread-216" [_thread_blocked, id=410]
    0x0000000103532c00 JavaThread "Thread-215" [_thread_blocked, id=409]
    0x0000000103532000 JavaThread "Thread-214" [_thread_blocked, id=408]
    0x0000000103c02140 JavaThread "Thread-213" [_thread_blocked, id=407]
    0x0000000103c01400 JavaThread "Thread-212" [_thread_blocked, id=406]
    0x0000000103db31d0 JavaThread "Thread-211" [_thread_blocked, id=405]
    0x0000000103db16f0 JavaThread "Thread-210" [_thread_blocked, id=404]
    0x0000000103db11b0 JavaThread "Thread-209" [_thread_blocked, id=403]
    0x0000000103805d70 JavaThread "Thread-208" [_thread_blocked, id=402]
    0x00000001038061e0 JavaThread "Thread-207" [_thread_blocked, id=401]
    0x0000000101f42c60 JavaThread "Thread-206" [_thread_blocked, id=400]
    0x0000000101f41fd0 JavaThread "Thread-205" [_thread_blocked, id=399]
    0x00000001038c43f0 JavaThread "Thread-204" [_thread_blocked, id=398]
    0x00000001038c35d0 JavaThread "Thread-203" [_thread_blocked, id=397]
    0x00000001038c2500 JavaThread "Thread-202" [_thread_blocked, id=396]
    0x00000001035ec1c0 JavaThread "Thread-201" [_thread_blocked, id=395]
    0x000000010431e300 JavaThread "Thread-200" [unknown thread state, id=394]
    0x00000001030ea460 JavaThread "Thread-199" [_thread_blocked, id=393]
    0x00000001030ea1a0 JavaThread "Thread-198" [_thread_blocked, id=392]
    0x0000000103055700 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=391]
    0x0000000103054950 JavaThread "Thread-197" [_thread_blocked, id=390]
    0x000000010448ef30 JavaThread "Thread-196" [_thread_blocked, id=389]
    0x00000001016b2da0 JavaThread "Thread-195" [_thread_blocked, id=388]
    0x00000001029d8270 JavaThread "Thread-194" [_thread_blocked, id=387]
    0x00000001039789c0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=386]
    0x00000001029d6f70 JavaThread "Thread-193" [_thread_blocked, id=385]
    0x00000001029d6cb0 JavaThread "Thread-192" [_thread_blocked, id=384]
    0x00000001029d69f0 JavaThread "Thread-191" [_thread_blocked, id=383]
    0x000000010277f570 JavaThread "Thread-190" [_thread_blocked, id=382]
    0x0000000103a56a90 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=381]
    0x0000000103a567d0 JavaThread "Thread-189" [_thread_blocked, id=380]
    0x0000000103ee71a0 JavaThread "Thread-188" [_thread_blocked, id=379]
    0x00000001029d8b60 JavaThread "Thread-187" [_thread_blocked, id=378]
    0x0000000103a55c70 JavaThread "Thread-186" [_thread_blocked, id=377]
    0x000000010431f2a0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=376]
    0x0000000103a7b370 JavaThread "Thread-185" [_thread_blocked, id=375]
    0x0000000103a7a8b0 JavaThread "Thread-184" [_thread_blocked, id=374]
    0x0000000103cbf1a0 JavaThread "Thread-183" [_thread_blocked, id=373]
    0x0000000103e481e0 JavaThread "Thread-182" [_thread_blocked, id=372]
    0x00000001046ef8b0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=371]
    0x0000000104651d50 JavaThread "Thread-181" [_thread_blocked, id=370]
    0x0000000104553320 JavaThread "Thread-180" [_thread_blocked, id=369]
    0x0000000104553060 JavaThread "Thread-179" [_thread_blocked, id=368]
    0x0000000103a7c360 JavaThread "Thread-178" [_thread_blocked, id=367]
    0x0000000103e091e0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=366]
    0x0000000104096c10 JavaThread "Thread-177" [_thread_blocked, id=365]
    0x0000000103bba610 JavaThread "Thread-176" [_thread_blocked, id=364]
    0x0000000102f64500 JavaThread "Thread-175" [_thread_blocked, id=363]
    0x0000000103ca2d70 JavaThread "Thread-174" [_thread_blocked, id=362]
    0x00000001042c87d0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=361]
    0x0000000103e57bf0 JavaThread "Thread-173" [_thread_blocked, id=360]
    0x00000001046efc90 JavaThread "Thread-172" [_thread_blocked, id=359]
    0x0000000102ca8a10 JavaThread "Thread-171" [_thread_blocked, id=358]
    0x00000001042c8510 JavaThread "Thread-170" [_thread_blocked, id=357]
    0x0000000103673150 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=356]
    0x0000000103054470 JavaThread "Thread-169" [_thread_blocked, id=355]
    0x00000001030f8650 JavaThread "Thread-168" [_thread_blocked, id=354]
    0x0000000103c8c440 JavaThread "Thread-167" [_thread_blocked, id=353]
    0x0000000103e47f20 JavaThread "Thread-166" [_thread_blocked, id=352]
    0x00000001030a4930 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=351]
    0x0000000103caf4d0 JavaThread "Thread-165" [_thread_blocked, id=350]
    0x00000001031437d0 JavaThread "Thread-164" [_thread_blocked, id=349]
    0x00000001030fa0f0 JavaThread "Thread-163" [_thread_blocked, id=348]
    0x0000000103f66ac0 JavaThread "Thread-162" [_thread_blocked, id=347]
    0x000000010456b960 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=346]
    0x0000000103e58200 JavaThread "Thread-161" [_thread_blocked, id=345]
    0x0000000103e57f40 JavaThread "Thread-160" [_thread_blocked, id=344]
    0x0000000103d29360 JavaThread "Thread-159" [_thread_blocked, id=343]
    0x000000010404b810 JavaThread "Thread-158" [_thread_blocked, id=342]
    0x0000000103ee8c50 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=341]
    0x0000000103cbfb70 JavaThread "Thread-157" [_thread_blocked, id=340]
    0x0000000103cc0f70 JavaThread "Thread-156" [_thread_blocked, id=339]
    0x0000000103cc0230 JavaThread "Thread-155" [_thread_blocked, id=338]
    0x0000000103ca0d30 JavaThread "Thread-154" [_thread_blocked, id=337]
    0x00000001038ec690 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=336]
    0x0000000103cc1410 JavaThread "Thread-153" [_thread_blocked, id=335]
    0x000000010421f500 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@28f2e328:topic/EMF_2CAF_FM_Topic-null" [_thread_blocked, id=334]
    0x00000001036edf80 JavaThread "Thread-152" [_thread_blocked, id=333]
    0x0000000103326d90 JavaThread "Thread-151" [_thread_blocked, id=332]
    0x00000001036eee60 JavaThread "Thread-150" [_thread_blocked, id=331]
    0x00000001038eaf40 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=330]
    0x0000000103f5dbf0 JavaThread "Thread-149" [_thread_blocked, id=329]
    0x0000000103f5cd40 JavaThread "Thread-148" [_thread_blocked, id=328]
    0x0000000103a38550 JavaThread "Thread-147" [_thread_blocked, id=327]
    0x0000000103f5c940 JavaThread "Thread-146" [_thread_blocked, id=326]
    0x0000000102eab100 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=325]
    0x0000000102eaa500 JavaThread "Thread-145" [_thread_blocked, id=324]
    0x00000001030d56a0 JavaThread "Thread-144" [_thread_blocked, id=323]
    0x0000000103b90f00 JavaThread "Thread-143" [_thread_blocked, id=322]
    0x0000000103b90440 JavaThread "Thread-142" [_thread_blocked, id=321]
    0x0000000101aaf150 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=320]
    0x0000000101aae550 JavaThread "Thread-141" [_thread_blocked, id=319]
    0x0000000101aadc10 JavaThread "Thread-140" [_thread_blocked_trans, id=318]
    0x0000000104639560 JavaThread "Thread-139" [_thread_blocked, id=317]
    0x0000000103f666c0 JavaThread "Thread-138" [_thread_blocked, id=316]
    0x0000000104096f90 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=315]
    0x0000000103cd21e0 JavaThread "Thread-137" [_thread_blocked, id=314]
    0x0000000103f75680 JavaThread "Thread-136" [_thread_blocked, id=313]
    0x00000001034d3940 JavaThread "Thread-135" [_thread_blocked, id=312]
    0x0000000104276860 JavaThread "Thread-134" [_thread_blocked, id=311]
    0x0000000102c68b80 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=310]
    0x0000000102ad8340 JavaThread "Thread-133" [_thread_blocked, id=309]
    0x0000000103ca0a70 JavaThread "Thread-132" [_thread_blocked, id=308]
    0x00000001038a5f60 JavaThread "Thread-131" [_thread_blocked, id=307]
    0x0000000102d581b0 JavaThread "Thread-130" [_thread_blocked, id=306]
    0x0000000102d57070 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=305]
    0x0000000103e0aac0 JavaThread "Thread-129" [_thread_blocked, id=304]
    0x0000000103e0a580 JavaThread "Thread-128" [_thread_blocked, id=303]
    0x0000000103e0a2c0 JavaThread "Thread-127" [_thread_blocked, id=302]
    0x0000000102cfe900 JavaThread "Thread-126" [_thread_blocked, id=301]
    0x0000000102cfe240 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=300]
    0x00000001036b4680 JavaThread "Thread-125" [_thread_blocked, id=299]
    0x0000000103a6b450 JavaThread "Thread-124" [_thread_blocked, id=298]
    0x0000000103ae3480 JavaThread "Thread-123" [_thread_blocked, id=297]
    0x000000010403deb0 JavaThread "Thread-122" [_thread_blocked, id=296]
    0x000000010444c390 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked_trans, id=295]
    0x000000010444c0d0 JavaThread "Thread-121" [_thread_blocked, id=294]
    0x0000000103a6a530 JavaThread "Thread-120" [_thread_blocked, id=293]
    0x0000000103a6b190 JavaThread "Thread-119" [_thread_blocked, id=292]
    0x0000000103a6a270 JavaThread "Thread-118" [_thread_blocked, id=291]
    0x00000001046ffcb0 JavaThread "MessageListenerThread - TOPIC_PM_TASK_CHANGE" [_thread_blocked, id=290]
    0x0000000103840290 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-10]-1196839342701" [_thread_blocked, id=289]
    0x000000010383f7d0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-9]-1196839342701" [_thread_blocked, id=288]
    0x00000001044efda0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-8]-1196839342701" [_thread_blocked, id=287]
    0x0000000102cff850 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-7]-1196839342700" [_thread_blocked, id=286]
    0x00000001038c4cb0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-6]-1196839342700" [_thread_blocked, id=285]
    0x0000000103ff3810 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-5]-1196839342700" [_thread_blocked, id=284]
    0x000000010403db90 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-4]-1196839342699" [_thread_blocked, id=283]
    0x0000000102c80590 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-3]-1196839342699" [_thread_blocked, id=282]
    0x000000010439eba0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-2]-1196839342699" [_thread_blocked, id=281]
    0x0000000103d995c0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-1]-1196839342698" [_thread_blocked, id=280]
    0x0000000103d982d0 JavaThread "uep-psl-licensecheck" daemon [_thread_blocked, id=279]
    0x000000010439fa50 JavaThread "JBoss Life Thread" [_thread_blocked, id=278]
    0x00000001039f7100 JavaThread "StandardManager[jmx-console]" daemon [_thread_blocked, id=277]
    0x000000010413e4e0 JavaThread "MessageListenerThread - PFL_SM_RIGHTCHANGE_TOPIC" [_thread_blocked, id=276]
    0x000000010335f520 JavaThread "StandardManager[web]" daemon [_thread_blocked, id=275]
    0x00000001039f6e40 JavaThread "StandardManager[system_monitor]" daemon [_thread_blocked, id=274]
    0x00000001035fa5c0 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@5cf0d3a6:topic/ALARMBOX_MESSAGE_Topic-null" [_thread_blocked, id=273]
    0x000000010109f360 JavaThread "MessageListenerThread - TOPO_DATA_CHANGE_NOTIFY_TOPIC" [_thread_blocked, id=272]
    0x0000000103500240 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=271]
    0x0000000103e0c560 JavaThread "MessageListenerThread - CM_CHANGE_TOPIC" [_thread_blocked, id=270]
    0x000000010303d400 JavaThread "MessageListenerThread - CM_CHANGE_TOPIC" [_thread_blocked_trans, id=269]
    0x0000000103328d60 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked_trans, id=267]
    0x0000000104480390 JavaThread "ThresholdThread" [_thread_blocked, id=266]
    0x000000010332a8b0 JavaThread "MessageListenerThread - TOPIC_CM_CMMODIFY" [_thread_blocked_trans, id=264]
    0x000000010361b3b0 JavaThread "Thread-115" [_thread_blocked, id=263]
    0x00000001042d8ec0 JavaThread "Thread-114" [_thread_blocked, id=262]
    0x000000010361ae30 JavaThread "Thread-113" [_thread_blocked, id=261]
    0x000000010447ed00 JavaThread "Thread-112" [_thread_blocked, id=260]
    0x0000000103e0b6e0 JavaThread "Thread-107" [_thread_blocked, id=259]
    0x00000001035652f0 JavaThread "Thread-111" [_thread_blocked, id=258]
    0x0000000103327650 JavaThread "Thread-102" [_thread_blocked, id=257]
    0x0000000103564610 JavaThread "Thread-109" [_thread_blocked, id=256]
    0x00000001039f42a0 JavaThread "Thread-106" [_thread_blocked, id=255]
    0x00000001039f3710 JavaThread "Thread-110" [_thread_blocked, id=254]
    0x00000001039f2c50 JavaThread "Thread-104" [_thread_blocked, id=253]
    0x00000001037e7540 JavaThread "Thread-108" [_thread_blocked, id=252]
    0x00000001037e6730 JavaThread "Thread-103" [_thread_blocked, id=251]
    0x00000001037e5920 JavaThread "Thread-105" [_thread_blocked, id=250]
    0x00000001037e4d90 JavaThread "Thread-101" [_thread_blocked, id=249]
    0x00000001037e3d00 JavaThread "Thread-99" [_thread_blocked, id=248]
    0x00000001037e3170 JavaThread "Thread-100" [_thread_blocked, id=247]
    0x0000000103b0eea0 JavaThread "Thread-98" [_thread_blocked, id=246]
    0x0000000103b0e2a0 JavaThread "Thread-97" [_thread_blocked, id=245]
    0x000000010360cc20 JavaThread "Thread-96" [_thread_blocked, id=244]
    0x000000010360bab0 JavaThread "threadPoolFilter-17" [_thread_blocked, id=243]
    0x0000000103b79490 JavaThread "threadPoolFilter-16" [_thread_blocked, id=242]
    0x0000000103b4f740 JavaThread "threadPoolFilter-11" [_thread_blocked, id=237]
    0x00000001039947e0 JavaThread "threadPoolFilter-10" [_thread_blocked, id=236]
    =>0x00000001035fac50 JavaThread "threadPoolFilter-7" [_thread_in_Java, id=233]
    0x0000000103a59880 JavaThread "threadPoolFilter-5" [_thread_blocked, id=231]
    0x0000000103352540 JavaThread "threadPoolFilter-4" [_thread_blocked, id=230]
    0x0000000103b122f0 JavaThread "threadPoolFilter-3" [_thread_blocked, id=229]
    0x0000000103b0feb0 JavaThread "Thread-79" [_thread_in_native, id=227]
    0x00000001036763a0 JavaThread "SocketSessionHeartBeatThread" [_thread_blocked, id=226]
    0x0000000103deaea0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=205]
    0x00000001036f2940 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=204]
    0x000000010447e3b0 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=203]
    0x00000001034e9b20 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=202]
    0x0000000103808260 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=201]
    0x0000000103d9a400 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=200]
    0x0000000101c86410 JavaThread "Thread-56" [_thread_blocked, id=198]
    0x0000000100776aa0 JavaThread "Thread-55" [_thread_blocked, id=197]
    0x0000000104220ae0 JavaThread "Thread-53" [_thread_blocked, id=195]
    0x00000001033b6210 JavaThread "Thread-52" [_thread_blocked, id=194]
    0x000000010361a770 JavaThread "Thread-51" [_thread_blocked, id=193]
    0x000000010346ab90 JavaThread "MessageListenerThread - CAF_2WSF_FM_Topic" [_thread_blocked, id=192]
    0x00000001034d6c20 JavaThread "psl-timerservice" [_thread_blocked, id=191]
    0x0000000103a6c2d0 JavaThread "com.zte.ums.uep.pal.mml.listen.ConsumerProxy0" [_thread_blocked, id=190]
    0x0000000103a6c010 JavaThread "MessageListenerThread - ALARMBOX_MESSAGE_Topic" [_thread_blocked, id=189]
    0x0000000102ef6560 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked, id=188]
    0x0000000103ae6650 JavaThread "MessageListenerThread - UEP_CSF_TOPOII_2UP_SVR_TOPIC" [_thread_blocked, id=187]
    0x0000000103307240 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked_trans, id=186]
    0x000000010430f990 JavaThread "Topo Execute Target Thread [0]" [_thread_blocked, id=185]
    0x0000000102d00030 JavaThread "Thread-50" [_thread_blocked, id=183]
    0x000000010342e390 JavaThread "Thread-49" [_thread_blocked, id=182]
    0x00000001035fd5b0 JavaThread "Thread-48" [_thread_blocked, id=181]
    0x0000000102f68a00 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked, id=180]
    0x0000000103353590 JavaThread "Thread-47" [_thread_blocked, id=179]
    0x0000000100ae45b0 JavaThread "sync history alarm with sub nodes" daemon [_thread_blocked, id=177]
    0x0000000101b49320 JavaThread "sync current alarm with sub nodes" daemon [_thread_blocked, id=176]
    0x00000001029c0480 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked, id=172]
    0x0000000102f5b1e0 JavaThread "MessageListenerThread - BACK_2CAF_FM_Topic" [_thread_blocked, id=171]
    0x0000000103461240 JavaThread "MessageListenerThread - EMF_2CAF_FM_Topic" [_thread_blocked, id=170]
    0x0000000103540fd0 JavaThread "fm database connection commit thread" daemon [_thread_blocked, id=169]
    0x0000000103173a70 JavaThread "FM alarm operation thread" daemon [_thread_blocked, id=168]
    0x0000000101c335a0 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked_trans, id=159]
    0x0000000102271630 JavaThread "MessageListenerThread - ertEmsToOmmMailBox" [_thread_blocked, id=158]
    0x0000000102d36240 JavaThread "MessageListenerThread - CSPMML_MAILBOX" [_thread_blocked, id=157]
    0x0000000100e0e6d0 JavaThread "Thread-42" [_thread_in_native, id=156]
    0x0000000101538dc0 JavaThread "MessageListenerThread - uep_emb_exceptiontopic" [_thread_blocked_trans, id=155]
    0x000000010353d9d0 JavaThread "MessageListenerThread - uep_emb_responsetopic" [_thread_blocked_trans, id=154]
    0x000000010226f660 JavaThread "MessageListenerThread - uep_emb_cmdtopic" [_thread_blocked, id=153]
    0x000000010226f3a0 JavaThread "Thread-41" [_thread_blocked, id=152]
    0x0000000102259660 JavaThread "Thread-39" [_thread_blocked, id=150]
    0x000000010269c080 JavaThread "Thread-38" [_thread_blocked, id=149]
    0x0000000100d0f590 JavaThread "Thread-37" [_thread_blocked, id=148]
    0x0000000100d0f180 JavaThread "MessageListenerThread - TOPIC_PM_DATAREFRESH" [_thread_blocked, id=147]
    0x0000000102eff370 JavaThread "RequestController-8" daemon [_thread_blocked, id=146]
    0x0000000100fd09d0 JavaThread "MessageListenerThread - CAF_2WSF_FM_Topic" [_thread_blocked, id=145]
    0x0000000101d63790 JavaThread "Thread-36" [_thread_blocked, id=144]
    0x0000000102d37e60 JavaThread "RequestController-7" daemon [_thread_blocked, id=143]
    0x0000000100e8a420 JavaThread "Thread-35" [_thread_blocked, id=142]
    0x00000001030564f0 JavaThread "RequestProcessor-5" daemon [_thread_blocked, id=141]
    0x0000000101681200 JavaThread "RequestProcessor-4" daemon [_thread_blocked, id=140]
    0x0000000101124230 JavaThread "RequestProcessor-3" daemon [_thread_blocked, id=139]
    0x0000000102eee810 JavaThread "RequestProcessor-2" daemon [_thread_blocked, id=138]
    0x0000000100fdf9c0 JavaThread "RequestProcessor-1" daemon [_thread_blocked, id=137]
    0x0000000103055e30 JavaThread "RequestController-6" daemon [_thread_blocked, id=136]
    0x00000001015fb6c0 JavaThread "Thread-34" daemon [_thread_blocked, id=135]
    0x0000000102eedc80 JavaThread "Thread-33" daemon [_thread_blocked, id=134]
    0x0000000100b92360 JavaThread "RequestController-5" daemon [_thread_blocked, id=133]
    0x0000000102f186f0 JavaThread "Thread-32" daemon [_thread_blocked, id=132]
    0x0000000103b35c20 JavaThread "RMI TCP Accept-21108" daemon [_thread_blocked, id=131]
    0x0000000101053080 JavaThread "Thread-31" [_thread_blocked, id=130]
    0x00000001019d5dd0 JavaThread "Thread-30" [_thread_blocked, id=129]
    0x0000000103844370 JavaThread "MessageListenerThread - uep_csf_log_Queue" [_thread_blocked, id=128]
    0x0000000102a82ca0 JavaThread "Thread-29" [_thread_blocked, id=127]
    0x00000001023ebdf0 JavaThread "Thread-28" daemon [_thread_blocked, id=126]
    0x0000000102e73600 JavaThread "ORB thread" [_thread_blocked, id=124]
    0x00000001038a84b0 JavaThread "RequestController-4" daemon [_thread_blocked, id=122]
    0x0000000101714480 JavaThread "RequestController-3" daemon [_thread_blocked, id=120]
    0x00000001007383e0 JavaThread "RequestController-2" daemon [_thread_blocked, id=118]
    0x00000001019d6110 JavaThread "Thread-22" daemon [_thread_blocked, id=116]
    0x000000010109be70 JavaThread "RequestController-1" daemon [_thread_blocked, id=115]
    0x0000000101eaf430 JavaThread "NTPProxyServerRunner" [_thread_blocked, id=112]
    0x0000000100993640 JavaThread "Thread-19" [_thread_blocked, id=110]
    0x000000010077b850 JavaThread "Monitor-SpeTimer-0" [_thread_blocked, id=109]
    0x0000000100587ed0 JavaThread "SpeTimer-0" [_thread_blocked, id=108]
    0x0000000101eaf170 JavaThread "RelTimer-0" [_thread_blocked, id=107]
    0x0000000100eca790 JavaThread "UEP_PSL_TIMER_QuartzScheduler_QuartzSchedulerThread" [_thread_blocked_trans, id=106]
    0x0000000100e0f040 JavaThread "Thread-15" [_thread_blocked, id=105]
    0x0000000100b21340 JavaThread "Thread-14" [_thread_blocked_trans, id=104]
    0x0000000101651570 JavaThread "Thread-13" [_thread_blocked, id=103]
    0x0000000101125f10 JavaThread "hierarchy_stateCheck" [_thread_blocked, id=102]
    0x0000000103902000 JavaThread "RMI TCP Accept-21106" daemon [_thread_blocked, id=101]
    0x0000000103207d80 JavaThread "StandardManager[invoker]" daemon [_thread_blocked, id=100]
    0x0000000102aa70f0 JavaThread "HttpProcessor[21105][29]" daemon [_thread_blocked, id=97]
    0x0000000102aa64f0 JavaThread "HttpProcessor[21105][28]" daemon [_thread_blocked, id=96]
    0x00000001006bcba0 JavaThread "HttpProcessor[21105][27]" daemon [_thread_blocked, id=95]
    0x00000001006bbe60 JavaThread "HttpProcessor[21105][26]" daemon [_thread_blocked, id=94]
    0x0000000101a39ce0 JavaThread "HttpProcessor[21105][25]" daemon [_thread_blocked, id=93]
    0x0000000101a38fa0 JavaThread "HttpProcessor[21105][24]" daemon [_thread_blocked, id=92]
    0x0000000101a38260 JavaThread "HttpProcessor[21105][23]" daemon [_thread_blocked, id=91]
    0x000000010181a530 JavaThread "HttpProcessor[21105][22]" daemon [_thread_blocked, id=90]
    0x00000001018197f0 JavaThread "HttpProcessor[21105][21]" daemon [_thread_blocked, id=89]
    0x0000000101818ab0 JavaThread "HttpProcessor[21105][20]" daemon [_thread_blocked, id=88]
    0x000000010129a830 JavaThread "HttpProcessor[21105][19]" daemon [_thread_blocked, id=87]
    0x0000000101299af0 JavaThread "HttpProcessor[21105][18]" daemon [_thread_blocked, id=86]
    0x0000000101298db0 JavaThread "HttpProcessor[21105][17]" daemon [_thread_blocked, id=85]
    0x0000000101f78780 JavaThread "HttpProcessor[21105][16]" daemon [_thread_blocked, id=84]
    0x0000000101f77a40 JavaThread "HttpProcessor[21105][15]" daemon [_thread_blocked, id=83]
    0x0000000101f76e40 JavaThread "HttpProcessor[21105][14]" daemon [_thread_blocked, id=82]
    0x0000000102ccf450 JavaThread "HttpProcessor[21105][13]" daemon [_thread_blocked, id=81]
    0x000000010308e940 JavaThread "HttpProcessor[21105][12]" daemon [_thread_blocked, id=80]
    0x0000000103001420 JavaThread "HttpProcessor[21105][11]" daemon [_thread_blocked, id=79]
    0x0000000101feb650 JavaThread "HttpProcessor[21105][10]" daemon [_thread_blocked, id=78]
    0x00000001033ce500 JavaThread "HttpProcessor[21105][9]" daemon [_thread_blocked, id=77]
    0x000000010084d7c0 JavaThread "HttpProcessor[21105][8]" daemon [_thread_blocked, id=76]
    0x000000010302b760 JavaThread "HttpProcessor[21105][7]" daemon [_thread_blocked, id=75]
    0x0000000102dba850 JavaThread "HttpProcessor[21105][6]" daemon [_thread_blocked, id=74]
    0x000000010299b980 JavaThread "HttpProcessor[21105][5]" daemon [_thread_blocked, id=73]
    0x00000001032079a0 JavaThread "HttpProcessor[21105][4]" daemon [_thread_blocked, id=72]
    0x00000001011158b0 JavaThread "HttpProcessor[21105][3

    Is this part of the crash consistent, or does it change:
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x0000000103e8fac4
    J sun.nio.cs.ext.DoubleByteDecoder.decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    J java.nio.charset.CharsetDecoder.decode(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
    J java.lang.StringCoding$CharsetSD.decode([BII)[C

  • Photoshop CS6 crashes all the time and especially when using the type tool... please help!

    Photoshop CS6 crashes all the time and especially when using the type tool... please help!

    Since I did not have this problem with CS5 or CS4, I can only assume something is not right with Photoshop CS6... below is my video card info:
    ATI Radeon HD 4850:
      Chipset Model:          ATI Radeon HD 4850
      Type:          GPU
      Bus:          PCIe
      PCIe Lane Width:          x16
      VRAM (Total):          512 MB
      Vendor:          ATI (0x1002)
      Device ID:          0x944a
      Revision ID:          0x0000
      ROM Revision:          113-B9110C-425
      EFI Driver Version:          01.00.383
      Displays:
    iMac:
      Resolution:          2560 x 1440
      Pixel Depth:          32-Bit Color (ARGB8888)
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Built-In:          Yes
      Connection Type:          DisplayPort
    Cinema HD:
      Resolution:          1920 x 1200
      Pixel Depth:          32-Bit Color (ARGB8888)
      Display Serial Number:          2A80273WXMN
      Mirror:          Off
      Online:          Yes
      Rotation:          Supported

  • I am a user of iPhone 4 that they gave to me .. then suddenly my brother restored it and we cannot identify the apple id and password that have used to unlock this phone.. please help me .. because i can't use anymore my phone

    I am a user of iPhone 4 that they gave to me .. then suddenly my brother restored it and we cannot identify the apple id and password that have used to unlock this phone.. please help me .. because i can't use anymore my phone
    Please Help me .. im from Philippines
    thx a lot apple company
    <Email Edited By Host>

    This is not Apple we are all users here
    You will need to obtain the original Apple id ,that is the only way to unlock it
    Speak to the original owner .If you cannot it is likely the iPhone was stolen and the activation lock is preventing use by a third party that is you

  • My iPad shut down on its own and when i switched it on, it asks to 'Activate iPad' and reads below 'This iPad was lost and erased. Sign in with the Apple ID that was used to erase this iPad". Please help!!!!

    my iPad shut down on its own and when i switched it on, it asks to 'Activate iPad' and reads below 'This iPad was lost and erased. Sign in with the Apple ID that was used to erase this iPad". Please help!!!!

    Is it possible that you or someone who knows your iCloud sign on went into the Find My iPhone app and erased your device via iCloud? Because that is what that message is saying.
    Have you tried to sign on with your Apple ID and password?
    Was it online prior to this incident happening?
    GB

  • I cannot control the sensor on my Mac, it moves by itself, and opens different pages. What can cause this problem? please help me.

    I cannot control the sensor on my Mac, it moves by itself, and opens different pages. What can cause this problem? please help me.

    There are several possible causes for this issue. Take each of the following steps until it's resolved.
    1. Follow the instructions in this support article.
    2. Reset the System Management Controller.
    3. If you're using a Bluetooth trackpad, investigate potential sources of interference, including USB 3 devices.
    4. A swollen battery in a MacBook Pro or Air can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced.
    5. There's a report that a (possibly defective) Thunderbolt Ethernet adapter can cause the built in trackpad of a MacBook to  behave erratically. If you're using such an adapter, disconnect it and test.
    6. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    7. If none of the above applies, or if you have good reason to think your computer is being controlled remotely, remove it from the network by turning off Wi-Fi, disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop immediately, you should suspect an intrusion.

  • I have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me

    i have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me???

    If Join was on then your home wi-fi must be set to Non-Broadcast.  If you did not set this up (maybe your provider did) then you will need to find the Network Name they used, and any password they used.  The SSID is Security Set ID and to see more try http://en.wikipedia.org/wiki/SSID .  Basically it is the name used to identify your router/network.  A lot of times the installer will leave it set as LinkSys, or Broadcom or whatever the manufacturer set it as for default.  Your best bet is to get whoever installed it to walk you through how they set it up, giving you id's and passwords so you can get in.  HOWEVER, if you are not comfortable with this (if you set security wrong, etc.) you would be well ahead of the game to hire a local computer tech (networking) to get this working for you.  You can also contact the vendor of your router and get help (if it is still in warranty), or at least get copies of the manuals as pdf files.  Sorry I can't give you more help, I hope this gives you an idea where to go from here to find more.

  • After installing iPhone Configutilities in my Mac, Personal Hotspot using USB is not working! Please help, I am using 10.7 Lion OS

    After installing iPhone Configutilities in my Mac, Personal Hotspot using USB is not working! Please help, I am using 10.7 Lion OS

    Did you talk to your carrier?

  • I am on Vacations in Nicaragua and I just lost my Ipod. I did not turned on the ICloud. How can I use "Find my Ipod".? please help me?

    I am on Vacations in Nicaragua and I just lost my Ipod. I did not turned on the ICloud. How can I use "Find my Ipod".? please help me.

    You cannot use it.  You would have had to set it up on your ipod itself before you lost it.  Since you did not "turn on the icloud", then you have not set up find my ipod.
    Sorry.
    There is no way to track your ipod.

  • Dear Apple,  I have an iPhone 4 32GB (black), i bought from softbank, japan. Now, I have recently finished a graduate and i'll comeback home in Laos. But i can't continue to use my iphone. Could you please help me to unlock my phone so I can use it with o

    Dear Apple,
    I have an iPhone 4 32GB (black), i bought from softbank, japan. Now, I have recently finished a graduate and i'll comeback home in Laos. But i can't continue to use my iphone.
    Could you please help me to unlock my phone so I can use it with other carrier Sims. I would appreciate it.
    Please let me know if you could help me out. Thanks again.
    <Edited by Host>

    Like ckuan said, Apple does not unlock iPhone; your carrier does, provided that the carrier offers this service.
    Unfortunately, SoftBank does not offer authorized unlocking of iPhone.
    Your best option is to sell this phone and buy another iPhone from the carrier of your choice or better buy a factory unlocked iPhone so you would be able to use it with any compatible GSM carrier around the world.

  • HT201295 My isight built in camera is only turning on for few second on my MacBook Pro (13-inch, Late 2011 ) when I use any camera needed app. Please help me.

    My isight built in camera is only turning on for few second on my MacBook Pro (13-inch, Late 2011 with osx Yosemite) when I use any camera needed app. Please help me. Its getting a little annoying.

    If restarting Mac or reinstalling OS X does not correct this symptom, you likely have a hardware problem.  Contact Apple Support or an Apple Authorized Service Provider for service.
    Message was edited by: EZ Jim
    Mac OSX 10.10.1

  • Do I have to unlock iPad 2 which I bought from Uk and I want to use it in Sri Lanka. Please help.

    Do I have to unlock iPad 2 which I bought from Uk and I want to use it in Sri Lanka. Please help.

    Depends where you purchased it. If it was directly from a cell provider at a subsidized price, it may be locked. Orange in the UK does this.

  • HT4993 how can i change my carrier to the india network .my parents brought me a new iphone 5 but in that sprint carries  only can be used what should i do now please help me

    what should i do. when i start my phone the message display me like the sim card inserted in this phone does not appear to be supported. only the compitable sim appear to be supported carrier may be used to active the iphone,
    now please help me with probelm i am having an iphone5 with me but what should i do with it bcs it dosent work my carrier please help me what should i do ?

    Send it back, as you won't be able to activate a Sprint iPhone in India, nor will you be able to get the sim slot unlocked since you're not a Sprint customer. Your parents bought the wrong iPhone.

  • My wife got a Iphone in Bangladesh. she do not know the password for apple ID, there is no way to collect it, as the email id for that iphone is not her. how she can use application store and itunes? please help me

    My wife got a Iphone in Bangladesh. she do not know the password for apple ID, there is no way to collect it, as the email id for that iphone is not her. how she can use application store and itunes? please help me

    If it is second hand, try putting it in recovery mode, and restoring it with itunes on a mac or pc.
    Recovery mode tutoral:http://www.youtube.com/watch?v=dkVr5CxFiFM

  • TS3694 I could not upadate ipad 4 to ios 6.1.3 cause error occurred 3194.Please help me.Thanks

    I could not upadate ipad 4 to ios 6.1.3 cause error occurred 3194.Please help me.Thanks

    The article you attached above addresses what you should do:
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. FollowiTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    Is your iPad hacked or jailbroken?  This error can show up in a hacked or jailbroken iPad.

Maybe you are looking for

  • What´s happening with my iMac?

    After all, sorry for my english. From a couple of months ago, when I turn on my iMac I can see stranger lines and colours on the screen. Once OSX is ready, lines disappear. Yesterday I take a photo with my celular phone: http://personales.ya.com/atle

  • Cannot be saved in function group XRSA

    Hello BI experts, I am new to BI Back-end coding. here is what I am doing: Compounding 0account hierarchies with EXIT_SAPLRSAP_004. when I tried to add a new include program, I am getting this warning: "Cannot be saved in the function group XRSA" Wit

  • HP Scan Fix (Open Using Rosetta)

    Found this in the HP Forums yesterday. It worked with my HP 3050. In the HP Support Forum (HP Scan in 10.5 Leopard) http://forums12.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId =1172940 ) Double click on "Macintosh HD" on the Desk

  • I can't find where to download older versions of apps. I have only CC apps now but I need After Effects CS6.

    I would like to download Adobe After Effects CS6 becouse CC isn't Working. Please HELP ME!!!

  • 10.4.9 won't install

    Hi I have a iMac G5 2.1 iSight running 10.4.8 A couple of related issues 1. For a while now Software Update has not been running properly: for example, when iTunes was last updated the update did not show up. I have trashed SU's prefs, but the proble