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: Thu, 31 Mar 2011 16:00:58 +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 #13 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-03-31 16:00:53 UTC ---
> OK, so now we know that connect ignores SA_RESTART, but I forgot to ask about
> accept. Can you try this program as well?
>
> On GNU/Linux it prints "accept succeeded".
Sure: on Solaris 8/x86 and Solaris 11/SPARC, I get
accept: Interrupted system call
On IRIX 6.5 and Tru64 UNIX V5.1, I get
accept succeeded
Rainer