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: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 20:32: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 #7 from Ian Lance Taylor <ian at airs dot com> 2011-03-16 20:32:38 UTC ---
I don't have access to a Solaris system. I would be very interested in hearing
whether connect and accept calls are restarted after a signal handler installed
with SA_RESTART, or whether they return EINTR. The current code in libgo seems
likely to be wrong, and I'd like to fix it. I will attach a program; can you
run it on a Solaris system?