This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/15430] Cannot interrupt blocking I/O calls with close()
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 9 Nov 2005 18:22:24 -0000
- Subject: [Bug libgcj/15430] Cannot interrupt blocking I/O calls with close()
- References: <bug-15430-6651@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from aph at gcc dot gnu dot org 2005-11-09 18:22 -------
Two things:
Does this work for fds that aren't associated with sockets?
It doesn't quite avoid the need for locking, since we still need to make sure
that we only close an fd once.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15430