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

            Bug ID: 59506
           Summary: net FAILs (timeout) on alpha
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: ubizjak at gmail dot com

$ gmake GOTESTFLAGS=--keep net/check
panic: test timed out after 4m0s

goroutine 112 [running]:
testing.$nested6
        ../../../gcc-svn/trunk/libgo/go/testing/testing.go:596
created by time.goFunc
        ../../../gcc-svn/trunk/libgo/go/time/sleep.go:123

goroutine 1 [chan receive]:
testing.RunTests
        ../../../gcc-svn/trunk/libgo/go/testing/testing.go:472
testing.Main
        ../../../gcc-svn/trunk/libgo/go/testing/testing.go:403
main.main
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/_testmain.go:167

goroutine 110 [IO wait]:
net.runtime_pollWait
        ../../../gcc-svn/trunk/libgo/runtime/netpoll.goc:121
net.Wait.pN12_net.pollDesc
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/fd_poll_runtime.go:81
net.WaitWrite.pN12_net.pollDesc
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/fd_poll_runtime.go:90
net.connect.pN9_net.netFD
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/fd_unix.go:86
net.dial.pN9_net.netFD
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/sock_posix.go:121
net.socket
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/sock_posix.go:91
net.internetSocket
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/ipsock_posix.go:136
net.dialTCP
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/tcpsock_posix.go:155
net.dialSingle
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial.go:225
net.$nested102
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial.go:158
net.dial
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/fd_unix.go:40
net.Dial.pN10_net.Dialer
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial.go:165
net.Dial
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial.go:138
net.TestSelfConnect
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial_test.go:150
testing.tRunner
        ../../../gcc-svn/trunk/libgo/go/testing/testing.go:391
created by testing.RunTests
        ../../../gcc-svn/trunk/libgo/go/testing/testing.go:471

goroutine 13 [chan send]:
net.$nested4
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial_test.go:58
created by net.TestDialTimeout
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial_test.go:56

[... some 100 goroutines, all with the same backtrace ...]

goroutine 109 [chan send]:
net.$nested4
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial_test.go:58
created by net.TestDialTimeout
       
/home/uros/gcc-build/alphaev68-unknown-linux-gnu/libgo/gotest13607/test/dial_test.go:56
Keeping gotest13607
FAIL: net
Makefile:4567: recipe for target 'net/check' failed
gmake: *** [net/check] Error 1

Reply via email to