Skip to content

Instantly share code, notes, and snippets.

@tcoulter
Created July 22, 2015 15:01
Show Gist options
  • Save tcoulter/811e78455eb5d23172a4 to your computer and use it in GitHub Desktop.
Save tcoulter/811e78455eb5d23172a4 to your computer and use it in GitHub Desktop.
I0722 03:34:45.498270 2580 worker.go:502] commit new work on block 958595 with 101 txs & 0 uncles. Took 908.458001ms
I0722 03:34:58.330720 2580 chain_manager.go:678] imported 1 block(s) (0 queued 0 ignored) including 101 txs in 612.313184ms. #958593 [5903cad6 / 5903cad6]
I0722 03:35:06.015558 2580 chain_manager.go:678] imported 1 block(s) (0 queued 0 ignored) including 101 txs in 791.007886ms. #958595 [426c22c8 / 426c22c8]
panic: leveldb: batch corrupted: invalid records length
goroutine 86 [running]:
github.com/syndtr/goleveldb/leveldb.(*DB).Write(0xc2081e86e0, 0xc2350b3700, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:201 +0x5be
github.com/ethereum/go-ethereum/trie.(*Cache).Flush(0xc217972700)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/trie/cache.go:60 +0x90
github.com/ethereum/go-ethereum/trie.(*Trie).Commit(0xc2350b36c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/trie/trie.go:111 +0x75
github.com/ethereum/go-ethereum/core/state.(*StateDB).Sync(0xc209c17d60)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/state/statedb.go:327 +0x81
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20b015ef0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:266 +0x11a
created by github.com/ethereum/go-ethereum/miner.newWorker
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:141 +0x396
goroutine 1 [select, 291 minutes]:
main.(*jsre).interactive(0xc20cba5ab0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:402 +0x6a7
main.console(0xc2080ae9a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:430 +0x557
github.com/codegangsta/cli.Command.Run(0xd49a30, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe716f0, 0x30, 0x1009310, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc208170000, 0xc20800a000, 0x9, 0x9, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:341 +0x80
goroutine 5 [syscall, 291 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x1592fc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 17 [syscall, 291 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 8 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x25
goroutine 207 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20961a6c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x32
goroutine 11 [syscall, 291 minutes]:
syscall.Syscall(0x0, 0x3, 0xc208194000, 0x8000, 0xc20b8893f8, 0x43954a, 0xc208015670)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x3, 0xc208194000, 0x8000, 0x8000, 0xc208015668, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x3, 0xc208194000, 0x8000, 0x8000, 0x20, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20802c120, 0xc208194000, 0x8000, 0x8000, 0x2, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x5e
os.(*File).Read(0xc20802c120, 0xc208194000, 0x8000, 0x8000, 0x2, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
io.Copy(0x7f325fc91920, 0xc20802c008, 0x7f325fc91880, 0xc20802c120, 0x2f0, 0x0, 0x0)
/usr/local/go/src/io/io.go:362 +0x1f6
created by main.console
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:402 +0x118
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7f325fc92d78, 0xc208192490, 0xc2081ca000, 0xc20801d1e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x176
goroutine 13 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080aea80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 14 [select, 22 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081e22c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 15 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081e22c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 16 [select, 22 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081e22c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 66 [select, 37 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081e22c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 67 [select, 291 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081e22c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 68 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2081fe000, 0xb2d05e00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:242 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:174 +0x537
goroutine 69 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080ae1c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 70 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081e86e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 71 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081e86e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 72 [syscall]:
syscall.Syscall(0x4a, 0x64, 0x0, 0x0, 0x200a89, 0x25f9, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.Fsync(0x64, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:503 +0x55
os.(*File).Sync(0xc217a63d88, 0x0, 0x0)
/usr/local/go/src/os/file_posix.go:129 +0x6a
github.com/syndtr/goleveldb/leveldb/storage.fileWrap.Sync(0xc217a63d88, 0xc20f6a4880, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:347 +0x3a
github.com/syndtr/goleveldb/leveldb/storage.(*fileWrap).Sync(0xc22448cfc0, 0x0, 0x0)
<autogenerated>:46 +0xb1
github.com/syndtr/goleveldb/leveldb.(*tWriter).finish(0xc20c89bb60, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:504 +0x106
github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).flush(0xc22fef9360, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:420 +0x55
github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0xc22fef9360, 0xc22cd5e4f0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:481 +0x986
github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0xc2081e86e0, 0xd9da50, 0xb, 0x7f325c038958, 0xc22fef9360)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:215 +0x277
github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0xc2081e86e0, 0xc2203f7300, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:596 +0x10d4
github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0xc2081e86e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:641 +0x50
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081e86e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:833 +0x3a0
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 73 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081e86e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 74 [chan send]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081e86e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:40 +0x143
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 75 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2081fe180, 0xb2d05e00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:242 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:174 +0x537
goroutine 76 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080ae620)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 77 [select, 12 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081e2420)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 78 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081e2420)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 79 [select, 12 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081e2420)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 80 [select, 12 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081e2420)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 81 [select, 291 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081e2420)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 82 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2081fe240, 0xb2d05e00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:242 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:174 +0x537
goroutine 83 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc20be88000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/chain_manager.go:766 +0x580
created by github.com/ethereum/go-ethereum/core.NewChainManager
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/chain_manager.go:138 +0xac3
goroutine 84 [chan receive]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc20afe2cb0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0x93
created by github.com/ethereum/go-ethereum/core.NewTxPool
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x3ce
goroutine 85 [runnable]:
sync.(*Mutex).Lock(0xc2350b36c0)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/trie.(*Trie).Get(0xc2350b36c0, 0xc209de1c80, 0x20, 0x20, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/trie/trie.go:149 +0x5d
github.com/ethereum/go-ethereum/trie.(*SecureTrie).Get(0xc2101fad58, 0xc209de1c40, 0x20, 0x20, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/trie/secure_trie.go:42 +0x11c
github.com/ethereum/go-ethereum/core/state.(*StateObject).getAddr(0xc20a841540, 0x0, 0x0, 0x0, 0xbc1c000000000000, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/state/state_object.go:139 +0xcb
github.com/ethereum/go-ethereum/core/state.(*StateObject).GetState(0xc20a841540, 0x0, 0x0, 0x0, 0xbc1c000000000000, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/state/state_object.go:160 +0x164
github.com/ethereum/go-ethereum/core/state.(*StateDB).GetState(0xc209c17d60, 0xc12c4ed2767f1b7b, 0x58159a6896034b9d, 0x428fc5ec, 0x0, 0x0, 0x0, 0xbc1c0000, 0x0, 0x0, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/state/statedb.go:127 +0x79
github.com/ethereum/go-ethereum/core/vm.(*Vm).calculateGasAndSize(0xc223a59500, 0xc21fd96280, 0x7f324d399f28, 0xc20a841680, 0xc209de1a55, 0xc209c17d60, 0xc209de12e0, 0xc209de1320, 0x0, 0x0, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/vm/vm.go:705 +0xd11
github.com/ethereum/go-ethereum/core/vm.(*Vm).Run(0xc223a59500, 0xc21fd96280, 0x159c918, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/vm/vm.go:125 +0x7ff
github.com/ethereum/go-ethereum/core.(*Execution).exec(0xc226ee6e40, 0xc209de0220, 0xc209deae40, 0x12, 0x12, 0x7f324d399f28, 0xc20a841680, 0x0, 0x0, 0x0, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0x9fb
github.com/ethereum/go-ethereum/core.(*Execution).Call(0xc226ee6e40, 0xc12c4ed2767f1b7b, 0x58159a6896034b9d, 0x428fc5ec, 0x7f324d399f28, 0xc20a841680, 0x0, 0x0, 0x0, 0x0, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/execution.go:48 +0x146
github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc220d99c20, 0x7f324d399f28, 0xc20a841680, 0xc12c4ed2767f1b7b, 0x58159a6896034b9d, 0x428fc5ec, 0x159c918, 0x0, 0x0, 0xc209debd80, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/vm_env.go:78 +0x152
github.com/ethereum/go-ethereum/core.(*StateTransition).transitionState(0xc227aa8900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/state_transition.go:226 +0xbd1
github.com/ethereum/go-ethereum/core.ApplyMessage(0x7f324d399e78, 0xc220d99c20, 0x7f324d399e20, 0xc22b39a3f0, 0xc20a8415e0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/state_transition.go:100 +0x91
github.com/ethereum/go-ethereum/core.(*BlockProcessor).ApplyTransaction(0xc2081ca840, 0xc209c17f40, 0xc209c17d60, 0xc22912f440, 0xc22b39a3f0, 0xc220a97a20, 0xcacc01, 0xcacc20, 0xc22e4bd8e0, 0x0, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/block_processor.go:90 +0x2c9
github.com/ethereum/go-ethereum/miner.(*Work).commitTransaction(0xc224b9dc70, 0xc22b39a3f0, 0xc2081ca840, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:584 +0xad
github.com/ethereum/go-ethereum/miner.(*Work).commitTransactions(0xc224b9dc70, 0xc219fd7500, 0x241, 0x241, 0xc20b19c060, 0xc2081ca840)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:562 +0xbc2
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0xc20b015ef0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:462 +0x7d5
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20b015ef0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:223 +0x364
created by github.com/ethereum/go-ethereum/miner.newWorker
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:140 +0x37c
goroutine 88 [select, 6 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f325fc92ce8, 0xc20802b9c0, 0xc20802fe60, 0xd5e6f0, 0x3, 0x765f, 0x765f, 0xdcce50, 0x12)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x936
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:220 +0x2ce
goroutine 37 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc209248000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 216 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc2081df040)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x61c
goroutine 38 [select, 24 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20a96b760)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 39 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc20a96b760)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 40 [select, 24 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20a96b760)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 41 [select, 32 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20a96b760)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 42 [select, 291 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20a96b760)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 43 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20bcdb8f0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:329 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x533
goroutine 44 [IO wait]:
net.(*pollDesc).Wait(0xc20bcdb8e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20bcdb8e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20bcdb880, 0xc20a878000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7f325fc918d0, 0xc226138f08)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2081da0d0, 0xc20a878000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20bcdb8f0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:450 +0xf5
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:231 +0x550
goroutine 45 [IO wait]:
net.(*pollDesc).Wait(0xc20b9827d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b9827d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20b982770, 0x0, 0x7f325fc918d0, 0xc20d23e4b8)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc209d7e288, 0x4318fb, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc209d7e288, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc20b11a000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:564 +0x350
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:377 +0x22c
goroutine 46 [select, 6 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f325fc92ce8, 0xc20802b9c0, 0xc20802fbc0, 0xd5d3f0, 0x3, 0x765f, 0x765f, 0xd88770, 0xc)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x936
github.com/ethereum/go-ethereum/p2p.func·006()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x92
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:384 +0x312
goroutine 47 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc20b11a000, 0x7f324dfd9f78, 0xc20b982620)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:446 +0x180a
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:362 +0xd5a
goroutine 48 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0xc2081e2840)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:552 +0x53f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:530 +0x1a5
goroutine 49 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc20b0a60c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:508 +0x99
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:151 +0x144
goroutine 98 [chan receive, 12 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc20b0a60c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:497 +0x88
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:154 +0x264
goroutine 99 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc20b0a60c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/sync.go:138 +0x23f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:157 +0x281
goroutine 100 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc20b0a60c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/sync.go:104 +0x5f9
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:158 +0x29e
goroutine 101 [chan receive, 291 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:129 +0x13c
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:142 +0x312
goroutine 103 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc20aba9860)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:242 +0x1ff6
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:144 +0x32
goroutine 104 [select, 51 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc20b982540)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:235 +0x21b
created by github.com/ethereum/go-ethereum/p2p/discover.func·001
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:227 +0x34
goroutine 215 [IO wait]:
net.(*pollDesc).Wait(0xc20cba5aa0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cba5aa0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20cba5a40, 0x0, 0x7f325fc918d0, 0xc20d2d5a68)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081ce510, 0xecd4168db, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
github.com/ethereum/go-ethereum/rpc/comms.(*stoppableTCPListener).Accept(0xc20cbb7520, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:62 +0xe8
net/http.(*Server).Serve(0xc20bad6900, 0x7f324d7a7628, 0xc20cbb7520, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.Serve(0x7f324d7a7628, 0xc20cbb7520, 0x7f325fc91f60, 0xc20b0c2520, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc/comms.StartHttp
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:73 +0x9a9
goroutine 2702 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0xc209612300)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:118 +0x34b
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:58 +0xac
goroutine 209 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20961a900)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x32
goroutine 236 [IO wait]:
net.(*pollDesc).Wait(0xc209d2d020, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc209d2d020, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc209d2cfc0, 0xc20d1d6000, 0x1000, 0x1000, 0x0, 0x7f325fc918d0, 0xc222484fa8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2081cf0f8, 0xc20d1d6000, 0x1000, 0x1000, 0x100000000, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/rpc/comms.(*closableConnection).Read(0xc20d7c0740, 0xc20d1d6000, 0x1000, 0x1000, 0x7f325fc8d540, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:95 +0xd5
net/http.(*liveSwitchReader).Read(0xc20cadbb28, 0xc20d1d6000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:214 +0xab
io.(*LimitedReader).Read(0xc20d79b220, 0xc20d1d6000, 0x1000, 0x1000, 0xc22af23540, 0x0, 0x0)
/usr/local/go/src/io/io.go:408 +0xce
bufio.(*Reader).fill(0xc20d7ca960)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadSlice(0xc20d7ca960, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x257
bufio.(*Reader).ReadLine(0xc20d7ca960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:324 +0x62
net/textproto.(*Reader).readLineSlice(0xc2201410e0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:55 +0x9e
net/textproto.(*Reader).ReadLine(0xc2201410e0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:36 +0x4f
net/http.ReadRequest(0xc20d7ca960, 0xc21e8689c0, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:598 +0xcb
net/http.(*conn).readRequest(0xc20cadbae0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:586 +0x26f
net/http.(*conn).serve(0xc20cadbae0)
/usr/local/go/src/net/http/server.go:1162 +0x69e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
goroutine 208 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20961a800)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x32
goroutine 219 [select]:
github.com/ethereum/go-ethereum/jsre.(*JSRE).runEventLoop(0xc20961aa00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/jsre/jsre.go:139 +0xd15
created by github.com/ethereum/go-ethereum/jsre.New
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/jsre/jsre.go:67 +0x153
goroutine 218 [select]:
github.com/ethereum/go-ethereum/xeth.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:250 +0x4ca
created by github.com/ethereum/go-ethereum/xeth.(*XEth).UpdateState
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:269 +0x104
goroutine 212 [IO wait, 291 minutes]:
net.(*pollDesc).Wait(0xc20cba5a30, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cba5a30, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20cba59d0, 0x0, 0x7f325fc918d0, 0xc20b0bd348)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*UnixListener).AcceptUnix(0xc20b0c23a0, 0xd22c1fd800000000, 0x0, 0x0)
/usr/local/go/src/net/unixsock_posix.go:282 +0x56
github.com/ethereum/go-ethereum/rpc/comms.func·003()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:61 +0x52
created by github.com/ethereum/go-ethereum/rpc/comms.startIpc
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:74 +0x2aa
goroutine 183 [select, 291 minutes]:
github.com/peterh/liner.(*State).readNext(0xc209d5f200, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc209d5f200, 0xd35c10, 0x2, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x443
main.func·008()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:383 +0xe8
created by main.(*jsre).interactive
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:389 +0x184
goroutine 213 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc2081def70)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x61c
goroutine 210 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc2081deea0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x61c
goroutine 540 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).listenLoop(0xc22b8e0140)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/gasprice.go:87 +0x98
created by github.com/ethereum/go-ethereum/eth.NewGasPriceOracle
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/gasprice.go:61 +0x366
goroutine 888646 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc220cfbf80, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc220cfbf80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 2700 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0xc20cc35ec0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:118 +0x34b
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:58 +0xac
goroutine 2723 [syscall, 291 minutes]:
syscall.Syscall(0x0, 0x0, 0xc20a51d000, 0x1000, 0x1, 0x1000, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x0, 0xc20a51d000, 0x1000, 0x1000, 0x1, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x0, 0xc20a51d000, 0x1000, 0x1000, 0x1, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20802c000, 0xc20a51d000, 0x1000, 0x1000, 0xc22a21bc18, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x5e
os.(*File).Read(0xc20802c000, 0xc20a51d000, 0x1000, 0x1000, 0x18, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc20ccad080)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc20ccad080, 0xc22a21bbc0, 0xc20c292fc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 2701 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0xc209605080)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:118 +0x34b
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:58 +0xac
goroutine 760258 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc211fbcc40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891874 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc212c687e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc212c687e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891834 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2137b5cb0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2137b5cb0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 61164 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc229549280)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 152439 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22400b340, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22400b340)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891608 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21e9b3d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*peer).Handshake(0xc2291c0870, 0xc21e33dc00, 0xd3f7d4840b637d25, 0xcf791d54c26824b4, 0x5881d4594984186f, 0xfc333ede2ed0fbf3, 0x2ffcc7792af94afd, 0x2e832e2f340dbfd8, 0x2d15b9855c484f1d, 0xcafd04c63be03920, ...)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/peer.go:213 +0x286
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2291c0870, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:188 +0x231
github.com/ethereum/go-ethereum/eth.func·003(0xc236e55980, 0x7f324d7a58f8, 0xc21e9b3d40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891606 [IO wait]:
net.(*pollDesc).Wait(0xc218e02370, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc218e02370, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc218e02310, 0xc2221c3920, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2103e4f10)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2278a2d38, 0xc2221c3920, 0x20, 0x20, 0x8131b9, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2278a2d40, 0xc2221c3920, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2278a2d40, 0xc2221c3920, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2278a2d40, 0xc2221c3920, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21e1f6c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22cd52f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc236e55980, 0xc22d006120)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 375422 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22400ab00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 881797 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22b620240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891865 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc21c5883f0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc21c5883f0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 873740 [IO wait]:
net.(*pollDesc).Wait(0xc22daa5f00, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22daa5f00, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22daa5ea0, 0xc21e3a7100, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc233788388)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22cc0c0d8, 0xc21e3a7100, 0x20, 0x20, 0xc22dcafb00, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22cc0c0e0, 0xc21e3a7100, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22cc0c0e0, 0xc21e3a7100, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22cc0c0e0, 0xc21e3a7100, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20bb0ba40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc212df8030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21e2df280, 0xc210d76de0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 867106 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2262dffc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 152442 [IO wait]:
net.(*pollDesc).Wait(0xc22267d720, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22267d720, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22267d6c0, 0xc2277486a0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc220378dd8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22c1998b0, 0xc2277486a0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22c1998b8, 0xc2277486a0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22c1998b8, 0xc2277486a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22c1998b8, 0xc2277486a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc229c72de0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22af6c120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22400b340, 0xc211265140)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 888648 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc220cfbf80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 880220 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21799a0c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 61163 [IO wait]:
net.(*pollDesc).Wait(0xc229f419c0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc229f419c0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc229f41960, 0xc22bf91360, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2103e50a0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc211313580, 0xc22bf91360, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc211313588, 0xc22bf91360, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc211313588, 0xc22bf91360, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc211313588, 0xc22bf91360, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20cfb4e40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc229c7c120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc229549280, 0xc20b08d7a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 864921 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22b9ee2c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22b9ee2c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 803499 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22267a960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22c6cbb00, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22c6cbb00, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22db6e680, 0x7f324d7a58f8, 0xc22267a960, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891841 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc221fef0e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc221fef0e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 375430 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22526fbc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891836 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2099817a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2099817a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 763958 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20c6fd2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21dc1b950, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21dc1b950, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc211fbc240, 0x7f324d7a58f8, 0xc20c6fd2c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 865119 [IO wait]:
net.(*pollDesc).Wait(0xc21574e5a0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21574e5a0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc21574e540, 0xc22cc318e0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2086923f0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22a4dae10, 0xc22cc318e0, 0x20, 0x20, 0xc2214a77a0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22a4dae18, 0xc22cc318e0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22a4dae18, 0xc22cc318e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22a4dae18, 0xc22cc318e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22bb61bc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20fe5bfb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21329b900, 0xc20bd61260)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 61162 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc229549280, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc229549280)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 152444 [select, 139 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2112645a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21e5417a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21e5417a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22400b340, 0x7f324d7a58f8, 0xc2112645a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 61165 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b08d4a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc224f7d290, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc224f7d290, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc229549280, 0x7f324d7a58f8, 0xc20b08d4a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 843844 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d58e980)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 776398 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22bceec80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 671601 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2274d8480, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2274d8480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891862 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc221c7c240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc221c7c240, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 806981 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21434b400)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 889233 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2234698c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2234698c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 152443 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22400b340)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 375421 [IO wait]:
net.(*pollDesc).Wait(0xc20cd77410, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cd77410, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20cd773b0, 0xc22524c2e0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc222524b98)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2251bbbc8, 0xc22524c2e0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2251bbbd0, 0xc22524c2e0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2251bbbd0, 0xc22524c2e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2251bbbd0, 0xc22524c2e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22d92b5c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21d8e3e90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22400ab00, 0xc21d4c9020)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 720769 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2294b9240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 881099 [IO wait]:
net.(*pollDesc).Wait(0xc20997d020, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20997d020, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20997cfc0, 0xc23d402560, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22871e5f0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22719ff88, 0xc23d402560, 0x20, 0x20, 0xc2120fcd80, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22719ff90, 0xc23d402560, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22719ff90, 0xc23d402560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22719ff90, 0xc23d402560, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22d3ff0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc221ad3170, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2126f9800, 0xc226b2c540)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 380784 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d7cbf20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20d08c630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20d08c630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20e58f840, 0x7f324d7a58f8, 0xc20d7cbf20, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891876 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2293e1320)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2293e1320, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 865121 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bd60f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc224ee4c60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc224ee4c60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21329b900, 0x7f324d7a58f8, 0xc20bd60f60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 884851 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2275a7200)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 884852 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22bbffa40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22aef8750, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22aef8750, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2275a7200, 0x7f324d7a58f8, 0xc22bbffa40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 380782 [IO wait]:
net.(*pollDesc).Wait(0xc20d709410, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20d709410, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20d7093b0, 0xc21143bae0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22448cd00)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2217cd348, 0xc21143bae0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2217cd350, 0xc21143bae0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2217cd350, 0xc21143bae0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2217cd350, 0xc21143bae0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22d63a900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc23178a5d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20e58f840, 0xc20d806240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 322464 [IO wait]:
net.(*pollDesc).Wait(0xc22cbd7aa0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22cbd7aa0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22cbd7a40, 0xc228332a60, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc224b507e8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc210bc0a48, 0xc228332a60, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc210bc0a50, 0xc228332a60, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc210bc0a50, 0xc228332a60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc210bc0a50, 0xc228332a60, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21a154480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22f935200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc229d80600, 0xc2147aa5a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 363344 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bad61e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20d5038c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20d5038c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc223a38000, 0x7f324d7a58f8, 0xc20bad61e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 363342 [IO wait]:
net.(*pollDesc).Wait(0xc223b3cca0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc223b3cca0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc223b3cc40, 0xc227d792e0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc216f32920)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc233ed7308, 0xc227d792e0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc233ed7310, 0xc227d792e0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc233ed7310, 0xc227d792e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc233ed7310, 0xc227d792e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c822c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc226c8e4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc223a38000, 0xc20bad6480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891573 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc224b4d4c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc224b4d4c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 375426 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22526fbc0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22526fbc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891855 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc20e33dcb0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc20e33dcb0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 890512 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21d4d7a80, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21d4d7a80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 862865 [runnable]:
syscall.Syscall(0x0, 0x5b, 0xc209dc0340, 0x20, 0x20, 0x20, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x5b, 0xc209dc0340, 0x20, 0x20, 0x72, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x5b, 0xc209dc0340, 0x20, 0x20, 0x7f325fc91801, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
net.(*netFD).Read(0xc226b5f500, 0xc209dc0340, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:238 +0x314
net.(*conn).Read(0xc20ad0e088, 0xc209dc0340, 0x20, 0x20, 0xc227a547e0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc20ad0e090, 0xc209dc0340, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc20ad0e090, 0xc209dc0340, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc20ad0e090, 0xc209dc0340, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22bbff800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc23c6da570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc233b58280, 0xc21db8a480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891852 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc231786630)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc231786630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 671636 [IO wait]:
net.(*pollDesc).Wait(0xc20b653640, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b653640, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b6535e0, 0xc2339bfac0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2159a7ed8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc230b57958, 0xc2339bfac0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc230b57960, 0xc2339bfac0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc230b57960, 0xc2339bfac0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc230b57960, 0xc2339bfac0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc228fcecc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc225bfae70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2274d8480, 0xc229fc79e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 804600 [IO wait]:
net.(*pollDesc).Wait(0xc220e4ffe0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220e4ffe0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220e4ff80, 0xc22a314a40, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc20cfba560)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2213019a8, 0xc22a314a40, 0x20, 0x20, 0xc2254d0c60, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2213019b0, 0xc22a314a40, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2213019b0, 0xc22a314a40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2213019b0, 0xc22a314a40, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2081a2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20a75ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20ac5f940, 0xc209639200)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 888909 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc225f6ac60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20d6c66c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20d6c66c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc220b62180, 0x7f324d7a58f8, 0xc225f6ac60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 884946 [IO wait]:
net.(*pollDesc).Wait(0xc2225d7fe0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2225d7fe0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2225d7f80, 0xc223f8e9a0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2192c88f8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc21f689528, 0xc223f8e9a0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc21f689530, 0xc223f8e9a0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc21f689530, 0xc223f8e9a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc21f689530, 0xc223f8e9a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc23eb02840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc220e2f9b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d6e3100, 0xc21b2df9e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891832 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22c61fa70)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22c61fa70, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 867073 [IO wait]:
net.(*pollDesc).Wait(0xc221208920, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221208920, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2212088c0, 0xc227d4fea0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc229f56808)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220904f40, 0xc227d4fea0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc220904f48, 0xc227d4fea0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc220904f48, 0xc227d4fea0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc220904f48, 0xc227d4fea0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc225f6a420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20adc8870, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2262dffc0, 0xc225f6ab40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 887848 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2313002a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc210ccb7a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc210ccb7a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20b4168c0, 0x7f324d7a58f8, 0xc2313002a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 363343 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc223a38000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 452010 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20bd92980, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20bd92980)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891859 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2312f7a70)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2312f7a70, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 804599 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20ac5f940, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20ac5f940)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 877084 [IO wait]:
net.(*pollDesc).Wait(0xc227891e20, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc227891e20, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc227891dc0, 0xc21d933100, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2121c3330)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc224ae9d50, 0xc21d933100, 0x20, 0x20, 0xc22767dc20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc224ae9d58, 0xc21d933100, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc224ae9d58, 0xc21d933100, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc224ae9d58, 0xc21d933100, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc235de8fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc225091650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2254ccc40, 0xc235de95c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 375423 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21d4c8d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc221d82630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc221d82630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22400ab00, 0x7f324d7a58f8, 0xc21d4c8d20, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 836068 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20ac5eb00, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20ac5eb00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 375429 [IO wait]:
net.(*pollDesc).Wait(0xc21d941790, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21d941790, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc21d941730, 0xc20c492220, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc20f421d30)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc211fef8d0, 0xc20c492220, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc211fef8d8, 0xc20c492220, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc211fef8d8, 0xc20c492220, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc211fef8d8, 0xc20c492220, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21a1540c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2099c6a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22526fbc0, 0xc209cb4c60)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 836082 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2144bf620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20d748510, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20d748510, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20ac5eb00, 0x7f324d7a58f8, 0xc2144bf620, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 375420 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22400ab00, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22400ab00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891873 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2212ee990)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2212ee990, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891866 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc23158d8c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc23158d8c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 884897 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d6e3100, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20d6e3100)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 322465 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc229d80600)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 322463 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc229d80600, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc229d80600)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 322530 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2147aa2a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20a581050, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20a581050, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc229d80600, 0x7f324d7a58f8, 0xc2147aa2a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 870484 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22cc9fb40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 633078 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22d7a6e40, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22d7a6e40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 888647 [IO wait]:
net.(*pollDesc).Wait(0xc2294613a0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2294613a0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc229461340, 0xc20f67b360, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc21cf19f08)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22c198390, 0xc20f67b360, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22c198398, 0xc20f67b360, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22c198398, 0xc20f67b360, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22c198398, 0xc20f67b360, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc231b94960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22e30d740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc220cfbf80, 0xc231b94f00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 888907 [IO wait]:
net.(*pollDesc).Wait(0xc20cfca060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cfca060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20cfca000, 0xc22c446240, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc226fe55e0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc21fe7c000, 0xc22c446240, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc21fe7c008, 0xc22c446240, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc21fe7c008, 0xc22c446240, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc21fe7c008, 0xc22c446240, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc232154a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc208678060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc220b62180, 0xc225f6af60)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891607 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc236e55980)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 889300 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc225472120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22cf150e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22cf150e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2234698c0, 0x7f324d7a58f8, 0xc225472120, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 380781 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20e58f840, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20e58f840)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 451998 [IO wait]:
net.(*pollDesc).Wait(0xc21f30db10, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21f30db10, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc21f30dab0, 0xc22d36e400, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc20d4be5f8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc233e59300, 0xc22d36e400, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc233e59308, 0xc22d36e400, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc233e59308, 0xc22d36e400, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc233e59308, 0xc22d36e400, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a5b5560, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22d3ef1a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20bd92980, 0xc210f77ec0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 806387 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2220cfec0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2220cfec0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 760208 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc211fbcc40, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc211fbcc40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 881795 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22b620240, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22b620240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 870406 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20eebce40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 862995 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21db8a180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2253822d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2253822d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc233b58280, 0x7f324d7a58f8, 0xc21db8a180, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 795761 [IO wait]:
net.(*pollDesc).Wait(0xc20de9ca00, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20de9ca00, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20de9c9a0, 0xc2329b7b80, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22b0201c8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc223b42dd0, 0xc2329b7b80, 0x20, 0x20, 0xc223666b40, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc223b42dd8, 0xc2329b7b80, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc223b42dd8, 0xc2329b7b80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc223b42dd8, 0xc2329b7b80, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c823bc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc220cb5c50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21e0de5c0, 0xc208d42360)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 864965 [IO wait]:
net.(*pollDesc).Wait(0xc230c28300, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc230c28300, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc230c282a0, 0xc20c8f48c0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2315866f0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22155fc38, 0xc20c8f48c0, 0x20, 0x20, 0xc22bb6a480, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22155fc40, 0xc20c8f48c0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22155fc40, 0xc20c8f48c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22155fc40, 0xc20c8f48c0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc226193920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2326a0540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22b9ee2c0, 0xc2183d7d40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 842167 [IO wait]:
net.(*pollDesc).Wait(0xc20be8cfb0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20be8cfb0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20be8cf50, 0xc21e2a8360, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22212f290)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22a9e19c8, 0xc21e2a8360, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22a9e19d0, 0xc21e2a8360, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22a9e19d0, 0xc21e2a8360, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22a9e19d0, 0xc21e2a8360, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2258c4120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2274e8210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21251e800, 0xc2296958c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891843 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22ae19170)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22ae19170, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 877085 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2254ccc40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 870482 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22cc9fb40, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22cc9fb40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 380783 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20e58f840)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891575 [IO wait]:
net.(*pollDesc).Wait(0xc218e02300, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc218e02300, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc218e022a0, 0xc22772d3a0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2297c82f8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2250d3e80, 0xc22772d3a0, 0x20, 0x20, 0xc21651d8c0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2250d3e88, 0xc22772d3a0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2250d3e88, 0xc22772d3a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2250d3e88, 0xc22772d3a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22d92a3c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc220294c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc224b4d4c0, 0xc20cc528a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891605 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc236e55980, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc236e55980)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 887846 [IO wait]:
net.(*pollDesc).Wait(0xc2269ef720, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2269ef720, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2269ef6c0, 0xc20ff297c0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2285ff498)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc229a37ed0, 0xc20ff297c0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc229a37ed8, 0xc20ff297c0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc229a37ed8, 0xc20ff297c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc229a37ed8, 0xc20ff297c0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc210f77b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20cb97050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b4168c0, 0xc231300600)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 864966 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22b9ee2c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891870 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc211f3aea0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc211f3aea0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 375431 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209cb41e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21d9573b0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21d9573b0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22526fbc0, 0x7f324d7a58f8, 0xc209cb41e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 884096 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc220b62000, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc220b62000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 633081 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22753a180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21765d0e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21765d0e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22d7a6e40, 0x7f324d7a58f8, 0xc22753a180, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891837 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc21d0d14d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc21d0d14d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 890515 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc222165860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2265b0900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2265b0900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21d4d7a80, 0x7f324d7a58f8, 0xc222165860, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 843843 [IO wait]:
net.(*pollDesc).Wait(0xc22d0dce60, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22d0dce60, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22d0dce00, 0xc23fd53e80, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22ae7e020)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2101fb978, 0xc23fd53e80, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2101fb988, 0xc23fd53e80, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2101fb988, 0xc23fd53e80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2101fb988, 0xc23fd53e80, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21e0806c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2281794a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d58e980, 0xc208422720)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891584 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).findAncestor(0xc20b015e00, 0xc20ee7ff00, 0x30, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:698 +0x1596
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc20b015e00, 0xc20ee7ff00, 0x5409946c8226c42, 0xa92582db79a41cc5, 0xff2494005440e0ad, 0x1fe2ec198729375a, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:333 +0x503
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc20b015e00, 0xc2244890d0, 0x10, 0x5409946c8226c42, 0xa92582db79a41cc5, 0xff2494005440e0ad, 0x1fe2ec198729375a, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:298 +0x5c1
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc20b015e00, 0xc2244890d0, 0x10, 0x5409946c8226c42, 0xa92582db79a41cc5, 0xff2494005440e0ad, 0x1fe2ec198729375a)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:238 +0x1e2
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc20b0a60c0, 0xc21a164630)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/sync.go:167 +0xda
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:418 +0x3421
goroutine 891854 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc209981830)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc209981830, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891839 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22a82b560)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22a82b560, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 363341 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc223a38000, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc223a38000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891845 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc229b1c870)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc229b1c870, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 841641 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21dc69380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc226af7170, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc226af7170, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2174da480, 0x7f324d7a58f8, 0xc21dc69380, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 734812 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22b5f93e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22d7ee900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22d7ee900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc211fbcb80, 0x7f324d7a58f8, 0xc22b5f93e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891851 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc225ab50e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc225ab50e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891849 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc20ee2d320)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc20ee2d320, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 884308 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22e0cfec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22661b7a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22661b7a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc220b62000, 0x7f324d7a58f8, 0xc22e0cfec0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 888906 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc220b62180, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc220b62180)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 801606 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20f803ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc213b7d8c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc213b7d8c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22d3d9300, 0x7f324d7a58f8, 0xc20f803ec0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 888649 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc231b94b40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22083a510, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22083a510, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc220cfbf80, 0x7f324d7a58f8, 0xc231b94b40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 881798 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22142a780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2269f4ea0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2269f4ea0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22b620240, 0x7f324d7a58f8, 0xc22142a780, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891875 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22a0510e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22a0510e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 671637 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2274d8480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891847 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc224681c20)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc224681c20, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 790686 [IO wait]:
net.(*pollDesc).Wait(0xc20de9d100, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20de9d100, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20de9d0a0, 0xc20f67b600, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc21cf19fc0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc216670408, 0xc20f67b600, 0x20, 0x20, 0xc20f77f9e0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc216670410, 0xc20f67b600, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc216670410, 0xc20f67b600, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc216670410, 0xc20f67b600, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209518480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc227cd6060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20cca7a00, 0xc20bac0540)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891856 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2248bc000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2248bc000, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 727521 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20843a1c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891848 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc20ba89290)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc20ba89290, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 776399 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc224074300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2244fb9e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2244fb9e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22bceec80, 0x7f324d7a58f8, 0xc224074300, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891861 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc20a91fc20)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc20a91fc20, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891833 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc229999320)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc229999320, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891840 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22b556cf0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22b556cf0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891857 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc223b2e090)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc223b2e090, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 716386 [IO wait]:
net.(*pollDesc).Wait(0xc22abc6680, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22abc6680, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22abc6620, 0xc21ff8a000, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2285034b0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2217cc3a0, 0xc21ff8a000, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2217cc3a8, 0xc21ff8a000, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2217cc3a8, 0xc21ff8a000, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2217cc3a8, 0xc21ff8a000, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b256cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc221adfa70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20aa72bc0, 0xc22999b8c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 842168 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21251e800)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 870405 [IO wait]:
net.(*pollDesc).Wait(0xc21dd93790, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21dd93790, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc21dd93730, 0xc21a261a20, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22628f978)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc21d8f1838, 0xc21a261a20, 0x20, 0x20, 0xc213beb200, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc21d8f1840, 0xc21a261a20, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc21d8f1840, 0xc21a261a20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc21d8f1840, 0xc21a261a20, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d4afda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc225821860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20eebce40, 0xc20d5bc600)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891860 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc21c150870)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc21c150870, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 671638 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc227dc9740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc221c7dd40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc221c7dd40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2274d8480, 0x7f324d7a58f8, 0xc227dc9740, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 890514 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21d4d7a80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 824290 [IO wait]:
net.(*pollDesc).Wait(0xc22496eca0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22496eca0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22496ec40, 0xc22b7e2000, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc209130828)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2132234e8, 0xc22b7e2000, 0x20, 0x20, 0xc225f87e60, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2132234f0, 0xc22b7e2000, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2132234f0, 0xc22b7e2000, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2132234f0, 0xc22b7e2000, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22e0cf3e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21dc3a360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20f2bcb40, 0xc2298b7260)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 884306 [IO wait]:
net.(*pollDesc).Wait(0xc229617410, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc229617410, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2296173b0, 0xc2255fbc20, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2110cfaa8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc21c88e9f0, 0xc2255fbc20, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc21c88e9f8, 0xc2255fbc20, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc21c88e9f8, 0xc2255fbc20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc21c88e9f8, 0xc2255fbc20, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22e0cfc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22de79c50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc220b62000, 0xc226192300)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 867107 [select, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc225f6a840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22da1cfc0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22da1cfc0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2262dffc0, 0x7f324d7a58f8, 0xc225f6a840, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 870485 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2174bafc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20b386000, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20b386000, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22cc9fb40, 0x7f324d7a58f8, 0xc2174bafc0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 727586 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2081cbc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22a704ab0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22a704ab0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20843a1c0, 0x7f324d7a58f8, 0xc2081cbc80, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 734811 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc211fbcb80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891850 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc220db0900)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc220db0900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891871 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc228004360)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc228004360, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 716385 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20aa72bc0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20aa72bc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 843777 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d58e980, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20d58e980)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 884948 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21b2df620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22d285170, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22d285170, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20d6e3100, 0x7f324d7a58f8, 0xc21b2df620, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 806960 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21434b400, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21434b400)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 727519 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20843a1c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20843a1c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 881100 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2126f9800)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 716388 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22999b5c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21da3f710, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21da3f710, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20aa72bc0, 0x7f324d7a58f8, 0xc22999b5c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 689428 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21c577480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 854663 [IO wait]:
net.(*pollDesc).Wait(0xc20d1b4450, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20d1b4450, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20d1b43f0, 0xc21c90b2e0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc215914430)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc210bc12a0, 0xc21c90b2e0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc210bc12a8, 0xc21c90b2e0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc210bc12a8, 0xc21c90b2e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc210bc12a8, 0xc21c90b2e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2292a8120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2205bbbf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22cd04e00, 0xc221294180)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 887845 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b4168c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20b4168c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 795778 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21e0de5c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 824292 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2298b6f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22c022630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22c022630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20f2bcb40, 0x7f324d7a58f8, 0xc2298b6f60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 865117 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21329b900, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21329b900)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891864 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2199b07e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2199b07e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 875916 [IO wait]:
net.(*pollDesc).Wait(0xc229216610, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc229216610, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2292165b0, 0xc2221c3680, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2103e4e98)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2290ccac8, 0xc2221c3680, 0x20, 0x20, 0xc20a4ac000, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2290ccad0, 0xc2221c3680, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2290ccad0, 0xc2221c3680, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2290ccad0, 0xc2221c3680, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc226cb7d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc212df9e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21542d540, 0xc224cfbb60)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891853 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc210e5cab0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc210e5cab0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891774 [semacquire]:
sync.(*Mutex).Lock(0xc20b015fa0)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/miner.(*worker).pendingBlock(0xc20b015ef0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/worker.go:161 +0x44
github.com/ethereum/go-ethereum/miner.(*Miner).PendingBlock(0xc2081cb260, 0xb)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:155 +0x2c
github.com/ethereum/go-ethereum/xeth.(*XEth).getBlockByHeight(0xc2081def70, 0xfffffffffffffffe, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:280 +0x3d
github.com/ethereum/go-ethereum/xeth.(*XEth).EthBlockByNumber(0xc2081def70, 0xfffffffffffffffe, 0xb)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:348 +0x32
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetBlockTransactionCountByNumber(0xc209612030, 0xc22e954370, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:219 +0x251
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).Execute(0xc209612030, 0xc22e954370, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:119 +0xa6
github.com/ethereum/go-ethereum/rpc/api.(*MergedApi).Execute(0xc20cbb74a0, 0xc22e954370, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/mergedapi.go:67 +0x35d
github.com/ethereum/go-ethereum/rpc/comms.func·002(0x7f324d7ab618, 0xc209405c20, 0xc22763d930)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:152 +0x5a1
net/http.HandlerFunc.ServeHTTP(0xc20b0c2500, 0x7f324d7ab618, 0xc209405c20, 0xc22763d930)
/usr/local/go/src/net/http/server.go:1265 +0x41
github.com/ethereum/go-ethereum/rpc/comms.func·001(0x7f324d7ab618, 0xc209405c20, 0xc22763d930)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:111 +0x223
net/http.HandlerFunc.ServeHTTP(0xc20b0c2520, 0x7f324d7ab618, 0xc209405c20, 0xc22763d930)
/usr/local/go/src/net/http/server.go:1265 +0x41
net/http.serverHandler.ServeHTTP(0xc20bad6900, 0x7f324d7ab618, 0xc209405c20, 0xc22763d930)
/usr/local/go/src/net/http/server.go:1703 +0x19a
net/http.(*conn).serve(0xc214958d20)
/usr/local/go/src/net/http/server.go:1204 +0xb57
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
goroutine 891869 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22a0f8f30)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22a0f8f30, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891842 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc221d92000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc221d92000, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 720850 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20c659aa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc227e96d80, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc227e96d80, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2294b9240, 0x7f324d7a58f8, 0xc20c659aa0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 877083 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2254ccc40, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2254ccc40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 720767 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2294b9240, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2294b9240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 870404 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20eebce40, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20eebce40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 867072 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2262dffc0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2262dffc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 451999 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20bd92980)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 633080 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22d7a6e40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 452000 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc220d926c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2242db4d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2242db4d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20bd92980, 0x7f324d7a58f8, 0xc220d926c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891846 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22b07b7a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22b07b7a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 873739 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21e2df280, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21e2df280)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 870407 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d5bc240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc208f733b0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc208f733b0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20eebce40, 0x7f324d7a58f8, 0xc20d5bc240, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 795779 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20c823f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc226816b40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc226816b40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21e0de5c0, 0x7f324d7a58f8, 0xc20c823f20, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 763957 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc211fbc240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 803498 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22db6e680)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 884947 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d6e3100)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 804602 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209638f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc211501050, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc211501050, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20ac5f940, 0x7f324d7a58f8, 0xc209638f00, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 806982 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208ecc6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20f6562d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20f6562d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21434b400, 0x7f324d7a58f8, 0xc208ecc6c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 633079 [IO wait]:
net.(*pollDesc).Wait(0xc2264ad720, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2264ad720, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2264ad6c0, 0xc21c322180, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc224b504a8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc233937978, 0xc21c322180, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc233937980, 0xc21c322180, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc233937980, 0xc21c322180, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc233937980, 0xc21c322180, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc226b2d560, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc221af6b10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22d7a6e40, 0xc22753a480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 806389 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2220cfec0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 801604 [IO wait]:
net.(*pollDesc).Wait(0xc224b87410, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc224b87410, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc224b873b0, 0xc21897cec0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc20bbfaf10)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2217cd528, 0xc21897cec0, 0x20, 0x20, 0xc225bfeb40, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2217cd530, 0xc21897cec0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2217cd530, 0xc21897cec0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2217cd530, 0xc21897cec0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b2b54a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2273bac30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22d3d9300, 0xc20b9655c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 824273 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20f2bcb40, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20f2bcb40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 803496 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22db6e680, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22db6e680)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891868 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc2265eebd0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc2265eebd0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 862864 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc233b58280, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc233b58280)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 776397 [IO wait]:
net.(*pollDesc).Wait(0xc22de343e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22de343e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22de34380, 0xc209936ce0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22c472938)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22090e068, 0xc209936ce0, 0x20, 0x20, 0xc224c417a0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22090e070, 0xc209936ce0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22090e070, 0xc209936ce0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22090e070, 0xc209936ce0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc228addc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2109588d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22bceec80, 0xc2224f6a80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891877 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc209843560)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc209843560, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 881101 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc226b2c1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc226024f30, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc226024f30, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2126f9800, 0x7f324d7a58f8, 0xc226b2c1e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 887847 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20b4168c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 841639 [IO wait]:
net.(*pollDesc).Wait(0xc23531a3e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc23531a3e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc23531a380, 0xc21082fe60, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2275be248)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221301168, 0xc21082fe60, 0x20, 0x20, 0xc229c22ea0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc221301170, 0xc21082fe60, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc221301170, 0xc21082fe60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc221301170, 0xc21082fe60, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21dc69140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22bce1aa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2174da480, 0xc21dc69740)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 880221 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22b4dccc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21a164630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21a164630, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21799a0c0, 0x7f324d7a58f8, 0xc22b4dccc0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 889299 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2234698c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 873741 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21e2df280)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 760241 [IO wait]:
net.(*pollDesc).Wait(0xc226efdbf0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc226efdbf0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc226efdb90, 0xc21dbc89a0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc218e22278)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22f901910, 0xc21dbc89a0, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22f901918, 0xc21dbc89a0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22f901918, 0xc21dbc89a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22f901918, 0xc21dbc89a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c2e2d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21228dc50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc211fbcc40, 0xc228cc91a0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 842133 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21251e800, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21251e800)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 790684 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20cca7a00, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc20cca7a00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 804601 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20ac5f940)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891576 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc224b4d4c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 880219 [IO wait]:
net.(*pollDesc).Wait(0xc216933330, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc216933330, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2169332d0, 0xc2274bf960, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc20ca36940)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc23183dd60, 0xc2274bf960, 0x20, 0x20, 0xc21e2b8ea0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc23183dd68, 0xc2274bf960, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc23183dd68, 0xc2274bf960, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc23183dd68, 0xc2274bf960, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22b4dca80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22be946f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21799a0c0, 0xc22b4dcfc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 865120 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21329b900)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 689429 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21670d140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2263a4b40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2263a4b40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21c577480, 0x7f324d7a58f8, 0xc21670d140, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 795760 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21e0de5c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21e0de5c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 836032 [IO wait]:
net.(*pollDesc).Wait(0xc226d49d40, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc226d49d40, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc226d49ce0, 0xc21cac3c20, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc209f9af80)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc210b49090, 0xc21cac3c20, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc210b49098, 0xc21cac3c20, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc210b49098, 0xc21cac3c20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc210b49098, 0xc21cac3c20, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b08cb40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21d661530, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20ac5eb00, 0xc20b08cea0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 801605 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22d3d9300)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 841638 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2174da480, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2174da480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 875918 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc224cfb7a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc20c6f4900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc20c6f4900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21542d540, 0x7f324d7a58f8, 0xc224cfb7a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 824291 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20f2bcb40)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 763956 [IO wait]:
net.(*pollDesc).Wait(0xc20b75f480, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b75f480, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b75f420, 0xc20c7ad560, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc222357fb8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2145e17c8, 0xc20c7ad560, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc2145e17d0, 0xc20c7ad560, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc2145e17d0, 0xc20c7ad560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc2145e17d0, 0xc20c7ad560, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d026840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2266075c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc211fbc240, 0xc20c6fd5c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 734810 [IO wait]:
net.(*pollDesc).Wait(0xc22e1d7fe0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22e1d7fe0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22e1d7f80, 0xc2255fbe00, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2110cfb20)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20c9a7bf0, 0xc2255fbe00, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc20c9a7bf8, 0xc2255fbe00, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc20c9a7bf8, 0xc2255fbe00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc20c9a7bf8, 0xc2255fbe00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a7bde00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc226493e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc211fbcb80, 0xc22b5f96e0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 854665 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc237c0fe60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc2289fa3f0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc2289fa3f0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22cd04e00, 0x7f324d7a58f8, 0xc237c0fe60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 727520 [IO wait]:
net.(*pollDesc).Wait(0xc2270ba990, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2270ba990, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2270ba930, 0xc22d430860, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc20fb804f8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20f41cda8, 0xc22d430860, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc20f41cdb0, 0xc22d430860, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc20f41cdb0, 0xc22d430860, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc20f41cdb0, 0xc22d430860, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22bb6e600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc215cd1950, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20843a1c0, 0xc22cf66000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 873742 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc210d76ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21e24cbd0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21e24cbd0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21e2df280, 0x7f324d7a58f8, 0xc210d76ae0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 890513 [IO wait]:
net.(*pollDesc).Wait(0xc21574f950, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21574f950, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc21574f8f0, 0xc220e9a0a0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc22448d8d0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20ad869a0, 0xc220e9a0a0, 0x20, 0x20, 0xc20c4786c0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc20ad869a8, 0xc220e9a0a0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc20ad869a8, 0xc220e9a0a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc20ad869a8, 0xc220e9a0a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b2fe2a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc210a88d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21d4d7a80, 0xc222165bc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 763955 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc211fbc240, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc211fbc240)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891838 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc236c99ef0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc236c99ef0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 806980 [IO wait]:
net.(*pollDesc).Wait(0xc20b3f72c0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b3f72c0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b3f7260, 0xc209edd160, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc21dc18110)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc233937bb8, 0xc209edd160, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc233937bc0, 0xc209edd160, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc233937bc0, 0xc209edd160, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc233937bc0, 0xc209edd160, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c6bf6e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2264bce70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21434b400, 0xc20c6bf920)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 875917 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21542d540)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 803497 [IO wait]:
net.(*pollDesc).Wait(0xc20e69abc0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20e69abc0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20e69ab60, 0xc21cac3ee0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc209f9b020)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc230b56930, 0xc21cac3ee0, 0x20, 0x20, 0xc22c4c6b40, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc230b56938, 0xc21cac3ee0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc230b56938, 0xc21cac3ee0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc230b56938, 0xc21cac3ee0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22b1c8e40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22ed15bf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22db6e680, 0xc22267ac60)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891867 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc222a16900)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc222a16900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 776411 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22bceec80, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22bceec80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 881098 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2126f9800, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2126f9800)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 854662 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22cd04e00, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22cd04e00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 881796 [IO wait]:
net.(*pollDesc).Wait(0xc2219af410, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2219af410, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2219af3b0, 0xc22c08c3c0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc211056da8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22013ab58, 0xc22c08c3c0, 0x20, 0x20, 0xc21dd39200, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22013ab60, 0xc22c08c3c0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22013ab60, 0xc22c08c3c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22013ab60, 0xc22c08c3c0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b8c8a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22eed09c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22b620240, 0xc22142aa80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 862994 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc233b58280)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 884800 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2275a7200, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc2275a7200)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 884850 [IO wait]:
net.(*pollDesc).Wait(0xc227f403e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc227f403e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc227f40380, 0xc21ff8a2e0, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2285034e8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc228ee8f68, 0xc21ff8a2e0, 0x20, 0x20, 0xc21438b320, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc228ee8f70, 0xc21ff8a2e0, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc228ee8f70, 0xc21ff8a2e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc228ee8f70, 0xc21ff8a2e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc230d356e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20ce73590, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2275a7200, 0xc22bbffe00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 801603 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22d3d9300, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc22d3d9300)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891181 [IO wait]:
net.(*pollDesc).Wait(0xc22a725c60, 0x77, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc22a725c60, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc22a725c00, 0x0, 0x0, 0x7f325fc97430, 0xc21096d8c0, 0xecd4168de, 0x2d903c79, 0x1592600, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc22a725c00, 0x7f324dfd53a0, 0x0, 0x7f324dfd53a0, 0xc22df65680, 0xecd4168de, 0x2d903c79, 0x1592600, 0x0, 0x0)
/usr/local/go/src/net/sock_posix.go:139 +0x37a
net.socket(0xd5d3f0, 0x3, 0x2, 0x1, 0x0, 0xc22df65600, 0x7f324dfd53a0, 0x0, 0x7f324dfd53a0, 0xc22df65680, ...)
/usr/local/go/src/net/sock_posix.go:91 +0x422
net.internetSocket(0xd5d3f0, 0x3, 0x7f324dfd53a0, 0x0, 0x7f324dfd53a0, 0xc22df65680, 0xecd4168de, 0xc22d903c79, 0x1592600, 0x1, ...)
/usr/local/go/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0xd5d3f0, 0x3, 0x0, 0xc22df65680, 0xecd4168de, 0x2d903c79, 0x1592600, 0xc2307a4010, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0xd5d3f0, 0x3, 0xc21096d8a0, 0x14, 0x0, 0x0, 0x7f324dfd5310, 0xc22df65680, 0xecd4168de, 0x32d903c79, ...)
/usr/local/go/src/net/dial.go:235 +0x3f5
net.func·016(0xecd4168de, 0xe2d903c79, 0x1592600, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:163 +0x12c
net.dial(0xd5d3f0, 0x3, 0x7f324dfd5310, 0xc22df65680, 0xc2268f8e50, 0xecd4168de, 0xe2d903c79, 0x1592600, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc209d7bf40, 0xd5d3f0, 0x3, 0xc21096d8a0, 0x14, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc2091adf20, 0xc20b11a000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x1f4
github.com/ethereum/go-ethereum/p2p.func·008()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x53
created by github.com/ethereum/go-ethereum/p2p.func·009
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x58e
goroutine 716387 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20aa72bc0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 891844 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc22c3d5050)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc22c3d5050, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 790688 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209eb3bc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22d8b9e60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22d8b9e60, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20cca7a00, 0x7f324d7a58f8, 0xc209eb3bc0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891835 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc212c69a70)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc212c69a70, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 689391 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21c577480, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21c577480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 891577 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22d92a660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22432c120, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22432c120, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc224b4d4c0, 0x7f324d7a58f8, 0xc22d92a660, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 790687 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20cca7a00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 884307 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc220b62000)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 760259 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22b9ac5a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22a0422d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22a0422d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc211fbcc40, 0x7f324d7a58f8, 0xc22b9ac5a0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 842169 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2224d36e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc22e563d40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc22e563d40, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc21251e800, 0x7f324d7a58f8, 0xc2224d36e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 841640 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2174da480)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 734809 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc211fbcb80, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc211fbcb80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 720768 [IO wait]:
net.(*pollDesc).Wait(0xc22be51e90, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22be51e90, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22be51e30, 0xc225b6d460, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2326823e0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc222174540, 0xc225b6d460, 0x20, 0x20, 0xc220a50b40, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc222174548, 0xc225b6d460, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc222174548, 0xc225b6d460, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc222174548, 0xc225b6d460, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc226a35e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21b41ce40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2294b9240, 0xc20c659e60)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 870483 [IO wait]:
net.(*pollDesc).Wait(0xc230d3fb10, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc230d3fb10, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc230d3fab0, 0xc22e3aca20, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc229fb6860)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22bf9b0c0, 0xc22e3aca20, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22bf9b0d0, 0xc22e3aca20, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22bf9b0d0, 0xc22e3aca20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22bf9b0d0, 0xc22e3aca20, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2174bad80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22d9abdd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22cc9fb40, 0xc2174bb2c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 875915 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21542d540, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21542d540)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 806388 [IO wait]:
net.(*pollDesc).Wait(0xc20800e4c0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20800e4c0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20800e460, 0xc2227ff09c, 0x2204, 0x2204, 0x0, 0x7f325fc918d0, 0xc220b98560)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20802c090, 0xc2227ff09c, 0x2204, 0x2204, 0x56c, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc20802c098, 0xc2227ff09c, 0x2204, 0x2204, 0x56c, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc20802c098, 0xc2227fe000, 0x32a0, 0x32a0, 0x32a0, 0x109c, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc20802c098, 0xc2227fe000, 0x32a0, 0x32a0, 0x32a0, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21b2e0780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:579 +0x580
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20d2a8090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2220cfec0, 0xc226cb6d80)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 806390 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc226cb69c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc224ce59e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc224ce59e0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2220cfec0, 0x7f324d7a58f8, 0xc226cb69c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 864967 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc229716a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc223a154d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc223a154d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc22b9ee2c0, 0x7f324d7a58f8, 0xc229716a80, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 891858 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc211f254d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc211f254d0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 843845 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208422360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc21e24cf30, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc21e24cf30, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc20d58e980, 0x7f324d7a58f8, 0xc208422360, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 877086 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc235de92c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20b0a60c0, 0xc208f935f0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20b0a60c0, 0xc208f935f0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x88e
github.com/ethereum/go-ethereum/eth.func·003(0xc2254ccc40, 0x7f324d7a58f8, 0xc235de92c0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 854664 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22cd04e00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 889298 [IO wait]:
net.(*pollDesc).Wait(0xc22a724370, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22a724370, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22a724310, 0xc213c93420, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc2275be298)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc21e396b78, 0xc213c93420, 0x20, 0x20, 0xc20d182120, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc21e396b80, 0xc213c93420, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc21e396b80, 0xc213c93420, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc21e396b80, 0xc213c93420, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b901e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc223fb28d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2234698c0, 0xc225472420)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 689427 [IO wait]:
net.(*pollDesc).Wait(0xc2265bbe20, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2265bbe20, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2265bbdc0, 0xc214df0340, 0x20, 0x20, 0x0, 0x7f325fc918d0, 0xc227c380a8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22013b9c0, 0xc214df0340, 0x20, 0x20, 0x7f325c042e20, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0xc22013b9c8, 0xc214df0340, 0x20, 0x20, 0x43b891, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x62
io.ReadAtLeast(0x7f324dfe2588, 0xc22013b9c8, 0xc214df0340, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7f324dfe2588, 0xc22013b9c8, 0xc214df0340, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20fef8900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc215ba09c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21c577480, 0xc2084235c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xe2
goroutine 891863 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc211500990)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc211500990, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 891872 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20b0f2000, 0xc18560, 0xc212ce8900)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:194 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20be586c0, 0xc18560, 0xc212ce8900, 0x0, 0x0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/event.go:94 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).addTx
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:267 +0x165
goroutine 836033 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20ac5eb00)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
goroutine 880218 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21799a0c0, 0x7f324d7a58d0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xb60
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20b11a000, 0xc21799a0c0)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 888908 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc220b62180)
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xff
desktop@steamos:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment