This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27219] bogus-looking code in natPlainSocketImplPosix.cc
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Apr 2006 21:45:52 -0000
- Subject: [Bug libgcj/27219] bogus-looking code in natPlainSocketImplPosix.cc
- References: <bug-27219-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from mckinlay at redhat dot com 2006-04-20 21:45 -------
It does look like these should be made robust in the case of an EINTR which was
caused by a signal other than the interrupt signal.
As for ignoring ENOTCONN and ECONNRESET, I have a vague recollection that there
is a good reason for doing this (compatibility with Sun?) - but this probably
does warrant more testing/investigation, and a better comment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27219