[Bug go/48019] Need to handle EINTR in libgo testsuite

ian at airs dot com gcc-bugzilla@gcc.gnu.org
Wed Mar 16 20:33:00 GMT 2011


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?



More information about the Gcc-bugs mailing list