Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2058171 | 5.0 | Michael Mccloskey | P4 | Closed | Fixed | tiger |
Name: asR10013 Date: 09/04/2002
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.4.1-b21
Testbase : RegTest-test
Platform[s] : Windows 98
Falling test[s]:
java/nio/channels/SocketChannel/VectorIO.java
java/nio/channels/SocketChannel/VectorIO.java fails on Windows 98.
The test passes on other platforms (Linux, Windows 2000, Solaris 8 (x86)).
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/hopper/b21/regtest/win32/win98_client_linux-17/workDir/test/java/nio/channels/SocketChannel/VectorIO.jtr
How to reproduce:
=================
Start JT3.1 using the jtreg script.
Run the test.
Test output (part of VectorIO.jtr):
===================================
----------messages:(3/117)----------
command: main VectorIO
reason: Assumed action based on file name: run main VectorIO
elapsed time (seconds): 4.12
----------System.out:(0/0)----------
----------System.err:(23/1198)----------
Length 1
Length 14
Length 15
Length 16
Length 17
java.net.SocketException: Socket operation on nonsocket: no further information
at sun.nio.ch.IOUtil.configureBlocking(Native Method)
at sun.nio.ch.SocketChannelImpl.implConfigureBlocking(SocketChannelImpl.java:353)
at java.nio.channels.spi.AbstractSelectableChannel.configureBlocking(AbstractSelectableChannel.java:256)
at VectorIO.bufferTest(VectorIO.java:66)
at VectorIO.runTest(VectorIO.java:43)
at VectorIO.main(VectorIO.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:536)
JavaTest Message: Test threw exception: java.net.SocketException: Socket operation on nonsocket: no further information
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.net.SocketException: Socket operation on nonsocket: no further information
result: Failed. Execution failed: `main' threw exception: java.net.SocketException: Socket operation on nonsocket: no further information
test result: Failed. Execution failed: `main' threw exception: java.net.SocketException: Socket operation on nonsocket: no further information
======================================================================
- backported by
-
JDK-2058171 (so) java/nio/channels/SocketChannel/VectorIO.java fails (w98)
- Closed