Skip to content

Instantly share code, notes, and snippets.

@datajerk
Created November 28, 2015 18:28
Show Gist options
  • Save datajerk/f50d9a14555f3afab107 to your computer and use it in GitHub Desktop.
Save datajerk/f50d9a14555f3afab107 to your computer and use it in GitHub Desktop.
panic: runtime error: invalid memory address or nil pointer dereference
I1128 13:41:39.428252 30400 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 85.994423ms. #76938 [9040bac2 / 9040bac2]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x90cb5c]
goroutine 59 [running]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).expire(0xc82015c780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:345 +0x20c
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc82015c780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:320 +0xc2
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:161 +0x10f
goroutine 1 [chan receive, 2685 minutes]:
main.run(0xc8201397a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:418 +0x1fd
github.com/codegangsta/cli.(*App).Run(0xc820139680, 0xc82000a140, 0x14, 0x14, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:180 +0x1028
main.main()
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:373 +0x93
goroutine 17 [syscall, 2685 minutes, locked to thread]:
runtime.goexit()
#011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
goroutine 5 [syscall, 2685 minutes]:
os/signal.loop()
#011/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
#011/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
goroutine 6 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x16fb380)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x67
created by github.com/ethereum/go-ethereum/logger/glog.init.1
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x6f
goroutine 8 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x624
created by github.com/ethereum/go-ethereum/logger.init.1
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
goroutine 41 [select]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc820095d20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:74 +0x529
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:49 +0x35
goroutine 44 [select, 51 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc82007cdc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
goroutine 43 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8202068c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b
goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc820097880)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b
goroutine 45 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc82007cdc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
goroutine 46 [select, 51 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc82007cdc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
goroutine 20 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7f60238479f0, 0xc820215330, 0xc820204f60, 0xc82000fac0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x51
created by github.com/ethereum/go-ethereum/logger.dispatchLoop.func1
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0xdb
goroutine 42 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f60238479b0, 0xc82021e280, 0xc8203852c0, 0xe86568, 0x3, 0x9dd2, 0x9dd2, 0xf1c680, 0x12)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:219 +0x2b2
goroutine 23 [select, 17 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc82007d1e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
goroutine 24 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc82007d1e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
goroutine 25 [select, 17 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc82007d1e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
goroutine 26 [select, 25 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc82007d1e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
goroutine 27 [select, 2685 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc82007d1e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
goroutine 28 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc820150000, 0xb2d05e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa96
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x591
goroutine 29 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8200960e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b
goroutine 30 [select, 2685 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc82007c9a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
goroutine 31 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc82007c9a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
goroutine 32 [select, 2685 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc82007c9a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
goroutine 33 [select, 2685 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc82007c9a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
goroutine 34 [select, 2685 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc82007c9a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
goroutine 35 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc8201500c0, 0xb2d05e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa96
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x591
goroutine 36 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc8201943c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1349 +0x101
created by github.com/ethereum/go-ethereum/core.NewBlockChain
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:174 +0x1484
goroutine 37 [chan receive]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc82016ce70)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0xa2
created by github.com/ethereum/go-ethereum/core.NewTxPool
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x3ac
goroutine 38 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc8206670e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x6f1
created by github.com/ethereum/go-ethereum/miner.newWorker
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x3be
goroutine 39 [chan receive, 2685 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc8206670e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:271 +0x93
created by github.com/ethereum/go-ethereum/miner.newWorker
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:143 +0x3e0
goroutine 1407 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ce0e80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 47 [select, 51 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc82007cdc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
goroutine 48 [select, 2685 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc82007cdc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
created by github.com/syndtr/goleveldb/leveldb.openDB
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
goroutine 49 [select, 45 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc8200abb00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x295
created by github.com/ethereum/go-ethereum/p2p/discover.newTable
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x60a
goroutine 50 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc82037dce0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:341 +0xb22
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:229 +0x50f
goroutine 51 [IO wait]:
net.runtime_pollWait(0x7f6023848e38, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82037dcd0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82037dcd0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).readFrom(0xc82037dc70, 0xc820162000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:259 +0x2a5
net.(*UDPConn).ReadFromUDP(0xc820024798, 0xc820162000, 0x500, 0x500, 0x500, 0x7f602383e028, 0x0, 0x0)
#011/usr/local/go/src/net/udpsock_posix.go:61 +0x117
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc82037dce0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:462 +0x127
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x534
goroutine 52 [IO wait]:
net.runtime_pollWait(0x7f6023848ef8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82037c300, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82037c300, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc82037c2a0, 0x0, 0x7f602384b980, 0xc8236a3280)
#011/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc820024130, 0x43d2db, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc820024130, 0x0, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc82065ad80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:585 +0x338
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6
goroutine 53 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f60238479b0, 0xc82021e280, 0xc820385020, 0xe86038, 0x3, 0x9dd2, 0x9dd2, 0xe9bd80, 0xc)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc82065ad80, 0xc8203b2a20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c
goroutine 54 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc82065ad80, 0x7f60238513e0, 0xc82037c230)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:451 +0x1dba
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xc0e
goroutine 55 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc820150180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:741 +0x7f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x11a
goroutine 56 [chan receive, 2685 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc820150180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:730 +0x86
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:181 +0x217
goroutine 57 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc820150180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:139 +0x260
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:184 +0x23c
goroutine 58 [select, 60 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc820150180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:105 +0x608
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x261
goroutine 60 [chan receive, 2685 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartEthereum.func1(0xc820194000)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:122 +0x13f
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:135 +0x2d0
goroutine 61 [IO wait, 2685 minutes]:
net.runtime_pollWait(0x7f6023848fb8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82037c370, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82037c370, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc82037c310, 0x0, 0x7f602384b980, 0xc820249e20)
#011/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*UnixListener).AcceptUnix(0xc8202494c0, 0xc820390ed8, 0x0, 0x0)
#011/usr/local/go/src/net/unixsock_posix.go:304 +0x53
net.(*UnixListener).Accept(0xc8202494c0, 0x0, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/unixsock_posix.go:314 +0x41
github.com/ethereum/go-ethereum/rpc/comms.ipcLoop(0xc8202493e0, 0x1e, 0x0, 0xc820249400, 0x7f6023851448, 0xc8202494c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:116 +0x1aa
created by github.com/ethereum/go-ethereum/rpc/comms.StartIpc
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:107 +0xd1
goroutine 62 [chan receive]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc82038e6c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:94 +0x9e
created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:53 +0x2ed
goroutine 63 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc820368340)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:127 +0x779
created by github.com/ethereum/go-ethereum/xeth.New
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:118 +0x618
goroutine 64 [IO wait]:
net.runtime_pollWait(0x7f6023848d78, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82037c450, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82037c450, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc82037c3f0, 0x0, 0x7f602384b980, 0xc82310f140)
#011/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc8200241e8, 0xc8204f9eb0, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc8200241e8, 0x0, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
net/http.(*Server).Serve(0xc8204c67e0, 0x7f6023851360, 0xc8200241e8, 0x0, 0x0)
#011/usr/local/go/src/net/http/server.go:1887 +0xb3
created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:188 +0x2ad
goroutine 67 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc82018b2b0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x6832
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x35
goroutine 68 [select, 2685 minutes, locked to thread]:
runtime.gopark(0x10a8730, 0xc8200e8728, 0xe85520, 0x6, 0x467018, 0x2)
#011/usr/local/go/src/runtime/proc.go:185 +0x163
runtime.selectgoImpl(0xc8200e8728, 0x0, 0x18)
#011/usr/local/go/src/runtime/select.go:392 +0xa64
runtime.selectgo(0xc8200e8728)
#011/usr/local/go/src/runtime/select.go:212 +0x12
runtime.ensureSigM.func1()
#011/usr/local/go/src/runtime/signal1_unix.go:227 +0x353
runtime.goexit()
#011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
goroutine 214751 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822a487b0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 893105 [IO wait]:
net.runtime_pollWait(0x7f60204a2d78, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8245da450, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8245da450, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8245da3f0, 0xc8267bc0e0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82245e5b0, 0xc8267bc0e0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82245e5b0, 0xc8267bc0e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82245e5b0, 0xc8267bc0e0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822290a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc824c4e5a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc823946140, 0xc821468c00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 1066 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820560270)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1408 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8204e6a80, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820d76c80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820d76c80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ce0e80, 0x7f60205b2b48, 0xc8204e6a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8204e6a80, 0xc821ce0e80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1054 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820d0c4c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820d0c4c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 993 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820b0aec0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1206763 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc824e773b0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1185 [IO wait]:
net.runtime_pollWait(0x7f6023848478, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821c99e20, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821c99e20, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821c99dc0, 0xc821863a00, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82029fe30, 0xc821863a00, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82029fe30, 0xc821863a00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82029fe30, 0xc821863a00, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8214691a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82054c4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ec4540, 0xc820d2fc20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 345052 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82392b380, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82392b380)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 993896 [IO wait]:
net.runtime_pollWait(0x7f60205b2250, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc822f8ad80, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc822f8ad80, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc822f8ad20, 0xc8200ff400, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82245e5f0, 0xc8200ff400, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82245e5f0, 0xc8200ff400, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82245e5f0, 0xc8200ff400, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82212af60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820752c90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821e9cd40, 0xc82212b5c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 2121 [IO wait]:
net.runtime_pollWait(0x7f60205b1890, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82164dcd0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82164dcd0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82164dc70, 0xc82502a080, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024058, 0xc82502a080, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024058, 0xc82502a080, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024058, 0xc82502a080, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8204578c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821ca89f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82218bc80, 0xc82203c840)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 1034212 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8204b2a20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1404 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ce0e80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ce0e80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1997 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821f39480, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821f39480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 2120 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82218bc80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82218bc80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1059 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8206538f0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820d0c4c0, 0x7f60205b2b48, 0xc8206538f0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820d0c4c0, 0x7f60205b2b48, 0xc8206538f0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8206538f0, 0xc820d0c4c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 383857 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820c997a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1206753 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821437700, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821437700)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 7673 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821facf30)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2273 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821e43240, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821e43240)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1057 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820d0c4c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 9325 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821f73570, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ee3800, 0x7f60205b2b48, 0xc821f73570, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ee3800, 0x7f60205b2b48, 0xc821f73570, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821f73570, 0xc821ee3800)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 519819 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8204b0c40, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822a79c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822a79c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821dc97c0, 0x7f60205b2b48, 0xc8204b0c40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8204b0c40, 0xc821dc97c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 725645 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822403ac0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc822403ac0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 105 [select, 45 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc8204c6180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x22a
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x34
goroutine 893108 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822b0f030, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc823946140, 0x7f60205b2b48, 0xc822b0f030, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc823946140, 0x7f60205b2b48, 0xc822b0f030, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822b0f030, 0xc823946140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1056 [IO wait]:
net.runtime_pollWait(0x7f6023848cb8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82037d3a0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82037d3a0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82037d340, 0xc823300ac0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82029e250, 0xc823300ac0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82029e250, 0xc823300ac0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82029e250, 0xc823300ac0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821b82660, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821b6ce10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820d0c4c0, 0xc821b83020)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 588222 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822e71b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1058 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820653880, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821cb4c80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821cb4c80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820d0c4c0, 0x7f60205b2b48, 0xc820653880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820653880, 0xc820d0c4c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1392 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8220164c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8220164c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 175 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820b85d80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820b85d80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1395 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8220164c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 339813 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8205c77c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 345053 [IO wait]:
net.runtime_pollWait(0x7f6020574e20, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821484680, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821484680, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821484620, 0xc822687d60, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82143aac0, 0xc822687d60, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82143aac0, 0xc822687d60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82143aac0, 0xc822687d60, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8205f2360, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8244b4510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82392b380, 0xc8213e3d40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 380687 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8205c60c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8205c60c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1347 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82038f480, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82038f480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 207 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820efcb40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1356 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820d5e540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 181 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820e1da40, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820b85d80, 0x7f60205b2b48, 0xc820e1da40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820b85d80, 0x7f60205b2b48, 0xc820e1da40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820e1da40, 0xc820b85d80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 180 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820e1d9d0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820deed80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820deed80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820b85d80, 0x7f60205b2b48, 0xc820e1d9d0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820e1d9d0, 0xc820b85d80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 179 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820b85d80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 178 [IO wait]:
net.runtime_pollWait(0x7f6023848538, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821c55b10, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821c55b10, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821c55ab0, 0xc8238c6780, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82029e018, 0xc8238c6780, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82029e018, 0xc8238c6780, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82029e018, 0xc8238c6780, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8203778c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821e82420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820b85d80, 0xc820e10600)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 1394 [IO wait]:
net.runtime_pollWait(0x7f60238486b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821cf3fe0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821cf3fe0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821cf3f80, 0xc8238c68c0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024498, 0xc8238c68c0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024498, 0xc8238c68c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024498, 0xc8238c68c0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8213e2720, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8216cc810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8220164c0, 0xc8213e2ea0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 1402 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82029a810)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 345058 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc823c5d680)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 3445 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8221dbf40, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8221dbf40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1213 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820efd770)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1348 [IO wait]:
net.runtime_pollWait(0x7f60205b23d0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8202e4a70, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8202e4a70, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8202e4a10, 0xc82434a580, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024a60, 0xc82434a580, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024a60, 0xc82434a580, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024a60, 0xc82434a580, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82164a8a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821366cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82038f480, 0xc82164ade0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 1254834 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821436a40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 992 [IO wait]:
net.runtime_pollWait(0x7f60238480b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821314a00, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821314a00, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8213149a0, 0xc823567640, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82029e338, 0xc823567640, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82029e338, 0xc823567640, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82029e338, 0xc823567640, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82027c6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82130de90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820b0aec0, 0xc821c18000)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 528301 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822d3f730, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc823725b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc823725b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ec4080, 0x7f60205b2b48, 0xc822d3f730, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822d3f730, 0xc821ec4080)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 528300 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ec4080)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1397 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821c98380, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8220164c0, 0x7f60205b2b48, 0xc821c98380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8220164c0, 0x7f60205b2b48, 0xc821c98380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821c98380, 0xc8220164c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 991 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820b0aec0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820b0aec0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 994 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8215b6e00, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820e90380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820e90380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820b0aec0, 0x7f60205b2b48, 0xc8215b6e00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8215b6e00, 0xc820b0aec0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 519816 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821dc97c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821dc97c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 528298 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ec4080, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ec4080)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 478598 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822e268c0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821639500, 0x7f60205b2b48, 0xc822e268c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821639500, 0x7f60205b2b48, 0xc822e268c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822e268c0, 0xc821639500)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 339811 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8205c77c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8205c77c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 995 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8215b6e70, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820b0aec0, 0x7f60205b2b48, 0xc8215b6e70, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820b0aec0, 0x7f60205b2b48, 0xc8215b6e70, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8215b6e70, 0xc820b0aec0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1351 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82164cbd0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82038f480, 0x7f60205b2b48, 0xc82164cbd0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82038f480, 0x7f60205b2b48, 0xc82164cbd0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82164cbd0, 0xc82038f480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1350 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82164cb60, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821648c80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821648c80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82038f480, 0x7f60205b2b48, 0xc82164cb60, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82164cb60, 0xc82038f480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3769 [IO wait]:
net.runtime_pollWait(0x7f60205751e0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821d6a290, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821d6a290, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821d6a230, 0xc824c66b80, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024310, 0xc824c66b80, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024310, 0xc824c66b80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024310, 0xc824c66b80, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821cae360, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821f3ade0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc800000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821580340, 0xc821f34720)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 339814 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82308a8c0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8202c1a00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8202c1a00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8205c77c0, 0x7f60205b2b48, 0xc82308a8c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82308a8c0, 0xc8205c77c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1415 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8204ea480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1396 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821c98310, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820c82f80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820c82f80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8220164c0, 0x7f60205b2b48, 0xc821c98310, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821c98310, 0xc8220164c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 918832 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821e18150, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822689300, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822689300, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822125440, 0x7f60205b2b48, 0xc821e18150, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821e18150, 0xc822125440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1188 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821ef9340, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ec4540, 0x7f60205b2b48, 0xc821ef9340, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ec4540, 0x7f60205b2b48, 0xc821ef9340, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821ef9340, 0xc821ec4540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 451169 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82092c1c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82092c1c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1349 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82038f480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 725649 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823e7a070, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc822403ac0, 0x7f60205b2b48, 0xc823e7a070, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822403ac0, 0x7f60205b2b48, 0xc823e7a070, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823e7a070, 0xc822403ac0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1186 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ec4540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1406 [IO wait]:
net.runtime_pollWait(0x7f60205b1c50, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821c98450, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821c98450, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821c983f0, 0xc822687760, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8200240a0, 0xc822687760, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc8200240a0, 0xc822687760, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc8200240a0, 0xc822687760, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820d6faa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82029b320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ce0e80, 0xc8204f42a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 993898 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8220d3490, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821e9cd40, 0x7f60205b2b48, 0xc8220d3490, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821e9cd40, 0x7f60205b2b48, 0xc8220d3490, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8220d3490, 0xc821e9cd40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 997 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8214f80f0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1254836 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822082380, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821615800, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821615800, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821436a40, 0x7f60205b2b48, 0xc822082380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822082380, 0xc821436a40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2673 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820cbc9a0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ce1b80, 0x7f60205b2b48, 0xc820cbc9a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ce1b80, 0x7f60205b2b48, 0xc820cbc9a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820cbc9a0, 0xc821ce1b80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1187 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821ef92d0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8215b8b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8215b8b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ec4540, 0x7f60205b2b48, 0xc821ef92d0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821ef92d0, 0xc821ec4540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 451170 [IO wait]:
net.runtime_pollWait(0x7f60205b20d0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821e8aed0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821e8aed0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821e8ae70, 0xc82434aa80, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820efab10, 0xc82434aa80, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820efab10, 0xc82434aa80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820efab10, 0xc82434aa80, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821d3a660, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc823316bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82092c1c0, 0xc82152f200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 214746 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8202e5dc0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc823373140, 0x7f60205b2b48, 0xc8202e5dc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc823373140, 0x7f60205b2b48, 0xc8202e5dc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8202e5dc0, 0xc823373140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1184 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ec4540, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ec4540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 993897 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821e9cd40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1409 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8204e6af0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ce0e80, 0x7f60205b2b48, 0xc8204e6af0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ce0e80, 0x7f60205b2b48, 0xc8204e6af0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8204e6af0, 0xc821ce0e80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 918829 [IO wait]:
net.runtime_pollWait(0x7f6023848778, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8239151e0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8239151e0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc823915180, 0xc820c6aea0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820310a08, 0xc820c6aea0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820310a08, 0xc820c6aea0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820310a08, 0xc820c6aea0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82241ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82287b080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822125440, 0xc82241f2c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 918827 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822125440, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc822125440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 893104 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc823946140, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc823946140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 978955 [IO wait]:
net.runtime_pollWait(0x7f60205b2190, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8206ef5d0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8206ef5d0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8206ef570, 0xc8208f0b00, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820bb28b8, 0xc8208f0b00, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820bb28b8, 0xc8208f0b00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820bb28b8, 0xc8208f0b00, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821318060, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82308df20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821c58940, 0xc821318a20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 1034204 [IO wait]:
net.runtime_pollWait(0x7f60205b2310, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820809c60, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820809c60, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820809c00, 0xc82370ef40, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820bb3dd0, 0xc82370ef40, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820bb3dd0, 0xc82370ef40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820bb3dd0, 0xc82370ef40, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820cc6900, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc824799890, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82392b7c0, 0xc820cc7560)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 771011 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820455540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 3241 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8215b0f30)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2124 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821ee7260, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82218bc80, 0x7f60205b2b48, 0xc821ee7260, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82218bc80, 0x7f60205b2b48, 0xc821ee7260, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821ee7260, 0xc82218bc80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2000 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821f39480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 2276 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8214be700, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820ca9f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820ca9f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821e43240, 0x7f60205b2b48, 0xc8214be700, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8214be700, 0xc821e43240)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2828 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ce1b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 2277 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8214be770, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821e43240, 0x7f60205b2b48, 0xc8214be770, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821e43240, 0x7f60205b2b48, 0xc8214be770, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8214be770, 0xc821e43240)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2698 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ce1c80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 2001 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8213d05b0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821d7d800, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821d7d800, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821f39480, 0x7f60205b2b48, 0xc8213d05b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8213d05b0, 0xc821f39480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2670 [IO wait]:
net.runtime_pollWait(0x7f60238483b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8216fb5d0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8216fb5d0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8216fb570, 0xc821460c00, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8200249b0, 0xc821460c00, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc8200249b0, 0xc821460c00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc8200249b0, 0xc821460c00, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820cbaba0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820be7620, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc800000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ce1b80, 0xc820cbb140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 2008 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821b6df50)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1206756 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823424f50, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820307600, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820307600, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821437700, 0x7f60205b2b48, 0xc823424f50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823424f50, 0xc821437700)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2126 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821eeb500)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2002 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8213d0620, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821f39480, 0x7f60205b2b48, 0xc8213d0620, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821f39480, 0x7f60205b2b48, 0xc8213d0620, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8213d0620, 0xc821f39480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2672 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820cbc930, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8202fac00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8202fac00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ce1b80, 0x7f60205b2b48, 0xc820cbc930, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820cbc930, 0xc821ce1b80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2275 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821e43240)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 2123 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821ee71f0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8215de280, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8215de280, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82218bc80, 0x7f60205b2b48, 0xc821ee71f0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821ee71f0, 0xc82218bc80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1999 [IO wait]:
net.runtime_pollWait(0x7f60205b2010, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820606530, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820606530, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8206064d0, 0xc8231c7a20, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024070, 0xc8231c7a20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024070, 0xc8231c7a20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024070, 0xc8231c7a20, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821f28000, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820d39560, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821f39480, 0xc821f28660)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 2122 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82218bc80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1206755 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821437700)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 2835 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8214421b0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2830 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821c729a0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ce1b40, 0x7f60205b2b48, 0xc821c729a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ce1b40, 0x7f60205b2b48, 0xc821c729a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821c729a0, 0xc821ce1b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2827 [IO wait]:
net.runtime_pollWait(0x7f60205b1650, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821e964c0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821e964c0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821e96460, 0xc8238c7a20, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8200245b0, 0xc8238c7a20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc8200245b0, 0xc8238c7a20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc8200245b0, 0xc8238c7a20, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821440480, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82024ff50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ce1b40, 0xc821440a80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 2697 [IO wait]:
net.runtime_pollWait(0x7f60205b14d0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821fefe90, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821fefe90, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821fefe30, 0xc820c6b700, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024408, 0xc820c6b700, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024408, 0xc820c6b700, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024408, 0xc820c6b700, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82158b980, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821b00000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ce1c80, 0xc82158bec0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 997747 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820c60300)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1034205 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82392b7c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 74992 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82359d3b0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2705 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820260060)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2279 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82022c6f0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 2696 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ce1c80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ce1c80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 2825 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ce1b40, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ce1b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 2700 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8202556c0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ce1c80, 0x7f60205b2b48, 0xc8202556c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ce1c80, 0x7f60205b2b48, 0xc8202556c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8202556c0, 0xc821ce1c80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2274 [IO wait]:
net.runtime_pollWait(0x7f60205b17d0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8205da7d0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8205da7d0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8205da770, 0xc822cfe940, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8200240e8, 0xc822cfe940, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc8200240e8, 0xc822cfe940, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc8200240e8, 0xc822cfe940, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8221e19e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8214f9f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821e43240, 0xc8214bcc00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 893106 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc823946140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 5519 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82011be30, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820378780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820378780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8221b3140, 0x7f60205b2b48, 0xc82011be30, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82011be30, 0xc8221b3140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1206754 [IO wait]:
net.runtime_pollWait(0x7f60238485f8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc822b0ed80, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc822b0ed80, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc822b0ed20, 0xc82434b640, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82327f498, 0xc82434b640, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82327f498, 0xc82434b640, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82327f498, 0xc82434b640, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820daef60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8235f7860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821437700, 0xc820daf980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 2671 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ce1b80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 383846 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8233732c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8233732c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 2668 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ce1b80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ce1b80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 3131 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820e99c70, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82212c940, 0x7f60205b2b48, 0xc820e99c70, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82212c940, 0x7f60205b2b48, 0xc820e99c70, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820e99c70, 0xc82212c940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 5517 [IO wait]:
net.runtime_pollWait(0x7f60205b1950, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820b3f950, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820b3f950, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820b3f8f0, 0xc8238c7500, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a290, 0xc8238c7500, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a290, 0xc8238c7500, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a290, 0xc8238c7500, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820c343c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820d4a1b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8221b3140, 0xc820c34960)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 997745 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820c60300, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820c60300)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 2680 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820cb9e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 3133 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82025a570)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 383850 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821435a40, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821b5d680, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821b5d680, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8233732c0, 0x7f60205b2b48, 0xc821435a40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821435a40, 0xc8233732c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1254841 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8205aa630)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 3449 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8226fec40, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8221dbf40, 0x7f60205b2b48, 0xc8226fec40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8221dbf40, 0x7f60205b2b48, 0xc8226fec40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8226fec40, 0xc8221dbf40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3787 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8204f11d0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 978953 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821c58940, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821c58940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 2699 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820255650, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820307a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820307a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ce1c80, 0x7f60205b2b48, 0xc820255650, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820255650, 0xc821ce1c80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3128 [runnable]:
net.runtime_pollWait(0x7f60238482f8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820462140, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820462140, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8204620e0, 0xc821cf7a60, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024350, 0xc821cf7a60, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024350, 0xc821cf7a60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024350, 0xc821cf7a60, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820bbff20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821357b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82212c940, 0xc820258f60)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 7506 [IO wait]:
net.runtime_pollWait(0x7f6020574b20, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82050e140, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82050e140, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82050e0e0, 0xc82434a2c0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a1b0, 0xc82434a2c0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a1b0, 0xc82434a2c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a1b0, 0xc82434a2c0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82219fbc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8220b5530, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820c61580, 0xc8220d0660)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 191226 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc823e6d680)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 3127 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82212c940, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82212c940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1128505 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820b6e780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 3224 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820ce9ab0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8215aae00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8215aae00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820d90440, 0x7f60205b2b48, 0xc820ce9ab0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820ce9ab0, 0xc820d90440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 2829 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821c72930, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821c70b80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821c70b80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ce1b40, 0x7f60205b2b48, 0xc821c72930, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821c72930, 0xc821ce1b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7664 [IO wait]:
net.runtime_pollWait(0x7f6020574fa0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821f27250, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821f27250, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821f271f0, 0xc8233005e0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a788, 0xc8233005e0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a788, 0xc8233005e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a788, 0xc8233005e0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821fa6840, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821e76e10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821d81e00, 0xc821fa6de0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 3129 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82212c940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 6592 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8202f8230, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821e02080, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821e02080, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820155d40, 0x7f60205b2b48, 0xc8202f8230, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8202f8230, 0xc820155d40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3446 [IO wait]:
net.runtime_pollWait(0x7f60205b1710, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82209b3a0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82209b3a0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82209b340, 0xc82245b080, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024bd0, 0xc82245b080, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024bd0, 0xc82245b080, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024bd0, 0xc82245b080, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8205a9740, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821f594a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8221dbf40, 0xc821e28000)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 3130 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820e99c00, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820439200, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820439200, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82212c940, 0x7f60205b2b48, 0xc820e99c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820e99c00, 0xc82212c940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3225 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820ce9b20, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820d90440, 0x7f60205b2b48, 0xc820ce9b20, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820d90440, 0x7f60205b2b48, 0xc820ce9b20, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820ce9b20, 0xc820d90440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3223 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820d90440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 3221 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820d90440, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820d90440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 3771 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821ee0fc0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821580340, 0x7f60205b2b48, 0xc821ee0fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821580340, 0x7f60205b2b48, 0xc821ee0fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821ee0fc0, 0xc821580340)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 771012 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8245f43f0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822ec4f80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822ec4f80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820455540, 0x7f60205b2b48, 0xc8245f43f0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8245f43f0, 0xc820455540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 893113 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82280cde0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 3770 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821580340)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 3222 [IO wait]:
net.runtime_pollWait(0x7f60205b1e90, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821e69100, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821e69100, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821e690a0, 0xc821864780, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024020, 0xc821864780, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024020, 0xc821864780, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024020, 0xc821864780, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820ce5ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8216c6090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820d90440, 0xc8215b2480)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 383851 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821435ab0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8233732c0, 0x7f60205b2b48, 0xc821435ab0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8233732c0, 0x7f60205b2b48, 0xc821435ab0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821435ab0, 0xc8233732c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3760 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821580340, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821580340)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 1034207 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82431e0e0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82392b7c0, 0x7f60205b2b48, 0xc82431e0e0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82392b7c0, 0x7f60205b2b48, 0xc82431e0e0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82431e0e0, 0xc82392b7c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 6710 [IO wait]:
net.runtime_pollWait(0x7f60238489b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8205b0060, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8205b0060, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8205b0000, 0xc823b8e340, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a0b8, 0xc823b8e340, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a0b8, 0xc823b8e340, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a0b8, 0xc823b8e340, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821eee240, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8214d66f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8205c7280, 0xc821eee7e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 3457 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8221657a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1254833 [IO wait]:
net.runtime_pollWait(0x7f6020575060, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821cf3480, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821cf3480, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821cf3420, 0xc821862d20, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82245e6b8, 0xc821862d20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82245e6b8, 0xc821862d20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82245e6b8, 0xc821862d20, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8232b7320, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821b7cd50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821436a40, 0xc82206eea0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 3447 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8221dbf40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 3772 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821ee0f50, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822131a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822131a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821580340, 0x7f60205b2b48, 0xc821ee0f50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821ee0f50, 0xc821580340)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 3448 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8226febd0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821d14600, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821d14600, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8221dbf40, 0x7f60205b2b48, 0xc8226febd0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8226febd0, 0xc8221dbf40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 451178 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82022ab10)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 6593 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8202f82a0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820155d40, 0x7f60205b2b48, 0xc8202f82a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820155d40, 0x7f60205b2b48, 0xc8202f82a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8202f82a0, 0xc820155d40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 519818 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821dc97c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 7391 [IO wait]:
net.runtime_pollWait(0x7f60205b1590, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc822534fb0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc822534fb0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc822534f50, 0xc823008640, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046aaa8, 0xc823008640, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046aaa8, 0xc823008640, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046aaa8, 0xc823008640, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820cea720, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8226c4c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821e9bb80, 0xc820eb8a20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 5770 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8205735c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 1254835 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8220823f0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821436a40, 0x7f60205b2b48, 0xc8220823f0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821436a40, 0x7f60205b2b48, 0xc8220823f0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8220823f0, 0xc821436a40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 5777 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820d50b70)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 588223 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8236db650, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8228b2680, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8228b2680, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822e71b40, 0x7f60205b2b48, 0xc8236db650, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8236db650, 0xc822e71b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 918830 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822125440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 96994 [IO wait]:
net.runtime_pollWait(0x7f6023848bf8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820460060, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820460060, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820460000, 0xc822cff4a0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820ba46b8, 0xc822cff4a0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820ba46b8, 0xc822cff4a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820ba46b8, 0xc822cff4a0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8205f2c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82453c930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82212ca80, 0xc8205f3200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 4756 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8214b8580, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8214b8580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 339812 [IO wait]:
net.runtime_pollWait(0x7f6020574ee0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8234ea530, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8234ea530, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8234ea4d0, 0xc8240b8080, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820025a48, 0xc8240b8080, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820025a48, 0xc8240b8080, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820025a48, 0xc8240b8080, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822ecbaa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc823c5c150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8205c77c0, 0xc823564060)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 74984 [IO wait]:
net.runtime_pollWait(0x7f6020574be0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821c54060, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821c54060, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821c54000, 0xc8267bc5e0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82152afb8, 0xc8267bc5e0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82152afb8, 0xc8267bc5e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82152afb8, 0xc8267bc5e0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8205547e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8224897a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc823373200, 0xc8229388a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 74986 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822de9e30, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8214daa00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8214daa00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc823373200, 0x7f60205b2b48, 0xc822de9e30, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822de9e30, 0xc823373200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 5270 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820ce8310, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821be5f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821be5f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821e9d0c0, 0x7f60205b2b48, 0xc820ce8310, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820ce8310, 0xc821e9d0c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 214745 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8202e5d50, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8213c5b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8213c5b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc823373140, 0x7f60205b2b48, 0xc8202e5d50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8202e5d50, 0xc823373140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 978958 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820b7d5e0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821ef7300, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821ef7300, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821c58940, 0x7f60205b2b48, 0xc820b7d5e0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820b7d5e0, 0xc821c58940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 997746 [IO wait]:
net.runtime_pollWait(0x7f6023848238, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8215283e0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8215283e0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821528380, 0xc8218635c0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc821f0e198, 0xc8218635c0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc821f0e198, 0xc8218635c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc821f0e198, 0xc8218635c0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822298c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82275fc50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820c60300, 0xc8222991a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 771013 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8245f4460, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820455540, 0x7f60205b2b48, 0xc8245f4460, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820455540, 0x7f60205b2b48, 0xc8245f4460, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8245f4460, 0xc820455540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1206757 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823424fc0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821437700, 0x7f60205b2b48, 0xc823424fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821437700, 0x7f60205b2b48, 0xc823424fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823424fc0, 0xc821437700)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 214744 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc823373140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 4760 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820640fc0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8214b8580, 0x7f60205b2b48, 0xc820640fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8214b8580, 0x7f60205b2b48, 0xc820640fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820640fc0, 0xc8214b8580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1254832 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821436a40, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821436a40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 9324 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821f73500, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821f90880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821f90880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821ee3800, 0x7f60205b2b48, 0xc821f73500, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821f73500, 0xc821ee3800)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 4759 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820640f50, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821cb5d80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821cb5d80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8214b8580, 0x7f60205b2b48, 0xc820640f50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820640f50, 0xc8214b8580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 4762 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821e44a50)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1034206 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82431e070, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc824131780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc824131780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82392b7c0, 0x7f60205b2b48, 0xc82431e070, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82431e070, 0xc82392b7c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7394 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821659490, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821e9bb80, 0x7f60205b2b48, 0xc821659490, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821e9bb80, 0x7f60205b2b48, 0xc821659490, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821659490, 0xc821e9bb80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 4758 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8214b8580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 339815 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82308a930, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8205c77c0, 0x7f60205b2b48, 0xc82308a930, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8205c77c0, 0x7f60205b2b48, 0xc82308a930, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82308a930, 0xc8205c77c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1128504 [IO wait]:
net.runtime_pollWait(0x7f60238488f8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc823d2afb0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc823d2afb0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc823d2af50, 0xc8267bc260, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820d2c498, 0xc8267bc260, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820d2c498, 0xc8267bc260, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820d2c498, 0xc8267bc260, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820406ba0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820865530, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820b6e780, 0xc820407200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 5268 [IO wait]:
net.runtime_pollWait(0x7f60205752a0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821f2e220, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821f2e220, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821f2e1c0, 0xc82085ffa0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a090, 0xc82085ffa0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a090, 0xc82085ffa0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a090, 0xc82085ffa0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8220871a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820ec4b70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821e9d0c0, 0xc822087740)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 7667 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821fa8770, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821d81e00, 0x7f60205b2b48, 0xc821fa8770, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821d81e00, 0x7f60205b2b48, 0xc821fa8770, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821fa8770, 0xc821d81e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 4757 [IO wait]:
net.runtime_pollWait(0x7f6020574ca0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820d164c0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820d164c0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820d16460, 0xc82434a820, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82029e1a8, 0xc82434a820, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82029e1a8, 0xc82434a820, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82029e1a8, 0xc82434a820, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8203b5e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8202d1ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8214b8580, 0xc821d5c3c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 5525 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820468030)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1128503 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820b6e780, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820b6e780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 771018 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8245f75f0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 5518 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8221b3140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 96997 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8245725b0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82212ca80, 0x7f60205b2b48, 0xc8245725b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82212ca80, 0x7f60205b2b48, 0xc8245725b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8245725b0, 0xc82212ca80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 96993 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82212ca80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82212ca80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 5271 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820ce8380, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821e9d0c0, 0x7f60205b2b48, 0xc820ce8380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821e9d0c0, 0x7f60205b2b48, 0xc820ce8380, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820ce8380, 0xc821e9d0c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7392 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821e9bb80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 7390 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821e9bb80, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821e9bb80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 6589 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820155d40, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820155d40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 5278 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820647f20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1128506 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820408e70, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc825b89c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc825b89c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820b6e780, 0x7f60205b2b48, 0xc820408e70, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820408e70, 0xc820b6e780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 5769 [IO wait]:
net.runtime_pollWait(0x7f60205b1d10, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821f187d0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821f187d0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821f18770, 0xc8254f4a00, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a170, 0xc8254f4a00, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a170, 0xc8254f4a00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a170, 0xc8254f4a00, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820e841e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820d5e840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8205735c0, 0xc820e84840)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 5267 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821e9d0c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821e9d0c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 5520 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82011bea0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8221b3140, 0x7f60205b2b48, 0xc82011bea0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8221b3140, 0x7f60205b2b48, 0xc82011bea0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82011bea0, 0xc8221b3140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 6712 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821659b90, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc82008f880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc82008f880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8205c7280, 0x7f60205b2b48, 0xc821659b90, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821659b90, 0xc8205c7280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 5771 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820e5aee0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821f5c000, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821f5c000, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8205735c0, 0x7f60205b2b48, 0xc820e5aee0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820e5aee0, 0xc8205735c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 5269 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821e9d0c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 528307 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822d112c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 7514 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8220b9680)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 5516 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8221b3140, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8221b3140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 6709 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8205c7280, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8205c7280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 380691 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8234679d0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822894a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822894a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8205c60c0, 0x7f60205b2b48, 0xc8234679d0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8234679d0, 0xc8205c60c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 191221 [IO wait]:
net.runtime_pollWait(0x7f6020574a60, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc822706d10, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc822706d10, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc822706cb0, 0xc8238c70c0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82029ef58, 0xc8238c70c0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82029ef58, 0xc8238c70c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82029ef58, 0xc8238c70c0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8229b4c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822d80b70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820dbe980, 0xc82048c540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 7665 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821d81e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 6713 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821659c00, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8205c7280, 0x7f60205b2b48, 0xc821659c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8205c7280, 0x7f60205b2b48, 0xc821659c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821659c00, 0xc8205c7280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 6590 [IO wait]:
net.runtime_pollWait(0x7f60205b1a10, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820ba6450, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820ba6450, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820ba63f0, 0xc8232cafe0, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a1e0, 0xc8232cafe0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a1e0, 0xc8232cafe0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a1e0, 0xc8232cafe0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820554960, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820b5b3b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820155d40, 0xc820555260)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 96995 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82212ca80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 74985 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc823373200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 9320 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821ee3800, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821ee3800)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 5772 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820e5af50, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8205735c0, 0x7f60205b2b48, 0xc820e5af50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8205735c0, 0x7f60205b2b48, 0xc820e5af50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820e5af50, 0xc8205735c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 588220 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822e71b40, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc822e71b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 5768 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8205735c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc8205735c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 7509 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8221a8fc0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820c61580, 0x7f60205b2b48, 0xc8221a8fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820c61580, 0x7f60205b2b48, 0xc8221a8fc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8221a8fc0, 0xc820c61580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7508 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8221a8f50, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc82219ba80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc82219ba80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820c61580, 0x7f60205b2b48, 0xc8221a8f50, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8221a8f50, 0xc820c61580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 214743 [IO wait]:
net.runtime_pollWait(0x7f6020574820, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc823878060, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc823878060, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc823878000, 0xc822cfe480, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820024da8, 0xc822cfe480, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820024da8, 0xc822cfe480, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820024da8, 0xc822cfe480, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821de76e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820e50e10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc823373140, 0xc821de7da0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 6711 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8205c7280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 96996 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc824572540, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc823388f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc823388f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82212ca80, 0x7f60205b2b48, 0xc824572540, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc824572540, 0xc82212ca80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7663 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821d81e00, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821d81e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 9323 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821ee3800)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 6591 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820155d40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 6719 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82165dce0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 528302 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822d3f7a0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821ec4080, 0x7f60205b2b48, 0xc822d3f7a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821ec4080, 0x7f60205b2b48, 0xc822d3f7a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822d3f7a0, 0xc821ec4080)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 6599 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821366e70)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 893107 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822b0efc0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc823312f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc823312f00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc823946140, 0x7f60205b2b48, 0xc822b0efc0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822b0efc0, 0xc823946140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7399 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8216edbc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 7505 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820c61580, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820c61580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 191224 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823e7b340, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820dbe980, 0x7f60205b2b48, 0xc823e7b340, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820dbe980, 0x7f60205b2b48, 0xc823e7b340, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823e7b340, 0xc820dbe980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7393 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821659420, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822131780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822131780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821e9bb80, 0x7f60205b2b48, 0xc821659420, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821659420, 0xc821e9bb80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 97018 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821e15050)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 9322 [IO wait]:
net.runtime_pollWait(0x7f6020575420, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc821ebb720, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc821ebb720, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821ebb6c0, 0xc8254f4540, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82046a9d8, 0xc8254f4540, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82046a9d8, 0xc8254f4540, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82046a9d8, 0xc8254f4540, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822725d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8214d1f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ee3800, 0xc821f943c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 380690 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8205c60c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 918831 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821e181c0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc822125440, 0x7f60205b2b48, 0xc821e181c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822125440, 0x7f60205b2b48, 0xc821e181c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821e181c0, 0xc822125440)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 7507 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820c61580)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 478597 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822e26850, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8229d0c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8229d0c00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821639500, 0x7f60205b2b48, 0xc822e26850, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822e26850, 0xc821639500)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 588230 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8226d45d0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 7666 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821fa8700, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc822204e00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc822204e00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821d81e00, 0x7f60205b2b48, 0xc821fa8700, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821fa8700, 0xc821d81e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 978964 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8221f5890)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 1128512 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820ea6180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 519825 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8227657a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 191223 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823e7b2d0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc823e69880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc823e69880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820dbe980, 0x7f60205b2b48, 0xc823e7b2d0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823e7b2d0, 0xc820dbe980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 380697 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821cd8e10)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 9330 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821f75b90)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 191222 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820dbe980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 74983 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc823373200, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc823373200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 74987 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822de9ea0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc823373200, 0x7f60205b2b48, 0xc822de9ea0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc823373200, 0x7f60205b2b48, 0xc822de9ea0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822de9ea0, 0xc823373200)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 191220 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820dbe980, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820dbe980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 383848 [runnable]:
net.runtime_pollWait(0x7f6023848b38, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82254b100, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82254b100, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82254b0a0, 0xc8254f4140, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82152b390, 0xc8254f4140, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82152b390, 0xc8254f4140, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82152b390, 0xc8254f4140, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820554de0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8238ac420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8233732c0, 0xc820555620)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 725656 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8203ceab0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 588224 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8236db6c0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc822e71b40, 0x7f60205b2b48, 0xc8236db6c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822e71b40, 0x7f60205b2b48, 0xc8236db6c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8236db6c0, 0xc822e71b40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 345054 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82392b380)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 214742 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc823373140, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc823373140)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 345055 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82168b2d0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821e91880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821e91880, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82392b380, 0x7f60205b2b48, 0xc82168b2d0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82168b2d0, 0xc82392b380)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1034203 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82392b7c0, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc82392b7c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 528299 [IO wait]:
net.runtime_pollWait(0x7f60205745e0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8230d7480, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8230d7480, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8230d7420, 0xc822cffa60, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82143b3f0, 0xc822cffa60, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82143b3f0, 0xc822cffa60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82143b3f0, 0xc822cffa60, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8216e9f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820b20cf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821ec4080, 0xc822724840)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 380689 [IO wait]:
net.runtime_pollWait(0x7f60205b1dd0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82318e7d0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82318e7d0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82318e770, 0xc823d64871, 0xf, 0xf, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82152a518, 0xc823d64871, 0xf, 0xf, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc82152a518, 0xc823d64870, 0x10, 0x10, 0x10, 0x1, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc82152a518, 0xc823d64870, 0x10, 0x10, 0x10, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822892a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:587 +0x59c
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822a488d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc800000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8205c60c0, 0xc822892fc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 478595 [IO wait]:
net.runtime_pollWait(0x7f6023848178, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8237b9330, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8237b9330, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8237b92d0, 0xc8228a4c40, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc822c5dcc0, 0xc8228a4c40, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc822c5dcc0, 0xc8228a4c40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc822c5dcc0, 0xc8228a4c40, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821eefc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821d652f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821639500, 0xc8223e57a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 451172 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8244a0540, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82092c1c0, 0x7f60205b2b48, 0xc8244a0540, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82092c1c0, 0x7f60205b2b48, 0xc8244a0540, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8244a0540, 0xc82092c1c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 345056 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82168b340, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc82392b380, 0x7f60205b2b48, 0xc82168b340, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82392b380, 0x7f60205b2b48, 0xc82168b340, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82168b340, 0xc82392b380)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 519820 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8204b0cb0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821dc97c0, 0x7f60205b2b48, 0xc8204b0cb0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821dc97c0, 0x7f60205b2b48, 0xc8204b0cb0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8204b0cb0, 0xc821dc97c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 725648 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823e7a000, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc821d55a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc821d55a80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822403ac0, 0x7f60205b2b48, 0xc823e7a000, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823e7a000, 0xc822403ac0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 478603 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8232e4f90)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 978957 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820b7d650, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc821c58940, 0x7f60205b2b48, 0xc820b7d650, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821c58940, 0x7f60205b2b48, 0xc820b7d650, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820b7d650, 0xc821c58940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 451173 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8244a04d0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8243d4b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8243d4b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82092c1c0, 0x7f60205b2b48, 0xc8244a04d0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8244a04d0, 0xc82092c1c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 383849 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8233732c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 478594 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821639500, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821639500)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 978956 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821c58940)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 451171 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82092c1c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 339817 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821494000)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 725646 [IO wait]:
net.runtime_pollWait(0x7f6023848a78, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8223ad9c0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8223ad9c0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8223ad960, 0xc824148900, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8205a2358, 0xc824148900, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc8205a2358, 0xc824148900, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc8205a2358, 0xc824148900, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8223b1b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820c13950, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822403ac0, 0xc821d3a420)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 380692 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823467a40, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc8205c60c0, 0x7f60205b2b48, 0xc823467a40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8205c60c0, 0x7f60205b2b48, 0xc823467a40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823467a40, 0xc8205c60c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 478596 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821639500)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 519817 [IO wait]:
net.runtime_pollWait(0x7f60205b1f50, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8215254f0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8215254f0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc821525490, 0xc8267bd940, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc824735ef8, 0xc8267bd940, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc824735ef8, 0xc8267bd940, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc824735ef8, 0xc8267bd940, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8236a1b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820647b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821dc97c0, 0xc8204a8300)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 997749 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82307bb90, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820c60300, 0x7f60205b2b48, 0xc82307bb90, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820c60300, 0x7f60205b2b48, 0xc82307bb90, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82307bb90, 0xc820c60300)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 997748 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82307bb20, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc8202fb780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc8202fb780, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820c60300, 0x7f60205b2b48, 0xc82307bb20, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82307bb20, 0xc820c60300)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 918837 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82390cd50)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 771010 [IO wait]:
net.runtime_pollWait(0x7f60205749a0, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc823014f40, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc823014f40, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc823014ee0, 0xc82391d120, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820efb578, 0xc82391d120, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc820efb578, 0xc82391d120, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc820efb578, 0xc82391d120, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820ee37a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822414210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820455540, 0xc8204ad980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 993894 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821e9cd40, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc821e9cd40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 725647 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822403ac0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
goroutine 588221 [IO wait]:
net.runtime_pollWait(0x7f6020574520, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8242e5800, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8242e5800, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8242e57a0, 0xc820774740, 0x20, 0x20, 0x0, 0x7f602383e050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc823ffa008, 0xc820774740, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7f6023852fa0, 0xc823ffa008, 0xc820774740, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7f6023852fa0, 0xc823ffa008, 0xc820774740, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8245c7da0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821e14db0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822e71b40, 0xc8233ba360)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
goroutine 993899 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8220d3420, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820150180, 0xc820306400, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:254 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820150180, 0xc820306400, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xa9e
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821e9cd40, 0x7f60205b2b48, 0xc8220d3420, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8220d3420, 0xc821e9cd40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 1128507 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820408ee0, 0x0, 0x7f6000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82015c780, 0xc820b6e780, 0x7f60205b2b48, 0xc820408ee0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820b6e780, 0x7f60205b2b48, 0xc820408ee0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820408ee0, 0xc820b6e780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
goroutine 771009 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820455540, 0x7f60205b2b20)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82065ad80, 0xc820455540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
goroutine 997757 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822557f80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
goroutine 993906 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82463bf80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment