-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
9
Test java/nio/channels/AsyncCloseAndInterrupt.java fails intermittently with ClosedChannelException:
SocketChannel/writev/close
java.lang.Exception: SocketChannel/writev/close threw an exception
at TestThread.finishAndThrow(TestThread.java:80)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:606)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:626)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:664)
at AsyncCloseAndInterrupt.main(AsyncCloseAndInterrupt.java:697)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(java.base@9-ea/SocketChannelImpl.java:273)
at sun.nio.ch.SocketChannelImpl.write(java.base@9-ea/SocketChannelImpl.java:497)
at java.nio.channels.SocketChannel.write(java.base@9-ea/SocketChannel.java:502)
at AsyncCloseAndInterrupt$14.doIO(AsyncCloseAndInterrupt.java:338)
at AsyncCloseAndInterrupt$Tester.go(AsyncCloseAndInterrupt.java:486)
at TestThread.run(TestThread.java:55)
SocketChannel/writev/close
java.lang.Exception: SocketChannel/writev/close threw an exception
at TestThread.finishAndThrow(TestThread.java:80)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:606)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:626)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:664)
at AsyncCloseAndInterrupt.main(AsyncCloseAndInterrupt.java:697)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(java.base@9-ea/SocketChannelImpl.java:273)
at sun.nio.ch.SocketChannelImpl.write(java.base@9-ea/SocketChannelImpl.java:497)
at java.nio.channels.SocketChannel.write(java.base@9-ea/SocketChannel.java:502)
at AsyncCloseAndInterrupt$14.doIO(AsyncCloseAndInterrupt.java:338)
at AsyncCloseAndInterrupt$Tester.go(AsyncCloseAndInterrupt.java:486)
at TestThread.run(TestThread.java:55)
- duplicates
-
JDK-8153209 java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException
-
- Closed
-
- relates to
-
JDK-8068693 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing
-
- Closed
-