Skip to content

Instantly share code, notes, and snippets.

@datajerk
Created November 16, 2015 14:51
Show Gist options
  • Save datajerk/733e2b1cc3034573a955 to your computer and use it in GitHub Desktop.
Save datajerk/733e2b1cc3034573a955 to your computer and use it in GitHub Desktop.
miner: [libsecp256k1] illegal argument: recid >= 0 && recid <= 3
miner: I1116 01:35:57.363088 14765 worker.go:557] commit new work on block 16034 with 0 txs & 0 uncles. Took 371.524µs
miner: I1116 01:35:57.509826 14765 worker.go:557] commit new work on block 16034 with 0 txs & 0 uncles. Took 433.173µs
miner: [libsecp256k1] illegal argument: recid >= 0 && recid <= 3
miner: SIGABRT: abort
miner: PC=0x7f6d97a19cc9 m=7
miner: signal arrived during cgo execution
miner:
miner: goroutine 2465756 [syscall, locked to thread]:
miner: runtime.cgocall(0x41c0e0, 0xc8219a5b28, 0x3fac10bd00000000)
miner: #011/usr/local/go/src/runtime/cgocall.go:120 +0x11b fp=0xc8219a5ae0 sp=0xc8219a5ab0
miner: github.com/ethereum/go-ethereum/crypto/secp256k1._Cfunc_secp256k1_ecdsa_recoverable_signature_parse_compact(0x333b3c0, 0xc822e61e50, 0xc8210292c1, 0xc8000000a0, 0x0)
miner: #011??:0 +0x39 fp=0xc8219a5b28 sp=0xc8219a5ae0
miner: github.com/ethereum/go-ethereum/crypto/secp256k1.RecoverPubkey(0xc822850b60, 0x20, 0x20, 0xc8210292c1, 0x41, 0x55, 0x0, 0x0, 0x0, 0x0, ...)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/secp256.go:256 +0x280 fp=0xc8219a5c20 sp=0xc8219a5b28
miner: github.com/ethereum/go-ethereum/crypto.Ecrecover(0xc822850b60, 0x20, 0x20, 0xc8210292c1, 0x41, 0x55, 0x0, 0x0, 0x0, 0x0, ...)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/crypto.go:92 +0x89 fp=0xc8219a5c80 sp=0xc8219a5c20
miner: github.com/ethereum/go-ethereum/crypto.SigToPub(0xc822850b60, 0x20, 0x20, 0xc8210292c1, 0x41, 0x55, 0xbbe640, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/crypto.go:187 +0x83 fp=0xc8219a5d38 sp=0xc8219a5c80
miner: github.com/ethereum/go-ethereum/whisper.(*Message).Recover(0xc822c43100, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/message.go:124 +0xec fp=0xc8219a5df0 sp=0xc8219a5d38
miner: github.com/ethereum/go-ethereum/whisper.createFilter(0xc822c43100, 0xc820281e90, 0x1, 0x4, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:300 +0x21e fp=0xc8219a5f08 sp=0xc8219a5df0
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).postEvent(0xc82017a480, 0xc821029260)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:264 +0x9d fp=0xc8219a5fa0 sp=0xc8219a5f08
miner: runtime.goexit()
miner: #011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1 fp=0xc8219a5fa8 sp=0xc8219a5fa0
miner: created by github.com/ethereum/go-ethereum/whisper.(*Whisper).add
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:253 +0x5b5
miner:
miner: goroutine 1 [chan receive, 221 minutes]:
miner: main.run(0xc82023e240)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:419 +0x23f
miner: github.com/codegangsta/cli.(*App).Run(0xc82023e120, 0xc82000a160, 0x15, 0x16, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:180 +0x1028
miner: main.main()
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:372 +0x93
miner:
miner: goroutine 17 [syscall, 221 minutes, locked to thread]:
miner: runtime.goexit()
miner: #011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
miner:
miner: goroutine 5 [syscall, 221 minutes]:
miner: os/signal.loop()
miner: #011/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
miner: created by os/signal.init.1
miner: #011/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
miner:
miner: goroutine 6 [chan receive]:
miner: github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x16f3340)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x67
miner: created by github.com/ethereum/go-ethereum/logger/glog.init.1
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x6f
miner:
miner: goroutine 7 [select, 8 minutes]:
miner: github.com/ethereum/go-ethereum/logger.dispatchLoop()
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x624
miner: created by github.com/ethereum/go-ethereum/logger.init.1
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
miner:
miner: goroutine 31 [select]:
miner: github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc8203064e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x6832
miner: created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x35
miner:
miner: goroutine 9 [chan receive, 8 minutes]:
miner: github.com/ethereum/go-ethereum/logger.sysLoop(0x7f6d94060570, 0xc820280200, 0xc820017c80, 0xc8200c4000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x51
miner: created by github.com/ethereum/go-ethereum/logger.dispatchLoop.func1
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0xdb
miner:
miner: goroutine 30 [select]:
miner: github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc82031a700)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
miner: #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
miner:
miner: goroutine 2465830 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x2a209ff25ae61966, 0x4a7d430f0e9f2178, 0xe3342c3b404fc4a7, 0x8031f20f4bfdec36, 0xac975f77cfc34ef7, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8227a4060, 0x7, 0x2a209ff25ae61966, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc820226690, 0xc823320000, 0xc8227a4060)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 36 [select]:
miner: github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc82025c0e0)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
miner: #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
miner:
miner: goroutine 10193 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821db9ce0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc8222bc630, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc8222bc630, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82113ad40, 0x7f6d84f3ca70, 0xc821db9ce0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821db9ce0, 0xc82113ad40)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13008 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821cb6100, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc821cb6100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 6350 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82247a480, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc82217e000, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc82217e000, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822601900, 0x7f6d84f3ca70, 0xc82247a480, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82247a480, 0xc822601900)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 23 [select]:
miner: github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc8200d2700)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1259 +0x101
miner: created by github.com/ethereum/go-ethereum/core.NewBlockChain
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:149 +0x1263
miner:
miner: goroutine 39 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820252160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
miner:
miner: goroutine 40 [select]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820252160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
miner:
miner: goroutine 41 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820252160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
miner:
miner: goroutine 42 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820252160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
miner:
miner: goroutine 43 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820252160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
miner:
miner: goroutine 44 [select]:
miner: github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc820276000, 0xb2d05e00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa96
miner: created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x591
miner:
miner: goroutine 45 [select]:
miner: github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc82031a2a0)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
miner: #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
miner:
miner: goroutine 59 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc8202fa160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
miner:
miner: goroutine 60 [select]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc8202fa160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
miner:
miner: goroutine 61 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc8202fa160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
miner:
miner: goroutine 62 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc8202fa160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
miner:
miner: goroutine 63 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc8202fa160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
miner:
miner: goroutine 64 [select]:
miner: github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc820766000, 0xb2d05e00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa96
miner: created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x591
miner:
miner: goroutine 24 [chan receive]:
miner: github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc8201122a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0xa2
miner: created by github.com/ethereum/go-ethereum/core.NewTxPool
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x3ac
miner:
miner: goroutine 25 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*worker).update(0xc82025db20)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x6f1
miner: created by github.com/ethereum/go-ethereum/miner.newWorker
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x39d
miner:
miner: goroutine 26 [chan receive]:
miner: github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc82025db20)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:271 +0x93
miner: created by github.com/ethereum/go-ethereum/miner.newWorker
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:143 +0x3bf
miner:
miner: goroutine 28 [select]:
miner: github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc8201ae920)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:74 +0x529
miner: created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:49 +0x35
miner:
miner: goroutine 29 [select, 11 minutes]:
miner: github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f6d94060530, 0xc82026a940, 0xc8207baea0, 0xe80ff8, 0x3, 0x9dd4, 0x9dd4, 0xf16be0, 0x12)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
miner: created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:219 +0x2b2
miner:
miner: goroutine 66 [select, 15 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820328160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
miner:
miner: goroutine 67 [select]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820328160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
miner:
miner: goroutine 68 [select, 15 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820328160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
miner:
miner: goroutine 69 [select, 15 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820328160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
miner:
miner: goroutine 70 [select, 221 minutes]:
miner: github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820328160)
miner: #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
miner: created by github.com/syndtr/goleveldb/leveldb.openDB
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
miner:
miner: goroutine 71 [select, 41 minutes]:
miner: github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc8200c9b00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x295
miner: created by github.com/ethereum/go-ethereum/p2p/discover.newTable
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x60a
miner:
miner: goroutine 72 [select]:
miner: github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc8207b37a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:341 +0xb22
miner: created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:229 +0x50f
miner:
miner: goroutine 73 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bfe50, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8207b3790, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8207b3790, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).readFrom(0xc8207b3730, 0xc820185900, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:259 +0x2a5
miner: net.(*UDPConn).ReadFromUDP(0xc8202e4568, 0xc820185900, 0x500, 0x500, 0x500, 0x7f6d982f3028, 0x0, 0x0)
miner: #011/usr/local/go/src/net/udpsock_posix.go:61 +0x117
miner: github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc8207b37a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:462 +0x127
miner: created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x534
miner:
miner: goroutine 74 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bff10, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82005a610, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82005a610, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).accept(0xc82005a5b0, 0x0, 0x7f6d94020080, 0xc8236f0b00)
miner: #011/usr/local/go/src/net/fd_unix.go:408 +0x27c
miner: net.(*TCPListener).AcceptTCP(0xc82033a068, 0x43d17b, 0x0, 0x0)
miner: #011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
miner: net.(*TCPListener).Accept(0xc82033a068, 0x0, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
miner: github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc82030d380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:585 +0x338
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6
miner:
miner: goroutine 75 [select, 11 minutes]:
miner: github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f6d94060530, 0xc82026a940, 0xc8207bac00, 0xe80ac8, 0x3, 0x9dd4, 0x9dd4, 0xe96760, 0xc)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
miner: github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc82030d380, 0xc8207c8b10)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c
miner:
miner: goroutine 76 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc82030d380, 0x7f6d84f3a1d8, 0xc82005a460)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:451 +0x1dba
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xbd6
miner:
miner: goroutine 77 [select, 211 minutes]:
miner: github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG.func1(0xc8200b8140)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:670 +0xf0c
miner: created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:702 +0x48
miner:
miner: goroutine 78 [chan receive, 125 minutes]:
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc8207660c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:728 +0x7f
miner: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x11a
miner:
miner: goroutine 79 [chan receive]:
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc8207660c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:717 +0x83
miner: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:168 +0x214
miner:
miner: goroutine 80 [select]:
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc8207660c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:139 +0x260
miner: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:171 +0x239
miner:
miner: goroutine 81 [select, 220 minutes]:
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc8207660c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:105 +0x605
miner: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x25e
miner:
miner: goroutine 82 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc82017a480)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:313 +0x108
miner: created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:161 +0x10f
miner:
miner: goroutine 83 [chan receive, 221 minutes]:
miner: github.com/ethereum/go-ethereum/cmd/utils.StartEthereum.func1(0xc8200b8140)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:132 +0x13f
miner: created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:145 +0x2d0
miner:
miner: goroutine 84 [IO wait, 208 minutes]:
miner: net.runtime_pollWait(0x7f6d877bffd0, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82005a680, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82005a680, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).accept(0xc82005a620, 0x0, 0x7f6d94020080, 0xc82250df40)
miner: #011/usr/local/go/src/net/fd_unix.go:408 +0x27c
miner: net.(*UnixListener).AcceptUnix(0xc8200ad0a0, 0xc82003bed8, 0x0, 0x0)
miner: #011/usr/local/go/src/net/unixsock_posix.go:304 +0x53
miner: net.(*UnixListener).Accept(0xc8200ad0a0, 0x0, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/unixsock_posix.go:314 +0x41
miner: github.com/ethereum/go-ethereum/rpc/comms.ipcLoop(0xc8200acee0, 0x1e, 0x0, 0xc8200acf00, 0x7f6d84f3a240, 0xc8200ad0a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:116 +0x1aa
miner: created by github.com/ethereum/go-ethereum/rpc/comms.StartIpc
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:107 +0xd1
miner:
miner: goroutine 85 [chan receive]:
miner: github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc8202b4540)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:94 +0x9e
miner: created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:53 +0x2ed
miner:
miner: goroutine 46 [select, 221 minutes, locked to thread]:
miner: runtime.gopark(0x10a21c0, 0xc820334728, 0xe7ffb0, 0x6, 0x466f18, 0x2)
miner: #011/usr/local/go/src/runtime/proc.go:185 +0x163
miner: runtime.selectgoImpl(0xc820334728, 0x0, 0x18)
miner: #011/usr/local/go/src/runtime/select.go:392 +0xa64
miner: runtime.selectgo(0xc820334728)
miner: #011/usr/local/go/src/runtime/select.go:212 +0x12
miner: runtime.ensureSigM.func1()
miner: #011/usr/local/go/src/runtime/signal1_unix.go:227 +0x353
miner: runtime.goexit()
miner: #011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
miner:
miner: goroutine 359 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8216b2f90)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 86 [select]:
miner: github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc8207c0340)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:127 +0x779
miner: created by github.com/ethereum/go-ethereum/xeth.New
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:118 +0x618
miner:
miner: goroutine 87 [IO wait, 117 minutes]:
miner: net.runtime_pollWait(0x7f6d877bfd90, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82005a760, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82005a760, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).accept(0xc82005a700, 0x0, 0x7f6d94020080, 0xc822a1e140)
miner: #011/usr/local/go/src/net/fd_unix.go:408 +0x27c
miner: net.(*TCPListener).AcceptTCP(0xc82033a130, 0xc820611eb0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
miner: net.(*TCPListener).Accept(0xc82033a130, 0x0, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
miner: net/http.(*Server).Serve(0xc820098840, 0x7f6d84f3a158, 0xc82033a130, 0x0, 0x0)
miner: #011/usr/local/go/src/net/http/server.go:1887 +0xb3
miner: created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:188 +0x2ad
miner:
miner: goroutine 1336386 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8237ba240, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc8237ba240)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 1336392 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8235cdcb0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2465905 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x71f98ee6390a25ce, 0xfadf3fad5742d921, 0x15311d3d300b57a1, 0x291fc6738c1e09a8, 0xfc3df98c7dd9d0b, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8230f17a0, 0x4, 0x71f98ee6390a25ce, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc820226500, 0xc823320000, 0xc8230f17a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 7681 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8229b5380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13621 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822932800)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13679 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82204e240, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc82204c2d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc82204c2d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82230e100, 0x7f6d84f3ca70, 0xc82204e240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82204e240, 0xc82230e100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 10192 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82113ad40)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13678 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82230e100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 304 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bf910, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc821fed790, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc821fed790, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc821fed730, 0xc822810520, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82033a648, 0xc822810520, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82033a648, 0xc822810520, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82033a648, 0xc822810520, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821f6a060, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8216a7290, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821daa880, 0xc821d44000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 587257 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc820226500)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 10700 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820ea4150)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 14764 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8222c21e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 13486 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822c4cbc0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 2267995 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822e082a0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc821ddc3f0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc821ddc3f0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8220fe440, 0x7f6d84f3ca70, 0xc822e082a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822e082a0, 0xc8220fe440)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 10953 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8210d5640)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 2373827 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8201c4f00, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc8201c4f00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 3846 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bfcd0, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8220ec140, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8220ec140, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc8220ec0e0, 0xc822850940, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc8202e4020, 0xc822850940, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc8202e4020, 0xc822850940, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc8202e4020, 0xc822850940, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82275f1a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82213a060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82242bf80, 0xc82275f8c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 2465831 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x495d207abdf71c59, 0x6759553b3a17ed2, 0xcc91d5e79b2c1bc9, 0x9da94aee705f8676, 0xdfda9ccc3869d2fe, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8227a40c0, 0x1, 0x495d207abdf71c59, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc820226410, 0xc823320000, 0xc8227a40c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 5901 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822694120, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc8225efc20, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc8225efc20, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820f0e000, 0x7f6d84f3ca70, 0xc822694120, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822694120, 0xc820f0e000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 211 [select, 41 minutes]:
miner: github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc820098120)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x22a
miner: created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x34
miner:
miner: goroutine 3845 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82242bf80, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc82242bf80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 109036 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822a91000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13122 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821cb6100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 6347 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822601900, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822601900)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 13488 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822d4c300, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822c4cbc0, 0x7f6d84f3ca70, 0xc822d4c300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822c4cbc0, 0x7f6d84f3ca70, 0xc822d4c300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822d4c300, 0xc822c4cbc0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13009 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0ce18, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82112a6f0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82112a6f0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc82112a690, 0xc822bdef80, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc8216600b0, 0xc822bdef80, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc8216600b0, 0xc822bdef80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc8216600b0, 0xc822bdef80, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82226f260, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821e92660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821cb6100, 0xc8210b6a80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 13303 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82270e210)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2465832 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x6aaa4ec3aa81b6e8, 0x670470d28ea934cc, 0x4c46eacbf4e5d6d1, 0x5a961f1c56da5100, 0xf9b03205618cac1, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8227a4180, 0x2, 0x6aaa4ec3aa81b6e8, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc820226460, 0xc823320000, 0xc8227a4180)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 109037 [select, 1 minutes]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82247af00, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc822bb3cb0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc822bb3cb0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822a91000, 0x7f6d84f3ca70, 0xc82247af00, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82247af00, 0xc822a91000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13140 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822306000, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822306000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 9215 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bf610, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc820842290, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc820842290, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820842230, 0xc822b42b80, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82033a058, 0xc822b42b80, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82033a058, 0xc822b42b80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82033a058, 0xc822b42b80, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822a231a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8221ce0c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820f90980, 0xc8210b3a40)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 7340 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822936300, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc8223faf00, 0x7f6d84f3ca70, 0xc822936300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8223faf00, 0x7f6d84f3ca70, 0xc822936300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822936300, 0xc8223faf00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 450 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821f6a540, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc82217e240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc82217e240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821daa880, 0x7f6d84f3ca70, 0xc821f6a540, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821f6a540, 0xc821daa880)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 6351 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82247a540, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822601900, 0x7f6d84f3ca70, 0xc82247a540, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822601900, 0x7f6d84f3ca70, 0xc82247a540, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82247a540, 0xc822601900)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 305 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821daa880)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 2514 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bf6d0, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc821ef1250, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc821ef1250, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc821ef11f0, 0xc821ec9e80, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82030a080, 0xc821ec9e80, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82030a080, 0xc821ec9e80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82030a080, 0xc821ec9e80, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820972a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821164840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82026b2c0, 0xc8209732c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 14850 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822708c00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 5899 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820f0e000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 451 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821f6a7e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc821daa880, 0x7f6d84f3ca70, 0xc821f6a7e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821daa880, 0x7f6d84f3ca70, 0xc821f6a7e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821f6a7e0, 0xc821daa880)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 303 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821daa880, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc821daa880)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 2515 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82026b2c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 14184 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0ca58, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8216440d0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8216440d0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc821644070, 0xc821d3f3a0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc8202e40c0, 0xc821d3f3a0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc8202e40c0, 0xc821d3f3a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc8202e40c0, 0xc821d3f3a0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8202adf20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821e92180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822819940, 0xc820f4e660)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 11668 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0cf98, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc821e74060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc821e74060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc821e74000, 0xc821d3f5c0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82033a020, 0xc821d3f5c0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82033a020, 0xc821d3f5c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82033a020, 0xc821d3f5c0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82178fbc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82058a060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822484100, 0xc82248a600)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 3848 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82275f4a0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc82244fb90, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc82244fb90, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82242bf80, 0x7f6d84f3ca70, 0xc82275f4a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82275f4a0, 0xc82242bf80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 14561 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0d1d8, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82222e060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82222e060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc82222e000, 0xc8225dfee0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82022a020, 0xc8225dfee0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82022a020, 0xc8225dfee0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82022a020, 0xc8225dfee0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821602f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822606060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822708c00, 0xc822718660)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 14560 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822708c00, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822708c00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 11671 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82248a300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822484100, 0x7f6d84f3ca70, 0xc82248a300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822484100, 0x7f6d84f3ca70, 0xc82248a300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82248a300, 0xc822484100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 10194 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821db9da0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc82113ad40, 0x7f6d84f3ca70, 0xc821db9da0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82113ad40, 0x7f6d84f3ca70, 0xc821db9da0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821db9da0, 0xc82113ad40)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2268762 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82170ab80, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc82170ab80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 587254 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc8202265a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 14186 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820f4e240, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc820f28360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc820f28360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822819940, 0x7f6d84f3ca70, 0xc820f4e240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820f4e240, 0xc822819940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 10190 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82113ad40, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc82113ad40)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 2267993 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bfa90, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc820e579c0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc820e579c0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820e57960, 0xc822bdf200, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82030a180, 0xc822bdf200, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82030a180, 0xc822bdf200, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82030a180, 0xc822bdf200, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822bc8ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8228c4510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8220fe440, 0xc822e08720)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 14851 [select, 1 minutes]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822718240, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc822e0cea0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc822e0cea0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822708c00, 0x7f6d84f3ca70, 0xc822718240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822718240, 0xc822708c00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2268764 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82170ab80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 109035 [runnable]:
miner: net.runtime_pollWait(0x7f6d877bfc10, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc821dbc300, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc821dbc300, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc821dbc2a0, 0xc820489780, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82022a098, 0xc820489780, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82022a098, 0xc820489780, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82022a098, 0xc820489780, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82247ac00, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8227a0240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822a91000, 0xc82247b3e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 10955 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821d44540, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc8210d5640, 0x7f6d84f3ca70, 0xc821d44540, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8210d5640, 0x7f6d84f3ca70, 0xc821d44540, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821d44540, 0xc8210d5640)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 1336389 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8204198c0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc821fa46c0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc821fa46c0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8237ba240, 0x7f6d84f3ca70, 0xc8204198c0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8204198c0, 0xc8237ba240)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13623 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822090360, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822932800, 0x7f6d84f3ca70, 0xc822090360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822932800, 0x7f6d84f3ca70, 0xc822090360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822090360, 0xc822932800)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2267998 [runnable]:
miner: time.Sleep(0x186a0)
miner: #011/usr/local/go/src/runtime/time.go:59 +0xf9
miner: io.copyBuffer(0x7f6d84efa420, 0xc822c52210, 0x7f6d982f7e08, 0xc821f58270, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:378 +0x1df
miner: io.Copy(0x7f6d84efa420, 0xc822c52210, 0x7f6d982f7e08, 0xc821f58270, 0xc822c52210, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:351 +0x64
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc822bc8ea0, 0x22, 0x6b, 0x7f6d982f7e08, 0xc821f58270, 0x0, 0xc800000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:549 +0x8cb
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).WriteMsg(0xc8228c4510, 0x22, 0xc80000006b, 0x7f6d982f7e08, 0xc821f58270, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:93 +0x1fa
miner: github.com/ethereum/go-ethereum/p2p.(*conn).WriteMsg(0xc8217a5720, 0x22, 0x6b, 0x7f6d982f7e08, 0xc821f58270, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011<autogenerated>:24 +0xbb
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).WriteMsg(0xc822e08360, 0x22, 0x6b, 0x7f6d982f7e08, 0xc821f58270, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x1f7
miner: github.com/ethereum/go-ethereum/p2p.Send(0x7f6d84f3caa0, 0xc822e08360, 0x1, 0xbb8d00, 0xc8224b74c0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/message.go:97 +0x111
miner: github.com/ethereum/go-ethereum/whisper.(*peer).broadcast(0xc821c467b0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:170 +0x29c
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821c467b0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:114 +0x137
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 13123 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8210b64e0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc8228e2240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc8228e2240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821cb6100, 0x7f6d84f3ca70, 0xc8210b64e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8210b64e0, 0xc821cb6100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2373829 [runnable]:
miner: net.runtime_pollWait(0x7f6d877bf310, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc823730060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc823730060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc823730000, 0xc821ec6860, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82022a3a0, 0xc821ec6860, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82022a3a0, 0xc821ec6860, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82022a3a0, 0xc821ec6860, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8227cc720, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8232d2a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8201c4f00, 0xc8227cc7e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 5921 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820f0e000, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc820f0e000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 11667 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822484100, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822484100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 1336387 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0c818, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8219fff00, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8219fff00, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc8219ffea0, 0xc8232ea480, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc821660130, 0xc8232ea480, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc821660130, 0xc8232ea480, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc821660130, 0xc8232ea480, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820965200, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8204e17d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8237ba240, 0xc820419ce0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 3849 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82275f560, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc82242bf80, 0x7f6d84f3ca70, 0xc82275f560, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82242bf80, 0x7f6d84f3ca70, 0xc82275f560, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82275f560, 0xc82242bf80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 10951 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8210d5640, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc8210d5640)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 2061067 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822bfb940, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822bfb940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 14183 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822819940, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822819940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 14185 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822819940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 7795 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820f4eea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc8229b5380, 0x7f6d84f3ca70, 0xc820f4eea0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8229b5380, 0x7f6d84f3ca70, 0xc820f4eea0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820f4eea0, 0xc8229b5380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 7794 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820f4ede0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc8200a82d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc8200a82d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8229b5380, 0x7f6d84f3ca70, 0xc820f4ede0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820f4ede0, 0xc8229b5380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13485 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0cc98, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82112a0d0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82112a0d0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc82112a070, 0xc821103180, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc821660090, 0xc821103180, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc821660090, 0xc821103180, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc821660090, 0xc821103180, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820418060, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820f863c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822c4cbc0, 0xc822d4c600)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 13124 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8210b65a0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc821cb6100, 0x7f6d84f3ca70, 0xc8210b65a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821cb6100, 0x7f6d84f3ca70, 0xc8210b65a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8210b65a0, 0xc821cb6100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2267994 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8220fe440)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 109034 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822a91000, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822a91000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 1336390 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820419980, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc8237ba240, 0x7f6d84f3ca70, 0xc820419980, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8237ba240, 0x7f6d84f3ca70, 0xc820419980, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820419980, 0xc8237ba240)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 11670 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82248a240, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc822a32120, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc822a32120, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822484100, 0x7f6d84f3ca70, 0xc82248a240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82248a240, 0xc822484100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2267992 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8220fe440, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc8220fe440)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 2517 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820972de0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc821d06240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc821d06240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82026b2c0, 0x7f6d84f3ca70, 0xc820972de0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820972de0, 0xc82026b2c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 7481 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8223faf00, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc8223faf00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 13330 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822306000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13332 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8208a64e0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822306000, 0x7f6d84f3ca70, 0xc8208a64e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822306000, 0x7f6d84f3ca70, 0xc8208a64e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8208a64e0, 0xc822306000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 1113410 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0c698, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82011ca70, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82011ca70, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc82011ca10, 0xc822f848c0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82033a128, 0xc822f848c0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82033a128, 0xc822f848c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82033a128, 0xc822f848c0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82071bb60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822892b10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc823570380, 0xc8206eb0e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 9216 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820f90980)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13281 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0cbd8, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc820fe83e0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc820fe83e0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820fe8380, 0xc822b42ea0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc821776040, 0xc822b42ea0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc821776040, 0xc822b42ea0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc821776040, 0xc822b42ea0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822394d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8207382d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822306000, 0xc82101e1e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 2465904 [runnable]:
miner: github.com/ethereum/go-ethereum/common.Hash.Big(0x7e362dd1a2631ee2, 0xd244959e3d5101a3, 0xab84336c1907ac6c, 0x7fe1fc937f9106a6, 0xaf189fc06025db8a)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/common/types.go:50
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8230f1740, 0x3, 0x4d580cc263a2b219, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:331 +0x462
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc8202264b0, 0xc823320000, 0xc8230f1740)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 9217 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8210b3620, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc8225eed80, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc8225eed80, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820f90980, 0x7f6d84f3ca70, 0xc8210b3620, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8210b3620, 0xc820f90980)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 5900 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8226941e0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc820f0e000, 0x7f6d84f3ca70, 0xc8226941e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820f0e000, 0x7f6d84f3ca70, 0xc8226941e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8226941e0, 0xc820f0e000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 587261 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc820226460)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 10952 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0d118, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8208421b0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8208421b0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820842150, 0xc822bdf560, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc822a92030, 0xc822bdf560, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc822a92030, 0xc822bdf560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc822a92030, 0xc822bdf560, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8208a6a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822606210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8210d5640, 0xc821d44840)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 6348 [runnable]:
miner: net.runtime_pollWait(0x7f6d877bf490, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc822582840, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc822582840, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc8225827e0, 0xc8229a5620, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc822a92000, 0xc8229a5620, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc822a92000, 0xc8229a5620, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc822a92000, 0xc8229a5620, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8210b2f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82287f6e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822601900, 0xc82247a840)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 6349 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822601900)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13677 [runnable]:
miner: net.runtime_pollWait(0x7f6d877bf250, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc821644060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc821644060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc821644000, 0xc821ec9fe0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc8202e4190, 0xc821ec9fe0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc8202e4190, 0xc821ec9fe0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc8202e4190, 0xc821ec9fe0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8227cc660, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821d760f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82230e100, 0xc82204e600)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 11673 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8200aa900)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 10200 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82287e600)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 14178 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8216a60f0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 13619 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822932800, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822932800)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 7338 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8223faf00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 5898 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bf190, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc820586060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc820586060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820586000, 0xc822f84aa0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc8202e4030, 0xc822f84aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc8202e4030, 0xc822f84aa0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc8202e4030, 0xc822f84aa0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82260db60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8226bc1b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820f0e000, 0xc820410f60)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 9314 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8210b36e0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc820f90980, 0x7f6d84f3ca70, 0xc8210b36e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820f90980, 0x7f6d84f3ca70, 0xc8210b36e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8210b36e0, 0xc820f90980)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 5905 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822606f60)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2522 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82213be00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2061070 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8232ee2a0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc821ddc2d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc821ddc2d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822bfb940, 0x7f6d84f3ca70, 0xc8232ee2a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8232ee2a0, 0xc822bfb940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2516 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820972ea0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc82026b2c0, 0x7f6d84f3ca70, 0xc820972ea0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82026b2c0, 0x7f6d84f3ca70, 0xc820972ea0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820972ea0, 0xc82026b2c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 7337 [IO wait]:
miner: net.runtime_pollWait(0x7f6d877bf790, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc820e56060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc820e56060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820e56000, 0xc822f84bc0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc822a92050, 0xc822f84bc0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc822a92050, 0xc822f84bc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc822a92050, 0xc822f84bc0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8202adda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821164090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8223faf00, 0xc82058e180)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 109038 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82247afc0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822a91000, 0x7f6d84f3ca70, 0xc82247afc0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822a91000, 0x7f6d84f3ca70, 0xc82247afc0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82247afc0, 0xc822a91000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13622 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8220902a0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc8225ee1b0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc8225ee1b0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822932800, 0x7f6d84f3ca70, 0xc8220902a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8220902a0, 0xc822932800)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2465525 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x3a6c025c64e83963, 0xc55c791f7af10d81, 0x376e0613945bedcc, 0xc2d665918b97cd82, 0x54f20523592119ad, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8227a4d80, 0x6, 0x3a6c025c64e83963, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc8202265a0, 0xc823320000, 0xc8227a4d80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 587255 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc820226370)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 587259 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0xc8200987e0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:156 +0x546
miner: created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:82 +0xe6
miner:
miner: goroutine 1336388 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8237ba240)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 9214 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820f90980, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc820f90980)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 7679 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8229b5380, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc8229b5380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 13676 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82230e100, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc82230e100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 2373832 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8227cc360, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc8201c4f00, 0x7f6d84f3ca70, 0xc8227cc360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8201c4f00, 0x7f6d84f3ca70, 0xc8227cc360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8227cc360, 0xc8201c4f00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 14852 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822718360, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822708c00, 0x7f6d84f3ca70, 0xc822718360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822708c00, 0x7f6d84f3ca70, 0xc822718360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822718360, 0xc822708c00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 11669 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822484100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 587256 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc8202264b0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 13487 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822d4c240, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc820f28ab0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc820f28ab0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822c4cbc0, 0x7f6d84f3ca70, 0xc822d4c240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822d4c240, 0xc822c4cbc0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 14311 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821d1c690)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 1113412 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8206ea3c0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc821e6e120, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc821e6e120, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc823570380, 0x7f6d84f3ca70, 0xc8206ea3c0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8206ea3c0, 0xc823570380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2305 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc82026b2c0, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc82026b2c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 7680 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0d298, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc82112a060, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc82112a060, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc82112a000, 0xc822f84d00, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc822a92058, 0xc822f84d00, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc822a92058, 0xc822f84d00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc822a92058, 0xc822f84d00, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820f4eae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc822a3c0f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8229b5380, 0xc820f4f1a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 3847 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc82242bf80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 13484 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc822c4cbc0, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc822c4cbc0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 10954 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821d44480, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc820f2a2d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc820f2a2d0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8210d5640, 0x7f6d84f3ca70, 0xc821d44480, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821d44480, 0xc8210d5640)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13334 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8206a0060)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 7339 [select, 3 minutes]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822936240, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc822842000, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc822842000, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8223faf00, 0x7f6d84f3ca70, 0xc822936240, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822936240, 0xc8223faf00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13620 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0cb18, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8205e8140, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8205e8140, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc8205e80e0, 0xc822f847a0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82022a048, 0xc822f847a0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82022a048, 0xc822f847a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82022a048, 0xc822f847a0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821161200, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82056c420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822932800, 0xc822090660)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 10191 [runnable]:
miner: net.runtime_pollWait(0x7f6d84f0d058, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8208420d0, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8208420d0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc820842070, 0xc821ec6b60, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc822a92008, 0xc821ec6b60, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc822a92008, 0xc821ec6b60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc822a92008, 0xc821ec6b60, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82101ed20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821164180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82113ad40, 0xc8225fa300)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 7420 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82270e060)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2061068 [runnable]:
miner: net.runtime_pollWait(0x7f6d877bf0d0, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc822688220, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc822688220, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc8226881c0, 0xc820602e80, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82033a568, 0xc820602e80, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82033a568, 0xc820602e80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82033a568, 0xc820602e80, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820eebc20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821fc2120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc822bfb940, 0xc8232ee6c0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 9197 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822a3d0b0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 6722 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8202291d0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 13628 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82283e210)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2465903 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x4fa46578c064cfb, 0xbeb8b3da2c71014f, 0x887b01c16e1102a, 0xefa9169a9a9dcd09, 0x8cc5d226dd9630f4, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8230f1680, 0x0, 0x4fa46578c064cfb, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc820226370, 0xc823320000, 0xc8230f1680)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 7772 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820797bf0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 13126 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822a3dec0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2373830 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8201c4f00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 14187 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820f4e300, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822819940, 0x7f6d84f3ca70, 0xc820f4e300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822819940, 0x7f6d84f3ca70, 0xc820f4e300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820f4e300, 0xc822819940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 13331 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8208a6360, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc82063a000, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc82063a000, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc822306000, 0x7f6d84f3ca70, 0xc8208a6360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8208a6360, 0xc822306000)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 3858 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822765a70)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 13680 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82204e300, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc82230e100, 0x7f6d84f3ca70, 0xc82204e300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82230e100, 0x7f6d84f3ca70, 0xc82204e300, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82204e300, 0xc82230e100)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2268763 [IO wait]:
miner: net.runtime_pollWait(0x7f6d84f0c998, 0x72, 0xc82000e150)
miner: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
miner: net.(*pollDesc).Wait(0xc8210fae60, 0x72, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
miner: net.(*pollDesc).WaitRead(0xc8210fae60, 0x0, 0x0)
miner: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
miner: net.(*netFD).Read(0xc8210fae00, 0xc822f849e0, 0x20, 0x20, 0x0, 0x7f6d982f3050, 0xc82000e150)
miner: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
miner: net.(*conn).Read(0xc82030a2e8, 0xc822f849e0, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/net/net.go:172 +0xe4
miner: io.ReadAtLeast(0x7f6d84f3aa58, 0xc82030a2e8, 0xc822f849e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:298 +0xe6
miner: io.ReadFull(0x7f6d84f3aa58, 0xc82030a2e8, 0xc822f849e0, 0x20, 0x20, 0x20, 0x0, 0x0)
miner: #011/usr/local/go/src/io/io.go:316 +0x62
miner: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82178e240, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
miner: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8237fdcb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc82170ab80, 0xc82178e960)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
miner:
miner: goroutine 1112897 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc823570380, 0x7f6d84f3ca48)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
miner: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82030d380, 0xc823570380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
miner: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
miner:
miner: goroutine 1113418 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc82277a300)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2061670 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822946150)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2061069 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc822bfb940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 2267996 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc822e08360, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc8220fe440, 0x7f6d84f3ca70, 0xc822e08360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8220fe440, 0x7f6d84f3ca70, 0xc822e08360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc822e08360, 0xc8220fe440)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2268766 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82178e600, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc82170ab80, 0x7f6d84f3ca70, 0xc82178e600, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc82170ab80, 0x7f6d84f3ca70, 0xc82178e600, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82178e600, 0xc82170ab80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 587258 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc820226690)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 109692 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821ead1d0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 1113411 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc823570380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
miner:
miner: goroutine 2373831 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8227cc2a0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc82263e750, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc82263e750, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8201c4f00, 0x7f6d84f3ca70, 0xc8227cc2a0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8227cc2a0, 0xc8201c4f00)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2061071 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8232ee360, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc822bfb940, 0x7f6d84f3ca70, 0xc8232ee360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc822bfb940, 0x7f6d84f3ca70, 0xc8232ee360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8232ee360, 0xc822bfb940)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 2465902 [runnable, locked to thread]:
miner: github.com/ethereum/ethash._Cfunc_ethash_full_compute(0x7f6d80000a30, 0x3fe021f0a01b1cf3, 0xb3abeaef072653f0, 0x16ec6316b984123b, 0xaf189fc06025db8a, 0x5277c1de22db656b, 0x51004262ffc6aa17, 0x32f6078bc070d939, 0x767019e7179c609e, 0xa734ad14a5bc0f5c, ...)
miner: #011??:0 +0x51
miner: github.com/ethereum/ethash.(*Full).Search(0xc8202c55f0, 0x7f6d84f3a6f0, 0xc822d30600, 0xc8230f1620, 0x5, 0x5277c1de22db656b, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:330 +0x3f3
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc820226550, 0xc823320000, 0xc8230f1620)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:121 +0x1bc
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:90 +0x154
miner:
miner: goroutine 587253 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc820226550)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 2373834 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc822d345a0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2269575 [select]:
miner: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820dbc480)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
miner: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
miner:
miner: goroutine 2268765 [select, 1 minutes]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82178e540, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8207660c0, 0xc822bc6360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
miner: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8207660c0, 0xc822bc6360, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
miner: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc82170ab80, 0x7f6d84f3ca70, 0xc82178e540, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82178e540, 0xc82170ab80)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: goroutine 587260 [select]:
miner: github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc820226410)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:83 +0x2e3
miner: created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/agent.go:77 +0x13c
miner:
miner: goroutine 1113413 [select]:
miner: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8206ea4e0, 0x0, 0x7f6d00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc82017a480, 0xc823570380, 0x7f6d84f3ca70, 0xc8206ea4e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
miner: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc823570380, 0x7f6d84f3ca70, 0xc8206ea4e0, 0x0, 0x0)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
miner: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8206ea4e0, 0xc823570380)
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
miner: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
miner: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
miner:
miner: rax 0x0
miner: rbx 0xc822e61e50
miner: rcx 0xffffffffffffffff
miner: rdx 0x6
miner: rdi 0x39ad
miner: rsi 0x39b4
miner: rbp 0xc8210292c1
miner: rsp 0x7f6d9489fc68
miner: r8 0x7f6d948a0700
miner: r9 0x61206c6167656c6c
miner: r10 0x8
miner: r11 0x202
miner: r12 0xa0
miner: r13 0x0
miner: r14 0x4e8692f99e5bf291
miner: r15 0x779e17bfce766c3d
miner: rip 0x7f6d97a19cc9
miner: rflags 0x202
miner: cs 0x33
miner: fs 0x0
miner: gs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment