Duplicate :
|
|
Duplicate :
|
|
Relates :
|
# # SIGSEGV (0xb) at pc=0xfffffd7ffac758ff, pid=6476, tid=30 # # JRE version: 7.0-b83 # Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b09 mixed mode solaris-amd64 compressed oops) # Problematic frame: # J javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I It crashes both with & w/o compressed oops. It started to crash in b83. b84 is also affected. The crash occurs in nightly testing too. Affected test: nsk/stress/jck122/jck122001 How to reproduce: 1) ssh vmsqe-p4-13.russia 2) cd /net/vmsqe.russia/export/execution/results/JDK7/PROMOTION/VM/b83/SerialGC/vm/solaris-amd64/server/mixed/solaris-amd64_server_mixed_nsk.stress.testlist/ResultDir/jck122001 3) bash rerun.sh On windows-x64 it fails with the following error: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000c5bf10, pid=126900, tid=75468 # # JRE version: 7.0-b83 # Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b09 mixed mode windows-amd64 compressed oops) # Problematic frame: # J javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_back(II)I # hs_err is attached. How to reproduce: 1) ssh vmsqe-p4-04.russia (win-x64) 2) cd /net/vmsqe.russia/export/execution/results/JDK7/PROMOTION/VM/b83/SerialGC/vm/windows-amd64/server/mixed/windows-amd64_server_mixed_nsk.stress.testlist/ResultDir/jck122001 2) bash rerun.sh Affected test: nsk/stress/jck12a/jck12a001
|