JDK-8233350 : vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects003/referringObjects003.java failed with nsk.share.Failure: Caught IOException while writing an object to IOPipe connection
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-10-31
  • Updated: 2019-11-12
  • Resolved: 2019-11-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
#>  
#>  SUMMARY: Following errors occured
#>      during test execution:
#>  
# ERROR: Unexpected exception: nsk.share.Failure: Caught Exception while reading an object from IOPipe connection:
# ERROR: 	java.net.SocketException: Connection reset
----------System.err:(25/1988)----------
nsk.share.Failure: Caught IOException while writing an object to IOPipe connection:
	java.net.SocketException: Connection reset by peer
	at nsk.share.jpda.SocketConnection.writeObject(SocketConnection.java:571)
	at nsk.share.jpda.SocketIOPipe.println(SocketIOPipe.java:183)
	at nsk.share.jdi.TestDebuggerType2.quitDebuggee(TestDebuggerType2.java:195)
	at nsk.share.jdi.TestDebuggerType2.runIt(TestDebuggerType2.java:225)
	at nsk.jdi.ObjectReference.referringObjects.referringObjects003.referringObjects003.run(referringObjects003.java:88)
	at nsk.jdi.ObjectReference.referringObjects.referringObjects003.referringObjects003.main(referringObjects003.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at PropertyResolvingWrapper.main(PropertyResolvingWrapper.java:104)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:830)

JavaTest Message: Test threw exception: nsk.share.Failure: Caught IOException while writing an object to IOPipe connection:
	java.net.SocketException: Connection reset by peer
JavaTest Message: shutting down test

Comments
This appears to be a dup of JDK-8227695. From the log file we have: debugee.stdout> # Internal Error (t:/workspace/open/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3616), pid=208164, tid=21056 debugee.stdout> # assert(pss->trim_ticks().seconds() == 0.0) failed: Unexpected partial trimming during evacuation
12-11-2019