Created
January 22, 2018 23:04
-
-
Save pciet/f2c098e350e74b35e08297457abf6149 to your computer and use it in GitHub Desktop.
wichess tcp timeout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goroutine 1142411 [running]: | |
runtime/pprof.writeGoroutineStacks(0x8a25a0, 0xc421b9a0e0, 0x411f09, 0xc42201e210) | |
/home/pciet/sdk/go1.10beta2/src/runtime/pprof/pprof.go:648 +0xa7 | |
runtime/pprof.writeGoroutine(0x8a25a0, 0xc421b9a0e0, 0x2, 0xc420257800, 0xc420628ad0) | |
/home/pciet/sdk/go1.10beta2/src/runtime/pprof/pprof.go:637 +0x44 | |
runtime/pprof.(*Profile).WriteTo(0xa8bd80, 0x8a25a0, 0xc421b9a0e0, 0x2, 0xc421b9a0e0, 0x8a2d00) | |
/home/pciet/sdk/go1.10beta2/src/runtime/pprof/pprof.go:310 +0x3d0 | |
net/http/pprof.handler.ServeHTTP(0xc42002a1f1, 0x9, 0x8a5a00, 0xc421b9a0e0, 0xc42015c100) | |
/home/pciet/sdk/go1.10beta2/src/net/http/pprof/pprof.go:237 +0x19a | |
net/http/pprof.Index(0x8a5a00, 0xc421b9a0e0, 0xc42015c100) | |
/home/pciet/sdk/go1.10beta2/src/net/http/pprof/pprof.go:248 +0x1c7 | |
net/http.HandlerFunc.ServeHTTP(0x8696d0, 0x8a5a00, 0xc421b9a0e0, 0xc42015c100) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:1947 +0x44 | |
net/http.(*ServeMux).ServeHTTP(0xa99c20, 0x8a5a00, 0xc421b9a0e0, 0xc42015c100) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:2337 +0x130 | |
net/http.serverHandler.ServeHTTP(0xc420178750, 0x8a5a00, 0xc421b9a0e0, 0xc42015c100) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:2694 +0xbc | |
net/http.(*conn).serve(0xc4201961e0, 0x8a5dc0, 0xc420160180) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:1830 +0x648 | |
created by net/http.(*Server).Serve | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:2795 +0x27b | |
goroutine 1 [IO wait]: | |
internal/poll.runtime_pollWait(0x7fe497047e30, 0x72, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc420174418, 0x72, 0xc420419100, 0x0, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/internal/poll/fd_poll_runtime.go:85 +0x9b | |
internal/poll.(*pollDesc).waitRead(0xc420174418, 0xffffffffffffff00, 0x0, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Accept(0xc420174400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/internal/poll/fd_unix.go:372 +0x1a8 | |
net.(*netFD).accept(0xc420174400, 0xc420196260, 0xc420054da0, 0x402c38) | |
/home/pciet/sdk/go1.10beta2/src/net/fd_unix.go:238 +0x42 | |
net.(*TCPListener).accept(0xc42016a068, 0xc420054dd0, 0x401bb7, 0xc420196260) | |
/home/pciet/sdk/go1.10beta2/src/net/tcpsock_posix.go:136 +0x2e | |
net.(*TCPListener).AcceptTCP(0xc42016a068, 0xc420054e18, 0xc420054e20, 0x18) | |
/home/pciet/sdk/go1.10beta2/src/net/tcpsock.go:246 +0x49 | |
net/http.tcpKeepAliveListener.Accept(0xc42016a068, 0x8694c8, 0xc4201961e0, 0x8a5e80, 0xc420164d20) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:3216 +0x2f | |
net/http.(*Server).Serve(0xc420178750, 0x8a5c00, 0xc42016a068, 0x0, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:2770 +0x1a5 | |
net/http.(*Server).ListenAndServe(0xc420178750, 0xc420178750, 0xc420164c00) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:2711 +0xa9 | |
net/http.ListenAndServe(0x847783, 0x5, 0x0, 0x0, 0x8a2d00, 0xc420164c00) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:2969 +0x7a | |
main.main() | |
/home/pciet/go/src/github.com/pciet/wichess/main.go:61 +0x569 | |
goroutine 18 [select, 35 minutes]: | |
database/sql.(*DB).connectionOpener(0xc420196000, 0x8a5dc0, 0xc4201600c0) | |
/home/pciet/sdk/go1.10beta2/src/database/sql/sql.go:935 +0x119 | |
created by database/sql.OpenDB | |
/home/pciet/sdk/go1.10beta2/src/database/sql/sql.go:634 +0x178 | |
goroutine 19 [select, 63 minutes]: | |
database/sql.(*DB).connectionResetter(0xc420196000, 0x8a5dc0, 0xc4201600c0) | |
/home/pciet/sdk/go1.10beta2/src/database/sql/sql.go:948 +0x12a | |
created by database/sql.OpenDB | |
/home/pciet/sdk/go1.10beta2/src/database/sql/sql.go:635 +0x1ae | |
goroutine 1090481 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf5, 0xc421452388, 0x8, 0xc421452568, 0x8, 0xc421837200, 0xc4201bf680) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1110458 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xfa, 0xc421608bf8, 0x7, 0xc42195a010, 0x8, 0xc420fb4720, 0xc4200ee780) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1046205 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xec, 0xc422258390, 0x8, 0xc422258568, 0x8, 0xc420fb5860, 0xc4200efa40) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1066573 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf0, 0xc422181730, 0x8, 0xc422181948, 0x8, 0xc4201766c0, 0xc4200efe00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1071138 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf1, 0xc42101e9f0, 0x8, 0xc42138ec08, 0x8, 0xc4212d87e0, 0xc4201be500) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 957698 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xd7, 0xc4221e9770, 0x7, 0xc4221e9948, 0x7, 0xc42008a900, 0xc420d228c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1012432 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe5, 0xc420d9f3f0, 0x8, 0xc420d9f5c8, 0x8, 0xc4201981e0, 0xc4202d4500) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1076618 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf2, 0xc422b4a780, 0x8, 0xc422222a00, 0x8, 0xc4205a52c0, 0xc4201bea00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1002649 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xe2, 0xc4213d71a0, 0x7, 0xc4213d7378, 0x7, 0xc42008a540, 0xc4202d48c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1040301 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xeb, 0xc422316228, 0x8, 0xc4225060b8, 0x8, 0xc420199200, 0xc4200ef900) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1028870 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe8, 0xc421f45030, 0x8, 0xc42213cf10, 0x8, 0xc4205a4720, 0xc4200ef540) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 905739 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xcd, 0xc42016d6e8, 0x8, 0xc42016d8f8, 0x8, 0xc4209ba3c0, 0xc4201be3c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1040613 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xeb, 0xc420848090, 0x8, 0xc42299e668, 0x8, 0xc420fb5800, 0xc4200ef7c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1139177 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xfe, 0xc4228ceb08, 0x8, 0xc421dddeb8, 0x8, 0xc4212d85a0, 0xc4201bf400) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1061596 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xef, 0xc421576110, 0x8, 0xc4215762e8, 0x8, 0xc420199560, 0xc4201be140) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1142412 [IO wait]: | |
internal/poll.runtime_pollWait(0x7fe497047c90, 0x72, 0xc4219eae58) | |
/home/pciet/sdk/go1.10beta2/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc4212cc018, 0x72, 0xffffffffffffff00, 0x8a3200, 0xa5b6d0) | |
/home/pciet/sdk/go1.10beta2/src/internal/poll/fd_poll_runtime.go:85 +0x9b | |
internal/poll.(*pollDesc).waitRead(0xc4212cc018, 0xc42201e000, 0x1, 0x1) | |
/home/pciet/sdk/go1.10beta2/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc4212cc000, 0xc42201e0a1, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/internal/poll/fd_unix.go:157 +0x17d | |
net.(*netFD).Read(0xc4212cc000, 0xc42201e0a1, 0x1, 0x1, 0xc4219eafa8, 0x52b7ce, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/net/fd_unix.go:202 +0x4f | |
net.(*conn).Read(0xc420336000, 0xc42201e0a1, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/home/pciet/sdk/go1.10beta2/src/net/net.go:176 +0x6a | |
net/http.(*connReader).backgroundRead(0xc42201e090) | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:668 +0x5a | |
created by net/http.(*connReader).startBackgroundRead | |
/home/pciet/sdk/go1.10beta2/src/net/http/server.go:664 +0xce | |
goroutine 1091365 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf6, 0xc421490060, 0x8, 0xc421d42320, 0x8, 0xc4212d8660, 0xc4200ee000) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1001894 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xdf, 0xc4221801b0, 0x8, 0xc422180388, 0x8, 0xc420296960, 0xc4202d4000) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1110073 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf9, 0xc421de16a0, 0x8, 0xc421de1878, 0x8, 0xc421837620, 0xc4200ee500) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1049987 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xee, 0xc42147c050, 0x8, 0xc421962ae0, 0x8, 0xc4205a4f60, 0xc4202d57c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1006974 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xe4, 0xc4209df8a0, 0x8, 0xc4209dfa78, 0x8, 0xc421836600, 0xc4200ef400) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 920727 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xd1, 0xc420e27300, 0x8, 0xc421a04c20, 0x8, 0xc420177020, 0xc420d22640) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1001701 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xdf, 0xc420fdfb98, 0x8, 0xc4220838d8, 0x8, 0xc4209bb140, 0xc4201be000) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1124773 [chan receive, 19 minutes]: | |
main.listeningToGame.func2(0xfc, 0xc42205fb10, 0x8, 0xc42100c788, 0x8, 0xc4205a5140, 0xc4200ef2c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 941861 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xd4, 0xc42163c298, 0x8, 0xc421cd3c78, 0x8, 0xc420fb5560, 0xc4202d4640) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1023139 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe6, 0xc421a3bdf0, 0x8, 0xc421a3bfc8, 0x8, 0xc421836cc0, 0xc4202d4dc0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1133812 [chan receive, 19 minutes]: | |
main.listeningToGame.func2(0xfd, 0xc421d86000, 0x8, 0xc421ae0a18, 0x8, 0xc4212d9800, 0xc4202d4280) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1090586 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf5, 0xc422701930, 0x8, 0xc422701b08, 0x8, 0xc4205a48a0, 0xc4201bf540) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 958132 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xd7, 0xc420c57840, 0x8, 0xc420c57a18, 0x7, 0xc42008b140, 0xc4201bf7c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 905198 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xcc, 0xc421c92b90, 0x8, 0xc42104bdf0, 0x8, 0xc4209bb4a0, 0xc420d23e00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 958074 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xd8, 0xc422380430, 0x7, 0xc422380608, 0x7, 0xc4212d81e0, 0xc4201bf2c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1029389 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe9, 0xc422b354d8, 0x8, 0xc4203881c8, 0x8, 0xc4218362a0, 0xc4202d52c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1110366 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xfa, 0xc420b98100, 0x8, 0xc420b982d8, 0x8, 0xc420177380, 0xc4200ee640) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1066284 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf0, 0xc421414588, 0x8, 0xc4205129a8, 0x8, 0xc420fb46c0, 0xc420d22500) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1138950 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xfe, 0xc42220efe0, 0x8, 0xc420efddb8, 0x8, 0xc4205a4240, 0xc4201beb40) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 965639 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xda, 0xc421c92550, 0x8, 0xc421c92738, 0x8, 0xc4212d8b40, 0xc4200eec80) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1039709 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xea, 0xc4212b1f00, 0x8, 0xc4217a6d70, 0x8, 0xc420fb4ae0, 0xc4202d5400) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1023050 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe7, 0xc422b28a78, 0x7, 0xc422b28c88, 0x7, 0xc4218369c0, 0xc4202d4a00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1029107 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe9, 0xc422589430, 0x7, 0xc422589608, 0x8, 0xc420fb5020, 0xc4202d5180) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1007646 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xe4, 0xc422704cd8, 0x8, 0xc422704eb8, 0x8, 0xc4205a4600, 0xc4202d4c80) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1071321 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf1, 0xc42220b3f0, 0x8, 0xc420f6cc98, 0x8, 0xc420fb4ea0, 0xc4201be640) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 920796 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xd1, 0xc4213d7ee0, 0x8, 0xc421d780b8, 0x8, 0xc4212d8360, 0xc4202d4b40) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1050150 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xed, 0xc4208b35c0, 0x8, 0xc4219c87e0, 0x8, 0xc420fb5260, 0xc4202d5900) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1006712 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe3, 0xc4213e8080, 0x8, 0xc420f6f4e8, 0x8, 0xc420198fc0, 0xc4200eea00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1104836 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf7, 0xc4211b8130, 0x8, 0xc4211b8308, 0x7, 0xc420fb4960, 0xc420d22000) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1050253 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xee, 0xc422506010, 0x8, 0xc421168228, 0x8, 0xc420fb5aa0, 0xc4202d5a40) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1090737 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf4, 0xc422701f30, 0x8, 0xc421a00458, 0x8, 0xc420176420, 0xc4201bfe00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 965957 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xda, 0xc4225cece0, 0x8, 0xc422082010, 0x8, 0xc4212d8120, 0xc4201bfb80) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1090397 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf4, 0xc422223c50, 0x8, 0xc422223e58, 0x8, 0xc4205a4d20, 0xc4202d5680) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1105516 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf8, 0xc4213cc4f0, 0x8, 0xc42082e318, 0x8, 0xc4205a4ae0, 0xc4202d5cc0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 959070 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xd9, 0xc420550e80, 0x8, 0xc422083bc0, 0x8, 0xc4212d8c00, 0xc4201bfa40) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 987521 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xdc, 0xc421fdc8d8, 0x8, 0xc421026ef8, 0x8, 0xc420296f00, 0xc4202d4140) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1087443 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf3, 0xc4221f0000, 0x8, 0xc4209cd920, 0x8, 0xc4212d9e00, 0xc4201bfcc0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 905462 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xcc, 0xc421069790, 0x8, 0xc421069968, 0x8, 0xc4209baba0, 0xc4202d5e00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1049557 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xed, 0xc42091ef18, 0x8, 0xc421e1c4b8, 0x8, 0xc420fb5380, 0xc4200efcc0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1002994 [chan receive, 23 minutes]: | |
main.listeningToGame.func2(0xe2, 0xc420d9e130, 0x7, 0xc421f85a38, 0x7, 0xc420198ba0, 0xc420d22f00) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1029183 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xe8, 0xc421fb3e20, 0x8, 0xc4204fd5e8, 0x8, 0xc420176a20, 0xc4202d43c0) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1087672 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xf3, 0xc421a049e0, 0x8, 0xc421a04bb8, 0x8, 0xc4212d8c60, 0xc4202d5040) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a | |
goroutine 1111051 [chan receive, 21 minutes]: | |
main.listeningToGame.func2(0xfb, 0xc421453d52, 0x7, 0xc42232f958, 0x7, 0xc421836de0, 0xc4200eeb40) | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:158 +0x42 | |
created by main.listeningToGame | |
/home/pciet/go/src/github.com/pciet/wichess/game_listening.go:156 +0x17a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment