Name: dbT83986 Date: 02/11/99
Socket sk;
public void run(){
InputStream is = sk.getInputStream();
is.read();
}
myClose(){
sk.close();
}
when the run() is blocked on the read(), calling close() hangs the
application.
This behaviour is not present on Solaris 2.6 or Windows NT
(Review ID: 48130)
======================================================================
- duplicates
-
JDK-4096914 (hpi) Closing an active file descriptor blocks on Solaris native threads
-
- Closed
-