This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]