public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/48121] New: websocket and netchan test occasionally fail with EISCONN
@ 2011-03-14 19:55 ro at gcc dot gnu.org
  2011-04-04 23:57 ` [Bug go/48121] " ian at airs dot com
  0 siblings, 1 reply; 2+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-14 19:55 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: websocket and netchan test occasionally fail with
                    EISCONN
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ro@gcc.gnu.org
              Host: i386-pc-solaris2.11
            Target: i386-pc-solaris2.11
             Build: i386-pc-solaris2.11


With your last patches, libgo testsuite results are almost clean on Solaris
11/x86
(thanks!).  There are two new failures, though:

/bin/ksh: line 1: 2594: Abort
FAIL: websocket
2011/03/12 14:46:29 Test WebSocket server listening on 127.0.0.1:54884
panic: Dial failed: websocket.Dial ws://127.0.0.1:54884/echo: dial tcp
127.0.0.1:54884: Transport endpoint is already connected
/vol/gcc/src/hg/trunk/solaris/libgo/testsuite/gotest: line 318: 2962: Abort
make: *** [websocket/check] Error 1

FAIL: netchan
2011/03/12 14:50:46 netchan export: error decoding client header:EOF
2011/03/12 14:50:46 netchan export: sending error to client:no such channel:
notAChannel
2011/03/12 14:50:46 netchan import: response error:no such channel: notAChannel
--- FAIL: netchan.TestCrossConnect
    new importer: dial tcp 127.0.0.1:55598: Transport endpoint is already
connected
FAIL
make[2]: *** [netchan/check] Error 1

The errors happen only occasionally, though.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug go/48121] websocket and netchan test occasionally fail with EISCONN
  2011-03-14 19:55 [Bug go/48121] New: websocket and netchan test occasionally fail with EISCONN ro at gcc dot gnu.org
@ 2011-04-04 23:57 ` ian at airs dot com
  0 siblings, 0 replies; 2+ messages in thread
From: ian at airs dot com @ 2011-04-04 23:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2011-04-04 23:57:12 UTC ---
Now that the library always uses a non-blocking connect, I don't see how this
could happen.  Please let me know if you still see this with the current
sources.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-04 23:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-14 19:55 [Bug go/48121] New: websocket and netchan test occasionally fail with EISCONN ro at gcc dot gnu.org
2011-04-04 23:57 ` [Bug go/48121] " ian at airs dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).