Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGBUS panic while the full DAG generation #21928

Closed
AlexSSD7 opened this issue Nov 30, 2020 · 5 comments
Closed

SIGBUS panic while the full DAG generation #21928

AlexSSD7 opened this issue Nov 30, 2020 · 5 comments
Assignees
Labels

Comments

@AlexSSD7
Copy link
Contributor

System information

Geth version: 1.9.23-stable (via docker image ethereum/client-go)
OS & Version: Linux x86_64
Commit hash: 8c2f271

Info

The node was used as a mining node on the mining pool.

Backtrace

INFO [11-29|18:22:29.010] Commit new mining work                   number=11355197 sealhash="9f4655…55827c" uncles=0 txs=133   gas=12481892 fees=0.221391571  elapsed=121.471ms
INFO [11-29|18:22:29.878] Generating DAG in progress               epoch=379 percentage=46 elapsed=1m4.840s
INFO [11-29|18:22:31.172] Generating DAG in progress               epoch=379 percentage=47 elapsed=1m6.134s
INFO [11-29|18:22:32.066] Commit new mining work                   number=11355197 sealhash="c53e28…4803c4" uncles=0 txs=141   gas=12468449 fees=0.256929659  elapsed=155.828ms
INFO [11-29|18:22:32.525] Generating DAG in progress               epoch=379 percentage=48 elapsed=1m7.486s
unexpected fault address 0x7f25af1d9000
fatal error: fault
[signal SIGBUS: bus error code=0x2 addr=0x7f25af1d9000 pc=0x48d8a0]
goroutine 636896467 [running]:
runtime.throw(0x131ceb6, 0x5)
	runtime/panic.go:1116 +0x72 fp=0xc0141b3e78 sp=0xc0141b3e48 pc=0x453cb2
runtime.sigpanic()
	runtime/signal_unix.go:717 +0x485 fp=0xc0141b3ea8 sp=0xc0141b3e78 pc=0x46a605
runtime.memmove(0x7f25af1d8fc8, 0xc049f10a00, 0x40)
	runtime/memmove_amd64.s:194 +0x180 fp=0xc0141b3eb0 sp=0xc0141b3ea8 pc=0x48d8a0
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:320 +0x40e fp=0xc0141b3f58 sp=0xc0141b3eb0 pc=0xca3ace
runtime.goexit()
	runtime/asm_amd64.s:1374 +0x1 fp=0xc0141b3f60 sp=0xc0141b3f58 pc=0x48c921
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 1 [chan receive, 25051 minutes]:
github.com/ethereum/go-ethereum/node.(*Node).Wait(...)
	github.com/ethereum/go-ethereum/node/node.go:407
main.geth(0xc0000da580, 0x0, 0x0)
	github.com/ethereum/go-ethereum/cmd/geth/main.go:358 +0x157
gopkg.in/urfave/cli%2ev1.HandleAction(0x11497c0, 0x13f94d8, 0xc0000da580, 0xc00010f020, 0x0)
	gopkg.in/urfave/cli.v1@v1.20.0/app.go:490 +0x82
gopkg.in/urfave/cli%2ev1.(*App).Run(0xc0000ae9c0, 0xc000032100, 0x10, 0x10, 0x0, 0x0)
	gopkg.in/urfave/cli.v1@v1.20.0/app.go:264 +0x5f5
main.main()
	github.com/ethereum/go-ethereum/cmd/geth/main.go:273 +0x55
goroutine 6 [chan receive, 25051 minutes]:
github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc000096300, 0xc000096240)
	github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:36 +0xb6
created by github.com/rjeczalik/notify.newNonrecursiveTree
	github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:29 +0xe5
goroutine 7 [chan receive, 25051 minutes]:
github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc000096300, 0xc0000962a0)
	github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:81 +0x58
created by github.com/rjeczalik/notify.newNonrecursiveTree
	github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:30 +0x111
goroutine 18 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 19 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 20 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 21 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 22 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 23 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 24 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 25 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 26 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 27 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 28 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 29 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 30 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 31 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 32 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 33 [chan receive]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0001cbdb0)
	github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
	github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 37 [chan receive]:
github.com/ethereum/go-ethereum/metrics.(*meterArbiter).tick(0x1e5b140)
	github.com/ethereum/go-ethereum/metrics/meter.go:290 +0x7d
created by github.com/ethereum/go-ethereum/metrics.NewMeterForced
	github.com/ethereum/go-ethereum/metrics/meter.go:71 +0x105
goroutine 38 [select]:
github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc0004241e0)
	github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:278 +0x25c
created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
	github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:262 +0x2b2
goroutine 87 [syscall, 25051 minutes]:
os/signal.signal_recv(0x0)
	runtime/sigqueue.go:147 +0x9d
os/signal.loop()
	os/signal/signal_unix.go:23 +0x25
created by os/signal.Notify.func1.1
	os/signal/signal.go:150 +0x45
goroutine 10 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc000601ee0)
	github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x4c5
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
	github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x59
goroutine 11 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc000424870)
	github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:209 +0xda
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
	github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:196 +0x12f
goroutine 12 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc0000ad6c0)
	github.com/ethereum/go-ethereum/accounts/manager.go:111 +0x1a6
created by github.com/ethereum/go-ethereum/accounts.NewManager
	github.com/ethereum/go-ethereum/accounts/manager.go:79 +0x4e5
goroutine 98 [syscall, 25051 minutes]:
syscall.Syscall6(0xe8, 0x8, 0xc0003aef9c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
	syscall/asm_linux_amd64.s:41 +0x5
golang.org/x/sys/unix.EpollWait(0x8, 0xc0003aef9c, 0x1, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0xc000601ee0)
	golang.org/x/sys@v0.0.0-20200824131525-c12d262b63d8/unix/zsyscall_linux_amd64.go:76 +0x72
github.com/rjeczalik/notify.(*inotify).loop(0xc000180000, 0xc0001d6060)
	github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:194 +0x79
created by github.com/rjeczalik/notify.(*inotify).lazyinit
	github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:134 +0x145
goroutine 99 [chan receive, 25051 minutes]:
github.com/rjeczalik/notify.(*inotify).send(0xc000180000, 0xc0001d6060)
	github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:254 +0xab
created by github.com/rjeczalik/notify.(*inotify).lazyinit
	github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:137 +0x19a
goroutine 100 [chan receive, 25051 minutes]:
github.com/rjeczalik/notify.(*inotify).send(0xc000180000, 0xc0001d6060)
	github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:254 +0xab
created by github.com/rjeczalik/notify.(*inotify).lazyinit
	github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:137 +0x19a
goroutine 13 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc00032b340)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:209 +0x128
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:240 +0x18c
goroutine 14 [select]:
github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc000424960)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session_util.go:189 +0x60f
created by github.com/syndtr/goleveldb/leveldb.newSession
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session.go:93 +0x2bd
goroutine 75 [select, 60 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc0000de1c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:91 +0xd1
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:148 +0x42b
goroutine 76 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc0000de1c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_state.go:101 +0x105
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:149 +0x44d
goroutine 77 [select, 60 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc0000de1c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:836 +0x265
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:155 +0x5a5
goroutine 78 [select, 60 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc0000de1c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:773 +0x145
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:156 +0x5c7
goroutine 79 [select]:
github.com/ethereum/go-ethereum/ethdb/leveldb.(*Database).meter(0xc000132300, 0xb2d05e00)
	github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:402 +0x195a
created by github.com/ethereum/go-ethereum/ethdb/leveldb.New
	github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:132 +0xa08
goroutine 80 [select]:
github.com/ethereum/go-ethereum/core/rawdb.(*freezer).freeze(0xc001619d10, 0x154f800, 0xc000132300)
	github.com/ethereum/go-ethereum/core/rawdb/freezer.go:287 +0x1f8
created by github.com/ethereum/go-ethereum/core/rawdb.NewDatabaseWithFreezer
	github.com/ethereum/go-ethereum/core/rawdb/database.go:195 +0x27c
goroutine 81 [select]:
github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc005156b40)
	github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:278 +0x25c
created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
	github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:262 +0x2b2
goroutine 114 [select, 190 minutes]:
github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc005156c30)
	github.com/ethereum/go-ethereum/core/chain_indexer.go:311 +0x105
created by github.com/ethereum/go-ethereum/core.NewChainIndexer
	github.com/ethereum/go-ethereum/core/chain_indexer.go:119 +0x24d
goroutine 258 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc0055fa000, 0x1546760, 0xc0195639a0)
	github.com/ethereum/go-ethereum/rpc/client.go:561 +0x2df
created by github.com/ethereum/go-ethereum/rpc.initClient
	github.com/ethereum/go-ethereum/rpc/client.go:223 +0x2b1
goroutine 53 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*BlockFetcher).loop(0xc054774c40)
	github.com/ethereum/go-ethereum/eth/fetcher/block_fetcher.go:375 +0x78a
created by github.com/ethereum/go-ethereum/eth/fetcher.(*BlockFetcher).Start
	github.com/ethereum/go-ethereum/eth/fetcher/block_fetcher.go:231 +0x3f
goroutine 54 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*TxFetcher).loop(0xc05483cf20)
	github.com/ethereum/go-ethereum/eth/fetcher/tx_fetcher.go:355 +0x612
created by github.com/ethereum/go-ethereum/eth/fetcher.(*TxFetcher).Start
	github.com/ethereum/go-ethereum/eth/fetcher/tx_fetcher.go:337 +0x3f
goroutine 25315625 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc04b50de10, 0xc08e411530)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 259 [select, 25051 minutes]:
net.(*pipe).read(0xc0057e4700, 0xc04a676000, 0x200, 0x200, 0xc003f80d40, 0x46b6cc, 0x200)
	net/pipe.go:159 +0x1a5
net.(*pipe).Read(0xc0057e4700, 0xc04a676000, 0x200, 0x200, 0x203003, 0x203003, 0x1da7e58d4e47e86b)
	net/pipe.go:142 +0x4d
encoding/json.(*Decoder).refill(0xc04cd2c2c0, 0x20, 0x18)
	encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc04cd2c2c0, 0x0, 0x0, 0x0)
	encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc04cd2c2c0, 0x11a0060, 0xc00ceb6040, 0x1, 0xc00ceb6040)
	encoding/json/stream.go:63 +0x79
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).readBatch(0xc0195639a0, 0x954915082a9ba164, 0x3c76a5aab6a6d9c0, 0x0, 0x0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/rpc/json.go:209 +0x57
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc0055fa000, 0x1546760, 0xc0195639a0)
	github.com/ethereum/go-ethereum/rpc/client.go:634 +0xca
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
	github.com/ethereum/go-ethereum/rpc/client.go:558 +0x10f
goroutine 238658572 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a074d8, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0745d5618, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0745d5600, 0xc13fcce200, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0745d5600, 0xc13fcce200, 0x20, 0x20, 0x7f289853e1a8, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc101f85f08, 0xc13fcce200, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc101f85f08, 0xc13fcce200, 0x20, 0x20, 0x20, 0x1527280, 0x27b3103b47acfb, 0xc0ab658c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc07d0b8fa0, 0x1527280, 0xc101f85f08, 0x1527280, 0xc101f85f08, 0xc0745d5600, 0x13f9250, 0xc0ab658d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc1431f79e0, 0xbfe917a1a95c899b, 0x5570fa98f5572, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0ae7c4f40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc063763e60, 0xc0a2542de0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 153 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc0000c1900)
	github.com/ethereum/go-ethereum/core/blockchain.go:2213 +0x115
created by github.com/ethereum/go-ethereum/core.NewBlockChain
	github.com/ethereum/go-ethereum/core/blockchain.go:345 +0xdab
goroutine 154 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).maintainTxIndex(0xc0000c1900, 0x0)
	github.com/ethereum/go-ethereum/core/blockchain.go:2288 +0x205
created by github.com/ethereum/go-ethereum/core.NewBlockChain
	github.com/ethereum/go-ethereum/core/blockchain.go:348 +0xfcf
goroutine 155 [select, 31 minutes]:
github.com/ethereum/go-ethereum/trie.(*Database).SaveCachePeriodically(0xc000314680, 0xc00038e9c0, 0x19, 0x34630b8a000, 0xc00477a120)
	github.com/ethereum/go-ethereum/trie/database.go:859 +0x125
github.com/ethereum/go-ethereum/core.NewBlockChain.func1(0xc0000c1900, 0xc000314680)
	github.com/ethereum/go-ethereum/core/blockchain.go:360 +0x8b
created by github.com/ethereum/go-ethereum/core.NewBlockChain
	github.com/ethereum/go-ethereum/core/blockchain.go:358 +0xe65
goroutine 156 [select]:
github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc005156c30, 0xc0001e8d80, 0xc053c152c0, 0x1534320, 0xc054839a00)
	github.com/ethereum/go-ethereum/core/chain_indexer.go:211 +0x294
created by github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
	github.com/ethereum/go-ethereum/core/chain_indexer.go:152 +0xcf
goroutine 157 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).scheduleReorgLoop(0xc00000cb40)
	github.com/ethereum/go-ethereum/core/tx_pool.go:987 +0x22f
created by github.com/ethereum/go-ethereum/core.NewTxPool
	github.com/ethereum/go-ethereum/core/tx_pool.go:289 +0x765
goroutine 158 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).loop(0xc00000cb40)
	github.com/ethereum/go-ethereum/core/tx_pool.go:331 +0x2c6
created by github.com/ethereum/go-ethereum/core.NewTxPool
	github.com/ethereum/go-ethereum/core/tx_pool.go:306 +0x805
goroutine 159 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc019372540)
	github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1971 +0x36d
created by github.com/ethereum/go-ethereum/eth/downloader.New
	github.com/ethereum/go-ethereum/eth/downloader/downloader.go:246 +0x42d
goroutine 160 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc019372540)
	github.com/ethereum/go-ethereum/eth/downloader/statesync.go:83 +0x106
created by github.com/ethereum/go-ethereum/eth/downloader.New
	github.com/ethereum/go-ethereum/eth/downloader/downloader.go:247 +0x44f
goroutine 161 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).mainLoop(0xc054769b00)
	github.com/ethereum/go-ethereum/miner/worker.go:432 +0x308
created by github.com/ethereum/go-ethereum/miner.newWorker
	github.com/ethereum/go-ethereum/miner/worker.go:227 +0x52e
goroutine 178 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).newWorkLoop(0xc054769b00, 0xb2d05e00)
	github.com/ethereum/go-ethereum/miner/worker.go:366 +0x287
created by github.com/ethereum/go-ethereum/miner.newWorker
	github.com/ethereum/go-ethereum/miner/worker.go:228 +0x55a
goroutine 179 [select, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).resultLoop(0xc054769b00)
	github.com/ethereum/go-ethereum/miner/worker.go:577 +0xdd
created by github.com/ethereum/go-ethereum/miner.newWorker
	github.com/ethereum/go-ethereum/miner/worker.go:229 +0x57c
goroutine 180 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).taskLoop(0xc054769b00)
	github.com/ethereum/go-ethereum/miner/worker.go:542 +0xf4
created by github.com/ethereum/go-ethereum/miner.newWorker
	github.com/ethereum/go-ethereum/miner/worker.go:230 +0x59e
goroutine 181 [select, 25041 minutes]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc053c15a40)
	github.com/ethereum/go-ethereum/miner/miner.go:98 +0x225
created by github.com/ethereum/go-ethereum/miner.New
	github.com/ethereum/go-ethereum/miner/miner.go:77 +0x1bb
goroutine 182 [select, 29 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc054920100)
	github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x2af
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
	github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xca
goroutine 183 [select]:
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc05483cfd0)
	github.com/ethereum/go-ethereum/eth/filters/filter_system.go:459 +0x4cc
created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
	github.com/ethereum/go-ethereum/eth/filters/filter_system.go:138 +0x345
goroutine 184 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc0541f2c80)
	github.com/ethereum/go-ethereum/eth/filters/api.go:83 +0x165
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
	github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x105
goroutine 185 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc054774e00)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:209 +0x128
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:240 +0x18c
goroutine 186 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc054843860)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session_util.go:189 +0x60f
created by github.com/syndtr/goleveldb/leveldb.newSession
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session.go:93 +0x2bd
goroutine 187 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc0193728c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:91 +0xd1
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:148 +0x42b
goroutine 188 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc0193728c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_state.go:101 +0x105
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:149 +0x44d
goroutine 189 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc0193728c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:836 +0x265
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:155 +0x5a5
goroutine 190 [select, 27 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc0193728c0)
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:773 +0x145
created by github.com/syndtr/goleveldb/leveldb.openDB
	github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:156 +0x5c7
goroutine 191 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1544860, 0xc0001cfba0, 0xc00477ba40, 0x131b935, 0x3, 0x7660, 0x7660, 0x1325b04, 0xc)
	github.com/ethereum/go-ethereum/p2p/nat/nat.go:113 +0x452
github.com/ethereum/go-ethereum/p2p.(*Server).setupListening.func1(0xc0001e0280, 0xc04cd2e870)
	github.com/ethereum/go-ethereum/p2p/server.go:673 +0x8b
created by github.com/ethereum/go-ethereum/p2p.(*Server).setupListening
	github.com/ethereum/go-ethereum/p2p/server.go:672 +0x231
goroutine 192 [IO wait, 25051 minutes]:
internal/poll.runtime_pollWait(0x7f28d4a08038, 0x72, 0x0)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc025a5e398, 0x72, 0x0, 0x0, 0x131f666)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc025a5e380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:394 +0x1fc
net.(*netFD).accept(0xc025a5e380, 0xc0548c8118, 0x195ff48, 0x1c34a60)
	net/fd_unix.go:172 +0x45
net.(*TCPListener).accept(0xc0549b3320, 0x4225ab, 0xc0548c80c0, 0x0)
	net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc0549b3320, 0x0, 0xc0548c80c0, 0xc01f88e020, 0x2)
	net/tcpsock.go:261 +0x65
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc0001e0280)
	github.com/ethereum/go-ethereum/p2p/server.go:861 +0x242
created by github.com/ethereum/go-ethereum/p2p.(*Server).setupListening
	github.com/ethereum/go-ethereum/p2p/server.go:680 +0x15b
goroutine 193 [select, 107 minutes]:
github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).runSource(0xc04cd1d2c0, 0xc04cd2a240, 0xc0549b3340)
	github.com/ethereum/go-ethereum/p2p/enode/iter.go:281 +0x1af
created by github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).AddSource
	github.com/ethereum/go-ethereum/p2p/enode/iter.go:180 +0x153
goroutine 194 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1544860, 0xc0001cfba0, 0xc00477ba40, 0x131b944, 0x3, 0x7660, 0x7660, 0x132c58b, 0x12)
	github.com/ethereum/go-ethereum/p2p/nat/nat.go:113 +0x452
github.com/ethereum/go-ethereum/p2p.(*Server).setupDiscovery.func1(0xc0001e0280, 0xc04cd2e930)
	github.com/ethereum/go-ethereum/p2p/server.go:567 +0x8b
created by github.com/ethereum/go-ethereum/p2p.(*Server).setupDiscovery
	github.com/ethereum/go-ethereum/p2p/server.go:566 +0x7ff
goroutine 195 [select, 31 minutes]:
github.com/ethereum/go-ethereum/p2p/enode.(*DB).expirer(0xc0549b2700)
	github.com/ethereum/go-ethereum/p2p/enode/nodedb.go:311 +0x105
created by github.com/ethereum/go-ethereum/p2p/enode.(*DB).ensureExpirer.func1
	github.com/ethereum/go-ethereum/p2p/enode/nodedb.go:302 +0x3e
goroutine 196 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).loop(0xc0001de000)
	github.com/ethereum/go-ethereum/p2p/discover/table.go:236 +0x312
created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
	github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:151 +0x2d1
goroutine 197 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).loop(0xc054e28240)
	github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:447 +0x519
created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
	github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:154 +0x30e
goroutine 198 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07f58, 0x72, 0x0)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc025a5f018, 0x72, 0x500, 0x500, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).ReadFrom(0xc025a5f000, 0xc002ee0500, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:215 +0x1c5
net.(*netFD).readFrom(0xc025a5f000, 0xc002ee0500, 0x500, 0x500, 0xa601de461de2b386, 0x26628af191f82b8a, 0xd40fe0c10fa106cb, 0xc813c11d8751a58b, 0xa601de461de2b386)
	net/fd_posix.go:61 +0x5b
net.(*UDPConn).readFrom(0xc04cd080e8, 0xc002ee0500, 0x500, 0x500, 0xc002ee0500, 0x0, 0xc000601e40, 0xc0e1920d20)
	net/udpsock_posix.go:47 +0x5c
net.(*UDPConn).ReadFromUDP(0xc04cd080e8, 0xc002ee0500, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
	net/udpsock.go:106 +0x5d
github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).readLoop(0xc054e28240, 0x0)
	github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:524 +0x111
created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
	github.com/ethereum/go-ethereum/p2p/discover/v4_udp.go:155 +0x33d
goroutine 199 [select, 107 minutes]:
github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).runSource(0xc04cd1d2c0, 0xc04cd2a240, 0xc00cf8fe40)
	github.com/ethereum/go-ethereum/p2p/enode/iter.go:281 +0x1af
created by github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).AddSource
	github.com/ethereum/go-ethereum/p2p/enode/iter.go:180 +0x153
goroutine 200 [select, 107 minutes]:
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).readNodes(0xc04cd2c160, 0x153d920, 0xc04cd1d2c0)
	github.com/ethereum/go-ethereum/p2p/dial.go:323 +0x167
created by github.com/ethereum/go-ethereum/p2p.newDialScheduler
	github.com/ethereum/go-ethereum/p2p/dial.go:180 +0x365
goroutine 201 [select, 107 minutes]:
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).loop(0xc04cd2c160, 0x153d920, 0xc04cd1d2c0)
	github.com/ethereum/go-ethereum/p2p/dial.go:243 +0x33d
created by github.com/ethereum/go-ethereum/p2p.newDialScheduler
	github.com/ethereum/go-ethereum/p2p/dial.go:181 +0x3a5
goroutine 202 [select, 107 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc0001e0280)
	github.com/ethereum/go-ethereum/p2p/server.go:714 +0x569
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
	github.com/ethereum/go-ethereum/p2p/server.go:488 +0x389
goroutine 203 [IO wait, 25051 minutes]:
internal/poll.runtime_pollWait(0x7f28d4a07cb8, 0x72, 0x0)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc001342118, 0x72, 0x0, 0x0, 0x131f666)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc001342100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:394 +0x1fc
net.(*netFD).accept(0xc001342100, 0x0, 0x0, 0x0)
	net/fd_unix.go:172 +0x45
net.(*UnixListener).accept(0xc00e0a4360, 0x0, 0x0, 0x0)
	net/unixsock_posix.go:162 +0x32
net.(*UnixListener).Accept(0xc00e0a4360, 0x0, 0x0, 0x0, 0x0)
	net/unixsock.go:260 +0x65
github.com/ethereum/go-ethereum/rpc.(*Server).ServeListener(0xc00fde4b10, 0x153e4a0, 0xc00e0a4360, 0x0, 0x2)
	github.com/ethereum/go-ethereum/rpc/ipc.go:30 +0x49
created by github.com/ethereum/go-ethereum/rpc.StartIPCEndpoint
	github.com/ethereum/go-ethereum/rpc/endpoints.go:40 +0x2a5
goroutine 204 [IO wait, 1 minutes]:
internal/poll.runtime_pollWait(0x7f28d4a07bd8, 0x72, 0x0)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0057e4618, 0x72, 0x0, 0x0, 0x131f666)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0057e4600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:394 +0x1fc
net.(*netFD).accept(0xc0057e4600, 0x48770f87394a2057, 0x0, 0x0)
	net/fd_unix.go:172 +0x45
net.(*TCPListener).accept(0xc019298b20, 0x5fc3e6a3, 0xc0548bfe68, 0x4f3ac6)
	net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc019298b20, 0xc0548bfeb8, 0x18, 0xc05497e480, 0x91518c)
	net/tcpsock.go:261 +0x65
net/http.(*Server).Serve(0xc04a544b60, 0x153e460, 0xc019298b20, 0x0, 0x0)
	net/http/server.go:2937 +0x266
created by github.com/ethereum/go-ethereum/node.(*httpServer).start
	github.com/ethereum/go-ethereum/node/rpcstack.go:141 +0x208
goroutine 205 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startEthEntryUpdate.func1(0x1534320, 0xc019298b40, 0xc000de36e0, 0xc04cd281c0, 0xc00032b960)
	github.com/ethereum/go-ethereum/eth/discovery.go:50 +0x13d
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startEthEntryUpdate
	github.com/ethereum/go-ethereum/eth/discovery.go:47 +0x91
goroutine 206 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 207 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 208 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 209 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 226 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 227 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 228 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 229 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 230 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 231 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 232 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 233 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 234 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 235 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 236 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 237 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc00032b960, 0x1000)
	github.com/ethereum/go-ethereum/eth/bloombits.go:56 +0x33a
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	github.com/ethereum/go-ethereum/eth/bloombits.go:54 +0x53
goroutine 238 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc01b923100)
	github.com/ethereum/go-ethereum/eth/handler.go:911 +0x12d
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	github.com/ethereum/go-ethereum/eth/handler.go:260 +0xe5
goroutine 239 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc01b923100)
	github.com/ethereum/go-ethereum/eth/handler.go:898 +0x85
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	github.com/ethereum/go-ethereum/eth/handler.go:265 +0x185
goroutine 240 [select]:
github.com/ethereum/go-ethereum/eth.(*chainSyncer).loop(0xc0547e3170)
	github.com/ethereum/go-ethereum/eth/sync.go:213 +0x215
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	github.com/ethereum/go-ethereum/eth/handler.go:269 +0x1c5
goroutine 241 [select, 116 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop64(0xc01b923100)
	github.com/ethereum/go-ethereum/eth/sync.go:134 +0x28a
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	github.com/ethereum/go-ethereum/eth/handler.go:270 +0x1e7
goroutine 242 [chan receive, 25051 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc0000acea0)
	github.com/ethereum/go-ethereum/cmd/utils/cmd.go:74 +0xfc
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
	github.com/ethereum/go-ethereum/cmd/utils/cmd.go:70 +0xad
goroutine 243 [chan receive, 25051 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc00011b140, 0x1546760, 0xc0195639a0, 0x0)
	github.com/ethereum/go-ethereum/rpc/server.go:87 +0x145
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
	github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0xbd
goroutine 244 [select, 25051 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc0057e4800, 0x1546760, 0xc019563a40)
	github.com/ethereum/go-ethereum/rpc/client.go:561 +0x2df
created by github.com/ethereum/go-ethereum/rpc.initClient
	github.com/ethereum/go-ethereum/rpc/client.go:223 +0x2b1
goroutine 245 [chan receive, 25051 minutes]:
main.startNode.func1(0xc0000acea0, 0xc000de38c0, 0xc01f8b4f40)
	github.com/ethereum/go-ethereum/cmd/geth/main.go:393 +0x105
created by main.startNode
	github.com/ethereum/go-ethereum/cmd/geth/main.go:385 +0x165
goroutine 88 [select, 25051 minutes]:
net.(*pipe).read(0xc0057e4780, 0xc049896200, 0x200, 0x200, 0xc002e9ad40, 0x46b6cc, 0x200)
	net/pipe.go:159 +0x1a5
net.(*pipe).Read(0xc0057e4780, 0xc049896200, 0x200, 0x200, 0x203013, 0x203013, 0xe6e2e40000000000)
	net/pipe.go:142 +0x4d
encoding/json.(*Decoder).refill(0xc04cd2c420, 0x20, 0x18)
	encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc04cd2c420, 0x0, 0x0, 0xdd13b637cd658152)
	encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc04cd2c420, 0x11a0060, 0xc04cc942c0, 0xc6007f3e9a0a3201, 0xc04cc942c0)
	encoding/json/stream.go:63 +0x79
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).readBatch(0xc019563a40, 0x487368d2ae50caab, 0x4ad9c206cc42cdc1, 0x854ea0c7b7a2948f, 0xa7a309d5e6b44136, 0xd92b0e7e5fa7ad4b, 0x235158201847912)
	github.com/ethereum/go-ethereum/rpc/json.go:209 +0x57
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc0057e4800, 0x1546760, 0xc019563a40)
	github.com/ethereum/go-ethereum/rpc/client.go:634 +0xca
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
	github.com/ethereum/go-ethereum/rpc/client.go:558 +0x10f
goroutine 320394052 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc03fd62340, 0xc09a288700)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 636896476 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc0141b7e58, 0x10, 0x10, 0xc19071f780, 0x96f1b0, 0x96f1b0)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc00356ddfe, 0xc109311340, 0xc04a1855c0, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 373764248 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc04cdb4280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc0791840d0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc0791840d0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc0791840d0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc1420d0180, 0x1534960, 0xc04cdb4280, 0x2154c4dc1542bac3, 0x9e6111364fc9639f)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc1420d0180, 0xc04cdb4280, 0x1534960, 0xc04cdb4280)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 320393983 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07d98, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc08f887b18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc08f887b00, 0xc157230120, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc08f887b00, 0xc157230120, 0x20, 0x20, 0x7f28764f66d0, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0413532a0, 0xc157230120, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0413532a0, 0xc157230120, 0x20, 0x20, 0x20, 0x1527280, 0x27b3100b4d6199, 0xc01c51dc70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0b238b810, 0x1527280, 0xc0413532a0, 0x1527280, 0xc0413532a0, 0xc08f887b00, 0x13f9250, 0xc01c51dd30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc1566f6ff0, 0xbfe917a1804b7360, 0x5570f807e3f30, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc045c6c380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc12d8f4900, 0xc12d8f5aa0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 485424468 [select]:
net/http.(*persistConn).writeLoop(0xc04dfa7320)
	net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
	net/http/transport.go:1709 +0xcdc
goroutine 636896474 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc14a22be58, 0x10, 0x10, 0xc1925dc540, 0x1bfe40, 0x1bfe40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc002d845bb, 0xc01aa38c00, 0xc04a6d12c0, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 25315597 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc07bf70640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc04b50de10, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc04b50de10, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc04b50de10, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0b7b22fc0, 0x1534960, 0xc07bf70640, 0xe4745c2fa99e8a65, 0xbe88bbe96b75277)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0b7b22fc0, 0xc07bf70640, 0x1534960, 0xc07bf70640)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 619200242 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc03ca7d5f0, 0xc0692fefb0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 628061056 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc09a3fd040, 0xc042cdf210)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 2213096 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc03aebfba0, 0xc0d7446cb0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 224275893 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0721d95f0, 0xc0a8c7c450)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 24146906 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0e9ccd6e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 2213095 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc03aebfba0, 0xc0d7446cb0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 628061166 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc112e944e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 199787929 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0c7063140)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 631827023 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0fcbf8c30, 0xc0c36675c0)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 320393984 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc12d8f4900)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 238658589 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0e305dba0, 0xc08b713cb0)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 205538439 [IO wait]:
internal/poll.runtime_pollWait(0x7f28b4242178, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc11401dc18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc11401dc00, 0xc0e31a8420, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc11401dc00, 0xc0e31a8420, 0x20, 0x20, 0x7f2876548740, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc059a26bd0, 0xc0e31a8420, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc059a26bd0, 0xc0e31a8420, 0x20, 0x20, 0x20, 0x1527280, 0x27b3103a9fa8ff, 0xc00fe3cc70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc067d47e50, 0x1527280, 0xc059a26bd0, 0x1527280, 0xc059a26bd0, 0xc11401dc00, 0x13f9250, 0xc00fe3cd30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0e6dce450, 0xbfe917a1a8b4a6f1, 0x5570fa8e772c1, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc00f1b2100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc103af6660, 0xc103af6fc0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 633565759 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc13ad98720, 0x10ff0e0, 0xc0690dde00, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc13ad98720)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 620133475 [IO wait]:
internal/poll.runtime_pollWait(0x7f28aea11650, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0e95d7f98, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0e95d7f80, 0xc1165c49c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0e95d7f80, 0xc1165c49c0, 0x20, 0x20, 0x7f28b312dba8, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc035e03818, 0xc1165c49c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc035e03818, 0xc1165c49c0, 0x20, 0x20, 0x20, 0x1527280, 0x27b310394ffa05, 0xc0548c5c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc000f3e870, 0x1527280, 0xc035e03818, 0x1527280, 0xc035e03818, 0xc0e95d7f80, 0x13f9250, 0xc0548c5d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0b7052000, 0xbfe917a1aa042072, 0x5570faa36ec44, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc08373b840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc133357860, 0xc0d906c4e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 619200226 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0c6145140, 0x10ff0e0, 0xc0c751f900, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0c6145140)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 633565760 [IO wait]:
internal/poll.runtime_pollWait(0x7f28b42418b8, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0690ddc18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0690ddc00, 0xc0d9ded860, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0690ddc00, 0xc0d9ded860, 0x20, 0x20, 0x7f289e5de460, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0e408f448, 0xc0d9ded860, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0e408f448, 0xc0d9ded860, 0x20, 0x20, 0x20, 0x1527280, 0x27b31020568cda, 0xc032dc5c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc1024624b0, 0x1527280, 0xc0e408f448, 0x1527280, 0xc0e408f448, 0xc0690ddc00, 0x13f9250, 0xc032dc5d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0c2826f60, 0xbfe917a18f433c99, 0x5570f8f76086d, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0410157c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc13ad98720, 0xc1127169c0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 224275808 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc05157aa00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc0721d95f0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc0721d95f0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc0721d95f0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc027cf6c60, 0x1534960, 0xc05157aa00, 0x44485f93f7dbecf8, 0x82309c6bcac4b831)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc027cf6c60, 0xc05157aa00, 0x1534960, 0xc05157aa00)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 224275806 [IO wait]:
internal/poll.runtime_pollWait(0x7f28b4241998, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc044b5b698, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc044b5b680, 0xc12d4d09c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc044b5b680, 0xc12d4d09c0, 0x20, 0x20, 0x7f2884bd5330, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc035c2e4d8, 0xc12d4d09c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc035c2e4d8, 0xc12d4d09c0, 0x20, 0x20, 0x20, 0x1527280, 0x27b310380027ed, 0xc0141b6c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc04067f090, 0x1527280, 0xc035c2e4d8, 0x1527280, 0xc035c2e4d8, 0xc044b5b680, 0x13f9250, 0xc0141b6d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc1267eb920, 0xbfe917a1a80c8c08, 0x5570fa83f57d9, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc045324240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc027cf6c60, 0xc027cf6f60)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 199787928 [IO wait]:
internal/poll.runtime_pollWait(0x7f286d80e800, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc06a293798, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc06a293780, 0xc0837ce080, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc06a293780, 0xc0837ce080, 0x20, 0x20, 0x7f28b9ac5c80, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc162237778, 0xc0837ce080, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc162237778, 0xc0837ce080, 0x20, 0x20, 0x20, 0x1527280, 0x27b310239e0c0c, 0xc0141b5c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc06e02c5f0, 0x1527280, 0xc162237778, 0x1527280, 0xc162237778, 0xc06a293780, 0x13f9250, 0xc0141b5d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc14b6418c0, 0xbfe917a19dfa52cf, 0x5570f9e2d1ea2, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc057018dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0c7063140, 0xc0c70639e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 636895343 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc00d191e58, 0x10, 0x10, 0xc191eec980, 0x37bd30, 0x37bd30)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc0001f5011, 0xc134463420, 0xc0488eb2c0, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 632330940 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc00d97c340, 0xc08ad49860)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 619200228 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0c6145140)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 210733749 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0927a2fc0, 0x10ff0e0, 0xc04b321700, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0927a2fc0)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 24146843 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc05d5ce0d0, 0xc0897f58e0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 24146905 [IO wait]:
internal/poll.runtime_pollWait(0x7f28b4241df8, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0218fe398, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0218fe380, 0xc12d4d1380, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0218fe380, 0xc12d4d1380, 0x20, 0x20, 0x7f2884bd5330, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0d6fa3730, 0xc12d4d1380, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0d6fa3730, 0xc12d4d1380, 0x20, 0x20, 0x20, 0x1527280, 0x27b3103b47b0e0, 0xc00fe3ac70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0daa7acd0, 0x1527280, 0xc0d6fa3730, 0x1527280, 0xc0d6fa3730, 0xc0218fe380, 0x13f9250, 0xc00fe3ad30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0e73fc900, 0xbfe917a1a95c892a, 0x5570fa98f54fd, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0c6a81800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0e9ccd6e0, 0xc10ddb36e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 238658588 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0e305dba0, 0xc08b713cb0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 24146842 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc05d5ce0d0, 0xc0897f58e0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 25315624 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc04b50de10, 0xc08e411530)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 210733750 [IO wait]:
internal/poll.runtime_pollWait(0x7f286d80e720, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0f74e8298, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0f74e8280, 0xc0837cf5e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0f74e8280, 0xc0837cf5e0, 0x20, 0x20, 0x7f28b9ac5c80, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0b59e34f0, 0xc0837cf5e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0b59e34f0, 0xc0837cf5e0, 0x20, 0x20, 0x20, 0x1527280, 0x27b3103b47adc3, 0xc0a63a2c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0f20ab1d0, 0x1527280, 0xc0b59e34f0, 0x1527280, 0xc0b59e34f0, 0xc0f74e8280, 0x13f9250, 0xc0a63a2d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc1295c4870, 0xbfe917a1aa0421e9, 0x5570faa36edc0, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc049972c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0927a2fc0, 0xc0927a3440)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 631827110 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc01d9ac120)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 205538438 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc103af6660, 0x10ff0e0, 0xc112503300, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc103af6660)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 631827109 [IO wait]:
internal/poll.runtime_pollWait(0x7f28aea13090, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0057e4518, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0057e4500, 0xc1572311e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0057e4500, 0xc1572311e0, 0x20, 0x20, 0x7f28764f66d0, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc09ec5f090, 0xc1572311e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc09ec5f090, 0xc1572311e0, 0x20, 0x20, 0x20, 0x1527280, 0x27b30f290b3f55, 0xc07b685c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0c5878d70, 0x1527280, 0xc09ec5f090, 0x1527280, 0xc09ec5f090, 0xc0057e4500, 0x13f9250, 0xc07b685d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0eb973a10, 0xbfe917a18373e906, 0x5570f83a6b4d7, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0310d9300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc01d9ac120, 0xc0c13ec840)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 199787865 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc06e07c820, 0xc0a1415760)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 205538441 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc026a00460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc0471d1a00, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc0471d1a00, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc0471d1a00, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc103af6660, 0x1534960, 0xc026a00460, 0x52d14378d46f58ca, 0xbf3e52472afcc7c1)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc103af6660, 0xc026a00460, 0x1534960, 0xc026a00460)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 199787930 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc015fa7e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc06e07c820, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc06e07c820, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc06e07c820, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0c7063140, 0x1534960, 0xc015fa7e00, 0x0, 0x124b101)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0c7063140, 0xc015fa7e00, 0x1534960, 0xc015fa7e00)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 628061055 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc09a3fd040, 0xc042cdf210)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 636896477 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc009a42e58, 0x10, 0x10, 0xc18fe4bb80, 0xba40b0, 0xba40b0)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc003966a5a, 0xc0ac5341e0, 0xc04a8288c0, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 199787927 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0c7063140, 0x10ff0e0, 0xc064186b00, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0c7063140)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 224275805 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc027cf6c60, 0x10ff0e0, 0xc04e53c600, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc027cf6c60)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 628061167 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0338fc780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc09a3fd040, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc09a3fd040, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc09a3fd040, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc112e944e0, 0x1534960, 0xc0338fc780, 0x4a615c, 0x1becbe0)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc112e944e0, 0xc0338fc780, 0x1534960, 0xc0338fc780)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 636896472 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc006037e58, 0x10, 0x10, 0xc191868800, 0x51cd90, 0x51cd90)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc002599bbb, 0xc0e4a4e5a0, 0xc049ecb340, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 631827108 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc01d9ac120, 0x10ff0e0, 0xc06287dc80, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc01d9ac120)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 373764325 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0791840d0, 0xc05d22d6b0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 210733794 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0cbb876c0, 0xc127f1c2a0)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 25315623 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc04b50de10, 0xc08e411530)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 632330941 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc00d97c340, 0xc08ad49860)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 210733751 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0927a2fc0)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 24146904 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0e9ccd6e0, 0x10ff0e0, 0xc0a1c5d680, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0e9ccd6e0)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 404033607 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07e78, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc055ace918, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc055ace900, 0xc06114b000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc055ace900, 0xc06114b000, 0x1000, 0x1000, 0xc0194c1b00, 0x4f35da, 0x27b30ebd651f18)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc041264be8, 0xc06114b000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*connReader).Read(0xc088c41fb0, 0xc06114b000, 0x1000, 0x1000, 0xbfe917b69077e3af, 0x557231f74f783, 0x1e624c0)
	net/http/server.go:798 +0x1ad
bufio.(*Reader).fill(0xc0b2148060)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc0b2148060, 0x4, 0x557231f74f783, 0x1e624c0, 0x0, 0x0, 0x1e624c0)
	bufio/bufio.go:139 +0x4f
net/http.(*conn).serve(0xc05157a0a0, 0x1543620, 0xc04d3da4c0)
	net/http/server.go:1950 +0xa14
created by net/http.(*Server).Serve
	net/http/server.go:2969 +0x36c
goroutine 628061165 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07238, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc066e48d98, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc066e48d80, 0xc1165c4ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc066e48d80, 0xc1165c4ba0, 0x20, 0x20, 0x7f28b312dba8, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc06a438e10, 0xc1165c4ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc06a438e10, 0xc1165c4ba0, 0x20, 0x20, 0x20, 0x1527280, 0x27b3103c971e80, 0xc0ab657c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc02e705ef0, 0x1527280, 0xc06a438e10, 0x1527280, 0xc06a438e10, 0xc066e48d80, 0x13f9250, 0xc0ab657d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc087574f90, 0xbfe917a1aa04d464, 0x5570faa37a038, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0d1ae3300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc112e944e0, 0xc112e94900)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 205538396 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0471d1a00, 0xc10d162340)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 238658571 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc063763e60, 0x10ff0e0, 0xc0805ac080, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc063763e60)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 631827021 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0fcbf8c30, 0xc0c36675c0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 205538395 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0471d1a00, 0xc10d162340)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 636894663 [IO wait]:
internal/poll.runtime_pollWait(0x7f28aeb65c70, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc102b96b18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc102b96b00, 0xc066b09000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc102b96b00, 0xc066b09000, 0x1000, 0x1000, 0xc00219bb00, 0x4f35da, 0x27b31017c17939)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc06878b270, 0xc066b09000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*connReader).Read(0xc0e5b18ae0, 0xc066b09000, 0x1000, 0x1000, 0xbfe917b805331fc1, 0x5572479d0ef97, 0x1e624c0)
	net/http/server.go:798 +0x1ad
bufio.(*Reader).fill(0xc087da2ba0)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc087da2ba0, 0x4, 0x5572479d0ef97, 0x1e624c0, 0x0, 0x0, 0x1e624c0)
	bufio/bufio.go:139 +0x4f
net/http.(*conn).serve(0xc026a00b40, 0x1543620, 0xc03eb2db80)
	net/http/server.go:1950 +0xa14
created by net/http.(*Server).Serve
	net/http/server.go:2969 +0x36c
goroutine 205538440 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc103af6660)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 620133476 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc133357860)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 619200229 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc054702be0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc03ca7d5f0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc03ca7d5f0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc03ca7d5f0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0c6145140, 0x1534960, 0xc054702be0, 0xc12bad7c60, 0xc071027ea0)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0c6145140, 0xc054702be0, 0x1534960, 0xc054702be0)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 633565739 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc091847ad0, 0xc025adc390)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 632330942 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc00d97c340, 0xc08ad49860)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 633565938 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0c88d6280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc091847ad0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc091847ad0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc091847ad0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc13ad98720, 0x1534960, 0xc0c88d6280, 0x0, 0x124b101)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc13ad98720, 0xc0c88d6280, 0x1534960, 0xc0c88d6280)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 224275891 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0721d95f0, 0xc0a8c7c450)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 636868717 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07858, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc09a72c698, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc09a72c680, 0xc0819a4000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc09a72c680, 0xc0819a4000, 0x1000, 0x1000, 0xc054f95b00, 0x4f35da, 0x27b31034a84ad3)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc098987e58, 0xc0819a4000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*connReader).Read(0xc0cf26b830, 0xc0819a4000, 0x1000, 0x1000, 0xbfe917b8221a0fe1, 0x5572496b7dfb7, 0x1e624c0)
	net/http/server.go:798 +0x1ad
bufio.(*Reader).fill(0xc02056f2c0)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc02056f2c0, 0x4, 0x5572496b7dfb7, 0x1e624c0, 0x0, 0x0, 0x1e624c0)
	bufio/bufio.go:139 +0x4f
net/http.(*conn).serve(0xc0737ae780, 0x1543620, 0xc07cf6f240)
	net/http/server.go:1950 +0xa14
created by net/http.(*Server).Serve
	net/http/server.go:2969 +0x36c
goroutine 2213144 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0d7fc4d80, 0x10ff0e0, 0xc072db6e80, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0d7fc4d80)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 632330958 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc07bf70b40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc00d97c340, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc00d97c340, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc00d97c340, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0e6e9aba0, 0x1534960, 0xc07bf70b40, 0xc04c665000, 0xc131a59440)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0e6e9aba0, 0xc07bf70b40, 0x1534960, 0xc07bf70b40)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 636896466 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc090e8be58, 0x10, 0x10, 0xc191989240, 0x4d4b00, 0x4d4b00)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc000dd2a3e, 0xc0d09b31a0, 0xc04a0cdf00, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 373764326 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0791840d0, 0xc05d22d6b0)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 620133474 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc133357860, 0x10ff0e0, 0xc08d9bcf00, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc133357860)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 631827111 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc015fa6320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc0fcbf8c30, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc0fcbf8c30, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc0fcbf8c30, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc01d9ac120, 0x1534960, 0xc015fa6320, 0x4a615c, 0x1becbe0)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc01d9ac120, 0xc015fa6320, 0x1534960, 0xc015fa6320)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 2213146 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0d7fc4d80)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 210733752 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc05157a000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc0cbb876c0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc0cbb876c0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc0cbb876c0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0927a2fc0, 0x1534960, 0xc05157a000, 0xda64bb041c8d8f32, 0x7d843172cdfeaf84)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0927a2fc0, 0xc05157a000, 0x1534960, 0xc05157a000)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 24146907 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc054702320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc05d5ce0d0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc05d5ce0d0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc05d5ce0d0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0e9ccd6e0, 0x1534960, 0xc054702320, 0x4a615c, 0x1becbe0)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0e9ccd6e0, 0xc054702320, 0x1534960, 0xc054702320)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 238658587 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0e305dba0, 0xc08b713cb0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 2213147 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0001dc3c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc03aebfba0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc03aebfba0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc03aebfba0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0d7fc4d80, 0x1534960, 0xc0001dc3c0, 0xd135bcef496b2b5, 0xc78f93ba136908fa)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0d7fc4d80, 0xc0001dc3c0, 0x1534960, 0xc0001dc3c0)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 373764245 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc1420d0180, 0x10ff0e0, 0xc0336d6280, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc1420d0180)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 636924605 [select]:
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func2(0xc0a22cea80, 0xc0a22ceae0, 0xc0a22ceb40, 0xc053c15860, 0xc00032b880, 0xc0e5772480, 0x1546160, 0xc0000c1900, 0xc084c14f30)
	github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:105 +0x107
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal
	github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:103 +0x2b6
goroutine 373764247 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc1420d0180)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 636896470 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc001dad8b6, 0xc0b0719400, 0xc04a97c840, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:254 +0x2a7
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 373764324 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0791840d0, 0xc05d22d6b0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 620133477 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc04cdb4a00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc052e81c70, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc052e81c70, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc052e81c70, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc133357860, 0x1534960, 0xc04cdb4a00, 0xc12b9d7ec0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc133357860, 0xc04cdb4a00, 0x1534960, 0xc04cdb4a00)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 628061057 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc09a3fd040, 0xc042cdf210)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 205538394 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0471d1a00, 0xc10d162340)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 570284559 [IO wait]:
internal/poll.runtime_pollWait(0x7f28aea12c30, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc02d13b618, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc02d13b600, 0xc0254c9000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc02d13b600, 0xc0254c9000, 0x1000, 0x1000, 0xc07347db00, 0x4f35da, 0x27b31004411e15)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc055eb2ea0, 0xc0254c9000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*connReader).Read(0xc10e035f50, 0xc0254c9000, 0x1000, 0x1000, 0xbfe917b7ed56d091, 0x557246659d665, 0x1e624c0)
	net/http/server.go:798 +0x1ad
bufio.(*Reader).fill(0xc07babc240)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc07babc240, 0x4, 0x557246659d665, 0x1e624c0, 0x0, 0x0, 0x1e624c0)
	bufio/bufio.go:139 +0x4f
net/http.(*conn).serve(0xc07adda1e0, 0x1543620, 0xc03f18d340)
	net/http/server.go:1950 +0xa14
created by net/http.(*Server).Serve
	net/http/server.go:2969 +0x36c
goroutine 636896473 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc14a229e58, 0x10, 0x10, 0xc192227080, 0x2ad370, 0x2ad370)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc00298cc2a, 0xc106475bc0, 0xc049bed180, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 24146844 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc05d5ce0d0, 0xc0897f58e0)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 199787867 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc06e07c820, 0xc0a1415760)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 25315595 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07778, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc053907098, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc053907080, 0xc126839bc0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc053907080, 0xc126839bc0, 0x20, 0x20, 0x7f28809e6f88, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc05976f5e8, 0xc126839bc0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc05976f5e8, 0xc126839bc0, 0x20, 0x20, 0x20, 0x1527280, 0x27b3103950d6bd, 0xc0094a2c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc057ad3090, 0x1527280, 0xc05976f5e8, 0x1527280, 0xc05976f5e8, 0xc053907080, 0x13f9250, 0xc0094a2d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0caab3ad0, 0xbfe917a1aa042251, 0x5570faa36ee2a, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc05d731a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0b7b22fc0, 0xc0b7b233e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 320393985 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0338fc960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc03fd62340, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc03fd62340, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc03fd62340, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc12d8f4900, 0x1534960, 0xc0338fc960, 0xc103f08de0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc12d8f4900, 0xc0338fc960, 0x1534960, 0xc0338fc960)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 238658574 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc07bf70aa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/peer.go:436 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc01b923100, 0xc0e305dba0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:383 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc01b923100, 0xc0e305dba0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:372 +0xa0d
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).runPeer(0xc01b923100, 0xc0e305dba0, 0x0, 0x0)
	github.com/ethereum/go-ethereum/eth/handler.go:302 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc063763e60, 0x1534960, 0xc07bf70aa0, 0xc0cbb876c0, 0xc07fde8000)
	github.com/ethereum/go-ethereum/eth/handler.go:218 +0xca
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc063763e60, 0xc07bf70aa0, 0x1534960, 0xc07bf70aa0)
	github.com/ethereum/go-ethereum/p2p/peer.go:379 +0x98
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:377 +0x205
goroutine 633565740 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc091847ad0, 0xc025adc390)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 632330956 [IO wait]:
internal/poll.runtime_pollWait(0x7f28aeb63c30, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc047fbb418, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc047fbb400, 0xc12e4f1960, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc047fbb400, 0xc12e4f1960, 0x20, 0x20, 0x7f28b4461778, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0e37f1bc0, 0xc12e4f1960, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0e37f1bc0, 0xc12e4f1960, 0x20, 0x20, 0x20, 0x1527280, 0x27b30eaa7f62a0, 0xc035547c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc047ca97c0, 0x1527280, 0xc0e37f1bc0, 0x1527280, 0xc0e37f1bc0, 0xc047fbb400, 0x13f9250, 0xc035547d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0f5dd4990, 0xbfe917a12031ee4e, 0x5570f292f2621, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0cde48200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0e6e9aba0, 0xc0e6e9ad20)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 636896471 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc00a700e58, 0x10, 0x10, 0xc18faeec00, 0xc7b490, 0xc7b490)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc0021a21d1, 0xc110e62080, 0xc04a739000, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 636896478 [runnable]:
golang.org/x/crypto/sha3.copyOutUnaligned(0xc00306ddc0, 0xc00306deb0, 0x48, 0xa8)
	golang.org/x/crypto@v0.0.0-20200622213623-75b288015ac9/sha3/xor_unaligned.go:66 +0x6c
golang.org/x/crypto/sha3.(*state).padAndPermute(0xc00306ddc0, 0x1)
	golang.org/x/crypto@v0.0.0-20200622213623-75b288015ac9/sha3/sha3.go:121 +0x1a2
golang.org/x/crypto/sha3.(*state).Read(0xc00306ddc0, 0xc04a53fec0, 0x40, 0x40, 0x40, 0x0, 0x0)
	golang.org/x/crypto@v0.0.0-20200622213623-75b288015ac9/sha3/sha3.go:164 +0x1b5
github.com/ethereum/go-ethereum/consensus/ethash.makeHasher.func1(0xc04a53fec0, 0x40, 0x40, 0xc04a53fec0, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:115 +0xb5
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc003d5e8a8, 0xc0f636c240, 0xc04a53fe80, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:261 +0x331
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 620133481 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc052e81c70, 0xc06a3b3a50)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 199787866 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc06e07c820, 0xc0a1415760)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 2213145 [IO wait]:
internal/poll.runtime_pollWait(0x7f28b4241fb8, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0304e7998, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0304e7980, 0xc0f0233d60, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0304e7980, 0xc0f0233d60, 0x20, 0x20, 0x7f28987569f0, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc15829c930, 0xc0f0233d60, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc15829c930, 0xc0f0233d60, 0x20, 0x20, 0x20, 0x1527280, 0x27b30fe2880a9c, 0xc0094a6c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc069902a00, 0x1527280, 0xc15829c930, 0x1527280, 0xc15829c930, 0xc0304e7980, 0x13f9250, 0xc0094a6d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc16020f290, 0xbfe917a151b431cc, 0x5570f564c33a4, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc0f9343d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0d7fc4d80, 0xc0d7fc5b60)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 238658573 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc063763e60)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 320394053 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc03fd62340, 0xc09a288700)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 636896475 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc05867be58, 0x10, 0x10, 0xc19144d840, 0x623980, 0x623980)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x35
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc00317ce0d, 0xc0ff714a80, 0xc04a251280, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 636896469 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc0019b32b1, 0xc0b0719480, 0xc049fcc500, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:253 +0x230
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 628061164 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc112e944e0, 0x10ff0e0, 0xc05d2e4d00, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc112e944e0)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 2213097 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc03aebfba0, 0xc0d7446cb0)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 636896468 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc035545e58, 0x10, 0x10, 0xc1921c8b80, 0x2c4cb0, 0x2c4cb0)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc0015bea8a, 0xc065aebb80, 0xc04a657a40, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 373764246 [IO wait]:
internal/poll.runtime_pollWait(0x7f286d80eaa0, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc021385b18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc021385b00, 0xc079589da0, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc021385b00, 0xc079589da0, 0x20, 0x20, 0x7f28c1b05d78, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0d5263ae0, 0xc079589da0, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0d5263ae0, 0xc079589da0, 0x20, 0x20, 0x20, 0x1527280, 0x27b31038a8688f, 0xc0844f6c70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0982ae0a0, 0x1527280, 0xc0d5263ae0, 0x1527280, 0xc0d5263ae0, 0xc021385b00, 0x13f9250, 0xc0844f6d30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc0767c4a80, 0xbfe917a1a764ca4d, 0x5570fa7979623, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc047d3b140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc1420d0180, 0xc1420d1ce0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 631827022 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0fcbf8c30, 0xc0c36675c0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 632330955 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0e6e9aba0, 0x10ff0e0, 0xc06d4d4d00, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0e6e9aba0)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 619200227 [IO wait]:
internal/poll.runtime_pollWait(0x7f286d80e480, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0c88f0a18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0c88f0a00, 0xc0b16f9a80, 0x20, 0x20, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0c88f0a00, 0xc0b16f9a80, 0x20, 0x20, 0x7f28a3d48548, 0x0, 0x20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0362a5d30, 0xc0b16f9a80, 0x20, 0x20, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
io.ReadAtLeast(0x1527280, 0xc0362a5d30, 0xc0b16f9a80, 0x20, 0x20, 0x20, 0x1527280, 0x27b3102deea467, 0xc04b6ecc70)
	io/io.go:314 +0x87
io.ReadFull(...)
	io/io.go:333
github.com/ethereum/go-ethereum/p2p/rlpx.(*handshakeState).readFrame(0xc0c978c230, 0x1527280, 0xc0362a5d30, 0x1527280, 0xc0362a5d30, 0xc0c88f0a00, 0x13f9250, 0xc04b6ecd30)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:131 +0x9c
github.com/ethereum/go-ethereum/p2p/rlpx.(*Conn).Read(0xc09de66ff0, 0xbfe917a1a6155ad3, 0x5570fa64826aa, 0x1e624c0, 0x0, 0x0, 0x1e624c0, 0x0)
	github.com/ethereum/go-ethereum/p2p/rlpx/rlpx.go:103 +0x92
github.com/ethereum/go-ethereum/p2p.(*rlpxTransport).ReadMsg(0xc04e1a9640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/p2p/transport.go:63 +0x146
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0c6145140, 0xc076d784e0)
	github.com/ethereum/go-ethereum/p2p/peer.go:280 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:217 +0xf4
goroutine 224275807 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc027cf6c60)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 636893157 [semacquire, 1 minutes]:
sync.runtime_Semacquire(0xc016b36b58)
	runtime/sema.go:56 +0x45
sync.(*WaitGroup).Wait(0xc016b36b50)
	sync/waitgroup.go:130 +0x65
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset(0x7f2567fb5008, 0x3f5ffea0, 0x3f5ffea0, 0x17b, 0xc18ed7c000, 0xfd7f90, 0xfd7f90)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:329 +0x38a
github.com/ethereum/go-ethereum/consensus/ethash.(*dataset).generate.func1.1(0x7f2567fb5008, 0x3f5ffea0, 0x3f5ffea0)
	github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:347 +0x66
github.com/ethereum/go-ethereum/consensus/ethash.memoryMapAndGenerate(0xc07e632de0, 0x27, 0xfd7ffa80, 0x100, 0xc000a47e98, 0x20, 0x20, 0x0, 0x0, 0x0, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:141 +0x2d1
github.com/ethereum/go-ethereum/consensus/ethash.(*dataset).generate.func1()
	github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:347 +0x734
sync.(*Once).doSlow(0xc0f342ec20, 0xc000140770)
	sync/once.go:66 +0xec
sync.(*Once).Do(...)
	sync/once.go:57
github.com/ethereum/go-ethereum/consensus/ethash.(*dataset).generate(0xc0f342ebe0, 0xc00003aad0, 0xd, 0x2, 0xc000710000)
	github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:301 +0xac
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).dataset
	github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:599 +0x190
goroutine 619200161 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc03ca7d5f0, 0xc0692fefb0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 320393982 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc12d8f4900, 0x10ff0e0, 0xc0907ae700, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc12d8f4900)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 636895345 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc058677e58, 0x10, 0x10, 0xc1906eadc0, 0x97c420, 0x97c420)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc0009dedc9, 0xc10a232de0, 0xc04a5a7980, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
goroutine 632330957 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0e6e9aba0)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 210733760 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0cbb876c0, 0xc127f1c2a0)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 633565741 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc091847ad0, 0xc025adc390)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 635972056 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07af8, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0b9e9e598, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0b9e9e580, 0xc06114a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0b9e9e580, 0xc06114a000, 0x1000, 0x1000, 0xc054f99b00, 0x4f35da, 0x27b3100f69b6b0)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc049785620, 0xc06114a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*connReader).Read(0xc1399edbc0, 0xc06114a000, 0x1000, 0x1000, 0xbfe917b7f875e971, 0x557247178ef44, 0x1e624c0)
	net/http/server.go:798 +0x1ad
bufio.(*Reader).fill(0xc085044f00)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc085044f00, 0x4, 0x557247178ef44, 0x1e624c0, 0x0, 0x0, 0x1e624c0)
	bufio/bufio.go:139 +0x4f
net/http.(*conn).serve(0xc07adda000, 0x1543620, 0xc051df20c0)
	net/http/server.go:1950 +0xa14
created by net/http.(*Server).Serve
	net/http/server.go:2969 +0x36c
goroutine 25315596 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0b7b22fc0)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 320394054 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc03fd62340, 0xc09a288700)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 340767254 [IO wait]:
internal/poll.runtime_pollWait(0x7f28d4a07a18, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc0b1bf9d18, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0b1bf9d00, 0xc059378000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc0b1bf9d00, 0xc059378000, 0x1000, 0x1000, 0xc00d193b00, 0x4f35da, 0x27b31004411e1c)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc090da2420, 0xc059378000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*connReader).Read(0xc0f03175c0, 0xc059378000, 0x1000, 0x1000, 0xbfe917b7ed673d90, 0x55724666a4367, 0x1e624c0)
	net/http/server.go:798 +0x1ad
bufio.(*Reader).fill(0xc080198780)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc080198780, 0x4, 0x55724666a4367, 0x1e624c0, 0x0, 0x0, 0x1e624c0)
	bufio/bufio.go:139 +0x4f
net/http.(*conn).serve(0xc0338fc000, 0x1543620, 0xc05b9c00c0)
	net/http/server.go:1950 +0xa14
created by net/http.(*Server).Serve
	net/http/server.go:2969 +0x36c
goroutine 620133480 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc052e81c70, 0xc06a3b3a50)
	github.com/ethereum/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:725 +0x128
goroutine 620133482 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc052e81c70, 0xc06a3b3a50)
	github.com/ethereum/go-ethereum/eth/peer.go:259 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:728 +0x1ae
goroutine 633565761 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc13ad98720)
	github.com/ethereum/go-ethereum/p2p/peer.go:264 +0x145
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	github.com/ethereum/go-ethereum/p2p/peer.go:218 +0x119
goroutine 210733761 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0cbb876c0, 0xc127f1c2a0)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 485424467 [IO wait]:
internal/poll.runtime_pollWait(0x7f28aeb61bd0, 0x72, 0x1529560)
	runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc080a72c98, 0x72, 0x1529500, 0x1c1f900, 0x0)
	internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc080a72c80, 0xc0b489e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	internal/poll/fd_unix.go:159 +0x1a5
net.(*netFD).Read(0xc080a72c80, 0xc0b489e000, 0x1000, 0x1000, 0xc0ded543c0, 0xc009a44d98, 0xc009a44c20)
	net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc0356eaac0, 0xc0b489e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc04dfa7320, 0xc0b489e000, 0x1000, 0x1000, 0xc009a44eb0, 0x4849e0, 0xc009a44eb0)
	net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc0bbbfd0e0)
	bufio/bufio.go:101 +0x105
bufio.(*Reader).Peek(0xc0bbbfd0e0, 0x1, 0x2, 0x0, 0x0, 0x0, 0xc0a22cec60)
	bufio/bufio.go:139 +0x4f
net/http.(*persistConn).readLoop(0xc04dfa7320)
	net/http/transport.go:2040 +0x1a8
created by net/http.(*Transport).dialConn
	net/http/transport.go:1708 +0xcb7
goroutine 25315594 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0b7b22fc0, 0x10ff0e0, 0xc05d1a7780, 0x0)
	github.com/ethereum/go-ethereum/p2p/peer.go:227 +0x272
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0001e0280, 0xc0b7b22fc0)
	github.com/ethereum/go-ethereum/p2p/server.go:1034 +0x1ed
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
	github.com/ethereum/go-ethereum/p2p/server.go:1017 +0xc5
goroutine 224275892 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0721d95f0, 0xc0a8c7c450)
	github.com/ethereum/go-ethereum/eth/peer.go:196 +0x1a5
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
	github.com/ethereum/go-ethereum/eth/peer.go:726 +0x154
goroutine 636895344 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.fnvHash(0xc073479e58, 0x10, 0x10, 0xc190bab940, 0x84c140, 0x84c140)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:228 +0x31
github.com/ethereum/go-ethereum/consensus/ethash.generateDatasetItem(0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0xc0005e8b03, 0xc0e6cfe6c0, 0xc049a4a4c0, 0x40, 0x40)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:255 +0x229
github.com/ethereum/go-ethereum/consensus/ethash.generateDataset.func2(0xc016b36b50, 0xfd7ffa80, 0x10, 0xc18ed7c000, 0xfd7f90, 0xfd7f90, 0x1bec700, 0x7f2567fb5008, 0xfd7ffa80, 0xfd7ffa80, ...)
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:316 +0x185
created by github.com/ethereum/go-ethereum/consensus/ethash.generateDataset
	github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:300 +0x354
@gballet
Copy link
Member

gballet commented Jan 14, 2021

@AlexSSD7 this looks like a memory problem that occurs in the runtime while some memory is copied at the end of a goroutine.

First of all, how much RAM does the machine and container have?

Next, can you easily reproduce this error?

@AlexSSD7
Copy link
Contributor Author

First of all, how much RAM does the machine and container have?

32 GB DDR4 ECC

Next, can you easily reproduce this error?

I don't think so. It happened randomly.

@gballet
Copy link
Member

gballet commented Jan 14, 2021

ok thanks, what command did you start the container with?

@AlexSSD7
Copy link
Contributor Author

docker run ... ethereum/client-go:stable \
        --nousb \
        --http \
        --datadir "<data directory goes here>" \
        --nat "extip:<external ip goes here>" \
        --mine \
        --miner.etherbase "<mining address goes here>" \
        --miner.extradata "<extradata goes here>" \
        --miner.notify "<notification http url goes here>" \

@holiman
Copy link
Contributor

holiman commented Nov 2, 2021

We think this is fixed by #23799

@holiman holiman closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants