This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/48019] Need to handle EINTR in libgo testsuite
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Mar 2011 17:21:44 +0000
- Subject: [Bug go/48019] Need to handle EINTR in libgo testsuite
- Auto-submitted: auto-generated
- References: <bug-48019-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48019
--- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-03-18 17:21:42 UTC ---
> --- Comment #10 from Ian Lance Taylor <ian at airs dot com> 2011-03-17 02:58:56 UTC ---
> Thanks. It looks like the Solaris connect call does not honor SA_RESTART for
> some reason.
It's not only Solaris, though:
Tru64 UNIX V5.1B:
connect: Interrupted system call
but:
IRIX 6.5:
connect: Connection timed out
Rainer