You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not the same as #14548, as that problem was specific to Darwin and you are running GNU/Linux.
You didn't say what you are doing and you didn't say what failed. Thanks for posting the stack trace, but what program were you running? What happened?
Please answer these questions before submitting your issue. Thanks!
go version
)?go version go1.6 linux/amd64
go env
)?GOARCH="amd64"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
The same as issue runtime, net: spurious wakeups in netpoll using kevent #14548 , How to fix it?
`
goroutine 2620430 [IO wait]:
net.runtime_pollWait(0x7f8ebcc030e0, 0x77, 0x45a330)
/opt/work/golang/go/src/runtime/netpoll.go:160 +0x60
net.(_pollDesc).Wait(0xc83fc2edf0, 0x77, 0x0, 0x0)
/opt/work/golang/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(_pollDesc).WaitWrite(0xc83fc2edf0, 0x0, 0x0)
/opt/work/golang/go/src/net/fd_poll_runtime.go:82 +0x36
net.(_netFD).connect(0xc83fc2ed90, 0x0, 0x0, 0x7f8ec1895c90, 0xc83fb9c2e0, 0xece8190e1, 0x3b3f615e, 0xf82ba0, 0x0, 0x0, ...)
/opt/work/golang/go/src/net/fd_unix.go:127 +0x28e
net.(_netFD).dial(0xc83fc2ed90, 0x7f8ec1895c48, 0x0, 0x7f8ec1895c48, 0xc82037c780, 0xece8190e1, 0xc83b3f615e, 0xf82ba0, 0x0, 0x0, ...)
/opt/work/golang/go/src/net/sock_posix.go:137 +0x364
net.socket(0xb23770, 0x3, 0x2, 0x1, 0x0, 0xc82037c700, 0x7f8ec1895c48, 0x0, 0x7f8ec1895c48, 0xc82037c780, ...)
/opt/work/golang/go/src/net/sock_posix.go:89 +0x429
net.internetSocket(0xb23770, 0x3, 0x7f8ec1895c48, 0x0, 0x7f8ec1895c48, 0xc82037c780, 0xece8190e1, 0xc83b3f615e, 0xf82ba0, 0x1, ...)
/opt/work/golang/go/src/net/ipsock_posix.go:161 +0x153
net.dialTCP(0xb23770, 0x3, 0x0, 0xc82037c780, 0xece8190e1, 0x3b3f615e, 0xf82ba0, 0x0, 0x1, 0x0, ...)
/opt/work/golang/go/src/net/tcpsock_posix.go:171 +0x12b
net.dialSingle(0xc820808f30, 0x7f8ec1895bb8, 0xc82037c780, 0xece8190e1, 0x3b3f615e, 0xf82ba0, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/go/src/net/dial.go:371 +0x40c
net.dialSerial.func1(0xece8190e1, 0x3b3f615e, 0xf82ba0, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/go/src/net/dial.go:343 +0x75
net.dial(0xb23770, 0x3, 0x7f8ec1895bb8, 0xc82037c780, 0xc8219b1538, 0xece8190e1, 0x3b3f615e, 0xf82ba0, 0x0, 0x0, ...)
/opt/work/golang/go/src/net/fd_unix.go:40 +0x60
net.dialSerial(0xc820808f30, 0xc82074ccc0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/go/src/net/dial.go:345 +0x751
net.(_Dialer).Dial(0xc8219b17b0, 0xb23770, 0x3, 0xc83f00c140, 0x19, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/go/src/net/dial.go:239 +0x512
net.DialTimeout(0xb23770, 0x3, 0xc83f00c140, 0x19, 0x4a817c800, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/go/src/net/dial.go:200 +0xa3
webcrawler/httplib.TimeoutDialer.func1(0xb23770, 0x3, 0xc83f00c140, 0x19, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/project/src/webcrawler/httplib/httplib.go:552 +0x8d
net/http.(_Transport).dial(0xc82184af00, 0xb23770, 0x3, 0xc83f00c140, 0x19, 0x0, 0x0, 0x0, 0x0)
/opt/work/golang/go/src/net/http/transport.go:655 +0x96
net/http.(_Transport).dialConn(0xc82184af00, 0x0, 0xc83f00c0c0, 0x5, 0xc83f00c140, 0x19, 0xc8224f3a40, 0x0, 0x0)
/opt/work/golang/go/src/net/http/transport.go:758 +0x1e3d
net/http.(_Transport).getConn.func4(0xc82184af00, 0x0, 0xc83f00c0c0, 0x5, 0xc83f00c140, 0x19, 0xc83fbab9e0)
/opt/work/golang/go/src/net/http/transport.go:702 +0x66
created by net/http.(*Transport).getConn
/opt/work/golang/go/src/net/http/transport.go:704 +0x262
`
The text was updated successfully, but these errors were encountered: