-
Bug
-
Resolution: Fixed
-
P2
-
9
-
Windows 7 amd 64 JDK9b42
-
b49
-
windows_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084443 | emb-9 | Chris Hegarty | P2 | Resolved | Fixed | team |
JDK-8189500 | 8u172 | Chris Hegarty | P2 | Resolved | Fixed | b01 |
JDK-8190619 | 8u171 | Chris Hegarty | P2 | Resolved | Fixed | b01 |
JDK-8183005 | 8u162 | Chris Hegarty | P2 | Resolved | Fixed | b01 |
JDK-8184700 | 8u161 | Chris Hegarty | P2 | Resolved | Fixed | b01 |
JDK-8182749 | 8u152 | Sean Coffey | P2 | Closed | Fixed | b07 |
JDK-8198112 | emb-8u171 | Chris Hegarty | P2 | Resolved | Fixed | b01 |
JDK-8192607 | emb-8u161 | Chris Hegarty | P2 | Resolved | Fixed | b01 |
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d94ba37, pid=9888, tid=8532
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b29) (build 1.9.0-ea-b29)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-b29 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x13ba37] alloc_object+0x7
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# W:\\tools\\tmp\\QATools2\\1380\\hs_err_pid9888.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
result: Failed. unexpected exit code: exit code 1
...
Stack: [0x0000000002030000,0x0000000002230000], sp=0x000000000222ea00, free space=2042k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x13ba37] alloc_object+0x7
V [jvm.dll+0x140ab7] jni_NewObject+0xb7
C [net.dll+0xca6b] NET_SockaddrToInetAddress+0xa3
C [net.dll+0x27d8] Java_java_net_DualStackPlainSocketImpl_localAddress+0x68
C 0x0000000002512f94
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.net.DualStackPlainSocketImpl.localAddress(ILjava/net/InetAddressContainer;)V+0
j java.net.DualStackPlainSocketImpl.socketGetOption(ILjava/lang/Object;)I+16
j java.net.AbstractPlainSocketImpl.getOption(I)Ljava/lang/Object;+213
j java.net.PlainSocketImpl.getOption(I)Ljava/lang/Object;+5
j java.net.Socket.getLocalAddress()Ljava/net/InetAddress;+19
j javasoft.sqe.tests.api.java.net.Socket.BindTests.Socket0018()Ljavasoft/sqe/javatest/Status;+76
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(Ljava/lang/reflect/Method;)Ljavasoft/sqe/javatest/Status;+8
j javasoft.sqe.javatest.lib.MultiTest.run([Ljava/lang/String;Ljava/io/PrintWriter;Ljava/io/PrintWriter;)Ljavasoft/sqe/javatest/Status;+152
j javasoft.sqe.javatest.lib.MultiTest.run([Ljava/lang/String;Ljava/io/PrintStream;Ljava/io/PrintStream;)Ljavasoft/sqe/javatest/Status;+40
j javasoft.sqe.tests.api.java.net.Socket.BindTests.main([Ljava/lang/String;)V+16
v ~StubRoutines::call_stub
...
jti , jtr and core dump files are attached
jck test report is available by link http://moonblade.ru.oracle.com/set/java/jck/qa-results/jck/9/ea/b03/results/qac/1380-b03/report/html/kfl_newfailures.html
The JCK QA team has not observed this failure at our nightly runs on solaris. It appears that this is a platform specific issue.
The issue was reproduced on two lab machines: jcklab53 (real machine) and spb23152 (devops vm).
Failure is reproducible on jdk9 b42. QA has also reproduced this failure all the way back to build b09. I do not think they have run the test in earlier (pre b09) 9 builds.
- backported by
-
JDK-8084443 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8183005 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8184700 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8189500 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8190619 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8192607 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8198112 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Resolved
-
JDK-8182749 JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
- Closed