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

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.


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