This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/48121] New: websocket and netchan test occasionally fail with EISCONN
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Mar 2011 19:55:38 +0000
- Subject: [Bug go/48121] New: websocket and netchan test occasionally fail with EISCONN
- Auto-submitted: auto-generated
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.