Created
August 11, 2016 11:50
-
-
Save tinybike/9c45aaeb9bbf11dcbad7c2936dae7881 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| panic: runtime error: invalid memory address or nil pointer dereference | |
| [signal 0xb code=0x1 addr=0x0 pc=0x95c9bb] | |
| goroutine 635024 [running]: | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc88d1777a0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:83 +0x15b | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8b5f82300, 0x1, 0x1, 0xc822fdc7e0, 0x4, 0x4, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc835952000, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc835952000, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8b5a8b570, 0x0, 0x0, 0xf31b649f86cec00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8b5a8b570) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85 | |
| goroutine 1 [chan receive, 275 minutes]: | |
| github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc82023cc80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:492 +0x93 | |
| main.geth(0xc8203d32c0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:277 +0xf2 | |
| reflect.Value.call(0xd19420, 0x123a168, 0x13, 0xf9e438, 0x4, 0xc841f85b20, 0x1, 0x1, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd19420, 0x123a168, 0x13, 0xc841f85b20, 0x1, 0x1, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| gopkg.in/urfave/cli%2ev1.HandleAction(0xd19420, 0x123a168, 0xc8203d32c0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:480 +0x2ee | |
| gopkg.in/urfave/cli%2ev1.(*App).Run(0xc82005ef00, 0xc820001680, 0x18, 0x18, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:241 +0xb02 | |
| main.main() | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:245 +0x53 | |
| goroutine 17 [syscall, 275 minutes, locked to thread]: | |
| runtime.goexit() | |
| /usr/lib/go/src/runtime/asm_amd64.s:1696 +0x1 | |
| goroutine 5 [select, 3 minutes]: | |
| github.com/ethereum/go-ethereum/logger.dispatchLoop() | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x624 | |
| created by github.com/ethereum/go-ethereum/logger.init.1 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b | |
| goroutine 6 [chan receive]: | |
| github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x1954d60) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:931 +0x67 | |
| created by github.com/ethereum/go-ethereum/logger/glog.init.1 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:460 +0x6f | |
| goroutine 7 [chan receive, 275 minutes]: | |
| github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc820014360, 0xc8200142a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x5c | |
| created by github.com/rjeczalik/notify.newNonrecursiveTree | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x219 | |
| goroutine 8 [chan receive, 275 minutes]: | |
| github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc820014360, 0xc820014300) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x8a | |
| created by github.com/rjeczalik/notify.newNonrecursiveTree | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x248 | |
| goroutine 19 [syscall, 275 minutes]: | |
| os/signal.loop() | |
| /usr/lib/go/src/os/signal/signal_unix.go:22 +0x18 | |
| created by os/signal.init.1 | |
| /usr/lib/go/src/os/signal/signal_unix.go:28 +0x37 | |
| goroutine 29 [chan receive, 275 minutes]: | |
| github.com/rjeczalik/notify.(*inotify).send(0xc8200a0000, 0xc8202a2000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x6d | |
| created by github.com/rjeczalik/notify.(*inotify).lazyinit | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x25e | |
| goroutine 28 [syscall, 275 minutes]: | |
| syscall.Syscall6(0xe8, 0x6, 0xc82001ff14, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0xc82019ac01, 0xa5d34d, 0xc82019ad40) | |
| /usr/lib/go/src/syscall/asm_linux_amd64.s:44 +0x5 | |
| syscall.EpollWait(0x6, 0xc82001ff14, 0x1, 0x1, 0xffffffffffffffff, 0xc82001ff18, 0x0, 0x0) | |
| /usr/lib/go/src/syscall/zsyscall_linux_amd64.go:365 +0x89 | |
| github.com/rjeczalik/notify.(*inotify).loop(0xc8200a0000, 0xc8202a2000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:193 +0xca | |
| created by github.com/rjeczalik/notify.(*inotify).lazyinit | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x1ff | |
| goroutine 30 [chan receive, 275 minutes]: | |
| github.com/rjeczalik/notify.(*inotify).send(0xc8200a0000, 0xc8202a2000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x6d | |
| created by github.com/rjeczalik/notify.(*inotify).lazyinit | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x25e | |
| goroutine 56 [select]: | |
| github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8202061c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29d | |
| created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x26b | |
| goroutine 55 [select, 275 minutes]: | |
| github.com/ethereum/go-ethereum/accounts.(*watcher).loop(0xc8204164e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:91 +0x79a | |
| created by github.com/ethereum/go-ethereum/accounts.(*watcher).start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:53 +0x52 | |
| goroutine 178 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8408607c0, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8408607c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 36 [select, 230 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820455080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54a | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6d2 | |
| goroutine 37 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820455080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14b | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6f4 | |
| goroutine 38 [select, 230 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820455080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x7fe | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x8f8 | |
| goroutine 39 [select, 275 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820455080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x253 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x91a | |
| goroutine 40 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820455080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x93c | |
| goroutine 41 [select]: | |
| github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8202060e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29d | |
| created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x26b | |
| goroutine 42 [select, 275 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820455c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54a | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6d2 | |
| goroutine 43 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820455c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14b | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6f4 | |
| goroutine 44 [select, 275 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820455c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x7fe | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x8f8 | |
| goroutine 45 [select, 275 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820455c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x253 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x91a | |
| goroutine 46 [select, 275 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820455c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x93c | |
| goroutine 47 [select]: | |
| github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc8201fef00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1124 +0x101 | |
| created by github.com/ethereum/go-ethereum/core.NewBlockChain | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:159 +0x10dd | |
| goroutine 48 [chan receive]: | |
| github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc820204f30) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:105 +0xe2 | |
| created by github.com/ethereum/go-ethereum/core.NewTxPool | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:94 +0x4b3 | |
| goroutine 49 [select]: | |
| github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc843ee9a40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1943 +0x479 | |
| created by github.com/ethereum/go-ethereum/eth/downloader.New | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:215 +0x744 | |
| goroutine 66 [chan receive]: | |
| github.com/ethereum/go-ethereum/miner.(*worker).update(0xc8203046c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:224 +0xc1 | |
| created by github.com/ethereum/go-ethereum/miner.newWorker | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:148 +0x585 | |
| goroutine 67 [chan receive, 275 minutes]: | |
| github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc8203046c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:258 +0x93 | |
| created by github.com/ethereum/go-ethereum/miner.newWorker | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:150 +0x5a7 | |
| goroutine 11122 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc895ba0100, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc895ba0100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 69 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc820548af0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:549 +0x162 | |
| created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x18b | |
| goroutine 70 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc8202f0720) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:963 +0x12f | |
| created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x216 | |
| goroutine 71 [select, 5 minutes]: | |
| github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fecb5760e38, 0xc820412800, 0xc8202f0ae0, 0xfa9730, 0x3, 0x765f, 0x765f, 0x105d620, 0x12) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:232 +0x2c4 | |
| goroutine 72 [select]: | |
| github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc820206620) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29d | |
| created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x26b | |
| goroutine 73 [select, 4 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820195c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54a | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6d2 | |
| goroutine 74 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820195c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14b | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6f4 | |
| goroutine 75 [select, 4 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820195c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x7fe | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x8f8 | |
| goroutine 76 [select, 6 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820195c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x253 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x91a | |
| goroutine 77 [select, 275 minutes]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820195c80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x93c | |
| goroutine 78 [select, 35 minutes]: | |
| github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc8200e6000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:327 +0x4fa | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newTable | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:117 +0x469 | |
| goroutine 79 [select]: | |
| github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc82023a3f0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:361 +0xc80 | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:247 +0x57b | |
| goroutine 80 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207dc0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc82023a3e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc82023a3e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).readFrom(0xc82023a380, 0xc820134000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:259 +0x2a5 | |
| net.(*UDPConn).ReadFromUDP(0xc820462908, 0xc820134000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/udpsock_posix.go:61 +0x117 | |
| github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc82023a3f0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:497 +0x11e | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:248 +0x5a0 | |
| goroutine 81 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207e80, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc82023abc0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc82023abc0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc82023ab60, 0x0, 0x7fecb469de78, 0xc8a0c0f840) | |
| /usr/lib/go/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc820462a18, 0x43605b, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc820462a18, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:264 +0x3d | |
| github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:579 +0x338 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6 | |
| goroutine 82 [select, 5 minutes]: | |
| github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fecb5760e38, 0xc820412800, 0xc8202f0840, 0xfa91b8, 0x3, 0x765f, 0x765f, 0xfc3040, 0xc) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a | |
| github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc820454f00, 0xc843eb6e70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c | |
| goroutine 83 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc820454f00, 0x7fecb4723970, 0xc82023aa80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:450 +0x1980 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xd6d | |
| goroutine 84 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc8201f7380) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:796 +0x7f | |
| created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x11a | |
| goroutine 85 [chan receive, 275 minutes]: | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc8201f7380) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:785 +0x86 | |
| created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:213 +0x217 | |
| goroutine 86 [select]: | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc8201f7380) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:140 +0x260 | |
| created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:216 +0x23c | |
| goroutine 87 [select, 3 minutes]: | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc8201f7380) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:106 +0x608 | |
| created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:217 +0x261 | |
| goroutine 88 [select, 35 minutes]: | |
| github.com/ethereum/go-ethereum/release.(*ReleaseService).checker(0xc820548e60) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:106 +0x14bf | |
| created by github.com/ethereum/go-ethereum/release.(*ReleaseService).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:86 +0x41 | |
| goroutine 89 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc820407810) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:549 +0x162 | |
| created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x18b | |
| goroutine 90 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc843e8d560) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:963 +0x12f | |
| created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x216 | |
| goroutine 91 [chan receive, 42 minutes]: | |
| github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).run(0xc843ec5200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0x243 | |
| created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:41 +0xe4 | |
| goroutine 92 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc843e8d620) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:134 +0xba | |
| created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:76 +0x4ce | |
| goroutine 93 [select]: | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).start(0xc820176dc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:101 +0x5c7 | |
| created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:86 +0x225 | |
| goroutine 14 [semacquire]: | |
| sync.runtime_Semacquire(0xc8201fef3c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*RWMutex).RLock(0xc8201fef30) | |
| /usr/lib/go/src/sync/rwmutex.go:36 +0x58 | |
| github.com/ethereum/go-ethereum/core.(*BlockChain).CurrentBlock(0xc8201fef00, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:294 +0x3a | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func5(0xca2340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:164 +0x20 | |
| github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc8201f7520) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:367 +0x83f | |
| created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x35 | |
| goroutine 5367 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576c820, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8b9cf7250, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8b9cf7250, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8b9cf71f0, 0xc8331ea5c0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8347f68b0, 0xc8331ea5c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8347f68b0, 0xc8331ea5c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8347f68b0, 0xc8331ea5c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc85cf50f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82ef66f30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc854ecfe40, 0xc8bef40f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 94 [IO wait, 275 minutes]: | |
| net.runtime_pollWait(0x7fecb9207d00, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc82023aca0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc82023aca0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc82023ac40, 0x0, 0x7fecb469de78, 0xc8203b95c0) | |
| /usr/lib/go/src/net/fd_unix.go:408 +0x27c | |
| net.(*UnixListener).AcceptUnix(0xc8409f4a00, 0x17, 0x0, 0x0) | |
| /usr/lib/go/src/net/unixsock_posix.go:304 +0x53 | |
| net.(*UnixListener).Accept(0xc8409f4a00, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/unixsock_posix.go:314 +0x41 | |
| github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc82023cc80, 0x7fecb4723a20, 0xc8409f4a00, 0xc843eb7d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:299 +0x14c | |
| created by github.com/ethereum/go-ethereum/node.(*Node).startIPC | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:314 +0x421 | |
| goroutine 95 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207c40, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc82023ad80, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc82023ad80, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc82023ad20, 0x0, 0x7fecb469de78, 0xc850041620) | |
| /usr/lib/go/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc820462aa0, 0xc84241eeb0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc820462aa0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:264 +0x3d | |
| net/http.(*Server).Serve(0xc843e8d7a0, 0x7fecb47238f0, 0xc820462aa0, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:1887 +0xb3 | |
| created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:365 +0x63d | |
| goroutine 96 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207b80, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc82023ae60, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc82023ae60, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc82023ae00, 0x0, 0x7fecb469de78, 0xc8d8374960) | |
| /usr/lib/go/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc820462ac8, 0xc8bccf4eb0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc820462ac8, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:264 +0x3d | |
| net/http.(*Server).Serve(0xc843e8d800, 0x7fecb47238f0, 0xc820462ac8, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:1887 +0xb3 | |
| created by github.com/ethereum/go-ethereum/node.(*Node).startWS | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:420 +0x63d | |
| goroutine 97 [chan receive, 275 minutes]: | |
| github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc82023cc80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:73 +0x12f | |
| created by github.com/ethereum/go-ethereum/cmd/utils.StartNode | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:84 +0x111 | |
| goroutine 114 [select, 275 minutes, locked to thread]: | |
| runtime.gopark(0x123a8d8, 0xc843ebbf28, 0xfa8620, 0x6, 0x460118, 0x2) | |
| /usr/lib/go/src/runtime/proc.go:185 +0x163 | |
| runtime.selectgoImpl(0xc843ebbf28, 0x0, 0x18) | |
| /usr/lib/go/src/runtime/select.go:392 +0xa64 | |
| runtime.selectgo(0xc843ebbf28) | |
| /usr/lib/go/src/runtime/select.go:212 +0x12 | |
| runtime.ensureSigM.func1() | |
| /usr/lib/go/src/runtime/signal1_unix.go:227 +0x353 | |
| runtime.goexit() | |
| /usr/lib/go/src/runtime/asm_amd64.s:1696 +0x1 | |
| goroutine 352731 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc842e60af0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8d5276a80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8d5276a80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc844880d40, 0x7fecb47280a8, 0xc842e60af0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc842e60af0, 0xc844880d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 328 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc84239adc0, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc84239adc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 1358 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc84756b880, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc84756b880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 30965 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d120, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc862a0e220, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc862a0e220, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc862a0e1c0, 0xc85f1371c0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc85a4853a8, 0xc85f1371c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc85a4853a8, 0xc85f1371c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc85a4853a8, 0xc85f1371c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc84a3811a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82d020660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc84da7df80, 0xc84a41bb00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 627995 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc897de4420, 0xa, 0x10, 0x7b702d9, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc897de4420, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc897de4420, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x1553c9, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc830a24fe0, 0x155108, 0x1554ef, 0xc8a1db5af0, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc830a24fe0, 0x149970, 0x155cbf, 0x4, 0xc88ea53c00, 0xb, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc830a24fe0, 0x13d620, 0x155cbf, 0x3, 0xc8a63e2120, 0x22, 0x24) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc830a24fe0, 0xf4240, 0x1657d9, 0x2, 0xc8460ed180, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc830a24fe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc830a24fe0, 0x1, 0x1657d9, 0x0, 0xc8af108000, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc830a24fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc84a9f72c0, 0x1, 0x1, 0xc84a9f72e0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8429e3ce0, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8429e3ce0, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc843f2a140, 0x7fecb4723da8, 0xc840c694a0, 0xc8d0d6b030, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc843f2a140, 0x7fecb4723da8, 0xc840c694a0, 0xc8d0d6b030) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840c694a0, 0xc828a13901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840c694a0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc82023e8f0, 0xc831d47960) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc82023e8f0, 0xc831d47960) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc82023e8f0, 0xc831d47960) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc82023e8f0, 0xc831d47960) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc82023e8f0, 0xc831d47960) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc82023e840) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 179 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207580, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc841f8c680, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc841f8c680, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc841f8c620, 0xc82a72a460, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc820094a60, 0xc82a72a460, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc820094a60, 0xc82a72a460, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc820094a60, 0xc82a72a460, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc842004540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc841ee8d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8408607c0, 0xc841f27f80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 82024 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8e98d9600, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8e98d9600) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 122 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207940, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc82012bf00, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc82012bf00, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc82012bea0, 0xc89f30d700, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc820094a20, 0xc89f30d700, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc820094a20, 0xc89f30d700, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc820094a20, 0xc89f30d700, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc841ecdbc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc841ee8300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820052140, 0xc841f26a20) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 406178 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8e46e0880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 20257 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207280, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8a8019b80, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8a8019b80, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8a8019b20, 0xc8d54f6a00, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8bb835150, 0xc8d54f6a00, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8bb835150, 0xc8d54f6a00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8bb835150, 0xc8d54f6a00, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc841fc3800, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821c4ba40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc88b5be600, 0xc8b2405680) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 634117 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062e50, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8ca1f7330, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8ca1f7330, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8ca1f72d0, 0xc8503ca000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8ad89abb0, 0xc8503ca000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc8bf8bf228, 0xc8503ca000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc860292f80, 0xc8503ca000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc86398d7a0) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc86398d7a0, 0xc8e180fb30, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc86398d7a0, 0x7fec89e556e0, 0xc8e180fb30, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8c7a6e360, 0xc82ebbd400, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc8ad89abc0, 0xc82ebbd400, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc82cace340, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc82cace340, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc82cace340, 0xe58360, 0xc8602930e0, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc8e180fae0, 0x0, 0x0, 0x0, 0xc820412a00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8e180fae0, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8e180fae0, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc8e180fae0, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8c7a6e360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc8bf8bf340, 0xc88c5dc460) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc8bf8bf340, 0xc88c5dc460) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8bf8bf1e0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 1141 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d2a0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc847416370, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc847416370, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc847416310, 0xc8845d3200, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc84736a208, 0xc8845d3200, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc84736a208, 0xc8845d3200, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc84736a208, 0xc8845d3200, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc842644060, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc846e6d710, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc84756b880, 0xc8473775c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 280958 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc85e794d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 537619 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc843b7c0c0, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc843b7c0c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 293 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc842256d90, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc840ba7680, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc840ba7680, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc842262780, 0x7fecb47280a8, 0xc842256d90, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc842256d90, 0xc842262780) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 184 [select, 35 minutes]: | |
| github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc843e8cf00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x22a | |
| created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x34 | |
| goroutine 1562 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc84a232b00, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc84a232b00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 124 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82023bc00, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc820291100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc820291100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820052140, 0x7fecb47280a8, 0xc82023bc00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82023bc00, 0xc820052140) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 123 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820052140) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 121 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820052140, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc820052140) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 180 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8408607c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 204496 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8c63efb00, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8c63efb00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 181 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc841fd6a10, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc842008600, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc842008600, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8408607c0, 0x7fecb47280a8, 0xc841fd6a10, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc841fd6a10, 0xc8408607c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 624432 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc84405b420, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc846189380, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc846189380, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc84f4ca040, 0x7fecb47280a8, 0xc84405b420, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc84405b420, 0xc84f4ca040) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 292 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc842262780) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 633043 [select, 1 minutes]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc8dfa49a00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 192964 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062490, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc835ef0bc0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc835ef0bc0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc835ef0b60, 0xc8861a2d80, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc88f5fb4c8, 0xc8861a2d80, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc88f5fb4c8, 0xc8861a2d80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc88f5fb4c8, 0xc8861a2d80, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8e45d2f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8564643f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8dbba0b40, 0xc90210f4a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 629523 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc85e587a50, 0xa, 0x10, 0x7b702e3, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc85e587a50, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc85e587a50, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x11b931, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8b5490fe0, 0x11b728, 0x11bb0f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8b5490fe0, 0x118c30, 0x124f7f, 0x4, 0xc8eb180840, 0x4, 0x4) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8b5490fe0, 0x10c8e0, 0x124f7f, 0x3, 0xc8c0d14b60, 0xd, 0xe) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8b5490fe0, 0xf4240, 0x1657da, 0x2, 0xc8ebf67a40, 0x1b, 0x1c) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8b5490fe0, 0xf4240, 0x1657da, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8b5490fe0, 0x1, 0x1657da, 0x0, 0xc890f64000, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8b5490fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc83e01bec0, 0x1, 0x1, 0xc83e01bee0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc892b044b0, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc892b044b0, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8e9050c80, 0x7fecb4723da8, 0xc8dc5719a0, 0xc8985ae4d0, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8e9050c80, 0x7fecb4723da8, 0xc8dc5719a0, 0xc8985ae4d0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8dc5719a0, 0xc8a87b2901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8dc5719a0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc896b8b970, 0xc8d5af87e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc896b8b970, 0xc8d5af87e0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc896b8b970, 0xc8d5af87e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc896b8b970, 0xc8d5af87e0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc896b8b970, 0xc8d5af87e0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc896b8b8c0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 208 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207400, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc842066ca0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc842066ca0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc842066c40, 0xc84843ea20, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc842062030, 0xc84843ea20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc842062030, 0xc84843ea20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc842062030, 0xc84843ea20, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8409adda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc842060db0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8420b0f00, 0xc8420beae0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 352730 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc844880d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 207 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8420b0f00, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8420b0f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 209 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8420b0f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 210 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc842067650, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc842069f80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc842069f80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8420b0f00, 0x7fecb47280a8, 0xc842067650, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc842067650, 0xc8420b0f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 217 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207340, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc842067b80, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc842067b80, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc842067b20, 0xc8f8c3bd80, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc842062190, 0xc8f8c3bd80, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc842062190, 0xc8f8c3bd80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc842062190, 0xc8f8c3bd80, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc840cc58c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc842061ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8420b1a00, 0xc8420bf4a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 216 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8420b1a00, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8420b1a00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 218 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8420b1a00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 219 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc842067c00, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8420d0700, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8420d0700, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8420b1a00, 0x7fecb47280a8, 0xc842067c00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc842067c00, 0xc8420b1a00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 11123 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d660, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8a067d410, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8a067d410, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8a067d3b0, 0xc8ea517100, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8c315f360, 0xc8ea517100, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8c315f360, 0xc8ea517100, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8c315f360, 0xc8ea517100, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc846da8600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8559312f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc895ba0100, 0xc8943e3a40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 330 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc84239adc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 291 [IO wait]: | |
| net.runtime_pollWait(0x7fecb92071c0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc820233020, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc820233020, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc820232fc0, 0xc8c5cba480, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8201ea148, 0xc8c5cba480, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8201ea148, 0xc8c5cba480, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8201ea148, 0xc8c5cba480, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc84212a660, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc843ed1260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc842262780, 0xc8421dec60) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 204497 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207040, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc833e1cae0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc833e1cae0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc833e1ca80, 0xc826e00aa0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc9050cbac8, 0xc826e00aa0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc9050cbac8, 0xc826e00aa0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc9050cbac8, 0xc826e00aa0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8f7ac39e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82f5db9b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8c63efb00, 0xc8ce902000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 1563 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d360, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc849fe5790, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc849fe5790, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc849fe5730, 0xc8a0fb17a0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc84736b920, 0xc8a0fb17a0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc84736b920, 0xc8a0fb17a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc84736b920, 0xc8a0fb17a0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc84a2cc480, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc849fe1ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc84a232b00, 0xc84a2bf920) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 570246 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8f4f28e40, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8f4f28e40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 634985 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062250, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8db940840, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8db940840, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8db9407e0, 0x0, 0x0, 0x7fecb4723ac8, 0xc84e12c760, 0xecf3e5a04, 0x1b48cb32, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8db9407e0, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8595f7800, 0xecf3e5a04, 0x1b48cb32, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8595f7800, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8595f7800, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8595f7800, 0xecf3e5a04, 0xc81b48cb32, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8595f7800, 0xecf3e5a04, 0xc81b48cb32, 0x19541e0, 0xc85db6dfe0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc891cbc580, 0x7fecb47238c0, 0xc8595f7800, 0xecf3e5a04, 0x7ffc1b48cb32, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a04, 0x1b48cb32, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8595f7800, 0xc8d3fb5be0, 0xecf3e5a04, 0x1b48cb32, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc891cbc580, 0xc85db6dfe0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc84e12c740, 0x14, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8595f77a0, 0xc820454f00, 0xc90d754b00, 0x16e0554e9623029f) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8595f77a0, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8595f77a0, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 149534 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82b4f1ea0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc88ff2b480, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc88ff2b480, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8364efa80, 0x7fecb47280a8, 0xc82b4f1ea0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82b4f1ea0, 0xc8364efa80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 628202 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc826ad5200, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc826ad5200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 628272 [runnable]: | |
| sync.runtime_Semacquire(0xc820455104) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820455100) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).acquireSnapshot(0xc820455080, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:29 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8e0ed60f0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:838 +0xcf | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8e0ed60f0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7fecb46dca58, 0xc8203cc000, 0x98dde3be427de660, 0xcea7d8424f281de5, 0x58ca8708f0cad93b, 0x2a803d2e827e4e43, 0xcf757, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:142 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0x98dde3be427de660, 0xcea7d8424f281de5, 0x58ca8708f0cad93b, 0x2a803d2e827e4e43, 0xcf757, 0xc842a53ef0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:152 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x98dde3be427de660, 0xcea7d8424f281de5, 0x58ca8708f0cad93b, 0x2a803d2e827e4e43, 0xcf757, 0xc848d65290) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc842a54fe0, 0xcf468, 0xcf84f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc842a54fe0, 0xc3500, 0xcf84f, 0x4, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc842a54fe0, 0xc3500, 0xdbb9f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc842a54fe0, 0x7a120, 0xf423f, 0x2, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc842a54fe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc842a54fe0, 0x1, 0x1657d9, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc842a54fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc829493dc0, 0x1, 0x1, 0xc840c29a40, 0x3, 0x3, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc825a7f620, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc825a7f620, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8fb9c8440, 0x7fecb4723da8, 0xc840c29860, 0xc8ce965a40, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8fb9c8440, 0x7fecb4723da8, 0xc840c29860, 0xc8ce965a40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840c29860, 0xc8a87b0901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840c29860, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8d0180420, 0xc84bafc9a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8d0180420, 0xc84bafc9a0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8d0180420, 0xc84bafc9a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8d0180420, 0xc84bafc9a0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8d0180420, 0xc84bafc9a0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8d0180370) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 1565 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc84a324310, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc84a322480, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc84a322480, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc84a232b00, 0x7fecb47280a8, 0xc84a324310, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc84a324310, 0xc84a232b00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 5368 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc854ecfe40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 65621 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc843ce6280) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 515581 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d060, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8bbd99bf0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8bbd99bf0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8bbd99b90, 0xc8e9729fc0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc82ff5fc60, 0xc8e9729fc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc82ff5fc60, 0xc8e9729fc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc82ff5fc60, 0xc8e9729fc0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8c61304e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8d6c95bf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc85831a940, 0xc864319920) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 570249 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc88a111500, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc889020280, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc889020280, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8f4f28e40, 0x7fecb47280a8, 0xc88a111500, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc88a111500, 0xc8f4f28e40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 627616 [runnable]: | |
| sync.(*RWMutex).RUnlock(0x197b800) | |
| /usr/lib/go/src/sync/rwmutex.go:48 | |
| github.com/ethereum/go-ethereum/rlp.cachedTypeInfo(0x7fecb92060a8, 0xf478c0, 0xf40000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rlp/typecache.go:61 +0xc2 | |
| github.com/ethereum/go-ethereum/rlp.(*Stream).Decode(0xc8af465e80, 0xec7a60, 0xc89111d200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rlp/decode.go:808 +0x1b3 | |
| github.com/ethereum/go-ethereum/rlp.Decode(0x7fecb46dce78, 0xc8cfa1bb60, 0xec7a60, 0xc89111d200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rlp/decode.go:109 +0x62 | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0x1637178a202b7d04, 0xfebb13213ca52689, 0x2c84f32889da8a2f, 0x5ec45ab3cec6c611, 0x15539a, 0xc85163def0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:157 +0x1d5 | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x1637178a202b7d04, 0xfebb13213ca52689, 0x2c84f32889da8a2f, 0x5ec45ab3cec6c611, 0x15539a, 0xc831e68360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc85163efe0, 0x155108, 0x1554ef, 0xc90dcc5418, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163efe0, 0x149970, 0x155cbf, 0x4, 0xc8c619ee00, 0xb, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163efe0, 0x13d620, 0x155cbf, 0x3, 0xc88df93440, 0x22, 0x24) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163efe0, 0xf4240, 0x1657d9, 0x2, 0xc895d21500, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163efe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163efe0, 0x1, 0x1657d9, 0x0, 0xc8345dd400, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc85163efe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc828560160, 0x1, 0x1, 0xc828560180, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8986bdd70, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8986bdd70, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc852688700, 0x7fecb4723da8, 0xc8936c66e0, 0xc861ca2e00, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc852688700, 0x7fecb4723da8, 0xc8936c66e0, 0xc861ca2e00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8936c66e0, 0xc8ace08901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8936c66e0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc824cdec60, 0xc8279eea80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc824cdec60, 0xc8279eea80) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc824cdec60, 0xc8279eea80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc824cdec60, 0xc8279eea80) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc824cdec60, 0xc8279eea80) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc824cdebb0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 628890 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8ce3ff900, 0xa, 0x10, 0x7b702e8, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8ce3ff900, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8ce3ff900, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x1312de, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8381c4fe0, 0x1312d0, 0x1316b7, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c4fe0, 0x1312d0, 0x13d61f, 0x4, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c4fe0, 0x124f80, 0x13d61f, 0x3, 0xc8ce887ce0, 0xc, 0xc) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c4fe0, 0xf4240, 0x1657da, 0x2, 0xc8d83b2c40, 0x35, 0x38) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c4fe0, 0xf4240, 0x1657da, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c4fe0, 0x1, 0x1657da, 0x0, 0xc830df5400, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8381c4fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8a57488e0, 0x1, 0x1, 0xc8a5748900, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc88efa6840, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc88efa6840, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc84bb31c80, 0x7fecb4723da8, 0xc835ab49b0, 0xc8a1b17f80, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc84bb31c80, 0x7fecb4723da8, 0xc835ab49b0, 0xc8a1b17f80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc835ab49b0, 0xc8a87ac901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc835ab49b0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8b5d0adc0, 0xc828fdbdc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8b5d0adc0, 0xc828fdbdc0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8b5d0adc0, 0xc828fdbdc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8b5d0adc0, 0xc828fdbdc0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8b5d0adc0, 0xc828fdbdc0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8b5d0ad10) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 186 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc842262780, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc842262780) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 149531 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8364efa80, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8364efa80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 635044 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c240, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8d7ccc610, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8d7ccc610, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8d7ccc5b0, 0xc838ff6000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8fe1197a8, 0xc838ff6000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc898ce6d58, 0xc838ff6000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc8ed8d7800, 0xc838ff6000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc85cf50960) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc85cf50960, 0xc83968ed70, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc85cf50960, 0x7fec89e556e0, 0xc83968ed70, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8c46ea3f0, 0xc838aa9c00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc8fe1197b8, 0xc838aa9c00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc829b77040, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc829b77040, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc829b77040, 0xe58360, 0xc8ed8d7960, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc83968ed20, 0x0, 0x0, 0x0, 0xc8ace08400, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc83968ed20, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc83968ed20, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc83968ed20, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8c46ea3f0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc898ce6dc0, 0xc8cffaa540) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc898ce6dc0, 0xc8cffaa540) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc898ce6d10) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 329 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d4e0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8422572c0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8422572c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc842257260, 0xc89e95cb20, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc820463a70, 0xc89e95cb20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc820463a70, 0xc89e95cb20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc820463a70, 0xc89e95cb20, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc84226f6e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8423162a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc84239adc0, 0xc842397260) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 331 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8422db880, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc842399100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc842399100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc84239adc0, 0x7fecb47280a8, 0xc8422db880, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8422db880, 0xc84239adc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 617314 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062d90, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc88a7d51e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc88a7d51e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc88a7d5180, 0xc89e9dde00, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8a2548f40, 0xc89e9dde00, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8a2548f40, 0xc89e9dde00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8a2548f40, 0xc89e9dde00, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc85c22bf20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8896aadb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8eb430080, 0xc899439680) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 30967 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc892356cb0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8a2122d00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8a2122d00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc84da7df80, 0x7fecb47280a8, 0xc892356cb0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc892356cb0, 0xc84da7df80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 633042 [IO wait, 1 minutes]: | |
| net.runtime_pollWait(0x7fecb468c300, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8c2981250, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8c2981250, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8c29811f0, 0xc8fa4e2000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc82d3b7290, 0xc8fa4e2000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc8bc34ba68, 0xc8fa4e2000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc84e942f00, 0xc8fa4e2000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc8919394a0) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc8919394a0, 0xc85e548cd0, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc8919394a0, 0x7fec89e556e0, 0xc85e548cd0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8944e79e0, 0xc8c1b13400, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc82d3b7298, 0xc8c1b13400, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc90d9f8680, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc90d9f8680, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc90d9f8680, 0xe58360, 0xc84e943060, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc85e548c80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc85e548c80, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc85e548c80, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc85e548c80, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8944e79e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc8bc34bad0, 0xc85452eee0) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc8bc34bad0, 0xc85452eee0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8bc34ba20) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 628159 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8eed27930, 0xa, 0x10, 0x7b702e8, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8eed27930, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8eed27930, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x14c28e, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc85163afe0, 0x14c080, 0x14c467, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163afe0, 0x149970, 0x155cbf, 0x4, 0xc888657050, 0x2, 0x2) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163afe0, 0x13d620, 0x155cbf, 0x3, 0xc83c218360, 0x22, 0x24) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163afe0, 0xf4240, 0x1657d9, 0x2, 0xc8bd23e000, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163afe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85163afe0, 0x1, 0x1657d9, 0x0, 0xc85a1be200, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc85163afe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc898c5b760, 0x1, 0x1, 0xc898c5b780, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc859538750, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc859538750, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8502ab480, 0x7fecb4723da8, 0xc8d7d0b9a0, 0xc847498c40, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8502ab480, 0x7fecb4723da8, 0xc8d7d0b9a0, 0xc847498c40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8d7d0b9a0, 0xc8a87ac901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8d7d0b9a0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8bbb418c0, 0xc90cb5f180) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8bbb418c0, 0xc90cb5f180) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8bbb418c0, 0xc90cb5f180) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8bbb418c0, 0xc90cb5f180) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8bbb418c0, 0xc90cb5f180) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8e7b43340) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 4140 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).listenLoop(0xc820548500) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:107 +0x24c | |
| created by github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).init.func1 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:79 +0x53 | |
| goroutine 30966 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc84da7df80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 11124 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc895ba0100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 570248 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8f4f28e40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 43617 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576ca60, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc835fa59c0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc835fa59c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc835fa5960, 0xc89d432e20, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc84c992ec8, 0xc89d432e20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc84c992ec8, 0xc89d432e20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc84c992ec8, 0xc89d432e20, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc861d4a300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc853a711d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8504a4480, 0xc8267167e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 406145 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062310, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc838ee44c0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc838ee44c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc838ee4460, 0xc85f136fc0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc86242d150, 0xc85f136fc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc86242d150, 0xc85f136fc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc86242d150, 0xc85f136fc0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc85f806ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8f8e5ac00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8e46e0880, 0xc85f807260) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 634984 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576c8e0, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8db9406f0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8db9406f0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8db940690, 0x0, 0x0, 0x7fecb4723ac8, 0xc89d5c0320, 0xecf3e5a04, 0x1a17a0c2, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8db940690, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8971bdd70, 0xecf3e5a04, 0x1a17a0c2, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8971bdd00, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8971bdd70, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8971bdd70, 0xecf3e5a04, 0xc81a17a0c2, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8971bdd70, 0xecf3e5a04, 0xc81a17a0c2, 0x19541e0, 0xc8f96c7400, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc88ca5e500, 0x7fecb47238c0, 0xc8971bdd70, 0xecf3e5a04, 0x7ffc1a17a0c2, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a04, 0x1a17a0c2, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8971bdd70, 0xc822e7bbe0, 0xecf3e5a04, 0x1a17a0c2, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc88ca5e500, 0xc8f96c7400, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc89d5c0300, 0x11, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8971bdd10, 0xc820454f00, 0xc90d754800, 0x16e0554e9623029f) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8971bdd10, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8971bdd10, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 81841 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc84f8d5ab0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8c3206180, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8c3206180, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8e98d9600, 0x7fecb47280a8, 0xc84f8d5ab0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc84f8d5ab0, 0xc8e98d9600) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 635021 [select]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc8a3ac2840) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 537620 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207100, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc83c977db0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc83c977db0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc83c977d50, 0xc896a566c0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8e5880680, 0xc896a566c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8e5880680, 0xc896a566c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8e5880680, 0xc896a566c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8b0838780, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc82cd28d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc843b7c0c0, 0xc8b08393e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 280959 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83ae99880, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8a2074200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8a2074200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc85e794d40, 0x7fecb47280a8, 0xc83ae99880, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc83ae99880, 0xc85e794d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 406179 [select]: | |
| github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Notify(0xc8201f7520, 0xc838f4f430, 0x10, 0xc97750a46bfcf253, 0xc896c4fe214bc878, 0x32d558a64bcb81c6, 0x5a1c12b00750b7dd, 0x1657e1, 0xecf3e59f8, 0x12e67a90, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:205 +0x236 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc88eb0ed80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:677 +0x6100 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc88eb0ed80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8e46e0880, 0x7fecb47280a8, 0xc838ee4620, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc838ee4620, 0xc8e46e0880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 633882 [runnable]: | |
| sync.runtime_Semacquire(0xc82058cc44) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc82058cc40) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*lru).Promote(0xc82058cc40, 0xc844a20070) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/lru.go:85 +0x55 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc82058ccc0, 0x2229d9, 0x1dec3a, 0xc84c853138, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:400 +0x302 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(0xc85c088c60, 0x1dec3a, 0xc84c853138, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:58 +0x41 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc82f42c0d0, 0x1dec3a, 0x8cc, 0x101, 0xc8ebba2840, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0xe9 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc82f42c0d0, 0x1dec3a, 0x8cc, 0x0, 0x101, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x74 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc82f42c0d0, 0xc8ebba2840, 0x31, 0x31, 0x45bd01, 0x0, 0x8c7300, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:854 +0x5dc | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc82f42c0d0, 0xc8ebba2840, 0x31, 0x31, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0xb9 | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc8202be240, 0xc840c5a780, 0xc8ebba2840, 0x31, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x1da | |
| github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x3, 0xc840c5a780, 0x29) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582 | |
| github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc8ebba2840, 0x31, 0x31, 0xc84c8537e0, 0xc84c8537b0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc8ebba2840, 0x31, 0x31, 0x0, 0x1ffff500, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8d5192f60, 0x29, 0x30, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8d5192f60, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8d5192f60, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7fecb46dca58, 0xc8203cc000, 0x583ef1bd88af0843, 0xd9f1e7c6426e7a22, 0xa6449dfaa2785a7c, 0xbf0f184f014851fa, 0x92a8b, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:142 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0x583ef1bd88af0843, 0xd9f1e7c6426e7a22, 0xa6449dfaa2785a7c, 0xbf0f184f014851fa, 0x92a8b, 0xc84c853ef0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:152 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x583ef1bd88af0843, 0xd9f1e7c6426e7a22, 0xa6449dfaa2785a7c, 0xbf0f184f014851fa, 0x92a8b, 0xc8c6b0b440) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc84c854fe0, 0x927c0, 0x92ba7, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84c854fe0, 0x927c0, 0x9eb0f, 0x4, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84c854fe0, 0x927c0, 0xaae5f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84c854fe0, 0x7a120, 0xf423f, 0x2, 0xc860deb600, 0x213, 0x240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84c854fe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84c854fe0, 0x1, 0x1657df, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc84c854fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8f8462a80, 0x1, 0x1, 0xc8f8462aa0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8337613e0, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8337613e0, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8f88a0a00, 0x7fecb4723da8, 0xc8ac55cb40, 0xc853c237a0, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8f88a0a00, 0x7fecb4723da8, 0xc8ac55cb40, 0xc853c237a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8ac55cb40, 0xc82681b901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8ac55cb40, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc898ce7970, 0xc8d5191ce0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc898ce7970, 0xc8d5191ce0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc898ce7970, 0xc8d5191ce0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc898ce7970, 0xc8d5191ce0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc898ce7970, 0xc8d5191ce0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc898ce78c0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 628571 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8a6e348c0, 0xa, 0x10, 0x7b702e8, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8a6e348c0, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8a6e348c0, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x13b8af, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8381c8fe0, 0x13b6e0, 0x13bac7, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c8fe0, 0x1312d0, 0x13d61f, 0x4, 0xc854752500, 0xb, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c8fe0, 0x124f80, 0x13d61f, 0x3, 0xc8919391a0, 0xc, 0xc) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c8fe0, 0xf4240, 0x1657da, 0x2, 0xc8baf36fc0, 0x35, 0x38) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c8fe0, 0xf4240, 0x1657da, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8381c8fe0, 0x1, 0x1657da, 0x0, 0xc855351400, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8381c8fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc82433d5a0, 0x1, 0x1, 0xc82433d5c0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc88e11de00, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc88e11de00, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8bb944400, 0x7fecb4723da8, 0xc8c1a6def0, 0xc8846a5880, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8bb944400, 0x7fecb4723da8, 0xc8c1a6def0, 0xc8846a5880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8c1a6def0, 0xc8bccf6901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8c1a6def0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8d4fd8630, 0xc82aeee620) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8d4fd8630, 0xc82aeee620) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8d4fd8630, 0xc82aeee620) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8d4fd8630, 0xc82aeee620) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8d4fd8630, 0xc82aeee620) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8d4fd8420) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 617121 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8eb430080, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8eb430080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 628279 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8c22e7420, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc82a9dc900, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc82a9dc900, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc826ad5200, 0x7fecb47280a8, 0xc8c22e7420, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8c22e7420, 0xc826ad5200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 129223 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576cbe0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc88c667db0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc88c667db0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc88c667d50, 0xc8e3b64560, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc85a484c48, 0xc8e3b64560, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc85a484c48, 0xc8e3b64560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc85a484c48, 0xc8e3b64560, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc88e466420, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc858d12990, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc85c003100, 0xc82e371f20) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 65620 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062610, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc834810ae0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc834810ae0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc834810a80, 0xc856041760, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc85e7da318, 0xc856041760, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc85e7da318, 0xc856041760, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc85e7da318, 0xc856041760, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc845026a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8abdd74d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc843ce6280, 0xc845027560) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 633864 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8f837d920, 0xa, 0x10, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8f837d920, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8f837d920, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x93a5c, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8a947cfe0, 0x93760, 0x93b47, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a947cfe0, 0x927c0, 0x9eb0f, 0x4, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a947cfe0, 0x927c0, 0xaae5f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a947cfe0, 0x7a120, 0xf423f, 0x2, 0xc855d9c400, 0x213, 0x240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a947cfe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a947cfe0, 0x1, 0x1657df, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8a947cfe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8c99dad80, 0x1, 0x1, 0xc8c99dada0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8ca5443c0, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8ca5443c0, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8394fa8c0, 0x7fecb4723da8, 0xc8234a2050, 0xc833e1d490, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8394fa8c0, 0x7fecb4723da8, 0xc8234a2050, 0xc833e1d490) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8234a2050, 0xc8bccf8901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8234a2050, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8cf2d5e40, 0xc8db32d420) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8cf2d5e40, 0xc8db32d420) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8cf2d5e40, 0xc8db32d420) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8cf2d5e40, 0xc8db32d420) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8cf2d5e40, 0xc8db32d420) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8cf2d5d90) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 192963 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8dbba0b40, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8dbba0b40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 129225 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc898fee3f0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8867fc700, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8867fc700, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc85c003100, 0x7fecb47280a8, 0xc898fee3f0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc898fee3f0, 0xc85c003100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 311079 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8cdcda940, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8cdcda940) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 624429 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc84f4ca040, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc84f4ca040) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 43763 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc892c33ea0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc82b059d00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc82b059d00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8504a4480, 0x7fecb47280a8, 0xc892c33ea0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc892c33ea0, 0xc8504a4480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 1564 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc84a232b00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 1142 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc84756b880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 204578 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8c63efb00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 1143 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8475ad6c0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc84737aa00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc84737aa00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc84756b880, 0x7fecb47280a8, 0xc8475ad6c0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8475ad6c0, 0xc84756b880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 352720 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc844880d40, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc844880d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 632681 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8b4d65bf0, 0x29, 0x30, 0x7b702d9, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8b4d65bf0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8b4d65bf0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x8199276a948d6ad0, 0xb224c5a7b28b2a26, 0xa44af072e9fe56f8, 0x17cacad00ab72e85, 0xae031, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x8199276a948d6ad0, 0xb224c5a7b28b2a26, 0xa44af072e9fe56f8, 0x17cacad00ab72e85, 0xae031, 0xc86288bd40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x8199276a948d6ad0, 0xb224c5a7b28b2a26, 0xa44af072e9fe56f8, 0x17cacad00ab72e85, 0xae031, 0xc8f7056120) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc85bf18fe0, 0xadd40, 0xae127, 0xc88811fbe0, 0x3, 0x4) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85bf18fe0, 0xaae60, 0xb71af, 0x4, 0xc8cbce3900, 0xd, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85bf18fe0, 0xaae60, 0xc34ff, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85bf18fe0, 0x7a120, 0xf423f, 0x2, 0xc8866a0a00, 0x29a, 0x4a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85bf18fe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85bf18fe0, 0x1, 0x1657df, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc85bf18fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8d8eb9020, 0x1, 0x1, 0xc8d8eb9040, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8b03b4f60, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8b03b4f60, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8492339c0, 0x7fecb4723da8, 0xc8f21535e0, 0xc84befd880, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8492339c0, 0x7fecb4723da8, 0xc8f21535e0, 0xc84befd880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8f21535e0, 0xc8ace0a901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8f21535e0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc835f929a0, 0xc856cf4700) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc835f929a0, 0xc856cf4700) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc835f929a0, 0xc856cf4700) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc835f929a0, 0xc856cf4700) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc835f929a0, 0xc856cf4700) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc835f928f0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 635020 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c000, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8216a1170, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8216a1170, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8216a1110, 0xc8a11c6000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc89a3cc048, 0xc8a11c6000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc8e291e7d8, 0xc8a11c6000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc8d8374940, 0xc8a11c6000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc85cf50900) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc85cf50900, 0xc8ccd38730, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc85cf50900, 0x7fec89e556e0, 0xc8ccd38730, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8f7600240, 0xc894611e00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc89a3cc050, 0xc894611e00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc90d0e2d00, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc90d0e2d00, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc90d0e2d00, 0xe58360, 0xc8d8374aa0, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc8ccd386e0, 0x0, 0x0, 0x0, 0xc820412a00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8ccd386e0, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8ccd386e0, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc8ccd386e0, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8f7600240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc8e291e840, 0xc895be67e0) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc8e291e840, 0xc895be67e0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8e291e790) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 43762 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8504a4480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 634662 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576cee0, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc836379d40, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc836379d40, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc836379ce0, 0x0, 0x0, 0x7fecb4723ac8, 0xc8e33d6d80, 0xecf3e59f9, 0x21a9e30a, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc836379ce0, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8e8100840, 0xecf3e59f9, 0x21a9e30a, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8e8100800, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8e8100840, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8e8100840, 0xecf3e59f9, 0xc821a9e30a, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8e8100840, 0xecf3e59f9, 0xc821a9e30a, 0x19541e0, 0xc8c6c7da80, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8da6d3b00, 0x7fecb47238c0, 0xc8e8100840, 0xecf3e59f9, 0x7ffc21a9e30a, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e59f9, 0x21a9e30a, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8e8100840, 0xc8bf80dbe0, 0xecf3e59f9, 0x21a9e30a, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8da6d3b00, 0xc8c6c7da80, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc8e33d6d60, 0x14, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8e81007e0, 0xc820454f00, 0xc8d3982e00, 0x753d3101a86c14b8) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8e81007e0, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8e81007e0, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 634875 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c840, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc892b0f5d0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc892b0f5d0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc892b0f570, 0x0, 0x0, 0x7fecb4723ac8, 0xc85e43b1e0, 0xecf3e5a01, 0x4ad2748, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc892b0f570, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8d58cb560, 0xecf3e5a01, 0x4ad2748, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8d58cb500, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8d58cb560, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8d58cb560, 0xecf3e5a01, 0xc804ad2748, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8d58cb560, 0xecf3e5a01, 0xc804ad2748, 0x19541e0, 0xc8aac599f0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8d27f2d80, 0x7fecb47238c0, 0xc8d58cb560, 0xecf3e5a01, 0x7ffc04ad2748, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a01, 0x4ad2748, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8d58cb560, 0xc90c5f1be0, 0xecf3e5a01, 0x4ad2748, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8d27f2d80, 0xc8aac599f0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc85e43b1c0, 0x12, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8d58cb500, 0xc820454f00, 0xc839811500, 0x9c68f72379eddace) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8d58cb500, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8d58cb500, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 629146 [select, 2 minutes]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc884658e80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 627954 [runnable]: | |
| sync.runtime_Semacquire(0xc820455104) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820455100) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).acquireSnapshot(0xc820455080, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:29 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8255e3650, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:838 +0xcf | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8255e3650, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x15eb05d80812c0cb, 0xae7fc416229b43a5, 0x6ecd6a3327c5043b, 0x3d5fa23fe844784b, 0x152b9f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x15eb05d80812c0cb, 0xae7fc416229b43a5, 0x6ecd6a3327c5043b, 0x3d5fa23fe844784b, 0x152b9f, 0xc85fc98000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x15eb05d80812c0cb, 0xae7fc416229b43a5, 0x6ecd6a3327c5043b, 0x3d5fa23fe844784b, 0x152b9f, 0xc84115a120) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc89df4cfe0, 0x1529f8, 0x152ddf, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df4cfe0, 0x149970, 0x155cbf, 0x4, 0xc82963ec80, 0x7, 0x8) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df4cfe0, 0x13d620, 0x155cbf, 0x3, 0xc8208db8c0, 0x22, 0x24) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df4cfe0, 0xf4240, 0x1657d9, 0x2, 0xc8e3c0f500, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df4cfe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df4cfe0, 0x1, 0x1657d9, 0x0, 0xc8626f4800, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc89df4cfe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc825083be0, 0x1, 0x1, 0xc825083c00, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8d6e18d50, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8d6e18d50, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc888a58240, 0x7fecb4723da8, 0xc8bf6c0410, 0xc893f11730, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc888a58240, 0x7fecb4723da8, 0xc8bf6c0410, 0xc893f11730) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8bf6c0410, 0xc82681a901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8bf6c0410, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc847c61600, 0xc86084fce0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc847c61600, 0xc86084fce0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc847c61600, 0xc86084fce0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc847c61600, 0xc86084fce0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc847c61600, 0xc86084fce0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc847c61550) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 515582 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc85831a940) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 20322 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc88b5be600) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 9727 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c480, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8392e0b50, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8392e0b50, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8392e0af0, 0xc8855c1d40, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc83b1d7e18, 0xc8855c1d40, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc83b1d7e18, 0xc8855c1d40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc83b1d7e18, 0xc8855c1d40, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8ce902540, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8c7c6d470, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc857357480, 0xc8ce902d80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 20256 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc88b5be600, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc88b5be600) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 633910 [runnable]: | |
| github.com/syndtr/goleveldb/leveldb.internalKey.ukey(0xc89c3c2e00, 0x31, 0x31, 0xc86987878d, 0x20, 0x1aae7873) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key.go:119 | |
| github.com/syndtr/goleveldb/leveldb.(*iComparer).Compare(0xc8206fdff0, 0xc86987878d, 0x28, 0x1aae7873, 0xc89c3c2e00, 0x31, 0x31, 0xffffffffffffffff) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go:36 +0x99 | |
| github.com/syndtr/goleveldb/leveldb/memdb.(*DB).findGE(0xc820206000, 0xc89c3c2e00, 0x31, 0x31, 0xca7e00, 0x1, 0xc89c3c2e00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:218 +0x174 | |
| github.com/syndtr/goleveldb/leveldb/memdb.(*DB).Find(0xc820206000, 0xc89c3c2e00, 0x31, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:375 +0xaf | |
| github.com/syndtr/goleveldb/leveldb.memGet(0xc820206000, 0xc89c3c2e00, 0x31, 0x31, 0xc8206fdff0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:732 +0x8f | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8d8317bf0, 0x29, 0x30, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:768 +0x528 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8d8317bf0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8d8317bf0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7fecb46dca58, 0xc8203cc000, 0x2caf7d270e9af2ff, 0xb1f67751ce5ffbc2, 0x3ca756557a074ecb, 0x2f45e23bcd12da75, 0x93bb3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:142 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0x2caf7d270e9af2ff, 0xb1f67751ce5ffbc2, 0x3ca756557a074ecb, 0x2f45e23bcd12da75, 0x93bb3, 0xc857e07ef0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:152 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x2caf7d270e9af2ff, 0xb1f67751ce5ffbc2, 0x3ca756557a074ecb, 0x2f45e23bcd12da75, 0x93bb3, 0xc8cba0e5a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc857e08fe0, 0x93b48, 0x93f2f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc857e08fe0, 0x927c0, 0x9eb0f, 0x4, 0xc8f7c79980, 0x2, 0x2) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc857e08fe0, 0x927c0, 0xaae5f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc857e08fe0, 0x7a120, 0xf423f, 0x2, 0xc8372b5600, 0x213, 0x240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc857e08fe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc857e08fe0, 0x1, 0x1657df, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc857e08fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8883e9700, 0x1, 0x1, 0xc8883e9720, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc895cfe090, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc895cfe090, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8c448da00, 0x7fecb4723da8, 0xc840f4f680, 0xc85f671e30, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8c448da00, 0x7fecb4723da8, 0xc840f4f680, 0xc85f671e30) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840f4f680, 0xc842107901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840f4f680, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc82603a580, 0xc8525c3880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc82603a580, 0xc8525c3880) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc82603a580, 0xc8525c3880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc82603a580, 0xc8525c3880) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc82603a580, 0xc8525c3880) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc82603a4d0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 9728 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc857357480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 626268 [runnable]: | |
| github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc82058ccc0, 0x222a9f, 0x2001ea, 0xc85e04b188, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:402 +0x312 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(0xc8d283e050, 0x2001ea, 0xc85e04b188, 0xc885fba503) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:58 +0x41 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc90dc72820, 0x2001ea, 0xeefc, 0x480101, 0xc85e04b210, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0xe9 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).getIndexBlock(0xc90dc72820, 0x123aa01, 0xc90dc72820, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:708 +0x7a | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc90dc72820, 0xc8c99efb00, 0x31, 0x31, 0x45bd01, 0x0, 0x8c7300, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:821 +0x14a | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc90dc72820, 0xc8c99efb00, 0x31, 0x31, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0xb9 | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc8202be240, 0xc840bef720, 0xc8c99efb00, 0x31, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x1da | |
| github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x2, 0xc840bef720, 0x29) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582 | |
| github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc8c99efb00, 0x31, 0x31, 0xc85e04b7e0, 0xc85e04b7b0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc8c99efb00, 0x31, 0x31, 0x0, 0x1ffff500, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8a7bd2a80, 0x29, 0x30, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8a7bd2a80, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8a7bd2a80, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7fecb46dca58, 0xc8203cc000, 0x428bcdfe735400e9, 0x45524a5675d151e2, 0x4c7c3bc3d63f9277, 0x6716e05ffa42e6cc, 0xf0cf8, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:142 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0x428bcdfe735400e9, 0x45524a5675d151e2, 0x4c7c3bc3d63f9277, 0x6716e05ffa42e6cc, 0xf0cf8, 0xc85e04bef0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:152 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x428bcdfe735400e9, 0x45524a5675d151e2, 0x4c7c3bc3d63f9277, 0x6716e05ffa42e6cc, 0xf0cf8, 0xc909c595f0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc85e04cfe0, 0xf0b90, 0xf0f77, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e04cfe0, 0xe7ef0, 0xf423f, 0x4, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e04cfe0, 0xdbba0, 0xf423f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e04cfe0, 0x7a120, 0xf423f, 0x2, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e04cfe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e04cfe0, 0x1, 0x1657d7, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc85e04cfe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8de801920, 0x1, 0x1, 0xc8d5278820, 0x3, 0x3, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc846f54c30, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc846f54c30, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8fe0865c0, 0x7fecb4723da8, 0xc8d5278690, 0xc83e086f50, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8fe0865c0, 0x7fecb4723da8, 0xc8d5278690, 0xc83e086f50) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8d5278690, 0xc84202c901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8d5278690, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc82090a0b0, 0xc843f382a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc82090a0b0, 0xc843f382a0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc82090a0b0, 0xc843f382a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc82090a0b0, 0xc843f382a0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc82090a0b0, 0xc843f382a0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc82090a000) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 6510 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc89b621040, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc89b621040) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 134419 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc823edad90, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8a16de280, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8a16de280, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8b0474200, 0x7fecb47280a8, 0xc823edad90, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc823edad90, 0xc8b0474200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 634681 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062550, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8cdf480d0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8cdf480d0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8cdf48070, 0xc8ad21a000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8eb2a1968, 0xc8ad21a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc85619ceb8, 0xc8ad21a000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc8bda37a80, 0xc8ad21a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc8285709c0) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc8285709c0, 0xc83df19ef0, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc8285709c0, 0x7fec89e556e0, 0xc83df19ef0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8a64a3cb0, 0xc8ab463600, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc8eb2a1970, 0xc8ab463600, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc840a0ad00, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc840a0ad00, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc840a0ad00, 0xe58360, 0xc8bda37be0, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc83df19ea0, 0x0, 0x0, 0x0, 0xc820270000, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc83df19ea0, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc83df19ea0, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc83df19ea0, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8a64a3cb0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc85619cf20, 0xc859e3f340) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc85619cf20, 0xc859e3f340) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc85619ce70) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 6513 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc89eebe0e0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc844f24200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc844f24200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc89b621040, 0x7fecb47280a8, 0xc89eebe0e0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc89eebe0e0, 0xc89b621040) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 634876 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576cca0, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc88d887560, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc88d887560, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc88d887500, 0x0, 0x0, 0x7fecb4723ac8, 0xc8a6edd420, 0xecf3e5a01, 0x1839a03c, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc88d887500, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8beb03560, 0xecf3e5a01, 0x1839a03c, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8beb03500, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8beb03560, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8beb03560, 0xecf3e5a01, 0xc81839a03c, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8beb03560, 0xecf3e5a01, 0xc81839a03c, 0x19541e0, 0xc860244480, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8b7439c80, 0x7fecb47238c0, 0xc8beb03560, 0xecf3e5a01, 0x7ffc1839a03c, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a01, 0x1839a03c, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8beb03560, 0xc90c5f5be0, 0xecf3e5a01, 0x1839a03c, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8b7439c80, 0xc860244480, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc8a6edd400, 0x12, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8beb03500, 0xc820454f00, 0xc8e3d63680, 0x9c68f72379eddace) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8beb03500, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8beb03500, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 631489 [runnable]: | |
| sync.runtime_Semacquire(0xc820521fc4) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820521fc0) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*lru).Promote(0xc820521fc0, 0xc856d6d260) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/lru.go:85 +0x55 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc82058cd40, 0x0, 0x222a58, 0xc8c7263390, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:400 +0x302 | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).open(0xc8202be240, 0xc840bf3860, 0x10, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:367 +0x7d | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc8202be240, 0xc840bf3860, 0xc904fe4980, 0x31, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:377 +0xc9 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x2, 0xc840bf3860, 0x29) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582 | |
| github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc904fe4980, 0x31, 0x31, 0xc8c72637e0, 0xc8c72637b0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc904fe4980, 0x31, 0x31, 0x0, 0x1ffff500, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc89fc91dd0, 0x29, 0x30, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc89fc91dd0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc89fc91dd0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7fecb46dca58, 0xc8203cc000, 0x7511bc0f057bb6b6, 0x8317e6d35d345367, 0xc5c15d25225b9901, 0x6088e6d8d9ff5d88, 0xc4c2b, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:142 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0x7511bc0f057bb6b6, 0x8317e6d35d345367, 0xc5c15d25225b9901, 0x6088e6d8d9ff5d88, 0xc4c2b, 0xc8c7263ef0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:152 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x7511bc0f057bb6b6, 0x8317e6d35d345367, 0xc5c15d25225b9901, 0x6088e6d8d9ff5d88, 0xc4c2b, 0xc84115b710) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8c7264fe0, 0xc4888, 0xc4c6f, 0xc8985ddb48, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8c7264fe0, 0xc3500, 0xcf84f, 0x4, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8c7264fe0, 0xc3500, 0xdbb9f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8c7264fe0, 0x7a120, 0xf423f, 0x2, 0xc8af7ecf00, 0x2e8, 0x4a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8c7264fe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8c7264fe0, 0x1, 0x1657dc, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8c7264fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc89c2bb8a0, 0x1, 0x1, 0xc89c2bb8c0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc84118d620, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc84118d620, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8d786e7c0, 0x7fecb4723da8, 0xc8cf7c0e10, 0xc886fd2310, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8d786e7c0, 0x7fecb4723da8, 0xc8cf7c0e10, 0xc886fd2310) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8cf7c0e10, 0xc8bccf2901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8cf7c0e10, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc89feb7970, 0xc84cd7cc40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc89feb7970, 0xc84cd7cc40) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc89feb7970, 0xc84cd7cc40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc89feb7970, 0xc84cd7cc40) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc89feb7970, 0xc84cd7cc40) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc89feb78c0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 6512 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc89b621040) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 537621 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc843b7c0c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 635048 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468bd00, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8603099c0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8603099c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc860309960, 0x0, 0x0, 0x7fecb4723ac8, 0xc8247d2340, 0xecf3e5a06, 0x1b52d5c5, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc860309960, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8864110e0, 0xecf3e5a06, 0x1b52d5c5, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc886411000, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8864110e0, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8864110e0, 0xecf3e5a06, 0xc81b52d5c5, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8864110e0, 0xecf3e5a06, 0xc81b52d5c5, 0x19541e0, 0xc85cf69d90, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8411e1680, 0x7fecb47238c0, 0xc8864110e0, 0xecf3e5a06, 0x7ffc1b52d5c5, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a06, 0x1b52d5c5, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8864110e0, 0xc8489fbbe0, 0xecf3e5a06, 0x1b52d5c5, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8411e1680, 0xc85cf69d90, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc8247d2320, 0x13, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc886411080, 0xc820454f00, 0xc8e25d8800, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc886411080, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc886411080, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 5396 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc854ecfe40, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc854ecfe40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 624430 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c0629d0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc891cee3e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc891cee3e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc891cee380, 0xc850149300, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc84f7f13f0, 0xc850149300, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc84f7f13f0, 0xc850149300, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc84f7f13f0, 0xc850149300, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8b08388a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc855d70e70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc84f4ca040, 0xc8cd4e7980) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 9726 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc857357480, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc857357480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 635032 [IO wait]: | |
| net.runtime_pollWait(0x7fec84ca60d8, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8c0e2fe20, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8c0e2fe20, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8c0e2fdc0, 0x0, 0x0, 0x7fecb4723ac8, 0xc85b5af0a0, 0xecf3e5a04, 0x215c82c2, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8c0e2fdc0, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc857d74ff0, 0xecf3e5a04, 0x215c82c2, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc857d74f00, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc857d74ff0, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc857d74ff0, 0xecf3e5a04, 0xc8215c82c2, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc857d74ff0, 0xecf3e5a04, 0xc8215c82c2, 0x19541e0, 0xc88d08d070, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8570a1480, 0x7fecb47238c0, 0xc857d74ff0, 0xecf3e5a04, 0x7ffc215c82c2, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a04, 0x215c82c2, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc857d74ff0, 0xc88d17bbe0, 0xecf3e5a04, 0x215c82c2, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8570a1480, 0xc88d08d070, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc85b5af080, 0x13, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc857d74f90, 0xc820454f00, 0xc8e25d8500, 0xc90252fc20) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc857d74f90, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc857d74f90, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 6511 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576c9a0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc895eefb80, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc895eefb80, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc895eefb20, 0xc8f3e4dc80, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8aa1dd050, 0xc8f3e4dc80, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8aa1dd050, 0xc8f3e4dc80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8aa1dd050, 0xc8f3e4dc80, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc84a80baa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc897efaa20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc89b621040, 0xc84a54c000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 633916 [runnable]: | |
| sync.runtime_Semacquire(0xc820455104) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820455100) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).releaseSnapshot(0xc820455080, 0xc8cbd106e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:50 +0x38 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8bfb6e6c0, 0x29, 0x30, 0x0, 0xc8ad5d76c0, 0x1bf, 0x1c0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x1e2 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8bfb6e6c0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x973f8a2290b0bae8, 0x6042ec9a6054ef66, 0x9b3befe2eb32db25, 0xf9b6d37214666467, 0x93bb9, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x973f8a2290b0bae8, 0x6042ec9a6054ef66, 0x9b3befe2eb32db25, 0xf9b6d37214666467, 0x93bb9, 0xc825aec000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x973f8a2290b0bae8, 0x6042ec9a6054ef66, 0x9b3befe2eb32db25, 0xf9b6d37214666467, 0x93bb9, 0xc85ed630e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc85e048fe0, 0x93b48, 0x93f2f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e048fe0, 0x927c0, 0x9eb0f, 0x4, 0xc8b68caf70, 0x2, 0x2) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e048fe0, 0x927c0, 0xaae5f, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e048fe0, 0x7a120, 0xf423f, 0x2, 0xc8be243200, 0x213, 0x240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e048fe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc85e048fe0, 0x1, 0x1657df, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc85e048fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc88cdb5760, 0x1, 0x1, 0xc88cdb5780, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8d4de7770, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8d4de7770, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc89f2ffe00, 0x7fecb4723da8, 0xc825430d70, 0xc89ef8d8f0, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc89f2ffe00, 0x7fecb4723da8, 0xc825430d70, 0xc89ef8d8f0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc825430d70, 0xc842107901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc825430d70, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc896b8a000, 0xc8f8f881c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc896b8a000, 0xc8f8f881c0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc896b8a000, 0xc8f8f881c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc896b8a000, 0xc8f8f881c0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc896b8a000, 0xc8f8f881c0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8fac13ef0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 634576 [IO wait]: | |
| net.runtime_pollWait(0x7fecb92074c0, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8d80648b0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8d80648b0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8d8064850, 0x0, 0x0, 0x7fecb4723ac8, 0xc8e69441c0, 0xecf3e59f9, 0x3266e88c, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8d8064850, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc862d3e3f0, 0xecf3e59f9, 0x3266e88c, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc862d3e300, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc862d3e3f0, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc862d3e3f0, 0xecf3e59f9, 0xc83266e88c, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc862d3e3f0, 0xecf3e59f9, 0xc83266e88c, 0x19541e0, 0xc85248b300, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8dd90f000, 0x7fecb47238c0, 0xc862d3e3f0, 0xecf3e59f9, 0x7ffc3266e88c, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e59f9, 0x3266e88c, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc862d3e3f0, 0xc8bafd1be0, 0xecf3e59f9, 0x3266e88c, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8dd90f000, 0xc85248b300, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc8e69441a0, 0x11, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc862d3e390, 0xc820454f00, 0xc8561a0300, 0x91410fdce9e8fc3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc862d3e390, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc862d3e390, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 9729 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8392e1f10, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8bb2e0300, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8bb2e0300, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc857357480, 0x7fecb47280a8, 0xc8392e1f10, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8392e1f10, 0xc857357480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 81840 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8e98d9600) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 134418 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8b0474200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 149533 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8364efa80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 634189 [select]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc8e7d95900) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 11125 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8c776ff80, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8c832ce80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8c832ce80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc895ba0100, 0x7fecb47280a8, 0xc8c776ff80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8c776ff80, 0xc895ba0100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 20323 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8983eea10, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8a9e6e300, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8a9e6e300, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc88b5be600, 0x7fecb47280a8, 0xc8983eea10, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8983eea10, 0xc88b5be600) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 570247 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062b50, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc820905b10, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc820905b10, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc820905ab0, 0xc89e95d8c0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc9050cb068, 0xc89e95d8c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc9050cb068, 0xc89e95d8c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc9050cb068, 0xc89e95d8c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8c6130360, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8bed8e2d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8f4f28e40, 0xc889db9500) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 634934 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062850, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8390f07d0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8390f07d0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8390f0770, 0x0, 0x0, 0x7fecb4723ac8, 0xc86364c6a0, 0xecf3e5a00, 0x3a46572, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8390f0770, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc83a79b7a0, 0xecf3e5a00, 0x3a46572, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc83a79b700, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc83a79b7a0, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc83a79b7a0, 0xecf3e5a00, 0xc803a46572, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc83a79b7a0, 0xecf3e5a00, 0xc803a46572, 0x19541e0, 0xc88aa5cf90, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc893501380, 0x7fecb47238c0, 0xc83a79b7a0, 0xecf3e5a00, 0x7ffc03a46572, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a00, 0x3a46572, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc83a79b7a0, 0xc85c153be0, 0xecf3e5a00, 0x3a46572, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc893501380, 0xc88aa5cf90, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc86364c680, 0x12, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc83a79b680, 0xc820454f00, 0xc857caec00, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc83a79b680, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc83a79b680, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 65622 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82f3bb340, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc82ba53800, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc82ba53800, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc843ce6280, 0x7fecb47280a8, 0xc82f3bb340, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82f3bb340, 0xc843ce6280) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 537622 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc862f15030, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc856743800, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc856743800, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc843b7c0c0, 0x7fecb47280a8, 0xc862f15030, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc862f15030, 0xc843b7c0c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 192965 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8dbba0b40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 515583 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc83669ef50, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc84f2e8680, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc84f2e8680, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc85831a940, 0x7fecb47280a8, 0xc83669ef50, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc83669ef50, 0xc85831a940) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 5369 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a777a460, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc83affbe00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc83affbe00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc854ecfe40, 0x7fecb47280a8, 0xc8a777a460, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a777a460, 0xc854ecfe40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 635045 [select]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc8c6ced9c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 30964 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc84da7df80, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc84da7df80) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 628178 [runnable]: | |
| sync.runtime_Semacquire(0xc82058cc44) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc82058cc40) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*lru).Promote(0xc82058cc40, 0xc8c78e2fc0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/lru.go:85 +0x55 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc82058ccc0, 0x27ec21, 0xcc9d, 0xc89df47138, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:400 +0x302 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(0xc8b9be9870, 0xcc9d, 0xc89df47138, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:58 +0x41 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc83dcb8410, 0xcc9d, 0xb20, 0x101, 0xc848a53140, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0xe9 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc83dcb8410, 0xcc9d, 0xb20, 0x0, 0x101, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x74 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc83dcb8410, 0xc848a53140, 0x31, 0x31, 0x45bd01, 0x0, 0x8c7300, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:854 +0x5dc | |
| github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc83dcb8410, 0xc848a53140, 0x31, 0x31, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0xb9 | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc8202be240, 0xc840c21a40, 0xc848a53140, 0x31, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x1da | |
| github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x3, 0xc840c21a40, 0x29) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582 | |
| github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc848a53140, 0x31, 0x31, 0xc89df477e0, 0xc89df477b0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc848a53140, 0x31, 0x31, 0x0, 0x1ffff400, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8858d3a70, 0x29, 0x30, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8858d3a70, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8858d3a70, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x252b657b9acdc3a8, 0xcbb25ac34a1ed8c9, 0x4c2a30b23ccdddaf, 0x76d27dbd9c7a5396, 0x14610f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x252b657b9acdc3a8, 0xcbb25ac34a1ed8c9, 0x4c2a30b23ccdddaf, 0x76d27dbd9c7a5396, 0x14610f, 0xc885bb66c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x252b657b9acdc3a8, 0xcbb25ac34a1ed8c9, 0x4c2a30b23ccdddaf, 0x76d27dbd9c7a5396, 0x14610f, 0xc8345ab950) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc89df48fe0, 0x145ed8, 0x1462bf, 0xc88721dee0, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df48fe0, 0x13d620, 0x14996f, 0x4, 0xc8474a4800, 0x1c, 0x20) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df48fe0, 0x13d620, 0x155cbf, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df48fe0, 0xf4240, 0x1657d9, 0x2, 0xc8a9883500, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df48fe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc89df48fe0, 0x1, 0x1657d9, 0x0, 0xc85b6c4e00, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc89df48fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc89f30d220, 0x1, 0x1, 0xc89f30d240, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8288fca20, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8288fca20, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8f5297200, 0x7fecb4723da8, 0xc840c16820, 0xc8878f4ee0, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8f5297200, 0x7fecb4723da8, 0xc840c16820, 0xc8878f4ee0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840c16820, 0xc8a87ac901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc840c16820, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8c8b968f0, 0xc8d75de460) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8c8b968f0, 0xc8d75de460) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8c8b968f0, 0xc8d75de460) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8c8b968f0, 0xc8d75de460) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8c8b968f0, 0xc8d75de460) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8c8b96840) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 634615 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468be80, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8846211e0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8846211e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc884621180, 0x0, 0x0, 0x7fecb4723ac8, 0xc82421ea40, 0xecf3e59fa, 0x7829d24, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc884621180, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc842e1e480, 0xecf3e59fa, 0x7829d24, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc842e1e400, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc842e1e480, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc842e1e480, 0xecf3e59fa, 0xc807829d24, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc842e1e480, 0xecf3e59fa, 0xc807829d24, 0x19541e0, 0xc85500ce90, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8c81db180, 0x7fecb47238c0, 0xc842e1e480, 0xecf3e59fa, 0x7ffc07829d24, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e59fa, 0x7829d24, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc842e1e480, 0xc8950ebbe0, 0xecf3e59fa, 0x7829d24, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8c81db180, 0xc85500ce90, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc82421ea20, 0x12, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc842e1e3f0, 0xc820454f00, 0xc8f1957d80, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc842e1e3f0, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc842e1e3f0, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 634515 [runnable]: | |
| sync.runtime_Semacquire(0xc820455104) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820455100) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).acquireSnapshot(0xc820455080, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:29 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc850fb3b00, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:838 +0xcf | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc850fb3b00, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7fecb46dca58, 0xc8203cc000, 0xa7fa0edb594fd6cf, 0x66ace02d21a53554, 0x8803de3fc2130160, 0x230ce2370ffeec19, 0x8ce4c, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:142 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetHeader(0x7fecb46dca58, 0xc8203cc000, 0xa7fa0edb594fd6cf, 0x66ace02d21a53554, 0x8803de3fc2130160, 0x230ce2370ffeec19, 0x8ce4c, 0xc84a4cbef0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:152 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0xa7fa0edb594fd6cf, 0x66ace02d21a53554, 0x8803de3fc2130160, 0x230ce2370ffeec19, 0x8ce4c, 0xc909c58480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:210 +0x4b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc84a4ccfe0, 0x8cde8, 0x8d1cf, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84a4ccfe0, 0x86470, 0x927bf, 0x4, 0xc8e5eee000, 0x191, 0x200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84a4ccfe0, 0x7a120, 0x927bf, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84a4ccfe0, 0x7a120, 0xf423f, 0x2, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84a4ccfe0, 0x1, 0xf423f, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc84a4ccfe0, 0x1, 0x1657e0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc84a4ccfe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc88f6b8d60, 0x1, 0x1, 0xc88f6b8d80, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8c282b080, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8c282b080, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8caa08fc0, 0x7fecb4723da8, 0xc824025180, 0xc8354aaa10, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8caa08fc0, 0x7fecb4723da8, 0xc824025180, 0xc8354aaa10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc824025180, 0xc8a87b2901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc824025180, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8da3dfd90, 0xc8f252c0e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8da3dfd90, 0xc8f252c0e0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8da3dfd90, 0xc8f252c0e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8da3dfd90, 0xc8f252c0e0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8da3dfd90, 0xc8f252c0e0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8da3dfce0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 280957 [IO wait]: | |
| net.runtime_pollWait(0x7fecb92077c0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8e8753e20, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8e8753e20, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8e8753dc0, 0xc8cf73b1a0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8cea661d8, 0xc8cf73b1a0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8cea661d8, 0xc8cf73b1a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8cea661d8, 0xc8cf73b1a0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc89892b1a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8dc009cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc85e794d40, 0xc8ded751a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 633073 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c3c0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc88bafc4c0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc88bafc4c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc88bafc460, 0xc859792000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc899c976b0, 0xc859792000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc8d92e9178, 0xc859792000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc8ea895ca0, 0xc859792000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc8f5ab1560) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc8f5ab1560, 0xc8b0820a00, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc8f5ab1560, 0x7fec89e556e0, 0xc8b0820a00, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc836662900, 0xc8a01d4e00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc899c976b8, 0xc8a01d4e00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc90d9f9040, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc90d9f9040, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc90d9f9040, 0xe58360, 0xc8ea895e00, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc8b08209b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8b08209b0, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8b08209b0, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc8b08209b0, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc836662900) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc8d92e91e0, 0xc8b5d7d180) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc8d92e91e0, 0xc8b5d7d180) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8d92e9130) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 635040 [runnable]: | |
| math/big.nat.make(0x0, 0x0, 0x0, 0x1, 0xc8f8589b90, 0x1, 0x5) | |
| /usr/lib/go/src/math/big/nat.go:67 | |
| math/big.nat.set(0x0, 0x0, 0x0, 0xc8201e2cf0, 0x1, 0x5, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/math/big/nat.go:109 +0x63 | |
| math/big.nat.add(0x0, 0x0, 0x0, 0xc8201e2cf0, 0x1, 0x5, 0x0, 0x0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/math/big/nat.go:126 +0x13e | |
| math/big.nat.add(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8201e2cf0, 0x1, 0x5, 0x0, ...) | |
| /usr/lib/go/src/math/big/nat.go:120 +0xb7 | |
| math/big.(*Int).Add(0xc8384d4f20, 0xc8384d4f20, 0xc820092940, 0x0) | |
| /usr/lib/go/src/math/big/int.go:114 +0xb3 | |
| github.com/ethereum/go-ethereum/core/vm.baseCheck(0xe6ed51, 0xc8d36ad6c0, 0xc8384d4f20, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/gas.go:62 +0x3ba | |
| github.com/ethereum/go-ethereum/core/vm.calculateGasAndSize(0x7fecb576db18, 0xc83e0c4540, 0xc85880ecc0, 0x7fecb576dd10, 0xc8f69f55e0, 0x51, 0x7fecb576dc08, 0xc894fed880, 0xc8d36ad6a0, 0xc8d36ad6c0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:249 +0xa7 | |
| github.com/ethereum/go-ethereum/core/vm.(*EVM).Run(0xc855d9e800, 0xc85880ecc0, 0xc8f846b880, 0x64, 0x64, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:179 +0xc9d | |
| github.com/ethereum/go-ethereum/core.exec(0x7fecb576db18, 0xc83e0c4540, 0x7fecb576dd10, 0xc8f69f55e0, 0xc8d36ad3e0, 0xc8d36ad3e0, 0xc8f846b880, 0x64, 0x64, 0xc8a5978a00, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0xab9 | |
| github.com/ethereum/go-ethereum/core.Call(0x7fecb576db18, 0xc83e0c4540, 0x7fecb576dd10, 0xc8f69f55e0, 0x6105f9dbad3badbe, 0x6c62c6fb1c7170d3, 0x6c62c6fb235ad8da, 0xc8f846b880, 0x64, 0x64, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:30 +0x19d | |
| github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc83e0c4540, 0x7fecb576dd10, 0xc8f69f55e0, 0x6105f9dbad3badbe, 0x6c62c6fb1c7170d3, 0xc8235ad8da, 0xc8f846b880, 0x64, 0x64, 0xc8d36acc60, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm_env.go:111 +0x110 | |
| github.com/ethereum/go-ethereum/core.(*StateTransition).TransitionDb(0xc8f846bb90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_transition.go:256 +0xb70 | |
| github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).doCall(0xc820407810, 0x7c24ada8453296e3, 0x50c6c38164daf0dd, 0x7652b606, 0xc8c4113c20, 0xc8c4113c60, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:783 +0x664 | |
| github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).Call(0xc820407810, 0x7c24ada8453296e3, 0x50c6c38164daf0dd, 0x7652b606, 0xc8c4113c20, 0xc8c4113c60, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:793 +0x73 | |
| reflect.Value.call(0xe11ea0, 0xf5ba70, 0x13, 0xf9e438, 0x4, 0xc855d54e60, 0x3, 0x3, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xe11ea0, 0xf5ba70, 0x13, 0xc855d54e60, 0x3, 0x3, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8f846b810, 0x0, 0x0, 0xe1ade429b9f7af00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8f846b810) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85 | |
| goroutine 628277 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062790, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc88891fc60, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc88891fc60, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc88891fc00, 0xc827375120, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8da2697a0, 0xc827375120, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8da2697a0, 0xc827375120, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8da2697a0, 0xc827375120, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc899439920, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc85e9a7a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc826ad5200, 0xc856fe32c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 634936 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c780, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8390f0760, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8390f0760, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8390f0700, 0x0, 0x0, 0x7fecb4723ac8, 0xc86364c640, 0xecf3e5a00, 0x3a07836, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8390f0700, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc83a79b740, 0xecf3e5a00, 0x3a07836, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc83a79b700, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc83a79b740, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc83a79b740, 0xecf3e5a00, 0xc803a07836, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc83a79b740, 0xecf3e5a00, 0xc803a07836, 0x19541e0, 0xc88aa5cf00, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc893501300, 0x7fecb47238c0, 0xc83a79b740, 0xecf3e5a00, 0x7ffc03a07836, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a00, 0x3a07836, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc83a79b740, 0xc857c6bbe0, 0xecf3e5a00, 0x3a07836, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc893501300, 0xc88aa5cf00, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc86364c620, 0x12, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc83a79b6e0, 0xc820454f00, 0xc85193d880, 0xc8603db230) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc83a79b6e0, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc83a79b6e0, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 633282 [select]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc83182aa00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 43616 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8504a4480, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8504a4480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 627671 [runnable]: | |
| github.com/syndtr/goleveldb/leveldb/comparer.(*bytesComparer).Compare(0x197b670, 0xc843f50140, 0x29, 0x31, 0xc848a53580, 0x29, 0x31, 0xffffffffffffffff) | |
| <autogenerated>:1 | |
| github.com/syndtr/goleveldb/leveldb.(*iComparer).Compare(0xc8206fdff0, 0xc843f50140, 0x31, 0x31, 0xc848a53580, 0x31, 0x31, 0xffffffffffffffff) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go:36 +0x117 | |
| github.com/syndtr/goleveldb/leveldb.tFiles.searchMax.func1(0x2bf, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:149 +0xa1 | |
| sort.Search(0x14ba, 0xc8de90b5b8, 0xc848a53580) | |
| /usr/lib/go/src/sort/search.go:66 +0x52 | |
| github.com/syndtr/goleveldb/leveldb.tFiles.searchMax(0xc8c018a000, 0x14ba, 0x14ba, 0xc8206fdff0, 0xc848a53580, 0x31, 0x31, 0xffffffffffffffff) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:150 +0x78 | |
| github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc848a53580, 0x31, 0x31, 0xc8de90b7e0, 0xc8de90b7b0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:117 +0x498 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc848a53580, 0x31, 0x31, 0x0, 0x1ffff400, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8fcdc2150, 0x29, 0x30, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8fcdc2150, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8fcdc2150, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x7da750eb576978a9, 0xc0eea39789e9e57d, 0xaa63b2ab96aa8b0c, 0x2bccfacaa77aa920, 0x155259, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x7da750eb576978a9, 0xc0eea39789e9e57d, 0xaa63b2ab96aa8b0c, 0x2bccfacaa77aa920, 0x155259, 0xc885bb7680) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x7da750eb576978a9, 0xc0eea39789e9e57d, 0xaa63b2ab96aa8b0c, 0x2bccfacaa77aa920, 0x155259, 0xc8385c7710) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8de90cfe0, 0x155108, 0x1554ef, 0xc8584c2350, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8de90cfe0, 0x149970, 0x155cbf, 0x4, 0xc88ea14e00, 0xb, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8de90cfe0, 0x13d620, 0x155cbf, 0x3, 0xc829940360, 0x22, 0x24) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8de90cfe0, 0xf4240, 0x1657d9, 0x2, 0xc8485a7180, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8de90cfe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8de90cfe0, 0x1, 0x1657d9, 0x0, 0xc890f6c200, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8de90cfe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc85e72e600, 0x1, 0x1, 0xc85e72e620, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8a8331fb0, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8a8331fb0, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc821b43640, 0x7fecb4723da8, 0xc8d1b94870, 0xc8cd25bb90, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc821b43640, 0x7fecb4723da8, 0xc8d1b94870, 0xc8cd25bb90) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8d1b94870, 0xc828a14901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8d1b94870, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc854b533f0, 0xc82601b880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc854b533f0, 0xc82601b880) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc854b533f0, 0xc82601b880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc854b533f0, 0xc82601b880) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc854b533f0, 0xc82601b880) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc854b53340) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 352729 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576cb20, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc842e606f0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc842e606f0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc842e60690, 0xc8434ff980, 0x10, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc829f52ee8, 0xc8434ff980, 0x10, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc829f52ee8, 0xc8434ff980, 0x10, 0x20, 0x10, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc829f52ee8, 0xc8434ff980, 0x10, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8bf6b8300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:653 +0x74f | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc83d6e3800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc844880d40, 0xc8bf6b8960) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 628559 [runnable]: | |
| sync.runtime_Semacquire(0xc820521fc4) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820521fc0) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*lru).Promote(0xc820521fc0, 0xc8b7b029a0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/lru.go:85 +0x55 | |
| github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc82058cd40, 0x0, 0x27198b, 0xc8bb0e3510, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:400 +0x302 | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).open(0xc8202be240, 0xc840c203c0, 0x10, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:367 +0x7d | |
| github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc8202be240, 0xc840c203c0, 0xc8f5b12ac0, 0x12, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:377 +0xc9 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x3, 0xc840c203c0, 0xa) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582 | |
| github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc8f5b12ac0, 0x12, 0x12, 0xc8bb0e3960, 0xc8bb0e3930) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1 | |
| github.com/syndtr/goleveldb/leveldb.(*version).get(0xc8473f1ae0, 0x0, 0x0, 0x0, 0xc8f5b12ac0, 0x12, 0x12, 0x0, 0x1ffff500, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc88a166e30, 0xa, 0x10, 0x7b702ed, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc88a166e30, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc88a166e30, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x141321, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8bb0e4fe0, 0x1410b8, 0x14149f, 0xc8ccbb3e48, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:129 +0x8c | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8bb0e4fe0, 0x13d620, 0x14996f, 0x4, 0xc88e788ce0, 0x2, 0x2) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8bb0e4fe0, 0x13d620, 0x155cbf, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8bb0e4fe0, 0xf4240, 0x1657d9, 0x2, 0xc83ac7ce00, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8bb0e4fe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8bb0e4fe0, 0x1, 0x1657d9, 0x0, 0xc88cb2e800, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8bb0e4fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8ee259a60, 0x1, 0x1, 0xc8ee259a80, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc89f064810, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc89f064810, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc85e018440, 0x7fecb4723da8, 0xc8216f3e00, 0xc841802460, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc85e018440, 0x7fecb4723da8, 0xc8216f3e00, 0xc841802460) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8216f3e00, 0xc83a593901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8216f3e00, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc834295a20, 0xc893dab960) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc834295a20, 0xc893dab960) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc834295a20, 0xc893dab960) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc834295a20, 0xc893dab960) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc834295a20, 0xc893dab960) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc834295970) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 311106 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9207ac0, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8505058e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8505058e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc850505880, 0xc84fb8c9c0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8e1cde430, 0xc84fb8c9c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8e1cde430, 0xc84fb8c9c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8e1cde430, 0xc84fb8c9c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8bce3a960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8ddda9740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8cdcda940, 0xc8bce3b200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 635106 [runnable]: | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8b5a8ba40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:339 | |
| created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85 | |
| goroutine 311108 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8c9e36bd0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8366e9b80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8366e9b80, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8cdcda940, 0x7fecb47280a8, 0xc8c9e36bd0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8c9e36bd0, 0xc8cdcda940) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 629934 [runnable]: | |
| sync.runtime_Semacquire(0xc820455104) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820455100) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).releaseSnapshot(0xc820455080, 0xc8cbd106e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:50 +0x38 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8fcdc2000, 0x29, 0x30, 0x0, 0xc8c5c42d20, 0x1c9, 0x1e0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x1e2 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8fcdc2000, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x93836304d93b7d1d, 0xe03499a4a0344f74, 0x2e51e069d7e17b71, 0xcda9530ccd7f17a9, 0x106508, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x93836304d93b7d1d, 0xe03499a4a0344f74, 0x2e51e069d7e17b71, 0xcda9530ccd7f17a9, 0x106508, 0xc885bb7440) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x93836304d93b7d1d, 0xe03499a4a0344f74, 0x2e51e069d7e17b71, 0xcda9530ccd7f17a9, 0x106508, 0xc8345aba70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc88d406fe0, 0x106350, 0x106737, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc88d406fe0, 0x100590, 0x10c8df, 0x4, 0xc821275500, 0x8, 0x8) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc88d406fe0, 0xf4240, 0x10c8df, 0x3, 0xc896c75920, 0xc, 0xc) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc88d406fe0, 0xf4240, 0x1657da, 0x2, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc88d406fe0, 0xf4240, 0x1657da, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc88d406fe0, 0x1, 0x1657da, 0x0, 0xc84a84c800, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc88d406fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8d3f2b1c0, 0x1, 0x1, 0xc8d3f2b1e0, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc85c309890, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc85c309890, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc84606f440, 0x7fecb4723da8, 0xc8a030e640, 0xc88f4e0540, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc84606f440, 0x7fecb4723da8, 0xc8a030e640, 0xc88f4e0540) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8a030e640, 0xc828a14901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc8a030e640, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8be72cb00, 0xc8c303e8c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8be72cb00, 0xc8c303e8c0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8be72cb00, 0xc8c303e8c0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8be72cb00, 0xc8c303e8c0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8be72cb00, 0xc8c303e8c0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8be72ca50) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 149532 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576cd60, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc899c52370, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc899c52370, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc899c52310, 0xc85997af00, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8b9504238, 0xc85997af00, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8b9504238, 0xc85997af00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8b9504238, 0xc85997af00, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc88bfcf560, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8e45beea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8364efa80, 0xc8a1f9d140) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 515580 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc85831a940, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc85831a940) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 311107 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8cdcda940) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 634661 [IO wait]: | |
| net.runtime_pollWait(0x7fec84ca6018, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8e8c5ad10, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8e8c5ad10, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8e8c5acb0, 0x0, 0x0, 0x7fecb4723ac8, 0xc8dc433d60, 0xecf3e59f9, 0x1fc93414, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8e8c5acb0, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8274d28a0, 0xecf3e59f9, 0x1fc93414, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8274d2800, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8274d28a0, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8274d28a0, 0xecf3e59f9, 0xc81fc93414, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8274d28a0, 0xecf3e59f9, 0xc81fc93414, 0x19541e0, 0xc85b1289c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8ed378980, 0x7fecb47238c0, 0xc8274d28a0, 0xecf3e59f9, 0x7ffc1fc93414, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e59f9, 0x1fc93414, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8274d28a0, 0xc8489f9be0, 0xecf3e59f9, 0x1fc93414, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8ed378980, 0xc85b1289c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc8dc433d40, 0x12, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8274d2840, 0xc820454f00, 0xc84d0aae00, 0x753d3101a86c14b8) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8274d2840, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8274d2840, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 634877 [IO wait]: | |
| net.runtime_pollWait(0x7fecb9206f80, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc88d8875d0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc88d8875d0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc88d887570, 0x0, 0x0, 0x7fecb4723ac8, 0xc8a6edd480, 0xecf3e5a01, 0x183d8e2a, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc88d887570, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8beb03620, 0xecf3e5a01, 0x183d8e2a, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8beb03600, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8beb03620, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8beb03620, 0xecf3e5a01, 0xc8183d8e2a, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8beb03620, 0xecf3e5a01, 0xc8183d8e2a, 0x19541e0, 0xc860244540, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc8b7439d00, 0x7fecb47238c0, 0xc8beb03620, 0xecf3e5a01, 0x7ffc183d8e2a, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a01, 0x183d8e2a, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8beb03620, 0xc8222ffbe0, 0xecf3e5a01, 0x183d8e2a, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc8b7439d00, 0xc860244540, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc8a6edd460, 0x13, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8beb03590, 0xc820454f00, 0xc839811800, 0x9c68f72379eddace) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8beb03590, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8beb03590, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 129224 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc85c003100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 634682 [select]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc8a1912e40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 635107 [semacquire]: | |
| sync.runtime_Semacquire(0xc8201fef3c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*RWMutex).RLock(0xc8201fef30) | |
| /usr/lib/go/src/sync/rwmutex.go:36 +0x58 | |
| github.com/ethereum/go-ethereum/core.(*BlockChain).CurrentBlock(0xc8201fef00, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:294 +0x3a | |
| github.com/ethereum/go-ethereum/eth.blockByNumber(0xc8202f06c0, 0xc8201fef00, 0xffffffffffffffff, 0x40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:69 +0x4f | |
| github.com/ethereum/go-ethereum/eth.stateAndBlockByNumber(0xc8202f06c0, 0xc8201fef00, 0xffffffffffffffff, 0x7fecb46dca58, 0xc8203cc000, 0xc85c1b3b30, 0x28, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:85 +0x91 | |
| github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).GetBalance(0xc820407810, 0x7c24ada8453296e3, 0x50c6c38164daf0dd, 0x7652b606, 0xffffffffffffffff, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:571 +0x68 | |
| reflect.Value.call(0xe11ae0, 0xf5bad0, 0x13, 0xf9e438, 0x4, 0xc850e8dcc0, 0x3, 0x3, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xe11ae0, 0xf5bad0, 0x13, 0xc850e8dcc0, 0x3, 0x3, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8b5a8bc70, 0x0, 0x0, 0x86cea748ebffb100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8b5a8bc70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85 | |
| goroutine 406165 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8e46e0880, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8e46e0880) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 634118 [select]: | |
| github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc8d5e63a00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x528 | |
| created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126 | |
| goroutine 634981 [IO wait]: | |
| net.runtime_pollWait(0x7fecb576d1e0, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8defe26f0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8defe26f0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8defe2690, 0x0, 0x0, 0x7fecb4723ac8, 0xc88f6f8c60, 0xecf3e5a03, 0x36880e99, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8defe2690, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8a4171b30, 0xecf3e5a03, 0x36880e99, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8a4171b00, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8a4171b30, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8a4171b30, 0xecf3e5a03, 0xc836880e99, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8a4171b30, 0xecf3e5a03, 0xc836880e99, 0x19541e0, 0xc84c6d4d30, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc83da94b80, 0x7fecb47238c0, 0xc8a4171b30, 0xecf3e5a03, 0x7ffc36880e99, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e5a03, 0x36880e99, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8a4171b30, 0xc8bafd7be0, 0xecf3e5a03, 0x36880e99, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc83da94b80, 0xc84c6d4d30, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc88f6f8c40, 0x14, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8a4171ad0, 0xc820454f00, 0xc839811b00, 0x42d590737841f554) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8a4171ad0, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8a4171ad0, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 635025 [runnable]: | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f3050, 0x7fec89e556a0, 0xc8a3b85620, 0x7fecb4723da8, 0xc840c5b770, 0xc8b5a8b810) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:339 | |
| created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85 | |
| goroutine 617315 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8eb430080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 627593 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8d1ec94d0, 0x29, 0x30, 0x7b702e3, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8d1ec94d0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8d1ec94d0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x32192a3c7cd5be25, 0xda130e51825be9f0, 0x131979e04f14b018, 0xbd6b8a810a5cf621, 0x15538e, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x32192a3c7cd5be25, 0xda130e51825be9f0, 0x131979e04f14b018, 0xbd6b8a810a5cf621, 0x15538e, 0xc8631db440) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x32192a3c7cd5be25, 0xda130e51825be9f0, 0x131979e04f14b018, 0xbd6b8a810a5cf621, 0x15538e, 0xc89fa42480) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8be4d6fe0, 0x155108, 0x1554ef, 0xc8987a6688, 0x1, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8be4d6fe0, 0x149970, 0x155cbf, 0x4, 0xc88b787900, 0xb, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8be4d6fe0, 0x13d620, 0x155cbf, 0x3, 0xc853dc6d80, 0x22, 0x24) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8be4d6fe0, 0xf4240, 0x1657d9, 0x2, 0xc88bda7c00, 0x53, 0x70) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8be4d6fe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8be4d6fe0, 0x1, 0x1657d9, 0x0, 0xc8e5190000, 0x326, 0x340) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8be4d6fe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc8f79246e0, 0x1, 0x1, 0xc8f7924700, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc82e3cb770, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc82e3cb770, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8283ea740, 0x7fecb4723da8, 0xc84a0663c0, 0xc85d31ff10, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8283ea740, 0x7fecb4723da8, 0xc84a0663c0, 0xc85d31ff10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc84a0663c0, 0xc842032901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc84a0663c0, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8a4fd6160, 0xc8259287e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8a4fd6160, 0xc8259287e0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8a4fd6160, 0xc8259287e0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8a4fd6160, 0xc8259287e0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8a4fd6160, 0xc8259287e0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8a4fd60b0) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 204579 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc889889420, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc8a67de300, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc8a67de300, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8c63efb00, 0x7fecb47280a8, 0xc889889420, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc889889420, 0xc8c63efb00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 634973 [runnable]: | |
| sync.runtime_Semacquire(0xc820455104) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820455100) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).acquireSnapshot(0xc820455080, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:29 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8b660d620, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:838 +0xcf | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8b660d620, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7fecb46dca58, 0xc8203cc000, 0x1657e1, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:73 +0x3bd | |
| github.com/ethereum/go-ethereum/core.(*BlockChain).insert(0xc8201fef00, 0xc838b8a240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:424 +0xad | |
| github.com/ethereum/go-ethereum/core.(*BlockChain).WriteBlock(0xc8201fef00, 0xc838b8a240, 0xc97750a46bfcf200, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:793 +0x8df | |
| github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8201fef00, 0xc8a107ef60, 0x1, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:933 +0x211d | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc8201f7380, 0xc8a107ef60, 0x1, 0x1, 0x8, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:181 +0x58 | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc8a107ef60, 0x1, 0x1, 0x1954101, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:168 +0x75 | |
| github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc8201f7520, 0xc8aae90ae0, 0xc838b8a240, 0xc846e94b60, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:770 +0x676 | |
| created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:782 +0x30c | |
| goroutine 634188 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468bf40, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc892dc3b10, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc892dc3b10, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc892dc3ab0, 0xc84e005000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc899a2a020, 0xc84e005000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc8e5521598, 0xc84e005000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc8ce8c3a20, 0xc84e005000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc8ce1d1560) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc8ce1d1560, 0xc8e415f040, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc8ce1d1560, 0x7fec89e556e0, 0xc8e415f040, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8a8c26360, 0xc8d6fc8400, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc899a2a028, 0xc8d6fc8400, 0x200, 0x200, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc8632be4e0, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc8632be4e0, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc8632be4e0, 0xe58360, 0xc8ce8c3c00, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc8e415eff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8e415eff0, 0x0, 0x0, 0x0, 0x34, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc8e415eff0, 0x0, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc8e415eff0, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8a8c26360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc8e5521600, 0xc85bf1ce00) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc8e5521600, 0xc85bf1ce00) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8e5521550) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 634646 [IO wait]: | |
| net.runtime_pollWait(0x7fec84ca5f58, 0x77, 0x484ac0) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8298b0530, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitWrite(0xc8298b0530, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36 | |
| net.(*netFD).connect(0xc8298b04d0, 0x0, 0x0, 0x7fecb4723ac8, 0xc85b280aa0, 0xecf3e59fa, 0x35a29b3e, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x1f6 | |
| net.(*netFD).dial(0xc8298b04d0, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8fde6c600, 0xecf3e59fa, 0x35a29b3e, 0x19541e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:137 +0x351 | |
| net.socket(0xfa91b8, 0x3, 0x2, 0x1, 0x0, 0xc8fde6c600, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8fde6c600, ...) | |
| /usr/lib/go/src/net/sock_posix.go:89 +0x411 | |
| net.internetSocket(0xfa91b8, 0x3, 0x7fecb4723928, 0x0, 0x7fecb4723928, 0xc8fde6c600, 0xecf3e59fa, 0xc835a29b3e, 0x19541e0, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:160 +0x141 | |
| net.dialTCP(0xfa91b8, 0x3, 0x0, 0xc8fde6c600, 0xecf3e59fa, 0xc835a29b3e, 0x19541e0, 0xc8c7ae47e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e | |
| net.dialSingle(0xc859156900, 0x7fecb47238c0, 0xc8fde6c600, 0xecf3e59fa, 0x7ffc35a29b3e, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:364 +0x3f5 | |
| net.dialSerial.func1(0xecf3e59fa, 0x35a29b3e, 0x19541e0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:336 +0x75 | |
| net.dial(0xfa91b8, 0x3, 0x7fecb47238c0, 0xc8fde6c600, 0xc8862f5be0, 0xecf3e59fa, 0x35a29b3e, 0x19541e0, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x60 | |
| net.dialSerial(0xc859156900, 0xc8c7ae47e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:338 +0x760 | |
| net.(*Dialer).Dial(0xc820548eb0, 0xfa91b8, 0x3, 0xc85b280a80, 0x13, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:232 +0x50f | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8fde6c5a0, 0xc820454f00, 0xc8c1dbe080, 0x753d3101a86c14b8) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287 | |
| github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8fde6c5a0, 0xc820454f00) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7fecb46e2b10, 0xc8fde6c5a0, 0xc820454f00, 0xc843eda240) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2 | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286 | |
| goroutine 134404 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8b0474200, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc8b0474200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 65619 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc843ce6280, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc843ce6280) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 617316 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8cb490af0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc88d60b100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc88d60b100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8eb430080, 0x7fecb47280a8, 0xc8cb490af0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8cb490af0, 0xc8eb430080) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 628278 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc826ad5200) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 624431 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc84f4ca040) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d | |
| goroutine 81839 [IO wait]: | |
| net.runtime_pollWait(0x7fecb468c180, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc840350a70, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc840350a70, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc840350a10, 0xc8d50c7060, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8a6edbe98, 0xc8d50c7060, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc8a6edbe98, 0xc8d50c7060, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc8a6edbe98, 0xc8d50c7060, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8ce886d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8d2833d70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8e98d9600, 0xc896c75d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 280965 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc85e794d40, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc85e794d40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 129102 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc85c003100, 0x7fecb4727ff0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6 | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc820454f00, 0xc85c003100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5 | |
| goroutine 192966 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8927f53b0, 0x0, 0x7fec00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8201f7380, 0xc836e77880, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:294 +0xb7 | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8201f7380, 0xc836e77880, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:283 +0xa9e | |
| github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8dbba0b40, 0x7fecb47280a8, 0xc8927f53b0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:135 +0x17b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8927f53b0, 0xc8dbba0b40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304 | |
| goroutine 134385 [IO wait]: | |
| net.runtime_pollWait(0x7fec9c062a90, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc823eda990, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc823eda990, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc823eda930, 0xc8352362a0, 0x20, 0x20, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc898f6b7e8, 0xc8352362a0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| io.ReadAtLeast(0x7fecb4723ba0, 0xc898f6b7e8, 0xc8352362a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xe6 | |
| io.ReadFull(0x7fecb4723ba0, 0xc898f6b7e8, 0xc8352362a0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x62 | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8ba63ad20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc89d8a0ff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8b0474200, 0xc8e2e3ae40) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8 | |
| goroutine 628169 [runnable]: | |
| sync.runtime_Semacquire(0xc82017657c) | |
| /usr/lib/go/src/runtime/sema.go:43 +0x26 | |
| sync.(*Mutex).Lock(0xc820176578) | |
| /usr/lib/go/src/sync/mutex.go:82 +0x1c4 | |
| github.com/syndtr/goleveldb/leveldb.(*session).version(0xc8201764d0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:47 +0x41 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc820455080, 0x0, 0x0, 0x0, 0x0, 0xc8d1ec8840, 0x29, 0x30, 0x7b702e3, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:773 +0x3a6 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc820455080, 0xc8d1ec8840, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178 | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc8203cc000, 0xc8d1ec8840, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:125 +0x131 | |
| github.com/ethereum/go-ethereum/core.GetBodyRLP(0x7fecb46dca58, 0xc8203cc000, 0x510739f7478afd48, 0x2c4c033b04fe811d, 0x89055232d92355fe, 0xe8b8c9f6190835fb, 0x148e22, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:166 +0x42b | |
| github.com/ethereum/go-ethereum/core.GetBody(0x7fecb46dca58, 0xc8203cc000, 0x510739f7478afd48, 0x2c4c033b04fe811d, 0x89055232d92355fe, 0xe8b8c9f6190835fb, 0x148e22, 0xc8631da000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:176 +0x5f | |
| github.com/ethereum/go-ethereum/core.GetBlock(0x7fecb46dca58, 0xc8203cc000, 0x510739f7478afd48, 0x2c4c033b04fe811d, 0x89055232d92355fe, 0xe8b8c9f6190835fb, 0x148e22, 0xc8248aaf30) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:214 +0xa1 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).getLogs(0xc8a85fcfe0, 0x148db8, 0x14919f, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:131 +0x13b | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a85fcfe0, 0x13d620, 0x14996f, 0x4, 0xc8e5248b80, 0x2, 0x2) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:110 +0x391 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a85fcfe0, 0x13d620, 0x155cbf, 0x3, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a85fcfe0, 0xf4240, 0x1657d9, 0x2, 0xc8da38dc80, 0xc, 0x10) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a85fcfe0, 0xf4240, 0x1657d9, 0x1, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).mipFind(0xc8a85fcfe0, 0x1, 0x1657d9, 0x0, 0xc89ad47800, 0xfd, 0x100) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:112 +0x574 | |
| github.com/ethereum/go-ethereum/eth/filters.(*Filter).Find(0xc8a85fcfe0, 0x0, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter.go:92 +0x204 | |
| github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).GetLogs(0xc820176dc0, 0x1, 0xffffffffffffffff, 0xc82883bfe0, 0x1, 0x1, 0xc88a42c000, 0x1, 0x1, 0x0, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:441 +0x158 | |
| reflect.Value.call(0xd75540, 0xf52000, 0x13, 0xf9e438, 0x4, 0xc8f4a1bbf0, 0x2, 0x2, 0x0, 0x0, ...) | |
| /usr/lib/go/src/reflect/value.go:432 +0x120a | |
| reflect.Value.Call(0xd75540, 0xf52000, 0x13, 0xc8f4a1bbf0, 0x2, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/reflect/value.go:300 +0xb1 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc8409f2930, 0x7fecb4723e80, 0xc8a868d780, 0x7fecb4723da8, 0xc89cabaa00, 0xc889262150, 0x0, 0x0, 0xe58360) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x125f | |
| github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc8409f2930, 0x7fecb4723e80, 0xc8a868d780, 0x7fecb4723da8, 0xc89cabaa00, 0xc889262150) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x27e | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f2930, 0x7fecb4723da8, 0xc89cabaa00, 0xc8bccf6901, 0x1, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3 | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc8409f2930, 0x7fecb4723da8, 0xc89cabaa00, 0x1) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44 | |
| github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x7fecb4723c98, 0xc8c6440d10, 0xc8b8c32ee0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x69e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f10f0, 0x7fecb4723c98, 0xc8c6440d10, 0xc8b8c32ee0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| github.com/rs/cors.(*Cors).Handler.func1(0x7fecb4723c98, 0xc8c6440d10, 0xc8b8c32ee0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e | |
| net/http.HandlerFunc.ServeHTTP(0xc8409f51c0, 0x7fecb4723c98, 0xc8c6440d10, 0xc8b8c32ee0) | |
| /usr/lib/go/src/net/http/server.go:1422 +0x3a | |
| net/http.serverHandler.ServeHTTP(0xc843e8d7a0, 0x7fecb4723c98, 0xc8c6440d10, 0xc8b8c32ee0) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc8c6440c60) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 | |
| goroutine 629145 [IO wait]: | |
| net.runtime_pollWait(0x7fec84ca5e98, 0x72, 0xc82000c150) | |
| /usr/lib/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8a1dfb4f0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8a1dfb4f0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8a1dfb490, 0xc85b02e000, 0x1000, 0x1000, 0x0, 0x7fecb9202050, 0xc82000c150) | |
| /usr/lib/go/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc828bd3088, 0xc85b02e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:172 +0xe4 | |
| net/http.(*liveSwitchReader).Read(0xc895a2ea98, 0xc85b02e000, 0x1000, 0x1000, 0x441a36, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:219 +0xa4 | |
| io.(*LimitedReader).Read(0xc846f41660, 0xc85b02e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:427 +0xbd | |
| bufio.(*Reader).fill(0xc88bfce240) | |
| /usr/lib/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadByte(0xc88bfce240, 0xc850e8dc70, 0x0, 0x0) | |
| /usr/lib/go/src/bufio/bufio.go:229 +0x7a | |
| golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc88bfce240, 0x7fec89e556e0, 0xc850e8dc70, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go:126 +0xbe | |
| golang.org/x/net/websocket.(*Conn).Read(0xc8b88fe000, 0xc8c92aac00, 0x600, 0x600, 0x0, 0x7fecb9202028, 0xc82000c0f0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go:176 +0xf4 | |
| github.com/ethereum/go-ethereum/rpc.(*wsReaderWriterCloser).Read(0xc828bd3090, 0xc8c92aac00, 0x600, 0x600, 0x18, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:39 +0x4e | |
| encoding/json.(*Decoder).refill(0xc82b7a91e0, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:152 +0x287 | |
| encoding/json.(*Decoder).readValue(0xc82b7a91e0, 0x1, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:128 +0x41b | |
| encoding/json.(*Decoder).Decode(0xc82b7a91e0, 0xe58360, 0xc8b5f82860, 0x0, 0x0) | |
| /usr/lib/go/src/encoding/json/stream.go:57 +0x159 | |
| github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc840c5b770, 0x0, 0x0, 0x0, 0xca8100, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe | |
| github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc8409f3050, 0x7fecb4723da8, 0xc840c5b770, 0x0, 0x0, 0x0, 0xc840c5b770, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x8a | |
| github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc8409f3050, 0x7fecb4723da8, 0xc840c5b770, 0xc828bd3000, 0x3, 0x0, 0x0) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c | |
| github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc8409f3050, 0x7fecb4723da8, 0xc840c5b770, 0x3) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73 | |
| github.com/ethereum/go-ethereum/rpc.NewWSServer.func1(0xc8b88fe000) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/websocket.go:97 +0x324 | |
| golang.org/x/net/websocket.Server.serveWebSocket(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:89 +0x2d2 | |
| golang.org/x/net/websocket.Server.ServeHTTP(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc8409f5d40, ...) | |
| /home/deploy/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/golang.org/x/net/websocket/server.go:70 +0x4c | |
| golang.org/x/net/websocket.(*Server).ServeHTTP(0xc843e8d860, 0x7fecb4723c98, 0xc895a2eb00, 0xc8c6ed5260) | |
| <autogenerated>:88 +0xbd | |
| net/http.serverHandler.ServeHTTP(0xc843e8d800, 0x7fecb4723c98, 0xc895a2eb00, 0xc8c6ed5260) | |
| /usr/lib/go/src/net/http/server.go:1862 +0x19e | |
| net/http.(*conn).serve(0xc895a2ea50) | |
| /usr/lib/go/src/net/http/server.go:1361 +0xbee | |
| created by net/http.(*Server).Serve | |
| /usr/lib/go/src/net/http/server.go:1910 +0x3f6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment