Skip to content

Instantly share code, notes, and snippets.

@datajerk
Last active November 16, 2015 02:21
Show Gist options
  • Save datajerk/716a582265426b2ce922 to your computer and use it in GitHub Desktop.
Save datajerk/716a582265426b2ce922 to your computer and use it in GitHub Desktop.
github.com/ethereum/go-ethereum/xeth.(*whisperFilter).insert(0x0, 0xc833691ba8, 0x1, 0x1)
I1115 15:34:38.716478 20154 blockchain.go:1142] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 40.584362ms. #13766 [fc614f9e / fc614f9e]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x62c80b]
goroutine 41 [running]:
github.com/ethereum/go-ethereum/xeth.(*whisperFilter).insert(0x0, 0xc833691ba8, 0x1, 0x1)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/whisper_filter.go:72 +0x32b
github.com/ethereum/go-ethereum/xeth.(*XEth).NewWhisperFilter.func1(0xc835262280, 0xc8339236b0, 0x2a, 0xc833ce2340, 0x3, 0xc837012510, 0x84, 0x5648d248, 0x64, 0xc820466b40, ...)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:680 +0x15b
github.com/ethereum/go-ethereum/xeth.(*Whisper).Watch.func1(0xc835262280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/whisper.go:107 +0x5e
github.com/ethereum/go-ethereum/whisper.(*Whisper).Watch.func1(0xdf7060, 0xc835262280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:142 +0x3d
github.com/ethereum/go-ethereum/whisper.filterer.Trigger(0x0, 0x0, 0x0, 0x0, 0xc8202b9000, 0xc832f24940, 0xdf7060, 0xc835262280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/filter.go:131 +0x30
github.com/ethereum/go-ethereum/whisper.(*filterer).Trigger(0xc836da7500, 0xdf7060, 0xc835262280)
#011<autogenerated>:2 +0xaa
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc8200951a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:81 +0x42d
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 1 [chan receive, 53 minutes]:
main.run(0xc8201f8360)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:419 +0x23f
github.com/codegangsta/cli.(*App).Run(0xc8201f8240, 0xc82000a100, 0x10, 0x10, 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:372 +0x93
goroutine 17 [syscall, 53 minutes, locked to thread]:
runtime.goexit()
#011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
goroutine 5 [syscall, 53 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(0x16f3340)
#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 23 [select, 49 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820075080)
#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 44 [select, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820074c60)
#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(0xc8201eca80)
#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(0xc8200976c0)
#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(0xc820074c60)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820074c60)
#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(0x7fdfc3e5b958, 0xc8202172a0, 0xc820206ba0, 0xc82013ae80)
#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 24 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820075080)
#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, 49 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820075080)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820075080)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820075080)
#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(0xc820152000, 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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820074000)
#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(0xc820074000)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820074000)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820074000)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820074000)
#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(0xc8201520c0, 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(0xc82000a900)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1259 +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:149 +0x1263
goroutine 37 [chan receive]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc82016ea10)
#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(0xc8201ec2a0)
#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 +0x39d
goroutine 39 [chan receive, 53 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc8201ec2a0)
#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 +0x3bf
goroutine 540611 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc835ff0cc0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 42 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fdfc3e5b918, 0xc820218280, 0xc8207916e0, 0xe80ff8, 0x3, 0x9dd4, 0x9dd4, 0xf16be0, 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 47 [select, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820074c60)
#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, 53 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820074c60)
#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, 53 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc8200adb00)
#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(0xc820796230)
#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(0x7fdfc3e5cd78, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820796220, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820796220, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).readFrom(0xc8207961c0, 0xc820165900, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:259 +0x2a5
net.(*UDPConn).ReadFromUDP(0xc820026728, 0xc820165900, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/udpsock_posix.go:61 +0x117
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc820796230)
#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(0x7fdfc3e5ce38, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8201fc3e0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8201fc3e0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc8201fc380, 0x0, 0x7fdfc3e5d098, 0xc834a1d440)
#011/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc820026160, 0x43d17b, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc820026160, 0x0, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc82063aa80)
#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, 8 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fdfc3e5b918, 0xc820218280, 0xc820791440, 0xe80ac8, 0x3, 0x9dd4, 0x9dd4, 0xe96760, 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(0xc82063aa80, 0xc820634ba0)
#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(0xc82063aa80, 0x7fdfc3e6af18, 0xc8201fc310)
#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 +0xbd6
goroutine 55 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc820152180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:728 +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:165 +0x11a
goroutine 56 [chan receive, 53 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc820152180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:717 +0x83
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:168 +0x214
goroutine 57 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc820152180)
#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:171 +0x239
goroutine 58 [select, 41 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc820152180)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:105 +0x605
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:172 +0x25e
goroutine 59 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc82000c870)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:313 +0x108
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 60 [chan receive, 53 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartEthereum.func1(0xc8201943c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:132 +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:145 +0x2d0
goroutine 61 [IO wait, 53 minutes]:
net.runtime_pollWait(0x7fdfc3e5cef8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8201fc450, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8201fc450, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc8201fc3f0, 0x0, 0x7fdfc3e5d098, 0xc820095b80)
#011/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*UnixListener).AcceptUnix(0xc82079f3e0, 0xc8207a0ed8, 0x0, 0x0)
#011/usr/local/go/src/net/unixsock_posix.go:304 +0x53
net.(*UnixListener).Accept(0xc82079f3e0, 0x0, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/unixsock_posix.go:314 +0x41
github.com/ethereum/go-ethereum/rpc/comms.ipcLoop(0xc82079f300, 0x1c, 0x0, 0xc82079f320, 0x7fdfc3e6af80, 0xc82079f3e0)
#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(0xc820792300)
#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(0xc820776270)
#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(0x7fdfc3e5ccb8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8201fc530, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8201fc530, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc8201fc4d0, 0x0, 0x7fdfc3e5d098, 0xc832761940)
#011/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc8200261f8, 0xc8207a2eb0, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc8200261f8, 0x0, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
net/http.(*Server).Serve(0xc8215c9380, 0x7fdfc3e6ae98, 0xc8200261f8, 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(0xc820162820)
#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, 53 minutes, locked to thread]:
runtime.gopark(0x10a21c0, 0xc8200ee728, 0xe7ffb0, 0x6, 0x466f18, 0x2)
#011/usr/local/go/src/runtime/proc.go:185 +0x163
runtime.selectgoImpl(0xc8200ee728, 0x0, 0x18)
#011/usr/local/go/src/runtime/select.go:392 +0xa64
runtime.selectgo(0xc8200ee728)
#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 473 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc835f6bda0)
#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 26100 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83594f500, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc821794090, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821794090, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8372efe40, 0x7fdfc138e500, 0xc83594f500, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc83594f500, 0xc8372efe40)
#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 4208 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc834e3c100)
#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 15950 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc833f39ad0)
#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 251 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8349ad980)
#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 114 [select, 53 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc8215c8d20)
#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 1963 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c778, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc83295b6b0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83295b6b0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83295b650, 0xc835a3fb40, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc83693d3c0, 0xc835a3fb40, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc83693d3c0, 0xc835a3fb40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc83693d3c0, 0xc835a3fb40, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc836bd0a80, 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(0xc8377b0090, 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(0xc834d7ae40, 0xc836bd1260)
#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 466 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c538, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8349a7170, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8349a7170, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8349a7110, 0xc833178e40, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc834e2e458, 0xc833178e40, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc834e2e458, 0xc833178e40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc834e2e458, 0xc833178e40, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc835f250e0, 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(0xc835304090, 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(0xc835f81200, 0xc83594f9e0)
#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 255 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc834da1ef0)
#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 258 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).listenLoop(0xc82079a280)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:107 +0x24c
created by github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).init.func1
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:79 +0x53
goroutine 252 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8349a5260, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc834db61b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc834db61b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8349ad980, 0x7fdfc138e500, 0xc8349a5260, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8349a5260, 0xc8349ad980)
#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 253 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8349a5320, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc8349ad980, 0x7fdfc138e500, 0xc8349a5320, 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(0xc8349ad980, 0x7fdfc138e500, 0xc8349a5320, 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(0xc8349a5320, 0xc8349ad980)
#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 17631 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c478, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc83400b560, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83400b560, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83400b500, 0xc8366dda20, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc83693c4d8, 0xc8366dda20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc83693c4d8, 0xc8366dda20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc83693c4d8, 0xc8366dda20, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc834686660, 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(0xc8359908a0, 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(0xc820218dc0, 0xc834ed4d80)
#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 250 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c9b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc83295b250, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83295b250, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83295b1f0, 0xc834b01300, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc820026c38, 0xc834b01300, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc820026c38, 0xc834b01300, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc820026c38, 0xc834b01300, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8349a4f00, 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(0xc832986c90, 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(0xc8349ad980, 0xc834daecc0)
#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 540587 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e55c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 17646 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc835fa00c0)
#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 1966 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc836bd0f00, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc834d7ae40, 0x7fdfc138e500, 0xc836bd0f00, 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(0xc834d7ae40, 0x7fdfc138e500, 0xc836bd0f00, 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(0xc836bd0f00, 0xc834d7ae40)
#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 35336 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc835fa8540)
#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 540609 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc835ff06c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 21698 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8374f2680, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc8374f2680)
#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 21699 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c178, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc832969e90, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc832969e90, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc832969e30, 0xc835a3f600, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc83693d420, 0xc835a3f600, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc83693d420, 0xc835a3f600, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc83693d420, 0xc835a3f600, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc837657f20, 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(0xc837e2a6f0, 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(0xc8374f2680, 0xc835f25e00)
#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 246 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8349ad980, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc8349ad980)
#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 95330 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8207535c0)
#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 467 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc835f81200)
#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 95331 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc838a78720, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc8367a6900, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc8367a6900, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8207535c0, 0x7fdfc138e500, 0xc838a78720, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc838a78720, 0xc8207535c0)
#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 5223 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc833059a00)
#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 26099 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8372efe40)
#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 465 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc835f81200, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc835f81200)
#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 35335 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c238, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc83360a0d0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83360a0d0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83360a070, 0xc820274c00, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc838806680, 0xc820274c00, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc838806680, 0xc820274c00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc838806680, 0xc820274c00, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc834690ea0, 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(0xc8398ecde0, 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(0xc835fa8540, 0xc835faba40)
#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 28973 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc835991980)
#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 469 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83594f680, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc835f81200, 0x7fdfc138e500, 0xc83594f680, 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(0xc835f81200, 0x7fdfc138e500, 0xc83594f680, 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(0xc83594f680, 0xc835f81200)
#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 468 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83594f5c0, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc835f941b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc835f941b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc835f81200, 0x7fdfc138e500, 0xc83594f5c0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc83594f5c0, 0xc835f81200)
#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 4209 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83693bd40, 0x0, 0x0, 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(0xc82000c870, 0xc834e3c100, 0x7fdfc138e500, 0xc83693bd40, 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(0xc834e3c100, 0x7fdfc138e500, 0xc83693bd40, 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(0xc83693bd40, 0xc834e3c100)
#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 95329 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5ca78, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8207f33a0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8207f33a0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8207f3340, 0xc8357459a0, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc838807800, 0xc8357459a0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc838807800, 0xc8357459a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc838807800, 0xc8357459a0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc838a782a0, 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(0xc8359d0de0, 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(0xc8207535c0, 0xc838a78ba0)
#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 16510 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc832987530)
#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 28967 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc833680d20, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc8359cc1b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc8359cc1b0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc834edbf80, 0x7fdfc138e500, 0xc833680d20, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc833680d20, 0xc834edbf80)
#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 9854 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc837262fc0)
#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 5221 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc833059a00, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc833059a00)
#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 35337 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8346911a0, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc8387a2120, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc8387a2120, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc835fa8540, 0x7fdfc138e500, 0xc8346911a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8346911a0, 0xc835fa8540)
#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 16493 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc836924c40)
#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 9853 [runnable]:
net.runtime_pollWait(0x7fdfc3e5c6b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc834ed1870, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc834ed1870, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc834ed1810, 0xc8363f0360, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc83693c1f0, 0xc8363f0360, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc83693c1f0, 0xc8363f0360, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc83693c1f0, 0xc8363f0360, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc837292ae0, 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(0xc834a9b380, 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(0xc837262fc0, 0xc837293200)
#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 26101 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83594f860, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc8372efe40, 0x7fdfc138e500, 0xc83594f860, 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(0xc8372efe40, 0x7fdfc138e500, 0xc83594f860, 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(0xc83594f860, 0xc8372efe40)
#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 5222 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c3b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc833c25800, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc833c25800, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc833c257a0, 0xc833b31780, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8388066a0, 0xc833b31780, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc8388066a0, 0xc833b31780, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc8388066a0, 0xc833b31780, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8374fa420, 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(0xc834e0bb00, 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(0xc833059a00, 0xc8374facc0)
#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 1993 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc836bd7c50)
#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 35338 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc834691260, 0x0, 0x0, 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(0xc82000c870, 0xc835fa8540, 0x7fdfc138e500, 0xc834691260, 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(0xc835fa8540, 0x7fdfc138e500, 0xc834691260, 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(0xc834691260, 0xc835fa8540)
#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 17630 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820218dc0, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc820218dc0)
#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 9852 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc837262fc0, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc837262fc0)
#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 121504 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8206d62a0, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc833ed6580, 0x7fdfc138e500, 0xc8206d62a0, 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(0xc833ed6580, 0x7fdfc138e500, 0xc8206d62a0, 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(0xc8206d62a0, 0xc833ed6580)
#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 26097 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8372efe40, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc8372efe40)
#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 95328 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8207535c0, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc8207535c0)
#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 5230 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc837544000)
#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 28966 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc834edbf80)
#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 15944 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc835633560, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc8367b5170, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc8367b5170, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc83750bc80, 0x7fdfc138e500, 0xc835633560, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc835633560, 0xc83750bc80)
#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 4214 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc832680840)
#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 4206 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc834e3c100, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc834e3c100)
#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 121503 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8206d61e0, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc833fa4360, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc833fa4360, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc833ed6580, 0x7fdfc138e500, 0xc8206d61e0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8206d61e0, 0xc833ed6580)
#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 4207 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c0b8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8358a1f00, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8358a1f00, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8358a1ea0, 0xc833178f40, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc838807728, 0xc833178f40, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc838807728, 0xc833178f40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc838807728, 0xc833178f40, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc833dc97a0, 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(0xc821728b40, 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(0xc834e3c100, 0xc83695e120)
#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 4210 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83693bc80, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc833dcbb90, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc833dcbb90, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc834e3c100, 0x7fdfc138e500, 0xc83693bc80, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc83693bc80, 0xc834e3c100)
#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 1962 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc834d7ae40, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc834d7ae40)
#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 95332 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc838a787e0, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc8207535c0, 0x7fdfc138e500, 0xc838a787e0, 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(0xc8207535c0, 0x7fdfc138e500, 0xc838a787e0, 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(0xc838a787e0, 0xc8207535c0)
#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 15942 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc83750bc80)
#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 28968 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc833680de0, 0x0, 0x0, 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(0xc82000c870, 0xc834edbf80, 0x7fdfc138e500, 0xc833680de0, 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(0xc834edbf80, 0x7fdfc138e500, 0xc833680de0, 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(0xc833680de0, 0xc834edbf80)
#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 17633 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc834ed4960, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc833e6e120, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc833e6e120, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820218dc0, 0x7fdfc138e500, 0xc834ed4960, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc834ed4960, 0xc820218dc0)
#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 21702 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc835f25aa0, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc8374f2680, 0x7fdfc138e500, 0xc835f25aa0, 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(0xc8374f2680, 0x7fdfc138e500, 0xc835f25aa0, 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(0xc835f25aa0, 0xc8374f2680)
#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 15943 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc835633620, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc83750bc80, 0x7fdfc138e500, 0xc835633620, 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(0xc83750bc80, 0x7fdfc138e500, 0xc835633620, 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(0xc835633620, 0xc83750bc80)
#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 1965 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc836bd0e40, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc836bd3320, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc836bd3320, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc834d7ae40, 0x7fdfc138e500, 0xc836bd0e40, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc836bd0e40, 0xc834d7ae40)
#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 1964 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc834d7ae40)
#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 5225 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8374fa960, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc833059a00, 0x7fdfc138e500, 0xc8374fa960, 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(0xc833059a00, 0x7fdfc138e500, 0xc8374fa960, 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(0xc8374fa960, 0xc833059a00)
#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 15940 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc83750bc80, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc83750bc80)
#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 28964 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc834edbf80, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc834edbf80)
#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 17632 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820218dc0)
#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 15941 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c5f8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8371ad1e0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8371ad1e0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8371ad180, 0xc835745560, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc83693c930, 0xc835745560, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc83693c930, 0xc835745560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc83693c930, 0xc835745560, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821749800, 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(0xc833e88ed0, 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(0xc83750bc80, 0xc835633980)
#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 95337 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc835990930)
#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 9877 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8372572f0)
#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 540597 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d99e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 16495 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82010a3c0, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc836924c40, 0x7fdfc138e500, 0xc82010a3c0, 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(0xc836924c40, 0x7fdfc138e500, 0xc82010a3c0, 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(0xc82010a3c0, 0xc836924c40)
#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 9856 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc837292ea0, 0x0, 0x0, 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(0xc82000c870, 0xc837262fc0, 0x7fdfc138e500, 0xc837292ea0, 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(0xc837262fc0, 0x7fdfc138e500, 0xc837292ea0, 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(0xc837292ea0, 0xc837262fc0)
#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 16492 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5c8f8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc833eeb410, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc833eeb410, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc833eeb3b0, 0xc8389b2aa0, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc83693cf18, 0xc8389b2aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc83693cf18, 0xc8389b2aa0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc83693cf18, 0xc8389b2aa0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8349b99e0, 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(0xc8358b3770, 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(0xc836924c40, 0xc82010a720)
#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 16494 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82010a300, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc821708000, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821708000, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc836924c40, 0x7fdfc138e500, 0xc82010a300, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82010a300, 0xc836924c40)
#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 21700 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8374f2680)
#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 5224 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8374fa8a0, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc833f13b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc833f13b00, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc833059a00, 0x7fdfc138e500, 0xc8374fa8a0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8374fa8a0, 0xc833059a00)
#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 21707 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821781740)
#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 121501 [IO wait]:
net.runtime_pollWait(0x7fdfc1201be8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc837216a70, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc837216a70, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc837216a10, 0xc820565fe0, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8388065f0, 0xc820565fe0, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc8388065f0, 0xc820565fe0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc8388065f0, 0xc820565fe0, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc837fc2120, 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(0xc8358c2b10, 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(0xc833ed6580, 0xc8398e21e0)
#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 9855 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc837292de0, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc833de5440, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc833de5440, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc837262fc0, 0x7fdfc138e500, 0xc837292de0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc837292de0, 0xc837262fc0)
#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 21701 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc835f259e0, 0x0, 0x7fdf00000000, 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(0xc820152180, 0xc834a75320, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc834a75320, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8374f2680, 0x7fdfc138e500, 0xc835f259e0, 0x0, 0x0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc835f259e0, 0xc8374f2680)
#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 16491 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc836924c40, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc836924c40)
#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 17634 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc834ed4a20, 0x0, 0x7fdf00000000, 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(0xc82000c870, 0xc820218dc0, 0x7fdfc138e500, 0xc834ed4a20, 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(0xc820218dc0, 0x7fdfc138e500, 0xc834ed4a20, 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(0xc834ed4a20, 0xc820218dc0)
#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 28965 [IO wait]:
net.runtime_pollWait(0x7fdfc1201d68, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc83728f560, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83728f560, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83728f500, 0xc83660dbb5, 0xb, 0xb, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8388061b0, 0xc83660dbb5, 0xb, 0xb, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc8388061b0, 0xc83660b000, 0x2bc0, 0x2bc0, 0x2bc0, 0x2bb5, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc8388061b0, 0xc83660b000, 0x2bc0, 0x2bc0, 0x2bc0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc834efcc00, 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(0xc83878fcb0, 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(0xc834edbf80, 0xc833681140)
#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 121502 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc833ed6580)
#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 540575 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc831cca4e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 35348 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc832959b30)
#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 540608 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc835ff0540)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 26106 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc833638b10)
#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 121500 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc833ed6580, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc833ed6580)
#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 26098 [IO wait]:
net.runtime_pollWait(0x7fdfc3e5cbf8, 0x72, 0xc82000e160)
#011/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82177dcd0, 0x72, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82177dcd0, 0x0, 0x0)
#011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82177dc70, 0xc8324fdb80, 0x20, 0x20, 0x0, 0x7fdfc3e52050, 0xc82000e160)
#011/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc838806378, 0xc8324fdb80, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x7fdfc3e6ba80, 0xc838806378, 0xc8324fdb80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:298 +0xe6
io.ReadFull(0x7fdfc3e6ba80, 0xc838806378, 0xc8324fdb80, 0x20, 0x20, 0x20, 0x0, 0x0)
#011/usr/local/go/src/io/io.go:316 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc838aace40, 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(0xc834e28f30, 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(0xc8372efe40, 0xc83594fda0)
#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 121510 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc833fa89c0)
#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 540599 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc832500900)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 35330 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc835fa8540, 0x7fdfc138e4d8)
#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(0xc82063aa80, 0xc835fa8540)
#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 540600 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc832500c00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540594 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d8ba0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540591 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e5e00)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540602 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8325017a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540574 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc831cca360)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540581 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc831ccb740)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540583 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc831ccbd40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540590 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e5c80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540586 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e52c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540584 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e4120)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540601 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8325011a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540596 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d96e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540582 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc831ccb8c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540603 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc83251a420)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540592 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d82a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540560 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8335dd980)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540585 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e5080)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540604 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc83251a960)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540598 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d9ce0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540605 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc83251b7a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540606 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc835ff0000)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540610 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc835ff0780)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540607 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc835ff0300)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540595 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d93e0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540593 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8324d85a0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540614 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc820796230, 0xd8366322c6626072, 0xa678226fbd035e62, 0x63f921048202bffb, 0xc34bdf1182b859, 0xf81ba9a2d72dacbd, 0xe25c7fa718af97c2, 0x9e99a0283c59f9fc, 0x47508ef1b49c7f87, 0xc820451bc0, ...)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:250 +0x2eb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc8200adb00, 0xd8366322c6626072, 0xa678226fbd035e62, 0x63f921048202bffb, 0xc34bdf1182b859, 0xf81ba9a2d72dacbd, 0xe25c7fa718af97c2, 0x9e99a0283c59f9fc, 0x47508ef1b49c7f87, 0xc820451bc0, ...)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:479 +0xeb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).add(0xc8200adb00, 0xc8332d3c80)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:518 +0x26a
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc8200adb00, 0xd8fa6c63936e6c01, 0x4238810a3a12f8ff, 0x793976005af9c89, 0xd11723dbdfd5398, 0x55a7a30e80637b66, 0xe944f1d242b81950, 0x472002c5ddd459ac, 0x823be24f72927373, 0xc8355b0675, ...)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:447 +0x1c5
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:531 +0x396
goroutine 540589 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e5a40)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
goroutine 540588 [chan send]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82000c870, 0xc8370e58c0)
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x132
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
#011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment