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
I am running consul in Windows as a service and it started out putting this to error.log. The only way to fix this issue was to remove all of the data and restart service. Will report more if this keeps repeating.
goroutine 895 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 861 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
panic: log not found
goroutine 122 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 137 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 119 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
... < continues every reboot of consul.
The text was updated successfully, but these errors were encountered:
Sadly I don't have the log. I couldn't replicate the problem on Friday will keep working with Consul again on Monday I'll log the log file if I manage to replicate the problem.
I am running consul in Windows as a service and it started out putting this to error.log. The only way to fix this issue was to remove all of the data and restart service. Will report more if this keeps repeating.
Error.log:
panic: log not found
goroutine 12 [running]:
runtime.panic(0x7c3720, 0x11ad09a0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/panic.c:266 +0xa6
github.com/hashicorp/raft.(_Raft).processLogs(0x11ad9b40, 0x20, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:997 +0x2fe
github.com/hashicorp/raft.(_Raft).appendEntries(0x11ad9b40, 0x72bba0, 0x11bbbb40, 0x0, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:1200 +0x87a
github.com/hashicorp/raft.(_Raft).processRPC(0x11ad9b40, 0x72bba0, 0x11bbbb40, 0x0, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:1105 +0x146
github.com/hashicorp/raft.(_Raft).runFollower(0x11ad9b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:551 +0x123
github.com/hashicorp/raft.(_Raft).run(0x11ad9b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:534 +0x85
github.com/hashicorp/raft._Raft.(github.com/hashicorp/raft.run)·fm()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:225 +0x26
github.com/hashicorp/raft.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:152 +0x46
created by github.com/hashicorp/raft.(*raftState).goFunc
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:153 +0x8c
goroutine 1 [select]:
github.com/hashicorp/consul/command/agent.(_Command).handleSignals(0x11ad45f0, 0x11b40dc0, 0x2a)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/command.go:388 +0x615
github.com/hashicorp/consul/command/agent.(_Command).Run(0x11ad45f0, 0x11ad3290, 0x6, 0x6, 0x0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/command.go:377 +0x1071
github.com/mitchellh/cli.(*CLI).Run(0x11ad3340, 0x11ad3340, 0x11ad0af8, 0x9)
c:/Users/Mitchell/code/go/src/github.com/mitchellh/cli/cli.go:69 +0x1d9
main.realMain(0x402255)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/main.go:37 +0x202
main.main()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/main.go:12 +0x20
goroutine 3 [syscall]:
runtime.goexit()
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/proc.c:1394
goroutine 4 [syscall]:
os/signal.loop()
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/signal/signal_unix.go:21 +0x20
created by os/signal.init·1
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/signal/signal_unix.go:27 +0x33
goroutine 7 [select]:
github.com/armon/go-metrics.(*InmemSignal).run(0x11b3ddb0)
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/inmem_signal.go:63 +0x9a
created by github.com/armon/go-metrics.NewInmemSignal
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/inmem_signal.go:37 +0x127
goroutine 8 [sleep]:
time.Sleep(0x3b9aca00, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/armon/go-metrics.(*Metrics).collectStats(0x11b3de70)
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/metrics.go:67 +0x34
created by github.com/armon/go-metrics.New
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/start.go:61 +0x81
goroutine 10 [select]:
github.com/hashicorp/consul/consul.(*ConnPool).reap(0x11b4d0c0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/pool.go:356 +0x358
created by github.com/hashicorp/consul/consul.NewPool
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/pool.go:154 +0xe1
goroutine 11 [select]:
github.com/hashicorp/consul/consul.(_RaftLayer).Accept(0x11b46700, 0x26ea50, 0x11bcfb60, 0x3e8fb0, 0x2)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/raft_rpc.go:56 +0xee
github.com/hashicorp/raft.(_NetworkTransport).listen(0x11b41f80)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:339 +0x30
created by github.com/hashicorp/raft.NewNetworkTransport
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:135 +0x18d
goroutine 13 [runnable]:
github.com/hashicorp/raft.(_Raft).runFSM(0x11ad9b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:452 +0x963
github.com/hashicorp/raft._Raft.(github.com/hashicorp/raft.runFSM)·fm()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:226 +0x26
github.com/hashicorp/raft.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:152 +0x46
created by github.com/hashicorp/raft.(*raftState).goFunc
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:153 +0x8c
goroutine 14 [select]:
github.com/hashicorp/raft.(_Raft).runSnapshots(0x11ad9b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:1484 +0x2a0
github.com/hashicorp/raft._Raft.(github.com/hashicorp/raft.runSnapshots)·fm()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:227 +0x26
github.com/hashicorp/raft.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:152 +0x46
created by github.com/hashicorp/raft.(*raftState).goFunc
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:153 +0x8c
goroutine 15 [select]:
github.com/hashicorp/consul/consul.(_Server).monitorLeadership(0x11afc580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/leader.go:30 +0x163
created by github.com/hashicorp/consul/consul.(_Server).setupRaft
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:327 +0x5c7
goroutine 16 [select]:
github.com/hashicorp/consul/consul.(*Server).lanEventHandler(0x11afc580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/serf.go:17 +0x2fc
created by github.com/hashicorp/consul/consul.NewServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:193 +0x5c1
goroutine 17 [select]:
github.com/hashicorp/consul/consul.(*Server).wanEventHandler(0x11afc580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/serf.go:49 +0x20f
created by github.com/hashicorp/consul/consul.NewServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:194 +0x5d6
goroutine 18 [select]:
github.com/hashicorp/serf/serf.(*serfQueries).stream(0x11b53360)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:80 +0x195
created by github.com/hashicorp/serf/serf.newSerfQueries
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:73 +0x83
goroutine 19 [select]:
github.com/hashicorp/serf/serf.(*Snapshotter).stream(0x11af89a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:172 +0x509
created by github.com/hashicorp/serf/serf.NewSnapshotter
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:120 +0x3be
goroutine 20 [IO wait]:
net.runtime_pollWait(0x26de44, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af9ed0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af9e38, 0x849128, 0x8, 0x11ce83f0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11af9e00, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b44cb0, 0x11ce83e0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0x11add680)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:164 +0x2d
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:117 +0x74a
goroutine 21 [IO wait]:
net.runtime_pollWait(0x26ddd8, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af9fb0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af9f18, 0x850cc8, 0xb, 0x9155b4, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).ReadFrom(0x11af9ee0, 0x11b6d000, 0x10000, 0x10000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:477 +0x13a
net.(_UDPConn).ReadFromUDP(0x11b44cd0, 0x11b6d000, 0x10000, 0x10000, 0xcb6d4c8d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:67 +0xd4
net.(_UDPConn).ReadFrom(0x11b44cd0, 0x11b6d000, 0x10000, 0x10000, 0xcb6d4c8d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:82 +0xc1
github.com/hashicorp/memberlist.(_Memberlist).udpListen(0x11add680)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:226 +0x247
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:118 +0x761
goroutine 22 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11add680, 0x3b9aca00, 0x0, 0x11b52780, 0x11b60480, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:70 +0x127
goroutine 23 [select]:
github.com/hashicorp/memberlist.(_Memberlist).pushPullTrigger(0x11add680, 0x11b60480)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:131 +0x180
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:76 +0x1db
goroutine 24 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11add680, 0xbebc200, 0x0, 0x11b527c0, 0x11b60480, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:82 +0x279
goroutine 25 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReap(0x11ad9c60)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1333 +0x189
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:364 +0xf77
goroutine 26 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0x11ad9c60)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1349 +0xb7
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:365 +0xf8e
goroutine 27 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11ad9c60, 0x83a998, 0x6, 0x11b53680)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:366 +0xfbb
goroutine 28 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11ad9c60, 0x839f18, 0x5, 0x11b536a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:367 +0xfe8
goroutine 29 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11ad9c60, 0x83bde8, 0x5, 0x11b536c0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:368 +0x1018
goroutine 30 [select]:
github.com/hashicorp/serf/serf.(*serfQueries).stream(0x11b53d40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:80 +0x195
created by github.com/hashicorp/serf/serf.newSerfQueries
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:73 +0x83
goroutine 31 [select]:
github.com/hashicorp/serf/serf.(*Snapshotter).stream(0x11b638c0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:172 +0x509
created by github.com/hashicorp/serf/serf.NewSnapshotter
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:120 +0x3be
goroutine 32 [IO wait]:
net.runtime_pollWait(0x26dd00, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af98b0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af9818, 0x849128, 0x8, 0x11b44ab0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11af97e0, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b441f0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0x11add800)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:164 +0x2d
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:117 +0x74a
goroutine 33 [IO wait]:
net.runtime_pollWait(0x26dc94, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af9990, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af98f8, 0x850cc8, 0xb, 0x9155b4, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).ReadFrom(0x11af98c0, 0x11b7d000, 0x10000, 0x10000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:477 +0x13a
net.(_UDPConn).ReadFromUDP(0x11b44230, 0x11b7d000, 0x10000, 0x10000, 0x41c286, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:67 +0xd4
net.(_UDPConn).ReadFrom(0x11b44230, 0x11b7d000, 0x10000, 0x10000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:82 +0xc1
github.com/hashicorp/memberlist.(_Memberlist).udpListen(0x11add800)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:226 +0x247
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:118 +0x761
goroutine 34 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11add800, 0x2a05f200, 0x1, 0x11b52ec0, 0x11b60e40, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:70 +0x127
goroutine 35 [select]:
github.com/hashicorp/memberlist.(_Memberlist).pushPullTrigger(0x11add800, 0x11b60e40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:131 +0x180
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:76 +0x1db
goroutine 36 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11add800, 0x1dcd6500, 0x0, 0x11b52f00, 0x11b60e40, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:82 +0x279
goroutine 37 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReap(0x11b65000)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1333 +0x189
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:364 +0xf77
goroutine 38 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0x11b65000)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1349 +0xb7
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:365 +0xf8e
goroutine 39 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b65000, 0x83a998, 0x6, 0x11b53f40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:366 +0xfbb
goroutine 40 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b65000, 0x839f18, 0x5, 0x11b53f60)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:367 +0xfe8
goroutine 41 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b65000, 0x83bde8, 0x5, 0x11b53f80)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:368 +0x1018
goroutine 42 [IO wait]:
net.runtime_pollWait(0x26deb0, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af9df0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af9d58, 0x849128, 0x8, 0x11bcfb70, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11af9d20, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b44368, 0x11c46320, 0x3, 0x3)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
net.(_TCPListener).Accept(0x11b44368, 0x3, 0x3, 0x3f800000, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:243 +0x2a
github.com/hashicorp/consul/consul.(_Server).listen(0x11afc580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/rpc.go:47 +0x36
created by github.com/hashicorp/consul/consul.NewServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:213 +0x849
goroutine 43 [IO wait]:
net.runtime_pollWait(0x26dc28, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af91b0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af9118, 0x849128, 0x8, 0x11b44ac0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11af90e0, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b445a0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
net.(_TCPListener).Accept(0x11b445a0, 0x0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:243 +0x2a
github.com/hashicorp/consul/command/agent.(_AgentRPC).listen(0x11b60f30)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/rpc.go:251 +0x30
created by github.com/hashicorp/consul/command/agent.NewAgentRPC
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/rpc.go:219 +0x182
goroutine 44 [IO wait]:
net.runtime_pollWait(0x26dbbc, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11af9290, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11af91f8, 0x849128, 0x8, 0x11c6fa00, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11af91c0, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b44600, 0x5037c5, 0x5ab09f50, 0x5037c5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
net.(_TCPListener).Accept(0x11b44600, 0x26ea50, 0x11c6f9c8, 0x11c8b140, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:243 +0x2a
net/http.(_Server).Serve(0x11b60330, 0x26df40, 0x11b44600, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1622 +0x77
net/http.Serve(0x26df40, 0x11b44600, 0x26ea08, 0x11b53520, 0x26df40, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1561 +0x64
created by github.com/hashicorp/consul/command/agent.NewHTTPServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/http.go:50 +0x1bf
goroutine 45 [IO wait]:
net.runtime_pollWait(0x26d934, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8d6f0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11b8d658, 0x850cc8, 0xb, 0x9155b4, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).ReadFrom(0x11b8d620, 0x11ba4000, 0xffff, 0xffff, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:477 +0x13a
net.(_UDPConn).ReadFromUDP(0x11b44b18, 0x11ba4000, 0xffff, 0xffff, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:67 +0xd4
github.com/miekg/dns.(_Server).readUDP(0x11b41880, 0x11b44b18, 0x77359400, 0x0, 0x11b44a08, ...)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:390 +0x76
github.com/miekg/dns.(_Server).serveUDP(0x11b41880, 0x11b44b18, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:289 +0xe4
github.com/miekg/dns.(*Server).ListenAndServe(0x11b41880, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:245 +0x307
github.com/hashicorp/consul/command/agent.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:85 +0x36
created by github.com/hashicorp/consul/command/agent.NewDNSServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:88 +0x4fc
goroutine 46 [IO wait]:
net.runtime_pollWait(0x26d8c8, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8d7d0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11b8d738, 0x849128, 0x8, 0x11b44b38, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b8d700, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b44b30, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
github.com/miekg/dns.(_Server).serveTCP(0x11b52f40, 0x11b44b30, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:263 +0xba
github.com/miekg/dns.(_Server).ListenAndServe(0x11b52f40, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:235 +0x15a
github.com/hashicorp/consul/command/agent.func·009()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:92 +0x36
created by github.com/hashicorp/consul/command/agent.NewDNSServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:95 +0x56b
goroutine 52 [chan receive]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).check(0x11b41700)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:143 +0x3bd
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11b41700)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:99 +0x7c
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 865 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 53 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11b41780)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 54 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11b418c0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 55 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11b419c0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 56 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11b41a40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 57 [select]:
github.com/hashicorp/consul/command/agent.(_localState).antiEntropy(0x11b09a28, 0x11b3ded0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/local.go:274 +0x225
created by github.com/hashicorp/consul/command/agent.(_Agent).StartSync
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/agent.go:354 +0x42
goroutine 79 [IO wait]:
net.runtime_pollWait(0x26d640, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8ddf0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11b8dd58, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11b8dd20, 0x11bbf000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11ad0dc0, 0x11bbf000, 0x1000, 0x1000, 0x51, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
net/http.(_liveSwitchReader).Read(0x11bf94c4, 0x11bbf000, 0x1000, 0x1000, 0x11b60fc0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:204 +0x88
io.(_LimitedReader).Read(0x11c0a9c0, 0x11bbf000, 0x1000, 0x1000, 0x11add008, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:398 +0xc7
bufio.(_Reader).fill(0x11bd0960)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadSlice(0x11bd0960, 0x11b8dd0a, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:274 +0x174
bufio.(_Reader).ReadLine(0x11bd0960, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:305 +0x5c
net/textproto.(_Reader).readLineSlice(0x11b53a60, 0x264000, 0x73e8a0, 0x5acc7df0, 0x42019d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:55 +0x50
net/textproto.(_Reader).ReadLine(0x11b53a60, 0x11c5f310, 0x5acc7e00, 0x11c08000, 0x4826d5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:36 +0x2a
net/http.ReadRequest(0x11bd0960, 0x11c5f310, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/request.go:526 +0x6a
net/http.(_conn).readRequest(0x11bf94b0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:575 +0x195
net/http.(_conn).serve(0x11bf94b0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1123 +0x34d
created by net/http.(_Server).Serve
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1644 +0x265
goroutine 898 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 506 [select]:
github.com/hashicorp/yamux.(_Stream).Read(0x11c610e0, 0x11c66000, 0x1000, 0x1000, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x293
bufio.(_Reader).fill(0x11c779f0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadByte(0x11c779f0, 0x11c7de84, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:183 +0x71
github.com/ugorji/go/codec.(_ioDecReader).readn1(0x11c730c0, 0x11add000)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:90 +0x36
github.com/ugorji/go/codec.(_msgpackDecDriver).initReadNext(0x11bdc1c0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/msgpack.go:540 +0x3c
github.com/ugorji/go/codec.(_Decoder).decode(0x11c77a20, 0x72eee0, 0x11c73540)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:635 +0x36
github.com/ugorji/go/codec.(_Decoder).Decode(0x11c77a20, 0x72eee0, 0x11c73540, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:630 +0x63
github.com/ugorji/go/codec.(_rpcCodec).read(0x11c77a50, 0x72eee0, 0x11c73540, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:88 +0xb3
github.com/ugorji/go/codec.(_goRpcCodec).ReadResponseHeader(0x11c77a50, 0x11c73540, 0x11c7efc0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:123 +0x41
net/rpc.(_Client).input(0x11e12e80)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:107 +0x95
created by net/rpc.NewClientWithCodec
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:199 +0x8a
goroutine 855 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 78 [IO wait]:
net.runtime_pollWait(0x26d6ac, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8dc30, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11b8db98, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11b8db60, 0x11bc4000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11ad0e20, 0x11bc4000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
net/http.(_liveSwitchReader).Read(0x11bf9514, 0x11bc4000, 0x1000, 0x1000, 0x2, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:204 +0x88
io.(_LimitedReader).Read(0x11c0a9f0, 0x11bc4000, 0x1000, 0x1000, 0x11add008, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:398 +0xc7
bufio.(_Reader).fill(0x11bd0990)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadSlice(0x11bd0990, 0x11b8db0a, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:274 +0x174
bufio.(_Reader).ReadLine(0x11bd0990, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:305 +0x5c
net/textproto.(_Reader).readLineSlice(0x11c7e340, 0x264000, 0x73e8a0, 0x5b3725f0, 0x42019d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:55 +0x50
net/textproto.(_Reader).ReadLine(0x11c7e340, 0x11c680e0, 0x5b372600, 0x11bbc000, 0x4826d5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:36 +0x2a
net/http.ReadRequest(0x11bd0990, 0x11c680e0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/request.go:526 +0x6a
net/http.(_conn).readRequest(0x11bf9500, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:575 +0x195
net/http.(_conn).serve(0x11bf9500)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1123 +0x34d
created by net/http.(_Server).Serve
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1644 +0x265
goroutine 77 [IO wait]:
net.runtime_pollWait(0x26da0c, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8d370, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11b8d2d8, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11b8d2a0, 0x11be2000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11ad0e80, 0x11be2000, 0x1000, 0x1000, 0xcb6d4b6b, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
net/http.(_liveSwitchReader).Read(0x11bf9564, 0x11be2000, 0x1000, 0x1000, 0xdd4810, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:204 +0x88
io.(_LimitedReader).Read(0x11c0aa20, 0x11be2000, 0x1000, 0x1000, 0x11add008, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:398 +0xc7
bufio.(_Reader).fill(0x11bd09c0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadSlice(0x11bd09c0, 0x11b8d30a, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:274 +0x174
bufio.(_Reader).ReadLine(0x11bd09c0, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:305 +0x5c
net/textproto.(_Reader).readLineSlice(0x11b53600, 0x264000, 0x73e8a0, 0x5b397df0, 0x42019d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:55 +0x50
net/textproto.(_Reader).ReadLine(0x11b53600, 0x11c68850, 0x5b397e00, 0x11beb800, 0x4826d5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:36 +0x2a
net/http.ReadRequest(0x11bd09c0, 0x11c68850, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/request.go:526 +0x6a
net/http.(_conn).readRequest(0x11bf9550, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:575 +0x195
net/http.(_conn).serve(0x11bf9550)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1123 +0x34d
created by net/http.(_Server).Serve
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1644 +0x265
goroutine 877 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 852 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 883 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 886 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 874 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 901 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 125 [IO wait]:
net.runtime_pollWait(0x26d4fc, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11c7d0d0, 0x72, 0x26c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11b44348, 0x11c7d038, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11c7d000, 0x11c82000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11c6ff20, 0x11c82000, 0x1000, 0x1000, 0x2f, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
bufio.(_Reader).fill(0x11c87e70)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).Read(0x11c87e70, 0x11c74ea0, 0xc, 0xc, 0xc, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:159 +0x137
io.ReadAtLeast(0x26ead0, 0x11c87e70, 0x11c74ea0, 0xc, 0xc, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:288 +0xaf
io.ReadFull(0x26ead0, 0x11c87e70, 0x11c74ea0, 0xc, 0xc, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:306 +0x5e
github.com/hashicorp/yamux.(*Session).recv(0x11c80000)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:332 +0x9d
created by github.com/hashicorp/yamux.newSession
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:93 +0x1f9
goroutine 110 [runnable]:
github.com/hashicorp/raft.(_NetworkTransport).handleCommand(0x11b41f80, 0x11c3fb40, 0x11c3fae0, 0x11bf54c0, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:426 +0x2b5
github.com/hashicorp/raft.(_NetworkTransport).handleConn(0x11b41f80, 0x26ea50, 0x11c4a0b0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:363 +0x1b5
created by github.com/hashicorp/raft.(*NetworkTransport).listen
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:350 +0x210
goroutine 858 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 118 [select]:
github.com/hashicorp/raft.(_NetworkTransport).handleCommand(0x11b41f80, 0x11c606f0, 0x11c60750, 0x11c16440, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:419 +0x310
github.com/hashicorp/raft.(_NetworkTransport).handleConn(0x11b41f80, 0x26ea50, 0x11bcfb60)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:363 +0x1b5
created by github.com/hashicorp/raft.(*NetworkTransport).listen
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:350 +0x210
goroutine 880 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 126 [select]:
github.com/hashicorp/yamux.(*Session).send(0x11c80000)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:290 +0x377
created by github.com/hashicorp/yamux.newSession
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:94 +0x20e
goroutine 127 [select]:
github.com/hashicorp/yamux.(*Session).keepalive(0x11c80000)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:246 +0xb4
created by github.com/hashicorp/yamux.newSession
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:96 +0x230
goroutine 128 [select]:
github.com/hashicorp/yamux.(_Stream).Read(0x11c7d540, 0x11c78000, 0x1000, 0x1000, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x293
bufio.(_Reader).fill(0x11c87d80)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadByte(0x11c87d80, 0x5b905680, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:183 +0x71
github.com/ugorji/go/codec.(_ioDecReader).readn1(0x11c7e960, 0x11add000)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:90 +0x36
github.com/ugorji/go/codec.(_msgpackDecDriver).initReadNext(0x11c74e50)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/msgpack.go:540 +0x3c
github.com/ugorji/go/codec.(_Decoder).decode(0x11c87d50, 0x72eee0, 0x11c7e480)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:635 +0x36
github.com/ugorji/go/codec.(_Decoder).Decode(0x11c87d50, 0x72eee0, 0x11c7e480, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:630 +0x63
github.com/ugorji/go/codec.(_rpcCodec).read(0x11c87d20, 0x72eee0, 0x11c7e480, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:88 +0xb3
github.com/ugorji/go/codec.(_goRpcCodec).ReadResponseHeader(0x11c87d20, 0x11c7e480, 0xdd46ac, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:123 +0x41
net/rpc.(_Client).input(0x11c81e80)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:107 +0x95
created by net/rpc.NewClientWithCodec
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:199 +0x8a
goroutine 899 [syscall]:
syscall.Syscall6(0x76b57548, 0x5, 0x3d8, 0x11c17000, 0x8000, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/syscall_windows.goc:77 +0x4b
syscall.ReadFile(0x3d8, 0x11c17000, 0x8000, 0x8000, 0x11bcf910, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/syscall/zsyscall_windows_386.go:267 +0xa2
syscall.Read(0x3d8, 0x11c17000, 0x8000, 0x8000, 0x74d220, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/syscall/syscall_windows.go:266 +0x72
os.(_File).read(0x11bcf888, 0x11c17000, 0x8000, 0x8000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/file_windows.go:297 +0xe9
os.(_File).Read(0x11bcf888, 0x11c17000, 0x8000, 0x8000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/file.go:95 +0x78
io.Copy(0x26ed88, 0x11bd0ea0, 0x26ce50, 0x11bcf888, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:352 +0x176
os/exec.func·003(0x449c45, 0x449c45)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/exec/exec.go:208 +0x55
os/exec.func·004(0x11c0ac20)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/exec/exec.go:277 +0x2d
created by os/exec.(*Cmd).Start
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/exec/exec.go:278 +0x677
goroutine 900 [syscall]:
syscall.Syscall(0x76b572d8, 0x2, 0x27c, 0xffffffff, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/syscall_windows.goc:60 +0x4b
syscall.WaitForSingleObject(0x27c, 0xffffffff, 0x8000, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/syscall/zsyscall_windows_386.go:674 +0x68
os.(_Process).wait(0x11c0a000, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/exec_windows.go:16 +0x4d
os.(_Process).Wait(0x11c0a000, 0x11caa000, 0x11c81700, 0x5b38b794)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/doc.go:43 +0x2a
os/exec.(_Cmd).Wait(0x11c7af00, 0x0, 0x4184d0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/exec/exec.go:311 +0x127
github.com/hashicorp/consul/command/agent.func·004()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:137 +0x2f
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:138 +0x377
goroutine 895 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 861 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
panic: log not found
goroutine 12 [running]:
runtime.panic(0x7c3720, 0x11b409a0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/panic.c:266 +0xa6
github.com/hashicorp/raft.(_Raft).processLogs(0x11b49b40, 0x20, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:997 +0x2fe
github.com/hashicorp/raft.(_Raft).appendEntries(0x11b49b40, 0x72bba0, 0x11c60540, 0x0, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:1200 +0x87a
github.com/hashicorp/raft.(_Raft).processRPC(0x11b49b40, 0x72bba0, 0x11c60540, 0x0, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:1105 +0x146
github.com/hashicorp/raft.(_Raft).runFollower(0x11b49b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:551 +0x123
github.com/hashicorp/raft.(_Raft).run(0x11b49b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:534 +0x85
github.com/hashicorp/raft._Raft.(github.com/hashicorp/raft.run)·fm()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:225 +0x26
github.com/hashicorp/raft.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:152 +0x46
created by github.com/hashicorp/raft.(*raftState).goFunc
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:153 +0x8c
goroutine 1 [select]:
github.com/hashicorp/consul/command/agent.(_Command).handleSignals(0x11b445f0, 0x11bafdc0, 0x2a)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/command.go:388 +0x615
github.com/hashicorp/consul/command/agent.(_Command).Run(0x11b445f0, 0x11b43290, 0x6, 0x6, 0x0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/command.go:377 +0x1071
github.com/mitchellh/cli.(*CLI).Run(0x11b43480, 0x11b43480, 0x11b40af8, 0x9)
c:/Users/Mitchell/code/go/src/github.com/mitchellh/cli/cli.go:69 +0x1d9
main.realMain(0x402255)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/main.go:37 +0x202
main.main()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/main.go:12 +0x20
goroutine 3 [syscall]:
runtime.goexit()
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/proc.c:1394
goroutine 4 [syscall]:
os/signal.loop()
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/signal/signal_unix.go:21 +0x20
created by os/signal.init·1
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/signal/signal_unix.go:27 +0x33
goroutine 7 [select]:
github.com/armon/go-metrics.(*InmemSignal).run(0x11bacdb0)
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/inmem_signal.go:63 +0x9a
created by github.com/armon/go-metrics.NewInmemSignal
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/inmem_signal.go:37 +0x127
goroutine 8 [sleep]:
time.Sleep(0x3b9aca00, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/armon/go-metrics.(*Metrics).collectStats(0x11bace70)
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/metrics.go:67 +0x34
created by github.com/armon/go-metrics.New
c:/Users/Mitchell/code/go/src/github.com/armon/go-metrics/start.go:61 +0x81
goroutine 10 [select]:
github.com/hashicorp/consul/consul.(*ConnPool).reap(0x11bb90f0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/pool.go:356 +0x358
created by github.com/hashicorp/consul/consul.NewPool
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/pool.go:154 +0xe1
goroutine 11 [select]:
github.com/hashicorp/consul/consul.(_RaftLayer).Accept(0x11bb6700, 0x39e628, 0x11c42698, 0x32197fb0, 0x2)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/raft_rpc.go:56 +0xee
github.com/hashicorp/raft.(_NetworkTransport).listen(0x11bb0080)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:339 +0x30
created by github.com/hashicorp/raft.NewNetworkTransport
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:135 +0x18d
goroutine 13 [runnable]:
github.com/hashicorp/raft.(_Raft).runFSM(0x11b49b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:452 +0x963
github.com/hashicorp/raft._Raft.(github.com/hashicorp/raft.runFSM)·fm()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:226 +0x26
github.com/hashicorp/raft.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:152 +0x46
created by github.com/hashicorp/raft.(*raftState).goFunc
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:153 +0x8c
goroutine 14 [select]:
github.com/hashicorp/raft.(_Raft).runSnapshots(0x11b49b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:1484 +0x2a0
github.com/hashicorp/raft._Raft.(github.com/hashicorp/raft.runSnapshots)·fm()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/raft.go:227 +0x26
github.com/hashicorp/raft.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:152 +0x46
created by github.com/hashicorp/raft.(*raftState).goFunc
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/state.go:153 +0x8c
goroutine 15 [select]:
github.com/hashicorp/consul/consul.(_Server).monitorLeadership(0x11b6c580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/leader.go:30 +0x163
created by github.com/hashicorp/consul/consul.(_Server).setupRaft
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:327 +0x5c7
goroutine 16 [select]:
github.com/hashicorp/consul/consul.(*Server).lanEventHandler(0x11b6c580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/serf.go:17 +0x2fc
created by github.com/hashicorp/consul/consul.NewServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:193 +0x5c1
goroutine 17 [select]:
github.com/hashicorp/consul/consul.(*Server).wanEventHandler(0x11b6c580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/serf.go:49 +0x20f
created by github.com/hashicorp/consul/consul.NewServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:194 +0x5d6
goroutine 18 [select]:
github.com/hashicorp/serf/serf.(*serfQueries).stream(0x11b787e0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:80 +0x195
created by github.com/hashicorp/serf/serf.newSerfQueries
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:73 +0x83
goroutine 19 [select]:
github.com/hashicorp/serf/serf.(*Snapshotter).stream(0x11bb4d90)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:172 +0x509
created by github.com/hashicorp/serf/serf.NewSnapshotter
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:120 +0x3be
goroutine 20 [IO wait]:
net.runtime_pollWait(0x39de44, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b69ed0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69e38, 0x849128, 0x8, 0x11d20608, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b69e00, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11bb5cb0, 0x11d205f8, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0x11b4d600)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:164 +0x2d
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:117 +0x74a
goroutine 21 [IO wait]:
net.runtime_pollWait(0x39ddd8, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b69fb0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69f18, 0x850cc8, 0xb, 0x9155b4, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).ReadFrom(0x11b69ee0, 0x11bd7000, 0x10000, 0x10000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:477 +0x13a
net.(_UDPConn).ReadFromUDP(0x11bb5cd0, 0x11bd7000, 0x10000, 0x10000, 0xcb6d4cb5, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:67 +0xd4
net.(_UDPConn).ReadFrom(0x11bb5cd0, 0x11bd7000, 0x10000, 0x10000, 0xcb6d4cb5, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:82 +0xc1
github.com/hashicorp/memberlist.(_Memberlist).udpListen(0x11b4d600)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:226 +0x247
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:118 +0x761
goroutine 22 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11b4d600, 0x3b9aca00, 0x0, 0x11b43600, 0x11bac8d0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:70 +0x127
goroutine 23 [select]:
github.com/hashicorp/memberlist.(_Memberlist).pushPullTrigger(0x11b4d600, 0x11bac8d0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:131 +0x180
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:76 +0x1db
goroutine 24 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11b4d600, 0xbebc200, 0x0, 0x11b43640, 0x11bac8d0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:82 +0x279
goroutine 25 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReap(0x11b49c60)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1333 +0x189
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:364 +0xf77
goroutine 26 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0x11b49c60)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1349 +0xb7
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:365 +0xf8e
goroutine 27 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b49c60, 0x83a998, 0x6, 0x11b78b00)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:366 +0xfbb
goroutine 28 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b49c60, 0x839f18, 0x5, 0x11b78b20)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:367 +0xfe8
goroutine 29 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b49c60, 0x83bde8, 0x5, 0x11b78b40)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:368 +0x1018
goroutine 53 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11c2f680)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 31 [select]:
github.com/hashicorp/serf/serf.(*serfQueries).stream(0x11bc31a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:80 +0x195
created by github.com/hashicorp/serf/serf.newSerfQueries
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/internal_query.go:73 +0x83
goroutine 32 [select]:
github.com/hashicorp/serf/serf.(*Snapshotter).stream(0x11b88000)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:172 +0x509
created by github.com/hashicorp/serf/serf.NewSnapshotter
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/snapshot.go:120 +0x3be
goroutine 33 [IO wait]:
net.runtime_pollWait(0x39dd6c, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b69b50, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69ab8, 0x849128, 0x8, 0x11b40f80, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b69a80, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11bb5070, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0x11b4d780)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:164 +0x2d
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:117 +0x74a
goroutine 34 [IO wait]:
net.runtime_pollWait(0x39dd00, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b69d10, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69c78, 0x850cc8, 0xb, 0x9155b4, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).ReadFrom(0x11b69c40, 0x11be7000, 0x10000, 0x10000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:477 +0x13a
net.(_UDPConn).ReadFromUDP(0x11bb5090, 0x11be7000, 0x10000, 0x10000, 0x41c286, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:67 +0xd4
net.(_UDPConn).ReadFrom(0x11bb5090, 0x11be7000, 0x10000, 0x10000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:82 +0xc1
github.com/hashicorp/memberlist.(_Memberlist).udpListen(0x11b4d780)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/net.go:226 +0x247
created by github.com/hashicorp/memberlist.newMemberlist
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/memberlist.go:118 +0x761
goroutine 35 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11b4d780, 0x2a05f200, 0x1, 0x11b43a80, 0x11b425a0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:70 +0x127
goroutine 36 [select]:
github.com/hashicorp/memberlist.(_Memberlist).pushPullTrigger(0x11b4d780, 0x11b425a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:131 +0x180
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:76 +0x1db
goroutine 37 [select]:
github.com/hashicorp/memberlist.(_Memberlist).triggerFunc(0x11b4d780, 0x1dcd6500, 0x0, 0x11b43ac0, 0x11b425a0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:104 +0x11a
created by github.com/hashicorp/memberlist.(_Memberlist).schedule
c:/Users/Mitchell/code/go/src/github.com/hashicorp/memberlist/state.go:82 +0x279
goroutine 38 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReap(0x11b49d80)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1333 +0x189
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:364 +0xf77
goroutine 39 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0x11b49d80)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1349 +0xb7
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:365 +0xf8e
goroutine 40 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b49d80, 0x83a998, 0x6, 0x11bc3200)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:366 +0xfbb
goroutine 41 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b49d80, 0x839f18, 0x5, 0x11bc3220)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:367 +0xfe8
goroutine 42 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0x11b49d80, 0x83bde8, 0x5, 0x11bc3240)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:1439 +0x328
created by github.com/hashicorp/serf/serf.Create
c:/Users/Mitchell/code/go/src/github.com/hashicorp/serf/serf/serf.go:368 +0x1018
goroutine 54 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11c2f700)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 44 [IO wait]:
net.runtime_pollWait(0x39deb0, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b69df0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69d58, 0x849128, 0x8, 0x11c426b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b69d20, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11bb5368, 0x11c66840, 0x3, 0x3)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
net.(_TCPListener).Accept(0x11bb5368, 0x3, 0x3, 0x3f800000, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:243 +0x2a
github.com/hashicorp/consul/consul.(_Server).listen(0x11b6c580)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/rpc.go:47 +0x36
created by github.com/hashicorp/consul/consul.NewServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/consul/server.go:213 +0x849
goroutine 45 [IO wait]:
net.runtime_pollWait(0x39dc94, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b696f0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69658, 0x849128, 0x8, 0x11b40f98, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b69620, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b40500, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
net.(_TCPListener).Accept(0x11b40500, 0x0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:243 +0x2a
github.com/hashicorp/consul/command/agent.(_AgentRPC).listen(0x11b42f30)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/rpc.go:251 +0x30
created by github.com/hashicorp/consul/command/agent.NewAgentRPC
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/rpc.go:219 +0x182
goroutine 46 [IO wait]:
net.runtime_pollWait(0x39dc28, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b697d0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b69738, 0x849128, 0x8, 0x11d017b8, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b69700, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b40580, 0x5037c5, 0x5ac40750, 0x5037c5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
net.(_TCPListener).Accept(0x11b40580, 0x39e628, 0x11d017e8, 0x11c4f280, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:243 +0x2a
net/http.(_Server).Serve(0x11bd1810, 0x39df40, 0x11b40580, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1622 +0x77
net/http.Serve(0x39df40, 0x11b40580, 0x39e508, 0x11bc36e0, 0x39df40, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1561 +0x64
created by github.com/hashicorp/consul/command/agent.NewHTTPServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/http.go:50 +0x1bf
goroutine 47 [IO wait]:
net.runtime_pollWait(0x39d934, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8d610, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b8d578, 0x850cc8, 0xb, 0x9155b4, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).ReadFrom(0x11b8d540, 0x11c31000, 0xffff, 0xffff, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:477 +0x13a
net.(_UDPConn).ReadFromUDP(0x11b40fb8, 0x11c31000, 0xffff, 0xffff, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/udpsock_posix.go:67 +0xd4
github.com/miekg/dns.(_Server).readUDP(0x11b43b00, 0x11b40fb8, 0x77359400, 0x0, 0x11b40d80, ...)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:390 +0x76
github.com/miekg/dns.(_Server).serveUDP(0x11b43b00, 0x11b40fb8, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:289 +0xe4
github.com/miekg/dns.(*Server).ListenAndServe(0x11b43b00, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:245 +0x307
github.com/hashicorp/consul/command/agent.func·008()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:85 +0x36
created by github.com/hashicorp/consul/command/agent.NewDNSServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:88 +0x4fc
goroutine 48 [IO wait]:
net.runtime_pollWait(0x39d8c8, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8d6f0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b8d658, 0x849128, 0x8, 0x11b40fd8, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).accept(0x11b8d620, 0x915bac, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:546 +0x374
net.(_TCPListener).AcceptTCP(0x11b40fd0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/tcpsock_posix.go:233 +0x43
github.com/miekg/dns.(_Server).serveTCP(0x11b43b40, 0x11b40fd0, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:263 +0xba
github.com/miekg/dns.(_Server).ListenAndServe(0x11b43b40, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/miekg/dns/server.go:235 +0x15a
github.com/hashicorp/consul/command/agent.func·009()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:92 +0x36
created by github.com/hashicorp/consul/command/agent.NewDNSServer
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/dns.go:95 +0x56b
goroutine 52 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11c2f600)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 55 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11c2f780)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 56 [select]:
github.com/hashicorp/consul/command/agent.(_CheckMonitor).run(0x11c2f800)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:97 +0xd1
created by github.com/hashicorp/consul/command/agent.(_CheckMonitor).Start
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:80 +0x95
goroutine 57 [select]:
github.com/hashicorp/consul/command/agent.(_localState).antiEntropy(0x11bb40f8, 0x11baced0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/local.go:274 +0x225
created by github.com/hashicorp/consul/command/agent.(_Agent).StartSync
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/agent.go:354 +0x42
goroutine 97 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 146 [select]:
github.com/hashicorp/raft.(_NetworkTransport).handleCommand(0x11bb0080, 0x11c51d20, 0x11c51d80, 0x11c50300, 0x11c50300, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:419 +0x310
github.com/hashicorp/raft.(_NetworkTransport).handleConn(0x11bb0080, 0x39e628, 0x11c42698)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:363 +0x1b5
created by github.com/hashicorp/raft.(*NetworkTransport).listen
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:350 +0x210
goroutine 79 [select]:
github.com/hashicorp/yamux.(*Session).keepalive(0x11c718a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:246 +0xb4
created by github.com/hashicorp/yamux.newSession
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:96 +0x230
goroutine 78 [select]:
github.com/hashicorp/yamux.(*Session).send(0x11c718a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:290 +0x377
created by github.com/hashicorp/yamux.newSession
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:94 +0x20e
goroutine 125 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 77 [IO wait]:
net.runtime_pollWait(0x39d784, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11c640d0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11c64038, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11c64000, 0x11c6b000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11c427e0, 0x11c6b000, 0x1000, 0x1000, 0x2d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
bufio.(_Reader).fill(0x11c51720)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).Read(0x11c51720, 0x11b8e080, 0xc, 0xc, 0xc, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:159 +0x137
io.ReadAtLeast(0x39e7e0, 0x11c51720, 0x11b8e080, 0xc, 0xc, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:288 +0xaf
io.ReadFull(0x39e7e0, 0x11c51720, 0x11b8e080, 0xc, 0xc, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:306 +0x5e
github.com/hashicorp/yamux.(*Session).recv(0x11c718a0)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:332 +0x9d
created by github.com/hashicorp/yamux.newSession
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/session.go:93 +0x1f9
goroutine 134 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 91 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 80 [select]:
github.com/hashicorp/yamux.(_Stream).Read(0x11c647e0, 0x11cb5000, 0x1000, 0x1000, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x293
bufio.(_Reader).fill(0x11c51810)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadByte(0x11c51810, 0x5aee1680, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:183 +0x71
github.com/ugorji/go/codec.(_ioDecReader).readn1(0x11c66f60, 0x11b4d000)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:90 +0x36
github.com/ugorji/go/codec.(_msgpackDecDriver).initReadNext(0x11b8e0c0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/msgpack.go:540 +0x3c
github.com/ugorji/go/codec.(_Decoder).decode(0x11c51840, 0x72eee0, 0x11c413c0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:635 +0x36
github.com/ugorji/go/codec.(_Decoder).Decode(0x11c51840, 0x72eee0, 0x11c413c0, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:630 +0x63
github.com/ugorji/go/codec.(_rpcCodec).read(0x11c51870, 0x72eee0, 0x11c413c0, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:88 +0xb3
github.com/ugorji/go/codec.(_goRpcCodec).ReadResponseHeader(0x11c51870, 0x11c413c0, 0xdd46ac, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:123 +0x41
net/rpc.(_Client).input(0x11c605c0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:107 +0x95
created by net/rpc.NewClientWithCodec
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:199 +0x8a
goroutine 74 [runnable]:
github.com/hashicorp/raft.(_NetworkTransport).handleCommand(0x11bb0080, 0x11c6cd50, 0x11c6cdb0, 0x11c6ff40, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:426 +0x2b5
github.com/hashicorp/raft.(_NetworkTransport).handleConn(0x11bb0080, 0x39e628, 0x11c42968)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:363 +0x1b5
created by github.com/hashicorp/raft.(*NetworkTransport).listen
c:/Users/Mitchell/code/go/src/github.com/hashicorp/raft/net_transport.go:350 +0x210
goroutine 94 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 131 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 100 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 101 [IO wait]:
net.runtime_pollWait(0x39d568, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11b8da70, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11b8d9d8, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11b8d9a0, 0x11c18000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11b7b308, 0x11c18000, 0x1000, 0x1000, 0xcb6d4ca0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
net/http.(_liveSwitchReader).Read(0x11ca1ec4, 0x11c18000, 0x1000, 0x1000, 0xdd4810, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:204 +0x88
io.(_LimitedReader).Read(0x11d80760, 0x11c18000, 0x1000, 0x1000, 0x11b4d008, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:398 +0xc7
bufio.(_Reader).fill(0x11bd1540)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadSlice(0x11bd1540, 0x11b8da0a, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:274 +0x174
bufio.(_Reader).ReadLine(0x11bd1540, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:305 +0x5c
net/textproto.(_Reader).readLineSlice(0x11c9d760, 0x394000, 0x73e8a0, 0x5b8155f0, 0x42019d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:55 +0x50
net/textproto.(_Reader).ReadLine(0x11c9d760, 0x11c6d4d0, 0x5b815600, 0x11cc0800, 0x4826d5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:36 +0x2a
net/http.ReadRequest(0x11bd1540, 0x11c6d4d0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/request.go:526 +0x6a
net/http.(_conn).readRequest(0x11ca1eb0, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:575 +0x195
net/http.(_conn).serve(0x11ca1eb0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1123 +0x34d
created by net/http.(_Server).Serve
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1644 +0x265
goroutine 102 [IO wait]:
net.runtime_pollWait(0x39dbbc, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11c641b0, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11c64118, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11c640e0, 0x11b79000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11b7b368, 0x11b79000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
net/http.(_liveSwitchReader).Read(0x11ca1e74, 0x11b79000, 0x1000, 0x1000, 0x426200, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:204 +0x88
io.(_LimitedReader).Read(0x11d80790, 0x11b79000, 0x1000, 0x1000, 0x11b4d008, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:398 +0xc7
bufio.(_Reader).fill(0x11bb9270)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadSlice(0x11bb9270, 0x11c6410a, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:274 +0x174
bufio.(_Reader).ReadLine(0x11bb9270, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:305 +0x5c
net/textproto.(_Reader).readLineSlice(0x11c9d820, 0x394000, 0x73e8a0, 0x5b812df0, 0x42019d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:55 +0x50
net/textproto.(_Reader).ReadLine(0x11c9d820, 0x11bb4bd0, 0x5b812e00, 0x11c65800, 0x4826d5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:36 +0x2a
net/http.ReadRequest(0x11bb9270, 0x11bb4bd0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/request.go:526 +0x6a
net/http.(_conn).readRequest(0x11ca1e60, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:575 +0x195
net/http.(_conn).serve(0x11ca1e60)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1123 +0x34d
created by net/http.(_Server).Serve
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1644 +0x265
goroutine 103 [IO wait]:
net.runtime_pollWait(0x39d6ac, 0x72, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/netpoll.goc:116 +0x60
net.(_pollDesc).Wait(0x11c64990, 0x72, 0x39c758, 0x3e5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(_ioSrv).ExecIO(0x11bb5348, 0x11c648f8, 0x83d298, 0x7, 0x9155b0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:188 +0x19d
net.(_netFD).Read(0x11c648c0, 0x11b7d000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/fd_windows.go:451 +0xe7
net.(_conn).Read(0x11b7b3c0, 0x11b7d000, 0x1000, 0x1000, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/net.go:122 +0xaa
net/http.(_liveSwitchReader).Read(0x11ca1e24, 0x11b7d000, 0x1000, 0x1000, 0x2, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:204 +0x88
io.(_LimitedReader).Read(0x11d807c0, 0x11b7d000, 0x1000, 0x1000, 0x11b4d008, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/io/io.go:398 +0xc7
bufio.(_Reader).fill(0x11bb9780)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadSlice(0x11bb9780, 0x11c6490a, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:274 +0x174
bufio.(_Reader).ReadLine(0x11bb9780, 0x0, 0x0, 0x0, 0x0, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:305 +0x5c
net/textproto.(_Reader).readLineSlice(0x11d145a0, 0x394000, 0x73e8a0, 0x5b8105f0, 0x42019d, ...)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:55 +0x50
net/textproto.(_Reader).ReadLine(0x11d145a0, 0x11c6d380, 0x5b810600, 0x11c2c000, 0x4826d5)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/textproto/reader.go:36 +0x2a
net/http.ReadRequest(0x11bb9780, 0x11c6d380, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/request.go:526 +0x6a
net/http.(_conn).readRequest(0x11ca1e10, 0x0, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:575 +0x195
net/http.(_conn).serve(0x11ca1e10)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1123 +0x34d
created by net/http.(_Server).Serve
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/http/server.go:1644 +0x265
goroutine 128 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 109 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 112 [select]:
github.com/hashicorp/yamux.(_Stream).Read(0x11b86d20, 0x11d1c000, 0x1000, 0x1000, 0x0, ...)
c:/Users/Mitchell/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x293
bufio.(_Reader).fill(0x11bb9c60)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:91 +0xe0
bufio.(_Reader).ReadByte(0x11bb9c60, 0x84, 0x0, 0x0)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/bufio/bufio.go:183 +0x71
github.com/ugorji/go/codec.(_ioDecReader).readn1(0x11d14940, 0x11b4d000)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:90 +0x36
github.com/ugorji/go/codec.(_msgpackDecDriver).initReadNext(0x11d17ea0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/msgpack.go:540 +0x3c
github.com/ugorji/go/codec.(_Decoder).decode(0x11bac000, 0x72eee0, 0x11d1d0c0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:635 +0x36
github.com/ugorji/go/codec.(_Decoder).Decode(0x11bac000, 0x72eee0, 0x11d1d0c0, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/decode.go:630 +0x63
github.com/ugorji/go/codec.(_rpcCodec).read(0x11bac030, 0x72eee0, 0x11d1d0c0, 0x0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:88 +0xb3
github.com/ugorji/go/codec.(_goRpcCodec).ReadResponseHeader(0x11bac030, 0x11d1d0c0, 0x11d149e0, 0x0)
c:/Users/Mitchell/code/go/src/github.com/ugorji/go/codec/rpc.go:123 +0x41
net/rpc.(_Client).input(0x11c2fd40)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:107 +0x95
created by net/rpc.NewClientWithCodec
C:/Users/Mitchell/code/3rdparty/go/src/pkg/net/rpc/client.go:199 +0x8a
goroutine 122 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 137 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
goroutine 119 [sleep]:
time.Sleep(0xfc23ac00, 0x6)
C:/Users/Mitchell/code/3rdparty/go/src/pkg/runtime/time.goc:31 +0x3b
github.com/hashicorp/consul/command/agent.func·005()
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:140 +0x3d
created by github.com/hashicorp/consul/command/agent.(*CheckMonitor).check
c:/Users/Mitchell/code/go/src/github.com/hashicorp/consul/command/agent/check.go:142 +0x3a5
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
... < continues every reboot of consul.
The text was updated successfully, but these errors were encountered: