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?