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

ian at airs dot com gcc-bugzilla@gcc.gnu.org
Thu Mar 31 23:55:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48019

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #14 from Ian Lance Taylor <ian at airs dot com> 2011-03-31 22:25:09 UTC ---
Thanks for running the tests.  Now that I look at the current library, the
connect and accept system calls are only ever run on a nonblocking socket, so
they will never wait (this was not true before).  So I think this problem
should be all fixed with the current libgo sources.  Let me know if you
discover otherwise.



More information about the Gcc-bugs mailing list