Skip to content

Instantly share code, notes, and snippets.

@thijstriemstra
Created February 26, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thijstriemstra/2a18f6300f7ce4ba02f62f066ca82201 to your computer and use it in GitHub Desktop.
Save thijstriemstra/2a18f6300f7ce4ba02f62f066ca82201 to your computer and use it in GitHub Desktop.
lnd-segfault
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x76dedf70 m=2 sigcode=4294967290
goroutine 0 [idle]:
goroutine 1 [chan receive, 437 minutes]:
main.btcdMain(0x0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/btcd.go:170 +0x6dc
main.main()
/home/rpitest/go/src/github.com/roasbeef/btcd/btcd.go:330 +0xb0
goroutine 34 [syscall, 448 minutes]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:131 +0x134
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x14
created by os/signal.init.0
/usr/local/go/src/os/signal/signal_unix.go:28 +0x30
goroutine 6 [select, 448 minutes]:
main.interruptListener.func1(0x1160e100)
/home/rpitest/go/src/github.com/roasbeef/btcd/signal.go:31 +0xf8
created by main.interruptListener
/home/rpitest/go/src/github.com/roasbeef/btcd/signal.go:25 +0x4c
goroutine 22 [select, 448 minutes, locked to thread]:
runtime.gopark(0x698a88, 0x0, 0x543491, 0x6, 0x18, 0x1)
/usr/local/go/src/runtime/proc.go:287 +0xfc
runtime.selectgo(0x1199a7a0, 0x115181c0)
/usr/local/go/src/runtime/select.go:395 +0xed8
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal_unix.go:511 +0x1d8
runtime.goexit()
/usr/local/go/src/runtime/asm_arm.s:971 +0x4
goroutine 23 [select]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/util.(*BufferPool).drain(0x115d2160)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/util/buffer_pool.go:206 +0x120
created by github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/util.NewBufferPool
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/util/buffer_pool.go:237 +0x15c
goroutine 8 [select]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).compactionError(0x119ca000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:90 +0xb8
created by github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.openDB
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db.go:141 +0x414
goroutine 9 [select]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).mpoolDrain(0x119ca000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_state.go:97 +0xe4
created by github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.openDB
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db.go:142 +0x430
goroutine 10 [runnable]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.(*blockWriter).append(0x1ee9a228, 0x24bbf020, 0x2c, 0x30, 0x2657db9f, 0x1d, 0x1369)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table/writer.go:42 +0x3f8
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.(*Writer).Append(0x1ee9a200, 0x24bbf020, 0x2c, 0x30, 0x2657db9f, 0x1d, 0x1369, 0x24bbf020, 0x2c)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table/writer.go:247 +0x9c
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*tWriter).append(0x24570100, 0x24bbf020, 0x2c, 0x30, 0x2657db9f, 0x1d, 0x1369, 0x24bbf020, 0x32af78)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.go:488 +0xc8
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*tableCompactionBuilder).appendKV(0x25f352c0, 0x24bbf020, 0x2c, 0x30, 0x2657db9f, 0x1d, 0x1369, 0xffffffff, 0x1)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:396 +0x64
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*tableCompactionBuilder).run(0x25f352c0, 0x1eccfc60, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:514 +0x548
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).compactionTransact(0x119ca000, 0x547634, 0xb, 0x902db8, 0x25f352c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:185 +0x11c
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).tableCompaction(0x119ca000, 0x11588870, 0x24b5d000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:577 +0x520
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).tableAutoCompaction(0x119ca000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:633 +0x44
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).tCompaction(0x119ca000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:824 +0x294
created by github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.openDB
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db.go:148 +0x538
goroutine 11 [select, 448 minutes]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).mCompaction(0x119ca000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_compaction.go:751 +0x128
created by github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.openDB
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db.go:149 +0x554
goroutine 12 [select, 448 minutes]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).jWriter(0x119ca000)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_write.go:37 +0xdc
created by github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.openDB
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db.go:150 +0x570
goroutine 13 [chan receive, 437 minutes]:
main.newServer.func6(0x115d2210)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:2636 +0x2c
created by main.newServer
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:2635 +0x1724
goroutine 14 [select]:
main.(*server).peerHandler(0x115d2210)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1864 +0x3d0
created by main.(*server).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:2072 +0x138
goroutine 15 [select, 4 minutes]:
main.(*server).rebroadcastHandler(0x115d2210)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:2009 +0x148
created by main.(*server).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:2084 +0x1b4
goroutine 16 [IO wait, 437 minutes]:
internal/poll.runtime_pollWait(0x75524ec8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x44
internal/poll.(*pollDesc).wait(0x11644384, 0x72, 0x1199ce00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
internal/poll.(*pollDesc).waitRead(0x11644384, 0xffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c
internal/poll.(*FD).Accept(0x11644370, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x174
net.(*netFD).accept(0x11644370, 0x74a2f554, 0x0, 0x11501500)
/usr/local/go/src/net/fd_unix.go:238 +0x20
net.(*TCPListener).accept(0x1edf2bf0, 0x0, 0x11520048, 0x1199cf20)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x20
net.(*TCPListener).Accept(0x1edf2bf0, 0x223c01, 0x183ce700, 0x223c70, 0x50d670)
/usr/local/go/src/net/tcpsock.go:247 +0x3c
crypto/tls.(*listener).Accept(0x2444dab0, 0x1151a060, 0x4ce798, 0x931358, 0x534ba0)
/usr/local/go/src/crypto/tls/tls.go:52 +0x28
net/http.(*Server).Serve(0x1a5e8d80, 0x903b18, 0x2444dab0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2695 +0x150
main.(*rpcServer).Start.func3(0x1a5e8d80, 0x116061e0, 0x903b18, 0x2444dab0)
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcserver.go:4087 +0xd0
created by main.(*rpcServer).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcserver.go:4085 +0x21c
goroutine 50 [select, 55 minutes]:
main.queueHandler(0x2469c800, 0x2469c840, 0x2469c8c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcwebsocket.go:159 +0x120
main.(*wsNotificationManager).queueHandler(0x11679470)
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcwebsocket.go:199 +0x30
created by main.(*wsNotificationManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcwebsocket.go:1182 +0x48
goroutine 51 [select, 55 minutes]:
main.(*wsNotificationManager).notificationHandler(0x11679470)
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcwebsocket.go:500 +0x250
created by main.(*wsNotificationManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/rpcwebsocket.go:1183 +0x64
goroutine 36 [select, 7 minutes]:
github.com/roasbeef/btcd/addrmgr.(*AddrManager).addressHandler(0x11952600)
/home/rpitest/go/src/github.com/roasbeef/btcd/addrmgr/addrmanager.go:342 +0xfc
created by github.com/roasbeef/btcd/addrmgr.(*AddrManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/addrmgr/addrmanager.go:551 +0xe4
goroutine 37 [runnable]:
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.(*blockIter).Seek(0x1abe2e00, 0x182a4720, 0x2c, 0x2c, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table/reader.go:220 +0x2f0
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.(*Reader).find(0x26aca1e0, 0x182a4720, 0x2c, 0x2c, 0x115ec301, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table/reader.go:855 +0x434
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.(*Reader).Find(0x26aca1e0, 0x182a4720, 0x2c, 0x2c, 0x1, 0x0, 0x2c, 0x1, 0x363a58, 0x94c608, ...)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table/reader.go:887 +0x4c
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*tOps).find(0x115f8900, 0x1bf1c630, 0x182a4720, 0x2c, 0x2c, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/table.go:382 +0xdc
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*version).get.func1(0x1, 0x1bf1c630, 0x24)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/version.go:167 +0x3dc
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*version).walkOverlapping(0x24b5d020, 0x0, 0x0, 0x0, 0x182a4720, 0x2c, 0x2c, 0x275fb874, 0x275fb85c)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/version.go:120 +0x358
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*version).get(0x24b5d020, 0x0, 0x0, 0x0, 0x182a4720, 0x2c, 0x2c, 0x0, 0x0, 0x0, ...)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/version.go:151 +0x1a8
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*DB).get(0x119ca000, 0x0, 0x0, 0x0, 0x0, 0x182a46f0, 0x24, 0x24, 0x213b4a3, 0x0, ...)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db.go:774 +0x298
github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb.(*Snapshot).Get(0x246c5fb0, 0x182a46f0, 0x24, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/vendor/github.com/btcsuite/goleveldb/leveldb/db_snapshot.go:113 +0x11c
github.com/roasbeef/btcd/database/ffldb.(*dbCacheSnapshot).Get(0x18355c40, 0x182a46f0, 0x24, 0x24, 0x4bf8b0, 0x36d58c, 0x182a4714)
/home/rpitest/go/src/github.com/roasbeef/btcd/database/ffldb/dbcache.go:320 +0xb0
github.com/roasbeef/btcd/database/ffldb.(*transaction).fetchKey(0x1edbd9a0, 0x182a46f0, 0x24, 0x24, 0x24, 0x24, 0xf)
/home/rpitest/go/src/github.com/roasbeef/btcd/database/ffldb/db.go:1079 +0x44
github.com/roasbeef/btcd/database/ffldb.(*bucket).Get(0x1b5a6b68, 0x243d9540, 0x20, 0x20, 0x906708, 0x1b5a6b68, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/database/ffldb/db.go:911 +0x184
github.com/roasbeef/btcd/blockchain.dbFetchUtxoEntry(0x906b30, 0x1edbd9a0, 0x243d9540, 0x24e6ce7c, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/chainio.go:790 +0x88
github.com/roasbeef/btcd/blockchain.(*UtxoViewpoint).fetchUtxosMain.func1(0x906b30, 0x1edbd9a0, 0x1edbd9a0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/utxoviewpoint.go:481 +0xc0
github.com/roasbeef/btcd/database/ffldb.(*db).View(0x119e22a0, 0x18355be0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/database/ffldb/db.go:1912 +0x88
github.com/roasbeef/btcd/blockchain.(*UtxoViewpoint).fetchUtxosMain(0x246c5c20, 0x905208, 0x119e22a0, 0x246bc120, 0x0, 0x246bc120)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/utxoviewpoint.go:478 +0x84
github.com/roasbeef/btcd/blockchain.(*UtxoViewpoint).fetchInputUtxos(0x246c5c20, 0x905208, 0x119e22a0, 0x24206d00, 0x0, 0x2865)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/utxoviewpoint.go:568 +0x29c
github.com/roasbeef/btcd/blockchain.(*BlockChain).connectBestChain(0x116060f0, 0x2593eb60, 0x24206d00, 0x1, 0x0, 0x0, 0xffffffff)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/chain.go:1061 +0x1fc
github.com/roasbeef/btcd/blockchain.(*BlockChain).maybeAcceptBlock(0x116060f0, 0x24206d00, 0x1, 0x0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/accept.go:78 +0x1b8
github.com/roasbeef/btcd/blockchain.(*BlockChain).ProcessBlock(0x116060f0, 0x24206d00, 0x1, 0x27e10000, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/blockchain/process.go:228 +0x228
github.com/roasbeef/btcd/netsync.(*SyncManager).handleBlockMsg(0x1b224ba0, 0x26952120)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:569 +0x194
github.com/roasbeef/btcd/netsync.(*SyncManager).blockHandler(0x1b224ba0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1152 +0x484
created by github.com/roasbeef/btcd/netsync.(*SyncManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1374 +0xd0
goroutine 29492 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c39680)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x277039e0, 0x19c39680, 0x18ad2000)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c39680, 0x18ad2000)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c39680, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c39680, 0x1a95c190, 0x2)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c39680, 0x193207c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29485 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x26ab6000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x2564df20)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 43 [select]:
github.com/roasbeef/btcd/connmgr.(*ConnManager).connHandler(0x1b224c00)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:241 +0x144
created by github.com/roasbeef/btcd/connmgr.(*ConnManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:510 +0xd4
goroutine 44 [IO wait, 437 minutes]:
internal/poll.runtime_pollWait(0x75524fb8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x44
internal/poll.(*pollDesc).wait(0x116441a4, 0x72, 0x24389e00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
internal/poll.(*pollDesc).waitRead(0x116441a4, 0xffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c
internal/poll.(*FD).Accept(0x11644190, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x174
net.(*netFD).accept(0x11644190, 0x317428, 0x115ef5c0, 0x540ebc)
/usr/local/go/src/net/fd_unix.go:238 +0x20
net.(*TCPListener).accept(0x1166e008, 0x4, 0x54fafd, 0x16)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x20
net.(*TCPListener).Accept(0x1166e008, 0x0, 0x16, 0x1bd36130, 0x1)
/usr/local/go/src/net/tcpsock.go:247 +0x3c
github.com/roasbeef/btcd/connmgr.(*ConnManager).listenHandler(0x1b224c00, 0x903cb8, 0x1166e008)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:486 +0xec
created by github.com/roasbeef/btcd/connmgr.(*ConnManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:517 +0x150
goroutine 45 [IO wait, 437 minutes]:
internal/poll.runtime_pollWait(0x75524f40, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x44
internal/poll.(*pollDesc).wait(0x116441f4, 0x72, 0x2438a600, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c
internal/poll.(*pollDesc).waitRead(0x116441f4, 0xffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c
internal/poll.(*FD).Accept(0x116441e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x174
net.(*netFD).accept(0x116441e0, 0x317428, 0x115ef5c0, 0x540ebc)
/usr/local/go/src/net/fd_unix.go:238 +0x20
net.(*TCPListener).accept(0x1166e018, 0x4, 0x54fafd, 0x16)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x20
net.(*TCPListener).Accept(0x1166e018, 0x0, 0x16, 0x1edf2d08, 0x1)
/usr/local/go/src/net/tcpsock.go:247 +0x3c
github.com/roasbeef/btcd/connmgr.(*ConnManager).listenHandler(0x1b224c00, 0x903cb8, 0x1166e018)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:486 +0xec
created by github.com/roasbeef/btcd/connmgr.(*ConnManager).Start
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:517 +0x150
goroutine 29179 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c38000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x244afce0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29401 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc8d20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x24a33da0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29997 [chan receive]:
github.com/roasbeef/btcd/peer.(*Peer).WaitForDisconnect(...)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2095
main.(*server).peerDoneHandler(0x115d2210, 0x2564db60)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1808 +0x2c
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29473 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c392c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x26519980)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29502 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x26ab61e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x25fa4840, 0x26ab61e0, 0x18ad2240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x26ab61e0, 0x18ad2240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x26ab61e0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x26ab61e0, 0x115d2210, 0x24570780)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab61e0, 0x19320e80)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29579 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c38b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1175e7e0, 0x19c38b40, 0x18ad2120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c38b40, 0x18ad2120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c38b40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c38b40, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c38b40, 0x19320240)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29505 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x26ab63c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x256173e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29595 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc9680)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x19750360, 0x1afc9680, 0x2641aa20)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc9680, 0x2641aa20)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc9680, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc9680, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc9680, 0x2469c4c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29498 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b417a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x25617020, 0x1b417a40, 0x2641a630)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b417a40, 0x2641a630)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b417a40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b417a40, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b417a40, 0x19320c80)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30007 [runnable]:
syscall.Syscall(0x6, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_arm.s:17 +0x8
syscall.Close(0x2a, 0x1, 0x1)
/usr/local/go/src/syscall/zsyscall_linux_arm.go:280 +0x30
internal/poll.(*FD).destroy(0x247dce60, 0x9e201, 0x75524928)
/usr/local/go/src/internal/poll/fd_unix.go:63 +0x40
internal/poll.(*FD).decref(0x247dce60, 0x29b401, 0x115f21c0)
/usr/local/go/src/internal/poll/fd_mutex.go:211 +0x38
internal/poll.(*FD).Close(0x247dce60, 0x247dce60, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:82 +0x88
net.(*netFD).Close(0x247dce60, 0x3d9fe8, 0x8)
/usr/local/go/src/net/fd_unix.go:184 +0x40
net.(*conn).Close(0x24616c28, 0x0, 0x0)
/usr/local/go/src/net/net.go:200 +0x40
github.com/roasbeef/btcd/peer.(*Peer).Disconnect(0x1afc9a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2048 +0xf4
github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection.func1(0x1afc9a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2025 +0xe0
created by github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2022 +0xc0
goroutine 29296 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c381e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x24586c60)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29526 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x26ab63c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x256173e0, 0x26ab63c0, 0x18ad2360)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x26ab63c0, 0x18ad2360)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x26ab63c0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x26ab63c0, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab63c0, 0x24d34280)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29605 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b417e00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1175e8a0, 0x1b417e00, 0x2641a990)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b417e00, 0x2641a990)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b417e00, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b417e00, 0x2427d120, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b417e00, 0x24d342c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29347 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc83c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x245832c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29565 [chan send, 17 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b417c20, 0x1a172600)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30024 [chan receive]:
github.com/roasbeef/btcd/peer.(*Peer).WaitForDisconnect(...)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2095
main.(*server).peerDoneHandler(0x115d2210, 0x197e9620)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1808 +0x2c
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29442 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc90e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1a5fb320, 0x1afc90e0, 0x2641a6c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc90e0, 0x2641a6c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc90e0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc90e0, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc90e0, 0x26713bc0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29381 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc8b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1eedd260, 0x1afc8b40, 0x2641a240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc8b40, 0x2641a240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc8b40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc8b40, 0x115d2210, 0x18fe6400)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc8b40, 0x1979f040)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29507 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b417860)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x25616f60, 0x1b417860, 0x2641a5a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b417860, 0x2641a5a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b417860, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b417860, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b417860, 0x267130c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29226 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b4163c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x240b83c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29011 [chan send, 178 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1afc8960)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1505 +0x528
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29004 [chan send, 170 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1b4161e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1505 +0x528
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29219 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b416f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x258500c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29374 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b4170e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1eedce40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29370 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b416d20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1c14e0c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29551 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x26ab6b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x197501e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29286 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x26952c00, 0x19c38000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x244afce0, 0x19c38000, 0x26952c00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x19c38000, 0x26952c00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x19c38000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29500 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc92c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x27703c80)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29361 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b4172c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x242af200, 0x1b4172c0, 0x2641a480)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b4172c0, 0x2641a480)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b4172c0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b4172c0, 0x115d2210, 0x24206a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b4172c0, 0x1160fb40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29594 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc94a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x2564c120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29344 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc8f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1c319d40, 0x1afc8f00, 0x115894d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc8f00, 0x115894d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc8f00, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc8f00, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc8f00, 0x267136c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29387 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c38780)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x261c2900)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29458 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c38d20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1175e120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29182 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x254278a0, 0x1b416780)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x24c4b3e0, 0x1b416780, 0x254278a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x1b416780, 0x254278a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1b416780)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29607 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc9680)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x19750360)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29281 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x1b9ee500, 0x1afc8000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x1a45de00, 0x1afc8000, 0x1b9ee500)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x1afc8000, 0x1b9ee500)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1afc8000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29364 [chan send, 22 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b416960)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1add7980, 0x1b416960, 0x116421b0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b416960, 0x116421b0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b416960, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b416960, 0x0, 0x20000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b416960, 0x1979e5c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29501 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc92c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x27703c80, 0x1afc92c0, 0x18ad21b0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc92c0, 0x18ad21b0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc92c0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc92c0, 0x248a60a0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc92c0, 0x19320e40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29450 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc85a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x26814f00, 0x1afc85a0, 0x116422d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc85a0, 0x116422d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc85a0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc85a0, 0x115d2210, 0x1846d740)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc85a0, 0x26712680)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29992 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b417c20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1a45dbc0, 0x1b417c20, 0x11588240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b417c20, 0x11588240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b417c20, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b417c20, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b417c20, 0x257bb5c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29238 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x25427910, 0x1b416f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x258500c0, 0x1b416f00, 0x25427910)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x1b416f00, 0x25427910)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1b416f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29251 [select]:
github.com/roasbeef/btcd/peer.(*Peer).pingHandler(0x1afc81e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1929 +0xe8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2083 +0x2bc
goroutine 30020 [chan receive]:
github.com/roasbeef/btcd/peer.(*Peer).WaitForDisconnect(...)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2095
main.(*server).peerDoneHandler(0x115d2210, 0x197e91a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1808 +0x2c
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29379 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c383c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x26a18240)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29459 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c38d20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1175e120, 0x19c38d20, 0x11642750)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c38d20, 0x11642750)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c38d20, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c38d20, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c38d20, 0x1979fb00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29462 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c38f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x11a74cc0, 0x19c38f00, 0x11589680)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c38f00, 0x11589680)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c38f00, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c38f00, 0x0, 0x20000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c38f00, 0x1979fc80)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29375 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b4170e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1eedce40, 0x1b4170e0, 0x11589290)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b4170e0, 0x11589290)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b4170e0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b4170e0, 0x25188680, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b4170e0, 0x1979ecc0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29425 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b417680)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x27703b00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29985 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc9a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x25f350e0, 0x1afc9a40, 0x11642510)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc9a40, 0x11642510)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc9a40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc9a40, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc9a40, 0x24d35180)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29998 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x26ab65a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x2564db60, 0x26ab65a0, 0x18ad22d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x26ab65a0, 0x18ad22d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x26ab65a0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x26ab65a0, 0x115d2210, 0x19394b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab65a0, 0x257bbb40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29506 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b417860)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x25616f60)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29604 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b417e00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1175e8a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29415 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c38960)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x261c2f60, 0x19c38960, 0x2641a510)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c38960, 0x2641a510)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c38960, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c38960, 0x0, 0x40001)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c38960, 0x1160ff00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29548 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c38b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1175e7e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29477 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c394a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1ad17500)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29467 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c390e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x19751a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 30009 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c39a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x197e9620, 0x19c39a40, 0x2641abd0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c39a40, 0x2641abd0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c39a40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c39a40, 0x115d2210, 0x1858b500)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c39a40, 0x1979eb00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29591 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x26ab6b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x197501e0, 0x26ab6b40, 0x2641a7e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x26ab6b40, 0x2641a7e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x26ab6b40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x26ab6b40, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab6b40, 0x2469c000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29336 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b416d20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1c14e0c0, 0x1b416d20, 0x2641a120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b416d20, 0x2641a120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b416d20, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b416d20, 0x0, 0x20000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b416d20, 0x26712e40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30008 [chan receive]:
github.com/roasbeef/btcd/peer.(*Peer).WaitForDisconnect(...)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2095
main.(*server).peerDoneHandler(0x115d2210, 0x25f350e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1808 +0x2c
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29337 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c383c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x26a18240, 0x19c383c0, 0x116423f0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c383c0, 0x116423f0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c383c0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c383c0, 0x1a785de0, 0x2)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c383c0, 0x26713000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30034 [runnable]:
github.com/roasbeef/btcd/connmgr.(*ConnManager).Connect(0x1b224c00, 0x24570200)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:407 +0x510
github.com/roasbeef/btcd/connmgr.(*ConnManager).NewConnReq(0x1b224c00)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:402 +0x294
created by github.com/roasbeef/btcd/connmgr.(*ConnManager).handleFailedConn
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:217 +0x3f0
goroutine 29461 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c38f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x11a74cc0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 30005 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc9860)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x25f34f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29984 [chan receive]:
github.com/roasbeef/btcd/peer.(*Peer).WaitForDisconnect(...)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2095
main.(*server).peerDoneHandler(0x115d2210, 0x1a45dbc0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1808 +0x2c
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29318 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc83c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x245832c0, 0x1afc83c0, 0x11589050)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc83c0, 0x11589050)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc83c0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc83c0, 0x6c52c, 0x6989c8)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc83c0, 0x257ba580)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29572 [chan send, 17 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab6780, 0x19320540)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30018 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc9860)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x25f34f00, 0x1afc9860, 0x2641ab40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc9860, 0x2641ab40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc9860, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc9860, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc9860, 0x1bb09600)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29468 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c390e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x19751a40, 0x19c390e0, 0x11589710)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c390e0, 0x11589710)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c390e0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c390e0, 0x115d2210, 0x1858b740)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c390e0, 0x1bb08140)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29343 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc8f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1c319d40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 30019 [runnable]:
syscall.Syscall(0x6, 0x2c, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_arm.s:17 +0x8
syscall.Close(0x2c, 0x1, 0x1)
/usr/local/go/src/syscall/zsyscall_linux_arm.go:280 +0x30
internal/poll.(*FD).destroy(0x247dcbe0, 0x9e201, 0x75524b80)
/usr/local/go/src/internal/poll/fd_unix.go:63 +0x40
internal/poll.(*FD).decref(0x247dcbe0, 0x29b401, 0x115f21c0)
/usr/local/go/src/internal/poll/fd_mutex.go:211 +0x38
internal/poll.(*FD).Close(0x247dcbe0, 0x247dcbe0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:82 +0x88
net.(*netFD).Close(0x247dcbe0, 0x3d9fe8, 0x8)
/usr/local/go/src/net/fd_unix.go:184 +0x40
net.(*conn).Close(0x24e185b8, 0x0, 0x0)
/usr/local/go/src/net/net.go:200 +0x40
github.com/roasbeef/btcd/peer.(*Peer).Disconnect(0x19c39860)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2048 +0xf4
github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection.func1(0x19c39860)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2025 +0xe0
created by github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2022 +0xc0
goroutine 29363 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b416960)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1add7980)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29596 [chan send, 12 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc94a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x2564c120, 0x1afc94a0, 0x2641a900)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc94a0, 0x2641a900)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc94a0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc94a0, 0x115d2210, 0x248cd300)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc94a0, 0x2469c500)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29217 [select]:
github.com/roasbeef/btcd/peer.(*Peer).queueHandler(0x1afc81e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1721 +0x244
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2081 +0x284
goroutine 29414 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c38960)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x261c2f60)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29438 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc90e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1a5fb320)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29486 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x26ab6000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x2564df20, 0x26ab6000, 0x11642b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x26ab6000, 0x11642b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x26ab6000, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x26ab6000, 0x1be83430, 0x2)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab6000, 0x119fdd40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29339 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc8780)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1eedd080)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29497 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b417a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x25617020)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29559 [chan send, 17 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc9680, 0x1a172400)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30021 [chan send]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c39860)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x197e91a0, 0x19c39860, 0x2641aab0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c39860, 0x2641aab0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c39860, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c39860, 0x115d2210, 0x1858b000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c39860, 0x1bb09840)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29258 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b416000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x240b8360)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29597 [chan send, 12 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab65a0, 0x2469cec0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29250 [select]:
github.com/roasbeef/btcd/peer.(*Peer).outHandler(0x1afc81e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1855 +0xd4
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2082 +0x2a0
goroutine 29268 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc8000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1a45de00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29416 [chan send, 20 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c38b40, 0x1160ff40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29262 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b416780)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x24c4b3e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29427 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c38780)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x261c2900, 0x19c38780, 0x11589560)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c38780, 0x11589560)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c38780, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c38780, 0x241bf3a0, 0x2)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c38780, 0x24d34240)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29394 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc8780)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1eedd080, 0x1afc8780, 0x2641a1b0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc8780, 0x2641a1b0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc8780, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc8780, 0x0, 0x20000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc8780, 0x257baf40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 30023 [select]:
github.com/roasbeef/btcd/peer.(*Peer).start(0x19c39a40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2067 +0x174
github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection.func1(0x19c39a40)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2023 +0x1c
created by github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2022 +0xc0
goroutine 29533 [chan send, 17 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c39860, 0x24d34300)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29271 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x26952b60, 0x1b4163c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x240b83c0, 0x1b4163c0, 0x26952b60)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x1b4163c0, 0x26952b60)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1b4163c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29298 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x26952d30, 0x1b4165a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x24c12840, 0x1b4165a0, 0x26952d30)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x1b4165a0, 0x26952d30)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1b4165a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29402 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1afc8d20)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x24a33da0, 0x1afc8d20, 0x2641a3f0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1afc8d20, 0x2641a3f0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1afc8d20, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1afc8d20, 0x6c52c, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc8d20, 0x257bb4c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29536 [chan send, 17 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc94a0, 0x24d34b00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29297 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c381e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x24586c60, 0x19c381e0, 0x2641a000)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c381e0, 0x2641a000)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c381e0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c381e0, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c381e0, 0x1979e540)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29983 [runnable]:
syscall.Syscall(0x6, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_arm.s:17 +0x8
syscall.Close(0x14, 0x1, 0x1)
/usr/local/go/src/syscall/zsyscall_linux_arm.go:280 +0x30
internal/poll.(*FD).destroy(0x24d32500, 0x9e201, 0x755247c0)
/usr/local/go/src/internal/poll/fd_unix.go:63 +0x40
internal/poll.(*FD).decref(0x24d32500, 0x29b401, 0x115f21c0)
/usr/local/go/src/internal/poll/fd_mutex.go:211 +0x38
internal/poll.(*FD).Close(0x24d32500, 0x24d32500, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:82 +0x88
net.(*netFD).Close(0x24d32500, 0x3d9fe8, 0x8)
/usr/local/go/src/net/fd_unix.go:184 +0x40
net.(*conn).Close(0x1890d450, 0x0, 0x0)
/usr/local/go/src/net/net.go:200 +0x40
github.com/roasbeef/btcd/peer.(*Peer).Disconnect(0x1b417c20)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2048 +0xf4
github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection.func1(0x1b417c20)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2025 +0xe0
created by github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2022 +0xc0
goroutine 29405 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b4172c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x242af200)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29611 [chan send, 12 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1afc9860, 0x24d345c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29570 [chan send, 17 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x26ab65a0, 0x19320500)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x7c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29455 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c39680)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x277039e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29390 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b4174a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1eb54ea0, 0x1b4174a0, 0x18ad23f0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b4174a0, 0x18ad23f0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b4174a0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b4174a0, 0x115d2210, 0x248ccc00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b4174a0, 0x1979f940)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29433 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b4174a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1eb54ea0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29350 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b416b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x24586e40)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29356 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc8b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x1eedd260)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29449 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1afc85a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x26814f00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29474 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c392c0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x26519980, 0x19c392c0, 0x2641a360)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c392c0, 0x2641a360)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c392c0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c392c0, 0x115d2210, 0x23eca280)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c392c0, 0x1160f140)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29451 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c394a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x1ad17500, 0x19c394a0, 0x11588510)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c394a0, 0x11588510)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c394a0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c394a0, 0x115d2210, 0x24794080)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c394a0, 0x26712900)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29216 [chan receive, 55 minutes]:
main.(*serverPeer).OnBlock(0x26b6a8a0, 0x1afc81e0, 0x2593e9a0, 0x2833a000, 0x1bf401, 0x1bf401)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:548 +0x118
main.(*serverPeer).OnBlock-fm(0x1afc81e0, 0x2593e9a0, 0x2833a000, 0x1bf401, 0x1bf401)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1736 +0x44
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1afc81e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1568 +0xd2c
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29522 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b417680)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x27703b00, 0x1b417680, 0x11642a20)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b417680, 0x11642a20)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b417680, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b417680, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b417680, 0x1bb09d00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29358 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x19c385a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x18d46120, 0x19c385a0, 0x2641a2d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x19c385a0, 0x2641a2d0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x19c385a0, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x19c385a0, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x19c385a0, 0x1160f840)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
goroutine 29996 [runnable]:
syscall.Syscall(0x6, 0x1b, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_arm.s:17 +0x8
syscall.Close(0x1b, 0x1, 0x1)
/usr/local/go/src/syscall/zsyscall_linux_arm.go:280 +0x30
internal/poll.(*FD).destroy(0x24d325f0, 0x9e201, 0x75524b08)
/usr/local/go/src/internal/poll/fd_unix.go:63 +0x40
internal/poll.(*FD).decref(0x24d325f0, 0x29b401, 0x115f21c0)
/usr/local/go/src/internal/poll/fd_mutex.go:211 +0x38
internal/poll.(*FD).Close(0x24d325f0, 0x24d325f0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:82 +0x88
net.(*netFD).Close(0x24d325f0, 0x3d9fe8, 0x8)
/usr/local/go/src/net/fd_unix.go:184 +0x40
net.(*conn).Close(0x24e184e0, 0x0, 0x0)
/usr/local/go/src/net/net.go:200 +0x40
github.com/roasbeef/btcd/peer.(*Peer).Disconnect(0x26ab65a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2048 +0xf4
github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection.func1(0x26ab65a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2025 +0xe0
created by github.com/roasbeef/btcd/peer.(*Peer).AssociateConnection
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2022 +0xc0
goroutine 29383 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x19c385a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x18d46120)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29525 [chan send, 20 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x26ab61e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x25fa4840)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29231 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).DonePeer(0x1b224ba0, 0x1b4165a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1362 +0x7c
main.(*server).peerDoneHandler(0x115d2210, 0x24c12840)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1813 +0x98
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29276 [chan send, 45 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).QueueInv(0x1b224ba0, 0x11780e00, 0x1b416000)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1340 +0xa0
main.(*serverPeer).OnInv(0x240b8360, 0x1b416000, 0x11780e00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:558 +0x3e0
main.(*serverPeer).OnInv-fm(0x1b416000, 0x11780e00)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1737 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).inHandler(0x1b416000)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1573 +0xee8
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2080 +0x268
goroutine 29988 [runnable]:
syscall.Syscall(0x6, 0x1d, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_arm.s:17 +0x8
syscall.Close(0x1d, 0x1, 0x1)
/usr/local/go/src/syscall/zsyscall_linux_arm.go:280 +0x30
internal/poll.(*FD).destroy(0x2473c8c0, 0x9e201, 0x75524a18)
/usr/local/go/src/internal/poll/fd_unix.go:63 +0x40
internal/poll.(*FD).decref(0x2473c8c0, 0x1, 0x1)
/usr/local/go/src/internal/poll/fd_mutex.go:211 +0x38
internal/poll.(*FD).Close(0x2473c8c0, 0x2473c8c0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:82 +0x88
net.(*netFD).Close(0x2473c8c0, 0x904560, 0x11559dc0)
/usr/local/go/src/net/fd_unix.go:184 +0x40
net.socket(0x904560, 0x11559dc0, 0x5410c0, 0x3, 0x2, 0x1, 0x0, 0x0, 0x905b10, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:94 +0x158
net.internetSocket(0x904560, 0x11559dc0, 0x5410c0, 0x3, 0x905b10, 0x0, 0x905b10, 0x25f72f60, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0xb8
net.doDialTCP(0x904560, 0x11559dc0, 0x5410c0, 0x3, 0x0, 0x25f72f60, 0x94c608, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:62 +0x70
net.dialTCP(0x904560, 0x11559dc0, 0x5410c0, 0x3, 0x0, 0x25f72f60, 0x2ea5c1a8, 0xbe8d8e01, 0xc00ba32a)
/usr/local/go/src/net/tcpsock_posix.go:58 +0xa8
net.dialSingle(0x904560, 0x11559dc0, 0x2473c870, 0x902e98, 0x25f72f60, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:547 +0x2e4
net.dialSerial(0x904560, 0x11559dc0, 0x2473c870, 0x246169b0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:515 +0x1b0
net.(*Dialer).DialContext(0x24a86cac, 0x904538, 0x1151a060, 0x5410c0, 0x3, 0x247876e0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:397 +0x580
net.(*Dialer).Dial(0x24a86cac, 0x5410c0, 0x3, 0x247876e0, 0x12, 0x1eccf5f0, 0x5, 0x247876e0, 0x12)
/usr/local/go/src/net/dial.go:320 +0x50
net.DialTimeout(0x5410c0, 0x3, 0x247876e0, 0x12, 0xfc23ac00, 0x6, 0x0, 0x316c30, 0x8, 0x4af988)
/usr/local/go/src/net/dial.go:306 +0x58
main.btcdDial(0x902e98, 0x25f72f40, 0x1b, 0x24616998, 0x1, 0x1)
/home/rpitest/go/src/github.com/roasbeef/btcd/config.go:1162 +0x170
github.com/roasbeef/btcd/connmgr.(*ConnManager).Connect(0x1b224c00, 0x19394d40)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:436 +0x108
github.com/roasbeef/btcd/connmgr.(*ConnManager).NewConnReq(0x1b224c00)
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:402 +0x294
github.com/roasbeef/btcd/connmgr.(*ConnManager).handleFailedConn.func2()
/home/rpitest/go/src/github.com/roasbeef/btcd/connmgr/connmanager.go:214 +0x1c
created by time.goFunc
/usr/local/go/src/time/sleep.go:170 +0x34
goroutine 29213 [chan receive, 78 minutes]:
github.com/roasbeef/btcd/peer.(*Peer).WaitForDisconnect(...)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2095
main.(*server).peerDoneHandler(0x115d2210, 0x26b6a8a0)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1808 +0x2c
created by main.(*server).outboundPeerConnected
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1801 +0x328
goroutine 29215 [select]:
github.com/roasbeef/btcd/peer.(*Peer).stallHandler(0x1afc81e0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:1331 +0x1c0
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2079 +0x24c
goroutine 29368 [chan send, 23 minutes]:
github.com/roasbeef/btcd/netsync.(*SyncManager).NewPeer(0x1b224ba0, 0x1b416b40)
/home/rpitest/go/src/github.com/roasbeef/btcd/netsync/manager.go:1303 +0x7c
main.(*serverPeer).OnVersion(0x24586e40, 0x1b416b40, 0x2641a090)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:385 +0x78
main.(*serverPeer).OnVersion-fm(0x1b416b40, 0x2641a090)
/home/rpitest/go/src/github.com/roasbeef/btcd/server.go:1733 +0x2c
github.com/roasbeef/btcd/peer.(*Peer).readRemoteVersionMsg(0x1b416b40, 0x0, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2123 +0xac
github.com/roasbeef/btcd/peer.(*Peer).negotiateOutboundProtocol(0x1b416b40, 0x1, 0x0)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2157 +0x44
github.com/roasbeef/btcd/peer.(*Peer).start.func1(0x1b416b40, 0x1979ea00)
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2062 +0x58
created by github.com/roasbeef/btcd/peer.(*Peer).start
/home/rpitest/go/src/github.com/roasbeef/btcd/peer/peer.go:2058 +0xc8
trap 0x6
error 0x0
oldmask 0x0
r0 0x0
r1 0x2d5
r2 0x6
r3 0x0
r4 0x76efe094
r5 0x76d5f460
r6 0x0
r7 0x10c
r8 0x1
r9 0x34
r10 0x11500540
fp 0x76d5eb6c
ip 0x76d5f920
sp 0x76d5ea30
lr 0x76dedf44
pc 0x76dedf70
cpsr 0x20000010
fault 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment