Closed Steellgold closed 4 years ago
I am also facing the same issue for v1.9.12-stable-b6f1c8dc
while running a fast-sync node on Rinkeby.
INFO [04-02|17:40:21.412] Imported new state entries count=1536 elapsed=9.913ms processed=1954691 pending=34092 retry=0 duplicate=0 unexpected=0
fatal error: runtime: out of memory
runtime stack:
runtime.throw(0x11f7e30, 0x16)
/usr/local/go/src/runtime/panic.go:774 +0x72
runtime.sysMap(0xc064000000, 0x8000000, 0x1ee6018)
/usr/local/go/src/runtime/mem_linux.go:169 +0xc5
runtime.(*mheap).sysAlloc(0x1eb4460, 0x5200000, 0xb2c113, 0x60004ade4d)
/usr/local/go/src/runtime/malloc.go:701 +0x1cd
runtime.(*mheap).grow(0x1eb4460, 0x2900, 0xffffffff)
/usr/local/go/src/runtime/mheap.go:1255 +0xa3
runtime.(*mheap).allocSpanLocked(0x1eb4460, 0x2900, 0x1ee6028, 0x0)
/usr/local/go/src/runtime/mheap.go:1170 +0x266
runtime.(*mheap).alloc_m(0x1eb4460, 0x2900, 0x7fced52f0101, 0x7fced6d6c808)
/usr/local/go/src/runtime/mheap.go:1022 +0xc2
runtime.(*mheap).alloc.func1()
/usr/local/go/src/runtime/mheap.go:1093 +0x4c
runtime.(*mheap).alloc(0x1eb4460, 0x2900, 0x7fced6010101, 0x7fced52fb450)
/usr/local/go/src/runtime/mheap.go:1092 +0x8a
runtime.largeAlloc(0x5200000, 0x7fcedc240101, 0x7fced52fb450)
/usr/local/go/src/runtime/malloc.go:1138 +0x97
runtime.mallocgc.func1()
/usr/local/go/src/runtime/malloc.go:1033 +0x46
runtime.systemstack(0x0)
/usr/local/go/src/runtime/asm_amd64.s:370 +0x66
runtime.mstart()
/usr/local/go/src/runtime/proc.go:1146
goroutine 646 [running]:
runtime.systemstack_switch()
/usr/local/go/src/runtime/asm_amd64.s:330 fp=0xc000208de8 sp=0xc000208de0 pc=0x4776f0
runtime.mallocgc(0x5200000, 0xffbaa0, 0x1, 0xc03bb8d8c0)
/usr/local/go/src/runtime/malloc.go:1032 +0x895 fp=0xc000208e88 sp=0xc000208de8 pc=0x4266e5
runtime.makeslice(0xffbaa0, 0x0, 0x5200000, 0x7fcedcd56008)
/usr/local/go/src/runtime/slice.go:49 +0x6c fp=0xc000208eb8 sp=0xc000208e88 pc=0x4601dc
github.com/syndtr/goleveldb/leveldb/memdb.New(0x1455520, 0xc0004396b0, 0x5200000, 0xc04007b920)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/memdb/memdb.go:474 +0x107 fp=0xc000208f28 sp=0xc000208eb8 pc=0x8aab67
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolGet(0xc00045a1c0, 0x2f4, 0x0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_state.go:90 +0xba fp=0xc000208f68 sp=0xc000208f28 pc=0x8d133a
github.com/syndtr/goleveldb/leveldb.(*DB).newMem(0xc00045a1c0, 0x2f4, 0x0, 0x0, 0x0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_state.go:147 +0x29f fp=0xc000209050 sp=0xc000208f68 pc=0x8d186f
github.com/syndtr/goleveldb/leveldb.(*DB).rotateMem(0xc00045a1c0, 0x2f4, 0x0, 0xc036193420, 0xc036193420, 0x0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_write.go:46 +0x81 fp=0xc0002090a8 sp=0xc000209050 pc=0x8d4e71
github.com/syndtr/goleveldb/leveldb.(*DB).flush.func1(0xbf99a6c165181f00)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_write.go:106 +0x300 fp=0xc000209170 sp=0xc0002090a8 pc=0x8ed1a0
github.com/syndtr/goleveldb/leveldb.(*DB).flush(0xc00045a1c0, 0x2f4, 0xc045152ee0, 0x144, 0x0, 0x0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_write.go:118 +0x166 fp=0xc000209240 sp=0xc000209170 pc=0x8d5126
github.com/syndtr/goleveldb/leveldb.(*DB).writeLocked(0xc00045a1c0, 0xc04e66df40, 0x0, 0x1, 0x0, 0x0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_write.go:157 +0x5f fp=0xc000209438 sp=0xc000209240 pc=0x8d53bf
github.com/syndtr/goleveldb/leveldb.(*DB).Write(0xc00045a1c0, 0xc04e66df40, 0x0, 0x147df00, 0x7fced8166180)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_write.go:317 +0x2d1 fp=0xc000209638 sp=0xc000209438 pc=0x8d5ff1
github.com/ethereum/go-ethereum/ethdb/leveldb.(*batch).Write(0xc0407c23a0, 0xc0407c23a0, 0xc031d6ed80)
/go-ethereum/ethdb/leveldb/leveldb.go:454 +0x40 fp=0xc000209670 sp=0xc000209638 pc=0x8f6a70
github.com/ethereum/go-ethereum/core.(*HeaderChain).WriteHeader(0xc000bf4ea0, 0xc031d6ed80, 0x6634ccc27dbbfe96, 0x5d22abd4b706db2b, 0x69360a7d18afc4a6)
/go-ethereum/core/headerchain.go:162 +0x324 fp=0xc000209840 sp=0xc000209670 pc=0x977cc4
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertHeaderChain.func1(0xc031d6ed80, 0xab78f4f0de4de883, 0x6634ccc27dbbfe96)
/go-ethereum/core/blockchain.go:2137 +0x38 fp=0xc000209878 sp=0xc000209840 pc=0x996848
github.com/ethereum/go-ethereum/core.(*HeaderChain).InsertHeaderChain(0xc000bf4ea0, 0xc00d3ba600, 0x800, 0x3f40, 0xc000209b90, 0xbf99a6bfcd2f825b, 0x1675082769, 0x1eacce0, 0xc000466840, 0xb60d133779e52eca, ...)
/go-ethereum/core/headerchain.go:304 +0x2c9 fp=0xc000209aa0 sp=0xc000209878 pc=0x979599
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertHeaderChain(0xc000bf6000, 0xc00d3ba600, 0x800, 0x3f40, 0x64, 0x0, 0x0, 0x0)
/go-ethereum/core/blockchain.go:2140 +0x224 fp=0xc000209bb0 sp=0xc000209aa0 pc=0x96c574
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc0007ab6c0, 0x56690, 0x5f4f75, 0xc0270e0300, 0x0, 0x0)
/go-ethereum/eth/downloader/downloader.go:1469 +0x6a3 fp=0xc000209f20 sp=0xc000209bb0 pc=0xb16c33
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0xc00167ff70, 0xab77ce)
/go-ethereum/eth/downloader/downloader.go:517 +0x48 fp=0xc000209f60 sp=0xc000209f20 pc=0xb2c028
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0007ab6c0, 0xc024966c00, 0xc045664660)
/go-ethereum/eth/downloader/downloader.go:534 +0x63 fp=0xc000209fc8 sp=0xc000209f60 pc=0xb2c113
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000209fd0 sp=0xc000209fc8 pc=0x4797c1
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/go-ethereum/eth/downloader/downloader.go:534 +0xaf
goroutine 1 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc000418c80)
/go-ethereum/node/node.go:492 +0x7c
main.geth(0xc0000d98c0, 0x0, 0x0)
/go-ethereum/cmd/geth/main.go:309 +0xd9
gopkg.in/urfave/cli%2ev1.HandleAction(0x1017120, 0x12b8af8, 0xc0000d98c0, 0xc0003f3e00, 0x0)
/go/pkg/mod/gopkg.in/urfave/cli.v1@v1.20.0/app.go:490 +0xc8
gopkg.in/urfave/cli%2ev1.(*App).Run(0xc0002f0b60, 0xc000032b60, 0xd, 0xd, 0x0, 0x0)
/go/pkg/mod/gopkg.in/urfave/cli.v1@v1.20.0/app.go:264 +0x58c
main.main()
/go-ethereum/cmd/geth/main.go:248 +0x55
goroutine 7 [chan receive, 1 minutes]:
github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc000072420, 0xc000072360)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:36 +0xb6
created by github.com/rjeczalik/notify.newNonrecursiveTree
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:29 +0xdc
goroutine 8 [chan receive, 1 minutes]:
github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc000072420, 0xc0000723c0)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:81 +0x58
created by github.com/rjeczalik/notify.newNonrecursiveTree
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/tree_nonrecursive.go:30 +0x108
goroutine 9 [syscall, 1 minutes]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:147 +0x9c
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:23 +0x22
created by os/signal.init.0
/usr/local/go/src/os/signal/signal_unix.go:29 +0x41
goroutine 10 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc00014a880)
/go-ethereum/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go-ethereum/core/tx_cacher.go:55 +0x9f
goroutine 29 [syscall, 1 minutes]:
syscall.Syscall6(0xe8, 0x8, 0xc00004af9c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x99a45f, 0x11e2301, 0xc00004afa8)
/usr/local/go/src/syscall/asm_linux_amd64.s:44 +0x5
golang.org/x/sys/unix.EpollWait(0x8, 0xc00004af9c, 0x1, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x122c88c)
/go/pkg/mod/golang.org/x/sys@v0.0.0-20200302150141-5c8b2ff67527/unix/zsyscall_linux_amd64.go:76 +0x72
github.com/rjeczalik/notify.(*inotify).loop(0xc0000ea000, 0xc0003d0f00)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:194 +0x77
created by github.com/rjeczalik/notify.(*inotify).lazyinit
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:134 +0x15b
goroutine 19 [select]:
github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc00026c000)
/go-ethereum/consensus/ethash/sealer.go:278 +0x276
created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
/go-ethereum/consensus/ethash/sealer.go:262 +0x2ae
goroutine 18 [chan receive]:
github.com/ethereum/go-ethereum/metrics.(*meterArbiter).tick(0x1ea69c0)
/go-ethereum/metrics/meter.go:289 +0x78
created by github.com/ethereum/go-ethereum/metrics.NewMeterForced
/go-ethereum/metrics/meter.go:70 +0x104
goroutine 21 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc00043ae60)
/go-ethereum/accounts/keystore/watch.go:94 +0x50d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/go-ethereum/accounts/keystore/watch.go:52 +0x59
goroutine 22 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc0000e2d20)
/go-ethereum/accounts/keystore/keystore.go:205 +0xcc
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/go-ethereum/accounts/keystore/keystore.go:192 +0x142
goroutine 23 [sleep]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:310
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:105 +0x157
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc000347b80)
/go-ethereum/accounts/usbwallet/hub.go:265 +0x3e
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
/go-ethereum/accounts/usbwallet/hub.go:254 +0x142
goroutine 24 [sleep]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:310
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:105 +0x157
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc000347cc0)
/go-ethereum/accounts/usbwallet/hub.go:265 +0x3e
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
/go-ethereum/accounts/usbwallet/hub.go:254 +0x142
goroutine 25 [sleep]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:310
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:105 +0x157
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc000347e00)
/go-ethereum/accounts/usbwallet/hub.go:265 +0x3e
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
/go-ethereum/accounts/usbwallet/hub.go:254 +0x142
goroutine 26 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc0003e1860)
/go-ethereum/accounts/manager.go:111 +0x1b8
created by github.com/ethereum/go-ethereum/accounts.NewManager
/go-ethereum/accounts/manager.go:79 +0x4be
goroutine 27 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0000e36c0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/util/buffer_pool.go:206 +0x134
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/util/buffer_pool.go:237 +0x176
goroutine 28 [select]:
github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc00026c3c0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/session_util.go:189 +0x5f9
created by github.com/syndtr/goleveldb/leveldb.newSession
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/session.go:93 +0x2b4
goroutine 30 [chan receive, 1 minutes]:
github.com/rjeczalik/notify.(*inotify).send(0xc0000ea000, 0xc0003d0f00)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:254 +0xab
created by github.com/rjeczalik/notify.(*inotify).lazyinit
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:137 +0x1b4
goroutine 31 [chan receive, 1 minutes]:
github.com/rjeczalik/notify.(*inotify).send(0xc0000ea000, 0xc0003d0f00)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:254 +0xab
created by github.com/rjeczalik/notify.(*inotify).lazyinit
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.1/watcher_inotify.go:137 +0x1b4
goroutine 33 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc00045a1c0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_compaction.go:91 +0xcd
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:148 +0x40c
goroutine 34 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc00045a1c0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_state.go:101 +0xf6
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:149 +0x42e
goroutine 35 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc00045a1c0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_compaction.go:836 +0x25d
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:155 +0x582
goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc00045a1c0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_compaction.go:773 +0x150
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:156 +0x5a4
goroutine 37 [select]:
github.com/ethereum/go-ethereum/ethdb/leveldb.(*Database).meter(0xc0000e6e00, 0xb2d05e00)
/go-ethereum/ethdb/leveldb/leveldb.go:411 +0x19ef
created by github.com/ethereum/go-ethereum/ethdb/leveldb.New
/go-ethereum/ethdb/leveldb/leveldb.go:132 +0xa25
goroutine 38 [sleep]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:310
time.Sleep(0xdf8475800)
/usr/local/go/src/runtime/time.go:105 +0x157
github.com/ethereum/go-ethereum/core/rawdb.(*freezer).freeze(0xc000466420, 0x1485700, 0xc0000e6e00)
/go-ethereum/core/rawdb/freezer.go:274 +0x1bc8
created by github.com/ethereum/go-ethereum/core/rawdb.NewDatabaseWithFreezer
/go-ethereum/core/rawdb/database.go:175 +0x1c8
goroutine 74 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0000e22a0)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/util/buffer_pool.go:206 +0x134
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/util/buffer_pool.go:237 +0x176
goroutine 73 [select, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc00044b860)
/go-ethereum/miner/miner.go:92 +0x277
created by github.com/ethereum/go-ethereum/miner.New
/go-ethereum/miner/miner.go:78 +0x15a
goroutine 72 [select, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).taskLoop(0xc0007a38c0)
/go-ethereum/miner/worker.go:519 +0xf2
created by github.com/ethereum/go-ethereum/miner.newWorker
/go-ethereum/miner/worker.go:222 +0x595
goroutine 71 [select, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).resultLoop(0xc0007a38c0)
/go-ethereum/miner/worker.go:554 +0xdd
created by github.com/ethereum/go-ethereum/miner.newWorker
/go-ethereum/miner/worker.go:221 +0x573
goroutine 70 [select, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).newWorkLoop(0xc0007a38c0, 0xb2d05e00)
/go-ethereum/miner/worker.go:345 +0x286
created by github.com/ethereum/go-ethereum/miner.newWorker
/go-ethereum/miner/worker.go:220 +0x551
goroutine 69 [select, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).mainLoop(0xc0007a38c0)
/go-ethereum/miner/worker.go:410 +0x34f
created by github.com/ethereum/go-ethereum/miner.newWorker
/go-ethereum/miner/worker.go:219 +0x525
goroutine 68 [runnable]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).runStateSync(0xc0007ab6c0, 0xc03da04ee0, 0x0)
/go-ethereum/eth/downloader/statesync.go:126 +0x3e2
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc0007ab6c0)
/go-ethereum/eth/downloader/statesync.go:80 +0x47
created by github.com/ethereum/go-ethereum/eth/downloader.New
/go-ethereum/eth/downloader/downloader.go:244 +0x427
goroutine 67 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc0007ab6c0)
/go-ethereum/eth/downloader/downloader.go:1797 +0x358
created by github.com/ethereum/go-ethereum/eth/downloader.New
/go-ethereum/eth/downloader/downloader.go:243 +0x405
goroutine 66 [runnable]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:310
time.Sleep(0x5f5e100)
/usr/local/go/src/runtime/time.go:105 +0x157
github.com/ethereum/go-ethereum/trie.(*SyncBloom).meter(0xc0002eefc0)
/go-ethereum/trie/sync_bloom.go:144 +0x35
github.com/ethereum/go-ethereum/trie.NewSyncBloom.func2(0xc0002eefc0)
/go-ethereum/trie/sync_bloom.go:88 +0x61
created by github.com/ethereum/go-ethereum/trie.NewSyncBloom
/go-ethereum/trie/sync_bloom.go:86 +0x1c2
goroutine 1506 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0062e21e0)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 64 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).loop(0xc00000c1e0)
/go-ethereum/core/tx_pool.go:342 +0x32b
created by github.com/ethereum/go-ethereum/core.NewTxPool
/go-ethereum/core/tx_pool.go:317 +0x7d2
goroutine 63 [select, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*TxPool).scheduleReorgLoop(0xc00000c1e0)
/go-ethereum/core/tx_pool.go:983 +0x23d
created by github.com/ethereum/go-ethereum/core.NewTxPool
/go-ethereum/core/tx_pool.go:300 +0x733
goroutine 62 [select, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc0000e7500, 0xc0032c8fc0, 0xc0000721e0, 0x1463740, 0xc0034f9dc0)
/go-ethereum/core/chain_indexer.go:208 +0x2a2
created by github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
/go-ethereum/core/chain_indexer.go:149 +0xcf
goroutine 61 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc000bf6000)
/go-ethereum/core/blockchain.go:2066 +0x10f
created by github.com/ethereum/go-ethereum/core.NewBlockChain
/go-ethereum/core/blockchain.go:297 +0xc14
goroutine 56 [select, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc0000e7500)
/go-ethereum/core/chain_indexer.go:308 +0x11f
created by github.com/ethereum/go-ethereum/core.NewChainIndexer
/go-ethereum/core/chain_indexer.go:116 +0x24d
goroutine 75 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc00026cb40)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/session_util.go:189 +0x5f9
created by github.com/syndtr/goleveldb/leveldb.newSession
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/session.go:93 +0x2b4
goroutine 76 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc00059ac40)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_compaction.go:91 +0xcd
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:148 +0x40c
goroutine 77 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc00059ac40)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_state.go:101 +0xf6
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:149 +0x42e
goroutine 78 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc00059ac40)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_compaction.go:836 +0x25d
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:155 +0x582
goroutine 79 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc00059ac40)
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db_compaction.go:773 +0x150
created by github.com/syndtr/goleveldb/leveldb.openDB
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20190923125748-758128399b1d/leveldb/db.go:156 +0x5a4
goroutine 306 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0004337c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0016a48f0, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0016a48f0, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc006c0cde0, 0x1463c80, 0xc0004337c0, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0004337c0, 0xc006c0cde0, 0x1463c80, 0xc0004337c0)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 81 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1476fc0, 0xc000198900, 0xc0000854a0, 0x11e29b8, 0x3, 0x765f, 0x765f, 0x11ec13c, 0xc)
/go-ethereum/p2p/nat/nat.go:114 +0x453
github.com/ethereum/go-ethereum/p2p.(*Server).setupListening.func1(0xc000418f00, 0xc000ed4570)
/go-ethereum/p2p/server.go:669 +0x8b
created by github.com/ethereum/go-ethereum/p2p.(*Server).setupListening
/go-ethereum/p2p/server.go:668 +0x22f
goroutine 82 [IO wait, 1 minutes]:
internal/poll.runtime_pollWait(0x7fcedcd56f08, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0000a6e98, 0x72, 0x0, 0x0, 0x11e646a)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0000a6e80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1f8
net.(*netFD).accept(0xc0000a6e80, 0xab3e30, 0x1974340, 0x1c84c80)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc000ee7c00, 0x41f83b, 0xc000b5a300, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc000ee7c00, 0x0, 0xc000b5a300, 0xc0015c3d60, 0x2)
/usr/local/go/src/net/tcpsock.go:261 +0x47
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc000418f00)
/go-ethereum/p2p/server.go:857 +0x27e
created by github.com/ethereum/go-ethereum/p2p.(*Server).setupListening
/go-ethereum/p2p/server.go:676 +0x15a
goroutine 83 [select]:
github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).runSource(0xc0003f3800, 0xc0003d0540, 0xc000ee7c20)
/go-ethereum/p2p/enode/iter.go:281 +0x1d8
created by github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).AddSource
/go-ethereum/p2p/enode/iter.go:180 +0x17a
goroutine 84 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1476fc0, 0xc000198900, 0xc0000854a0, 0x11e29c7, 0x3, 0x765f, 0x765f, 0x11f2616, 0x12)
/go-ethereum/p2p/nat/nat.go:114 +0x453
created by github.com/ethereum/go-ethereum/p2p.(*Server).setupDiscovery
/go-ethereum/p2p/server.go:565 +0x85d
goroutine 85 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/enode.(*DB).expirer(0xc000ee7b80)
/go-ethereum/p2p/enode/nodedb.go:300 +0x10c
created by github.com/ethereum/go-ethereum/p2p/enode.(*DB).ensureExpirer.func1
/go-ethereum/p2p/enode/nodedb.go:291 +0x3e
goroutine 309 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0016a48f0)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 936 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0492be820)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 310 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0016a48f0)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 91 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).loop(0xc000458500)
/go-ethereum/p2p/discover/table.go:236 +0x359
created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
/go-ethereum/p2p/discover/v4_udp.go:283 +0x262
goroutine 92 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).loop(0xc000bf5710)
/go-ethereum/p2p/discover/v4_udp.go:568 +0x541
created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
/go-ethereum/p2p/discover/v4_udp.go:286 +0x29f
goroutine 93 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56e38, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0000a6f18, 0x72, 0x500, 0x500, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).ReadFrom(0xc0000a6f00, 0xc00039e500, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:219 +0x1c3
net.(*netFD).readFrom(0xc0000a6f00, 0xc00039e500, 0x500, 0x500, 0x4dd58a2376003682, 0x4028f5faaf7fe084, 0x135b53501c79f2f2, 0x37b251091e133b98, 0x4dd58a2376003682)
/usr/local/go/src/net/fd_unix.go:208 +0x5b
net.(*UDPConn).readFrom(0xc0031ec3e8, 0xc00039e500, 0x500, 0x500, 0xc00039e500, 0x0, 0xc039f0bce0, 0xc00043afa0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc0031ec3e8, 0xc00039e500, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock.go:109 +0x5d
github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).readLoop(0xc000bf5710, 0x0)
/go-ethereum/p2p/discover/v4_udp.go:701 +0xf5
created by github.com/ethereum/go-ethereum/p2p/discover.ListenV4
/go-ethereum/p2p/discover/v4_udp.go:287 +0x2ce
goroutine 94 [select]:
github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).runSource(0xc0003f3800, 0xc0003d0540, 0xc0015edc00)
/go-ethereum/p2p/enode/iter.go:281 +0x1d8
created by github.com/ethereum/go-ethereum/p2p/enode.(*FairMix).AddSource
/go-ethereum/p2p/enode/iter.go:180 +0x17a
goroutine 95 [select]:
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).readNodes(0xc0000d8840, 0x146f980, 0xc0003f3800)
/go-ethereum/p2p/dial.go:322 +0x16d
created by github.com/ethereum/go-ethereum/p2p.newDialScheduler
/go-ethereum/p2p/dial.go:179 +0x345
goroutine 96 [select]:
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).loop(0xc0000d8840, 0x146f980, 0xc0003f3800)
/go-ethereum/p2p/dial.go:242 +0x336
created by github.com/ethereum/go-ethereum/p2p.newDialScheduler
/go-ethereum/p2p/dial.go:180 +0x384
goroutine 97 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc000418f00)
/go-ethereum/p2p/server.go:710 +0x596
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/go-ethereum/p2p/server.go:488 +0x3b5
goroutine 98 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startEthEntryUpdate.func1(0x1463740, 0xc0015edc20, 0xc0001b9e00, 0xc0000e2c40, 0xc0000e30a0)
/go-ethereum/eth/discovery.go:50 +0x15e
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startEthEntryUpdate
/go-ethereum/eth/discovery.go:47 +0x91
goroutine 99 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 100 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 101 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 102 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 103 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 104 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 105 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 106 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 107 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 108 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 109 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 110 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 111 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 112 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 113 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 114 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc0000e30a0, 0x1000)
/go-ethereum/eth/bloombits.go:56 +0x328
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
/go-ethereum/eth/bloombits.go:54 +0x52
goroutine 115 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc0000e2fc0)
/go-ethereum/eth/handler.go:899 +0xe7
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/go-ethereum/eth/handler.go:265 +0xc4
goroutine 116 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc0000e2fc0)
/go-ethereum/eth/handler.go:889 +0x59
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/go-ethereum/eth/handler.go:269 +0x149
goroutine 117 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc0000e2fc0)
/go-ethereum/eth/sync.go:167 +0x235
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/go-ethereum/eth/handler.go:272 +0x16b
goroutine 118 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop64(0xc0000e2fc0)
/go-ethereum/eth/sync.go:129 +0x243
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/go-ethereum/eth/handler.go:273 +0x18d
goroutine 119 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc0015edcc0)
/go-ethereum/eth/downloader/api.go:63 +0x2ad
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
/go-ethereum/eth/downloader/api.go:49 +0xca
goroutine 120 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc0000cdb80)
/go-ethereum/eth/filters/filter_system.go:459 +0x4c0
created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
/go-ethereum/eth/filters/filter_system.go:138 +0x33a
goroutine 121 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc001626f50)
/go-ethereum/eth/filters/api.go:82 +0x131
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/go-ethereum/eth/filters/api.go:72 +0x105
goroutine 122 [IO wait, 1 minutes]:
internal/poll.runtime_pollWait(0x7fcedcd56af8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0016cad98, 0x72, 0x0, 0x0, 0x11e646a)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0016cad80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1f8
net.(*netFD).accept(0xc0016cad80, 0x0, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*UnixListener).accept(0xc00158cc60, 0x0, 0x0, 0xabd69)
/usr/local/go/src/net/unixsock_posix.go:162 +0x32
net.(*UnixListener).Accept(0xc00158cc60, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/unixsock.go:260 +0x47
github.com/ethereum/go-ethereum/rpc.(*Server).ServeListener(0xc001539950, 0x1470a00, 0xc00158cc60, 0x0, 0x2)
/go-ethereum/rpc/ipc.go:30 +0x49
created by github.com/ethereum/go-ethereum/rpc.StartIPCEndpoint
/go-ethereum/rpc/endpoints.go:123 +0x29b
goroutine 123 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56a28, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0016cbd98, 0x72, 0x0, 0x0, 0x11e646a)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0016cbd80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1f8
net.(*netFD).accept(0xc0016cbd80, 0xc001d4ae00, 0x838de4, 0xc0016d7140)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc0016db0e0, 0x5e86237b, 0xc001d4ae00, 0x4e0106)
/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc0016db0e0, 0xc001d4ae50, 0x18, 0xc001664f00, 0x838314)
/usr/local/go/src/net/tcpsock.go:261 +0x47
net/http.(*Server).Serve(0xc0016d70a0, 0x14709c0, 0xc0016db0e0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2896 +0x280
created by github.com/ethereum/go-ethereum/rpc.StartHTTPEndpoint
/go-ethereum/rpc/endpoints.go:71 +0x43d
goroutine 124 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc000418c80)
/go-ethereum/cmd/utils/cmd.go:74 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
/go-ethereum/cmd/utils/cmd.go:70 +0xad
goroutine 125 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc001538330, 0x1479640, 0xc001627770, 0x0)
/go-ethereum/rpc/server.go:87 +0x19c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/go-ethereum/rpc/inproc.go:29 +0xbd
goroutine 126 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc0016cbf00, 0x1479640, 0xc001627810)
/go-ethereum/rpc/client.go:548 +0x2e2
created by github.com/ethereum/go-ethereum/rpc.initClient
/go-ethereum/rpc/client.go:223 +0x2a9
goroutine 127 [chan receive, 1 minutes]:
main.startNode.func1(0xc000418c80, 0xc0016ee240, 0xc003221430)
/go-ethereum/cmd/geth/main.go:363 +0x104
created by main.startNode
/go-ethereum/cmd/geth/main.go:355 +0x244
goroutine 3739 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc049836a90)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 9262 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d5c8, 0x77, 0xc001665980)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc038c7bc98, 0x77, 0x1476700, 0xc038f965a0, 0xc038c7bc80)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc038c7bc80, 0x1476780, 0xc038f965a0, 0x0, 0x0, 0x1455e80, 0xc039220980, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x29d
net.(*netFD).dial(0xc038c7bc80, 0x1476780, 0xc038f965a0, 0x147e300, 0x0, 0x147e300, 0xc0489348a0, 0x0, 0x1, 0xc0344bd878)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x1476780, 0xc038f965a0, 0x11e29b8, 0x3, 0x2, 0x1, 0x0, 0x0, 0x147e300, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x1476780, 0xc038f965a0, 0x11e29b8, 0x3, 0x147e300, 0x0, 0x147e300, 0xc0489348a0, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc038c7bc00, 0x1476780, 0xc038f965a0, 0x0, 0xc0489348a0, 0x10658c0, 0x1ee3800, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc038c7bc00, 0x1476780, 0xc038f965a0, 0x0, 0xc0489348a0, 0xc038bc9e00, 0x10, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc038c7bc00, 0x1476780, 0xc038f965a0, 0x14647c0, 0xc0489348a0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:578 +0x36e
net.(*sysDialer).dialSerial(0xc038c7bc00, 0x1476780, 0xc038f965a0, 0xc038bc9e00, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:546 +0x221
net.(*Dialer).DialContext(0xc0001b9da0, 0x1476700, 0xc000431680, 0x11e29b8, 0x3, 0xc039220960, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:424 +0x666
github.com/ethereum/go-ethereum/p2p.tcpDialer.Dial(0xc0001b9da0, 0x1476700, 0xc000431680, 0xc004af6870, 0x0, 0x1c44300, 0x117dfe0, 0xc0000a6a00)
/go-ethereum/p2p/dial.go:67 +0x91
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc048934750, 0xc0000d8840, 0xc004af6870, 0x4, 0xc0007cc0e0)
/go-ethereum/p2p/dial.go:529 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc048934750, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc048934750, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
goroutine 397 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc003ae95f0)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 386 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc000afd9e0, 0xfc2540, 0xc0000a6a80, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc000afd9e0)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 256 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0001ba0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0058c7d40, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0058c7d40, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc000afd320, 0x1463c80, 0xc0001ba0a0, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0001ba0a0, 0xc000afd320, 0x1463c80, 0xc0001ba0a0)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 396 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc003ae95f0)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 134 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*BlockFetcher).loop(0xc0058c72b0)
/go-ethereum/eth/fetcher/block_fetcher.go:338 +0x670
created by github.com/ethereum/go-ethereum/eth/fetcher.(*BlockFetcher).Start
/go-ethereum/eth/fetcher/block_fetcher.go:200 +0x3f
goroutine 135 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*TxFetcher).loop(0xc0000cd970)
/go-ethereum/eth/fetcher/tx_fetcher.go:355 +0x5f4
created by github.com/ethereum/go-ethereum/eth/fetcher.(*TxFetcher).Start
/go-ethereum/eth/fetcher/tx_fetcher.go:337 +0x3f
goroutine 137 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc001cc3000, 0x1479640, 0xc001627770)
/go-ethereum/rpc/client.go:548 +0x2e2
created by github.com/ethereum/go-ethereum/rpc.initClient
/go-ethereum/rpc/client.go:223 +0x2a9
goroutine 138 [select, 1 minutes]:
net.(*pipe).read(0xc0016cbe00, 0xc000584a00, 0x200, 0x200, 0xc00166d570, 0x4601dc, 0x200)
/usr/local/go/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc0016cbe00, 0xc000584a00, 0x200, 0x200, 0x203000, 0x203000, 0xc0016d7124)
/usr/local/go/src/net/pipe.go:147 +0x4d
encoding/json.(*Decoder).refill(0xc0000d89a0, 0x20, 0x18)
/usr/local/go/src/encoding/json/stream.go:161 +0xeb
encoding/json.(*Decoder).readValue(0xc0000d89a0, 0x0, 0x0, 0x0)
/usr/local/go/src/encoding/json/stream.go:136 +0x1dc
encoding/json.(*Decoder).Decode(0xc0000d89a0, 0x1069240, 0xc001cd51a0, 0x1, 0xc001cd51a0)
/usr/local/go/src/encoding/json/stream.go:63 +0x79
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).readBatch(0xc001627770, 0x0, 0x0, 0x30f8, 0xffffffffffffffff, 0x0, 0x45eb)
/go-ethereum/rpc/json.go:201 +0x54
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc001cc3000, 0x1479640, 0xc001627770)
/go-ethereum/rpc/client.go:621 +0xca
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/go-ethereum/rpc/client.go:545 +0x11a
goroutine 139 [select, 1 minutes]:
net.(*pipe).read(0xc0016cbe80, 0xc000584c00, 0x200, 0x200, 0xc00166ed70, 0x4601dc, 0x200)
/usr/local/go/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc0016cbe80, 0xc000584c00, 0x200, 0x200, 0x203000, 0x203000, 0x0)
/usr/local/go/src/net/pipe.go:147 +0x4d
encoding/json.(*Decoder).refill(0xc0000d8b00, 0x20, 0x18)
/usr/local/go/src/encoding/json/stream.go:161 +0xeb
encoding/json.(*Decoder).readValue(0xc0000d8b00, 0x0, 0x0, 0x0)
/usr/local/go/src/encoding/json/stream.go:136 +0x1dc
encoding/json.(*Decoder).Decode(0xc0000d8b00, 0x1069240, 0xc001cd5200, 0x1, 0xc001cd5200)
/usr/local/go/src/encoding/json/stream.go:63 +0x79
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).readBatch(0xc001627810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/go-ethereum/rpc/json.go:201 +0x54
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc0016cbf00, 0x1479640, 0xc001627810)
/go-ethereum/rpc/client.go:621 +0xca
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/go-ethereum/rpc/client.go:545 +0x11a
goroutine 8652 [select]:
net.(*netFD).connect.func2(0x1476780, 0xc03a13c420, 0xc02f755c00, 0xc0465834a0, 0xc046583440)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x275
goroutine 271 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0058c7d40)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 303 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc006c0cde0, 0xfc2540, 0xc0044c9e80, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc006c0cde0)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 304 [runnable]:
internal/poll.runtime_pollWait(0x7fcedcd566e8, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0044c9518, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0044c9500, 0xc03b09c920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc0044c9500, 0xc03b09c920, 0x20, 0x20, 0x0, 0x20, 0xc03b09c920)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc003f12830, 0xc03b09c920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc003f12830, 0xc03b09c920, 0x20, 0x20, 0x20, 0x6fc23a142, 0x6fc23a142, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc035e272d0, 0xbf99a6c8a7d3da8d, 0x1eb5d61e4e, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc035adb4a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc006c0cde0, 0xc006c0cea0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 253 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc000afd320, 0xfc2540, 0xc002e82500, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc000afd320)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 8624 [select]:
net.(*netFD).connect.func2(0x1476780, 0xc02bd7cae0, 0xc0459f8e80, 0xc04ccad140, 0xc04ccad0e0)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x275
goroutine 643 [runnable]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc0007ab6c0, 0xc00044b3e0, 0xc041f2b9b8, 0xc04b157dc0, 0xc041f2b9a8, 0xc041f2b9f8, 0xc041f2b9e8, 0x12b7400, 0xc041f2b998, 0x0, ...)
/go-ethereum/eth/downloader/downloader.go:1199 +0x1d8
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fillHeaderSkeleton(0xc0007ab6c0, 0x5a5d0, 0xc036688480, 0x80, 0x8d, 0x4, 0x6000, 0x6000, 0xc0, 0x0, ...)
/go-ethereum/eth/downloader/downloader.go:1102 +0x311
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0xc0007ab6c0, 0xc02927c2d0, 0x425d0, 0x5f4f75, 0x0, 0x0)
/go-ethereum/eth/downloader/downloader.go:987 +0x135b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func3(0xc000456f70, 0xc000b5ab40)
/go-ethereum/eth/downloader/downloader.go:514 +0x49
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0007ab6c0, 0xc024966c00, 0xc045664630)
/go-ethereum/eth/downloader/downloader.go:534 +0x63
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/go-ethereum/eth/downloader/downloader.go:534 +0xaf
goroutine 311 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0016a48f0)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 255 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc000afd320)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 254 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd563a8, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0003f5e98, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0003f5e80, 0xc0366f9380, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc0003f5e80, 0xc0366f9380, 0x20, 0x20, 0x0, 0x20, 0xc0366f9380)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc003ede578, 0xc0366f9380, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc003ede578, 0xc0366f9380, 0x20, 0x20, 0x20, 0x6fc23a846, 0x6fc23a846, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc0266a42a0, 0xbf99a6c86c4050db, 0x1e7ea7c7a2, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc001d2b4a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc000afd320, 0xc000afd6e0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 270 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0058c7d40)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 8911 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56888, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03d6f9b98, 0x72, 0x1000, 0x1000, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc03d6f9b80, 0xc02573f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc03d6f9b80, 0xc02573f000, 0x1000, 0x1000, 0xc040d964c0, 0xc0005b47e8, 0x82d633)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc026b95630, 0xc02573f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
net/http.(*connReader).Read(0xc040f81860, 0xc02573f000, 0x1000, 0x1000, 0x0, 0x1455940, 0x2c00203010)
/usr/local/go/src/net/http/server.go:785 +0xf4
bufio.(*Reader).fill(0xc026b48600)
/usr/local/go/src/bufio/bufio.go:100 +0x103
bufio.(*Reader).ReadSlice(0xc026b48600, 0xa, 0x7fced70e0450, 0xc0005b49a8, 0x426166, 0xc02a216f00, 0x100)
/usr/local/go/src/bufio/bufio.go:359 +0x3d
bufio.(*Reader).ReadLine(0xc026b48600, 0xc0005b49b0, 0xc004af3c00, 0x7fcedf04f008, 0x0, 0x4269d8, 0x30)
/usr/local/go/src/bufio/bufio.go:388 +0x34
net/textproto.(*Reader).readLineSlice(0xc040f81890, 0xc02a216f00, 0xc03d6f9b80, 0x0, 0x0, 0x6fc23a714)
/usr/local/go/src/net/textproto/reader.go:57 +0x6c
net/textproto.(*Reader).ReadLine(...)
/usr/local/go/src/net/textproto/reader.go:38
net/http.readRequest(0xc026b48600, 0xbf99a6c67a6caf00, 0xc02a216f00, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:1012 +0x92
net/http.(*conn).readRequest(0xc022ff4b40, 0x1476700, 0xc040d96480, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:965 +0x15f
net/http.(*conn).serve(0xc022ff4b40, 0x1476700, 0xc040d96480)
/usr/local/go/src/net/http/server.go:1817 +0x6d4
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2928 +0x384
goroutine 387 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56bc8, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc022feb318, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc022feb300, 0xc03f957f20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc022feb300, 0xc03f957f20, 0x20, 0x20, 0x0, 0x20, 0xc03f957f20)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc0032cdf30, 0xc03f957f20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc0032cdf30, 0xc03f957f20, 0x20, 0x20, 0x20, 0x6fc23a689, 0x6fc23a689, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc00268f8f0, 0xbf99a6c8db4def2b, 0x1ee4eaf9f0, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc02c6053b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc000afd9e0, 0xc000afdb60)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 388 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc000afd9e0)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 272 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0058c7d40)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 305 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc006c0cde0)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 729 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd562d8, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0016ca798, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0016ca780, 0xc040024340, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc0016ca780, 0xc040024340, 0x20, 0x20, 0x0, 0x20, 0xc040024340)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc003b3b5c8, 0xc040024340, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc003b3b5c8, 0xc040024340, 0x20, 0x20, 0x20, 0x6fc23a636, 0x6fc23a636, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc036a81ce0, 0xbf99a6c8dfafc09a, 0x1ee94ccb72, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc036362c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc026b484e0, 0xc026b485a0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 730 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc026b484e0)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 389 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc001c09220, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc003ae95f0, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc003ae95f0, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc000afd9e0, 0x1463c80, 0xc001c09220, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc001c09220, 0xc000afd9e0, 0x1463c80, 0xc001c09220)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 1513 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0245fb450)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 398 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc003ae95f0)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 1681 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc031b524e0)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 649 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).loop(0xc03da04ee0, 0x0, 0x0)
/go-ethereum/eth/downloader/statesync.go:297 +0x263
github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).run(0xc03da04ee0)
/go-ethereum/eth/downloader/statesync.go:256 +0x2b
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).runStateSync
/go-ethereum/eth/downloader/statesync.go:107 +0x125
goroutine 645 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc0007ab6c0, 0xc00044b4a0, 0xc041f29e70, 0xc000b61e30, 0xc041f29e60, 0xc041f29ed0, 0xc041f29ec0, 0xc041f29eb0, 0xc041f29ea0, 0x0, ...)
/go-ethereum/eth/downloader/downloader.go:1199 +0x1d8
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0xc0007ab6c0, 0x425d0, 0x19, 0xc002e82c00)
/go-ethereum/eth/downloader/downloader.go:1152 +0x2f2
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0xc001673770, 0x1483340)
/go-ethereum/eth/downloader/downloader.go:516 +0x36
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0007ab6c0, 0xc024966c00, 0xc04568a600)
/go-ethereum/eth/downloader/downloader.go:534 +0x63
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/go-ethereum/eth/downloader/downloader.go:534 +0xaf
goroutine 548 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc0007ab6c0, 0xc000b08a00, 0x5, 0x8, 0x5, 0xc000b08a00)
/go-ethereum/eth/downloader/downloader.go:545 +0x120
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc0007ab6c0, 0xc02927c2d0, 0xdab38d984973ffb4, 0xfb24f5cbff20e750, 0x6af0ebdb819f2635, 0x3ea0a8fbc74f7fc4, 0xc0270e0300, 0x0, 0x0)
/go-ethereum/eth/downloader/downloader.go:524 +0x8ec
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc0007ab6c0, 0xc028056150, 0x10, 0xdab38d984973ffb4, 0xfb24f5cbff20e750, 0x6af0ebdb819f2635, 0x3ea0a8fbc74f7fc4, 0xc0270e0300, 0x1, 0x0, ...)
/go-ethereum/eth/downloader/downloader.go:411 +0x3c3
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc0007ab6c0, 0xc028056150, 0x10, 0xdab38d984973ffb4, 0xfb24f5cbff20e750, 0x6af0ebdb819f2635, 0x3ea0a8fbc74f7fc4, 0xc0270e0300, 0x1, 0x64929b, ...)
/go-ethereum/eth/downloader/downloader.go:323 +0x8e
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc0000e2fc0, 0xc0058c7d40)
/go-ethereum/eth/sync.go:212 +0x2dd
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer
/go-ethereum/eth/sync.go:177 +0x289
goroutine 560 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56958, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc004ae5698, 0x72, 0x1000, 0x1000, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc004ae5680, 0xc029dd1000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc004ae5680, 0xc029dd1000, 0x1000, 0x1000, 0xc041f2db60, 0x4e89bd, 0xc004ae5680)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc003cca960, 0xc029dd1000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
net/http.(*connReader).Read(0xc02d2d0ba0, 0xc029dd1000, 0x1000, 0x1000, 0xbf99a6d66b3520bb, 0x2b8778c77c, 0x1eacce0)
/usr/local/go/src/net/http/server.go:785 +0xf4
bufio.(*Reader).fill(0xc0016d45a0)
/usr/local/go/src/bufio/bufio.go:100 +0x103
bufio.(*Reader).Peek(0xc0016d45a0, 0x4, 0x2b8778c77c, 0x1eacce0, 0x0, 0x0, 0x1eacce0)
/usr/local/go/src/bufio/bufio.go:138 +0x4f
net/http.(*conn).serve(0xc001c09360, 0x1476700, 0xc000431e00)
/usr/local/go/src/net/http/server.go:1915 +0x9e0
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2928 +0x384
goroutine 1483 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc001c095e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0015d2d00, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0015d2d00, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc04715bf80, 0x1463c80, 0xc001c095e0, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc001c095e0, 0xc04715bf80, 0x1463c80, 0xc001c095e0)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 647 [runnable]:
syscall.Syscall(0x1, 0x11, 0xc04049b400, 0x20, 0x20, 0x20, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.write(0x11, 0xc04049b400, 0x20, 0x20, 0x0, 0xc00082a8d0, 0xc00082a888)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:1005 +0x5a
syscall.Write(...)
/usr/local/go/src/syscall/syscall_unix.go:202
internal/poll.(*FD).Write(0xc0001b81e0, 0xc04049b400, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:268 +0x1a1
os.(*File).write(...)
/usr/local/go/src/os/file_unix.go:276
os.(*File).Write(0xc000010468, 0xc04049b400, 0x20, 0x20, 0xc0438af920, 0xc042146760, 0xc039b7a840)
/usr/local/go/src/os/file.go:153 +0x77
github.com/ethereum/go-ethereum/core/rawdb.(*freezerTable).Append(0xc0000cc2c0, 0x53d22, 0xc04049b400, 0x20, 0x20, 0x0, 0x0)
/go-ethereum/core/rawdb/freezer_table.go:501 +0x362
github.com/ethereum/go-ethereum/core/rawdb.(*freezer).AppendAncient(0xc000466420, 0x53d22, 0xc04049b400, 0x20, 0x20, 0xc0404d6500, 0x25f, 0x25f, 0xc03f4dc8c0, 0x1b5, ...)
/go-ethereum/core/rawdb/freezer.go:197 +0x124
github.com/ethereum/go-ethereum/core/rawdb.WriteAncientBlock(0x7fced5016760, 0xc000466840, 0xc03b64e480, 0xc005adc500, 0x1, 0x4, 0xc0404d3140, 0x284)
/go-ethereum/core/rawdb/accessors_chain.go:566 +0x5a8
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertReceiptChain.func2(0xc02da6f800, 0x800, 0x900, 0xc03d224000, 0x800, 0x955, 0x0, 0x0, 0x0)
/go-ethereum/core/blockchain.go:1125 +0xdc2
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertReceiptChain(0xc000bf6000, 0xc03ae28000, 0x800, 0x800, 0xc03ae2c000, 0x800, 0x800, 0x5affff, 0x0, 0x0, ...)
/go-ethereum/core/blockchain.go:1229 +0x1b63
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).commitFastSyncData(0xc0007ab6c0, 0xc02da6b000, 0x800, 0x900, 0xc03da04ee0, 0xc02da6b000, 0x800)
/go-ethereum/eth/downloader/downloader.go:1706 +0x68c
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent(0xc0007ab6c0, 0xc028706d80, 0x0, 0x0)
/go-ethereum/eth/downloader/downloader.go:1629 +0x351
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func7(0xc001672770, 0xc000b5ab40)
/go-ethereum/eth/downloader/downloader.go:520 +0x33
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0007ab6c0, 0xc024966c00, 0xc04568a620)
/go-ethereum/eth/downloader/downloader.go:534 +0x63
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/go-ethereum/eth/downloader/downloader.go:534 +0xaf
goroutine 644 [runnable]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc0007ab6c0, 0xc00044b440, 0xc041f27e70, 0xc000b61dc0, 0xc041f27e60, 0xc041f27ed0, 0xc041f27ec0, 0xc041f27eb0, 0xc041f27ea0, 0x0, ...)
/go-ethereum/eth/downloader/downloader.go:1199 +0x1d8
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc0007ab6c0, 0x425d0, 0x1000000000001, 0xc002e82680)
/go-ethereum/eth/downloader/downloader.go:1128 +0x2f2
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func4(0xc001680770, 0x1)
/go-ethereum/eth/downloader/downloader.go:515 +0x36
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc0007ab6c0, 0xc024966c00, 0xc04568a5e0)
/go-ethereum/eth/downloader/downloader.go:534 +0x63
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/go-ethereum/eth/downloader/downloader.go:534 +0xaf
goroutine 9263 [select]:
net.(*netFD).connect.func2(0x1476780, 0xc038f965a0, 0xc038c7bc80, 0xc04d5acc00, 0xc04d5acba0)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x275
goroutine 648 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).Wait(...)
/go-ethereum/eth/downloader/statesync.go:262
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent.func1(0xc03da04ee0)
/go-ethereum/eth/downloader/downloader.go:1580 +0x45
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent
/go-ethereum/eth/downloader/downloader.go:1584 +0x12e
goroutine 731 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc000fad180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0078b5e10, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0078b5e10, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc026b484e0, 0x1463c80, 0xc000fad180, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc000fad180, 0xc026b484e0, 0x1463c80, 0xc000fad180)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 935 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0492be820)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 736 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0078b5e10)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 1504 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0062e21e0, 0xfc2540, 0xc0055c3780, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc0062e21e0)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 728 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc026b484e0, 0xfc2540, 0xc0016ca980, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc026b484e0)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 735 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0078b5e10)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 1026 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0435c5ba0)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 1004 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56068, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc02baca098, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc02baca080, 0xc040551820, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc02baca080, 0xc040551820, 0x20, 0x20, 0x0, 0x20, 0xc040551820)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc03a0fa3f8, 0xc040551820, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc03a0fa3f8, 0xc040551820, 0x20, 0x20, 0x20, 0x6fc23a77f, 0x6fc23a77f, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc004077c70, 0xbf99a6c8e44bc753, 0x1eede8d226, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc03da9f950, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc04c3a86c0, 0xc04c3a8780)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 734 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0078b5e10)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 1207 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc041443920, 0xfc2540, 0xc041ea4200, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc041443920)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 1003 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc04c3a86c0, 0xfc2540, 0xc02bacbd80, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc04c3a86c0)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 1210 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc0000a97c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc041ea6340, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc041ea6340, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc041443920, 0x1463c80, 0xc0000a97c0, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc0000a97c0, 0xc041443920, 0x1463c80, 0xc0000a97c0)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 3691 [runnable]:
internal/poll.runtime_pollWait(0x7fcedcd56618, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc00d7dd098, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc00d7dd080, 0xc03a9d4f00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc00d7dd080, 0xc03a9d4f00, 0x20, 0x20, 0x0, 0x20, 0xc03a9d4f00)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc033cbd590, 0xc03a9d4f00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc033cbd590, 0xc03a9d4f00, 0x20, 0x20, 0x20, 0x6fc23a5fb, 0x6fc23a5fb, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc034be9c00, 0xbf99a6c8a0479843, 0x1eae49d929, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc04272f1a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc028044360, 0xc0280446c0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 1024 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0435c5ba0)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 1006 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc022ff4780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0435c5ba0, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0435c5ba0, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc04c3a86c0, 0x1463c80, 0xc022ff4780, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc022ff4780, 0xc04c3a86c0, 0x1463c80, 0xc022ff4780)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 908 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56138, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03f53ee18, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc03f53ee00, 0xc03ee79640, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc03f53ee00, 0xc03ee79640, 0x20, 0x20, 0x0, 0x20, 0xc03ee79640)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc045a584f0, 0xc03ee79640, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc045a584f0, 0xc03ee79640, 0x20, 0x20, 0x20, 0x6fc23a61f, 0x6fc23a61f, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc0493359d0, 0xbf99a6c8d347c764, 0x1edce4d23b, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc0463d8090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc047123ec0, 0xc047123f80)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 934 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0492be820)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 907 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc047123ec0, 0xfc2540, 0xc0451c7780, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc047123ec0)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 909 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc047123ec0)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 1005 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc04c3a86c0)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 910 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc001cda280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0492be820, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0492be820, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc047123ec0, 0x1463c80, 0xc001cda280, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc001cda280, 0xc047123ec0, 0x1463c80, 0xc001cda280)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 1025 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0435c5ba0)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 1208 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56c98, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc041ea4018, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc041ea4000, 0xc03beafbe0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc041ea4000, 0xc03beafbe0, 0x20, 0x20, 0x0, 0x20, 0xc03beafbe0)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc0256085f8, 0xc03beafbe0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc0256085f8, 0xc03beafbe0, 0x20, 0x20, 0x20, 0x6fc23a194, 0x6fc23a194, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc0419c90a0, 0xbf99a6c8b0f8ef63, 0x1ebefb304d, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc041ea2390, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc041443920, 0xc0414439e0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 1607 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56478, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc025ff3a18, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc025ff3a00, 0xc040024560, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc025ff3a00, 0xc040024560, 0x20, 0x20, 0x0, 0x20, 0xc040024560)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc024b13090, 0xc040024560, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc024b13090, 0xc040024560, 0x20, 0x20, 0x20, 0x6fc23a698, 0x6fc23a698, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc0275e3880, 0xbf99a6c8e04a445b, 0x1ee9e74f41, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc0297d2780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0278ee060, 0xc0278ee2a0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 1657 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc031b4ee40)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 1209 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc041443920)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 9320 [select]:
net.(*netFD).connect.func2(0x1476780, 0xc03c555ce0, 0xc03c9c5d00, 0xc03d183920, 0xc03d1838c0)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x275
goroutine 1609 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc024c29680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc027304a90, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc027304a90, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0278ee060, 0x1463c80, 0xc024c29680, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc024c29680, 0xc0278ee060, 0x1463c80, 0xc024c29680)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 1215 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc041ea6340)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 1216 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc041ea6340)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 1214 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc041ea6340)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 9345 [select]:
net.(*netFD).connect.func2(0x1476780, 0xc03e8aaea0, 0xc03d975100, 0xc03f041200, 0xc03f0411a0)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x275
goroutine 1480 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc04715bf80, 0xfc2540, 0xc0055c2a00, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc04715bf80)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 1482 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc04715bf80)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 1516 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0015d2d00)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 1616 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc027304a90)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 1605 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0278ee060, 0xfc2540, 0xc026d94c80, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc0278ee060)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 1614 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc027304a90)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 1518 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc0015d2d00)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 1517 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0015d2d00)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 1511 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc0245fb450)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 1608 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0278ee060)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 1512 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc0245fb450)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 1481 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d768, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0080c2e18, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0080c2e00, 0xc03f19c8a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc0080c2e00, 0xc03f19c8a0, 0x20, 0x20, 0x0, 0x20, 0xc03f19c8a0)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc0031ecf60, 0xc03f19c8a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc0031ecf60, 0xc03f19c8a0, 0x20, 0x20, 0x20, 0x6fc23a73d, 0x6fc23a73d, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc0359f3e30, 0xbf99a6c8d4a207bd, 0x1ede3f128c, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc0034a4570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc04715bf80, 0xc005df0060)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 1507 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc000fac000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc0245fb450, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc0245fb450, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc0062e21e0, 0x1463c80, 0xc000fac000, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc000fac000, 0xc0062e21e0, 0x1463c80, 0xc000fac000)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 1505 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d838, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0055c3498, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0055c3480, 0xc03ac769e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc0055c3480, 0xc03ac769e0, 0x20, 0x20, 0x0, 0x20, 0xc03ac769e0)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc0042adff8, 0xc03ac769e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc0042adff8, 0xc03ac769e0, 0x20, 0x20, 0x20, 0x6fc23a7f2, 0x6fc23a7f2, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc036207880, 0xbf99a6c8a1ed91e8, 0x1eafefd388, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc049630120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0062e21e0, 0xc0062e22a0)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 9354 [runnable]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc000433d60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*peer).readStatus(0xc027304410, 0x4, 0xc030209500, 0x48b794af3dfd4163, 0x8f02265b5aed2cc7, 0x445820df0f57424, 0x77e16757a737fae4, 0xc000430100, 0xc0363b2a80, 0xc044e8ede0)
/go-ethereum/eth/peer.go:655 +0xa3
github.com/ethereum/go-ethereum/eth.(*peer).Handshake.func2(0xc027304410, 0xc03e8abe60, 0x4, 0xc03e8abec0, 0x48b794af3dfd4163, 0x8f02265b5aed2cc7, 0x445820df0f57424, 0x77e16757a737fae4, 0xc030209500, 0xc000430100)
/go-ethereum/eth/peer.go:599 +0x8b
created by github.com/ethereum/go-ethereum/eth.(*peer).Handshake
/go-ethereum/eth/peer.go:594 +0x1aa
goroutine 1615 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc027304a90)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 1656 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d908, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc02d108098, 0x72, 0x0, 0x20, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc02d108080, 0xc0401a0680, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc02d108080, 0xc0401a0680, 0x20, 0x20, 0x0, 0x20, 0xc0401a0680)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc027395188, 0xc0401a0680, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc027395188, 0xc0401a0680, 0x20, 0x20, 0x20, 0x6fc23a6f1, 0x6fc23a6f1, 0x18)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc031a911f0, 0xbf99a6c8e1512c4a, 0x1eeaee3735, 0x1eacce0, 0x0, 0x0, 0x1eacce0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:643 +0xe4
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc02e74b590, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:95 +0x119
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc031b4ee40, 0xc031b4f020)
/go-ethereum/p2p/peer.go:271 +0xbc
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:208 +0xf2
goroutine 1654 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc031b4ee40, 0xfc2540, 0xc031b4cd00, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc031b4ee40)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 1658 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc031b241e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc031b524e0, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc031b524e0, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc031b4ee40, 0x1463c80, 0xc031b241e0, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc031b241e0, 0xc031b4ee40, 0x1463c80, 0xc031b241e0)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 1679 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastBlocks(0xc031b524e0)
/go-ethereum/eth/peer.go:134 +0x12a
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:721 +0x13f
goroutine 9329 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d358, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03d974298, 0x72, 0x0, 0xd2, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc03d974280, 0xc02506d260, 0xd2, 0xd2, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc03d974280, 0xc02506d260, 0xd2, 0xd2, 0x0, 0xd2, 0xc02506d260)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc046de0168, 0xc02506d260, 0xd2, 0xd2, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
io.ReadAtLeast(0x14559a0, 0xc046de0168, 0xc02506d260, 0xd2, 0xd2, 0xd2, 0x0, 0x20300f, 0x20300f)
/usr/local/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/usr/local/go/src/io/io.go:329
github.com/ethereum/go-ethereum/p2p.readHandshakeMsg(0x1454b20, 0xc03d974e80, 0xd2, 0xc000426e40, 0x14559a0, 0xc046de0168, 0x0, 0x0, 0x21, 0x0, ...)
/go-ethereum/p2p/rlpx.go:471 +0x9b
github.com/ethereum/go-ethereum/p2p.initiatorEncHandshake(0x7fced72a6730, 0xc046de0168, 0xc000426e40, 0xc03f587e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/rlpx.go:296 +0x2ca
github.com/ethereum/go-ethereum/p2p.(*rlpx).doEncHandshake(0xc031b945a0, 0xc000426e40, 0xc03f587e60, 0x0, 0x0, 0x20300c)
/go-ethereum/p2p/rlpx.go:186 +0xc0
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0xc000418f00, 0xc03e8aaa20, 0xc000000001, 0xc039effa70, 0xa02985, 0xc03a0b32a2)
/go-ethereum/p2p/server.go:942 +0xc6
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc000418f00, 0x1481e40, 0xc046de0168, 0x1, 0xc039effa70, 0x1454d60, 0xc03f55139c)
/go-ethereum/p2p/server.go:914 +0x11d
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc0500c9ce0, 0xc0000d8840, 0xc039effa70, 0x4, 0xc03f906760)
/go-ethereum/p2p/dial.go:535 +0x5ab
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc0500c9ce0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc0500c9ce0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
goroutine 1680 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc031b524e0)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 8623 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd567b8, 0x77, 0xc033507680)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0459f8e98, 0x77, 0x1476700, 0xc02bd7cae0, 0xc0459f8e80)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc0459f8e80, 0x1476780, 0xc02bd7cae0, 0x0, 0x0, 0x1455e80, 0xc03640ac40, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x29d
net.(*netFD).dial(0xc0459f8e80, 0x1476780, 0xc02bd7cae0, 0x147e300, 0x0, 0x147e300, 0xc0301f1500, 0x0, 0x1, 0xc006e58878)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x1476780, 0xc02bd7cae0, 0x11e29b8, 0x3, 0x2, 0x1, 0x0, 0x0, 0x147e300, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x1476780, 0xc02bd7cae0, 0x11e29b8, 0x3, 0x147e300, 0x0, 0x147e300, 0xc0301f1500, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc0459f8e00, 0x1476780, 0xc02bd7cae0, 0x0, 0xc0301f1500, 0x10658c0, 0x1ee3800, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc0459f8e00, 0x1476780, 0xc02bd7cae0, 0x0, 0xc0301f1500, 0xc0440d11b0, 0x10, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc0459f8e00, 0x1476780, 0xc02bd7cae0, 0x14647c0, 0xc0301f1500, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:578 +0x36e
net.(*sysDialer).dialSerial(0xc0459f8e00, 0x1476780, 0xc02bd7cae0, 0xc0440d11b0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:546 +0x221
net.(*Dialer).DialContext(0xc0001b9da0, 0x1476700, 0xc000431680, 0x11e29b8, 0x3, 0xc03640ac20, 0x14, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:424 +0x666
github.com/ethereum/go-ethereum/p2p.tcpDialer.Dial(0xc0001b9da0, 0x1476700, 0xc000431680, 0xc0415cf4d0, 0x0, 0x1c44300, 0x117dfe0, 0xc0000a6a00)
/go-ethereum/p2p/dial.go:67 +0x91
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc0301f13b0, 0xc0000d8840, 0xc0415cf4d0, 0x4, 0xc0007cc0e0)
/go-ethereum/p2p/dial.go:529 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc0301f13b0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc0301f13b0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
goroutine 8909 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56548, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03d6f9998, 0x72, 0x1000, 0x1000, 0xffffffffffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc03d6f9980, 0xc0502ce000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc03d6f9980, 0xc0502ce000, 0x1000, 0x1000, 0xc040b08240, 0xc00780e7e8, 0x82d633)
/usr/local/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc026b4b710, 0xc0502ce000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x68
net/http.(*connReader).Read(0xc040c2c390, 0xc0502ce000, 0x1000, 0x1000, 0x0, 0x1455940, 0x203010)
/usr/local/go/src/net/http/server.go:785 +0xf4
bufio.(*Reader).fill(0xc04e84d200)
/usr/local/go/src/bufio/bufio.go:100 +0x103
bufio.(*Reader).ReadSlice(0xc04e84d200, 0xa, 0x28, 0xc00780e9a8, 0x426166, 0xc0045abe00, 0x100)
/usr/local/go/src/bufio/bufio.go:359 +0x3d
bufio.(*Reader).ReadLine(0xc04e84d200, 0xc00780e9b0, 0xc004af3c00, 0x7fcedf04f008, 0x0, 0x4269d8, 0x30)
/usr/local/go/src/bufio/bufio.go:388 +0x34
net/textproto.(*Reader).readLineSlice(0xc040c2c3c0, 0xc0045abe00, 0xc03d6f9980, 0x0, 0x0, 0x6fc23a689)
/usr/local/go/src/net/textproto/reader.go:57 +0x6c
net/textproto.(*Reader).ReadLine(...)
/usr/local/go/src/net/textproto/reader.go:38
net/http.readRequest(0xc04e84d200, 0xbf99a6c6774d1900, 0xc0045abe00, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:1012 +0x92
net/http.(*conn).readRequest(0xc022ff4aa0, 0x1476700, 0xc040b08200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:965 +0x15f
net/http.(*conn).serve(0xc022ff4aa0, 0x1476700, 0xc040b08200)
/usr/local/go/src/net/http/server.go:1817 +0x6d4
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2928 +0x384
goroutine 9319 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d428, 0x77, 0xc031a22000)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03c9c5d18, 0x77, 0x1476700, 0xc03c555ce0, 0xc03c9c5d00)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc03c9c5d00, 0x1476780, 0xc03c555ce0, 0x0, 0x0, 0x1455e80, 0xc03d671360, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x29d
net.(*netFD).dial(0xc03c9c5d00, 0x1476780, 0xc03c555ce0, 0x147e300, 0x0, 0x147e300, 0xc04cf76bd0, 0x0, 0x1, 0xc001d4c878)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x1476780, 0xc03c555ce0, 0x11e29b8, 0x3, 0x2, 0x1, 0x0, 0x0, 0x147e300, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x1476780, 0xc03c555ce0, 0x11e29b8, 0x3, 0x147e300, 0x0, 0x147e300, 0xc04cf76bd0, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc03c9c5c80, 0x1476780, 0xc03c555ce0, 0x0, 0xc04cf76bd0, 0x10658c0, 0x1ee3800, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc03c9c5c80, 0x1476780, 0xc03c555ce0, 0x0, 0xc04cf76bd0, 0xc03cacca70, 0x10, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc03c9c5c80, 0x1476780, 0xc03c555ce0, 0x14647c0, 0xc04cf76bd0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:578 +0x36e
net.(*sysDialer).dialSerial(0xc03c9c5c80, 0x1476780, 0xc03c555ce0, 0xc03cacca70, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:546 +0x221
net.(*Dialer).DialContext(0xc0001b9da0, 0x1476700, 0xc000431680, 0x11e29b8, 0x3, 0xc03d671340, 0x13, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:424 +0x666
github.com/ethereum/go-ethereum/p2p.tcpDialer.Dial(0xc0001b9da0, 0x1476700, 0xc000431680, 0xc039eff830, 0x0, 0x1c44300, 0x117dfe0, 0xc0000a6a00)
/go-ethereum/p2p/dial.go:67 +0x91
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04cf76a80, 0xc0000d8840, 0xc039eff830, 0x4, 0xc00167ffd0)
/go-ethereum/p2p/dial.go:529 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc04cf76a80, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc04cf76a80, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
goroutine 9348 [semacquire]:
sync.runtime_Semacquire(0xc03e8ab9b0)
/usr/local/go/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc03e8ab9a8)
/usr/local/go/src/sync/waitgroup.go:130 +0x64
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc03e8ab980, 0xfc2540, 0xc03d975580, 0x0)
/go-ethereum/p2p/peer.go:246 +0x31b
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc03e8ab980)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 3741 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).announceTransactions(0xc049836a90)
/go-ethereum/eth/peer.go:256 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:723 +0x189
goroutine 9344 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d1b8, 0x77, 0xc023b75980)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03d975118, 0x77, 0x1476700, 0xc03e8aaea0, 0xc03d975100)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc03d975100, 0x1476780, 0xc03e8aaea0, 0x0, 0x0, 0x1455e80, 0xc03f639740, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x29d
net.(*netFD).dial(0xc03d975100, 0x1476780, 0xc03e8aaea0, 0x147e300, 0x0, 0x147e300, 0xc0343b4c00, 0x0, 0x1, 0xc00780c878)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x1476780, 0xc03e8aaea0, 0x11e29b8, 0x3, 0x2, 0x1, 0x0, 0x0, 0x147e300, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x1476780, 0xc03e8aaea0, 0x11e29b8, 0x3, 0x147e300, 0x0, 0x147e300, 0xc0343b4c00, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc03d975080, 0x1476780, 0xc03e8aaea0, 0x0, 0xc0343b4c00, 0x10658c0, 0x1ee3800, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc03d975080, 0x1476780, 0xc03e8aaea0, 0x0, 0xc0343b4c00, 0xc03cacdbb0, 0x10, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc03d975080, 0x1476780, 0xc03e8aaea0, 0x14647c0, 0xc0343b4c00, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:578 +0x36e
net.(*sysDialer).dialSerial(0xc03d975080, 0x1476780, 0xc03e8aaea0, 0xc03cacdbb0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:546 +0x221
net.(*Dialer).DialContext(0xc0001b9da0, 0x1476700, 0xc000431680, 0x11e29b8, 0x3, 0xc03f639720, 0x11, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:424 +0x666
github.com/ethereum/go-ethereum/p2p.tcpDialer.Dial(0xc0001b9da0, 0x1476700, 0xc000431680, 0xc039effdd0, 0x0, 0x1c44300, 0x117dfe0, 0xc0000a6a00)
/go-ethereum/p2p/dial.go:67 +0x91
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc0343b4a80, 0xc0000d8840, 0xc039effdd0, 0x4, 0xc0007cc0e0)
/go-ethereum/p2p/dial.go:529 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc0343b4a80, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc0343b4a80, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
goroutine 9278 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).findnode(0xc000bf5710, 0x4ce7ee5ca04f998d, 0xae698080652e474d, 0xb8bc91420c309326, 0x70d387facb9883b5, 0xc04a62ea80, 0x520156df08352092, 0x351a39ceb1668d34, 0x656a5ccf981ab2d9, 0xc48a121febf6e290, ...)
/go-ethereum/p2p/discover/v4_udp.go:458 +0x2a8
github.com/ethereum/go-ethereum/p2p/discover.(*UDPv4).newLookup.func1(0xc025b33710, 0x4ce7ee5ca04f998d, 0xae698080652e474d, 0xb8bc91420c309326, 0x70d387facb9883b5, 0xc03990ad6c)
/go-ethereum/p2p/discover/v4_udp.go:427 +0x128
github.com/ethereum/go-ethereum/p2p/discover.(*lookup).query(0xc02bf6fb00, 0xc025b33710, 0xc02bf86840)
/go-ethereum/p2p/discover/lookup.go:145 +0x101
created by github.com/ethereum/go-ethereum/p2p/discover.(*lookup).startQueries
/go-ethereum/p2p/discover/lookup.go:127 +0x1be
goroutine 9335 [select]:
net.(*netFD).connect.func2(0x1476780, 0xc03d6ad260, 0xc03d974780, 0xc03df16240, 0xc03df161e0)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x275
goroutine 8651 [IO wait]:
internal/poll.runtime_pollWait(0x7fced501d698, 0x77, 0xc02e93cd80)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc02f755c18, 0x77, 0x1476700, 0xc03a13c420, 0xc02f755c00)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc02f755c00, 0x1476780, 0xc03a13c420, 0x0, 0x0, 0x1455e80, 0xc03f95eea0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x29d
net.(*netFD).dial(0xc02f755c00, 0x1476780, 0xc03a13c420, 0x147e300, 0x0, 0x147e300, 0xc003c5f140, 0x0, 0x1, 0xc0005b3878)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x1476780, 0xc03a13c420, 0x11e29b8, 0x3, 0x2, 0x1, 0x0, 0x0, 0x147e300, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x1476780, 0xc03a13c420, 0x11e29b8, 0x3, 0x147e300, 0x0, 0x147e300, 0xc003c5f140, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc02f755b80, 0x1476780, 0xc03a13c420, 0x0, 0xc003c5f140, 0x10658c0, 0x1ee3800, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc02f755b80, 0x1476780, 0xc03a13c420, 0x0, 0xc003c5f140, 0xc00db8de50, 0x10, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc02f755b80, 0x1476780, 0xc03a13c420, 0x14647c0, 0xc003c5f140, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:578 +0x36e
net.(*sysDialer).dialSerial(0xc02f755b80, 0x1476780, 0xc03a13c420, 0xc00db8de50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:546 +0x221
net.(*Dialer).DialContext(0xc0001b9da0, 0x1476700, 0xc000431680, 0x11e29b8, 0x3, 0xc03f95ee80, 0x13, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:424 +0x666
github.com/ethereum/go-ethereum/p2p.tcpDialer.Dial(0xc0001b9da0, 0x1476700, 0xc000431680, 0xc0415cf5f0, 0x0, 0x1c44300, 0x117dfe0, 0xc0000a6a00)
/go-ethereum/p2p/dial.go:67 +0x91
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc003c5eff0, 0xc0000d8840, 0xc0415cf5f0, 0x4, 0xc0489eed80)
/go-ethereum/p2p/dial.go:529 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc003c5eff0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc003c5eff0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
goroutine 9352 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).Handshake(0xc027304410, 0x4, 0xc03fea9ca0, 0x54405cefbac56d28, 0xce82b5ad2d86519c, 0x6888529e29043559, 0x6aa71282d0e7896b, 0x48b794af3dfd4163, 0x8f02265b5aed2cc7, 0x445820df0f57424, ...)
/go-ethereum/eth/peer.go:607 +0x2cb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc027304410, 0x0, 0x0)
/go-ethereum/eth/handler.go:322 +0x379
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc03e8ab980, 0x1463c80, 0xc000433d60, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc000433d60, 0xc03e8ab980, 0x1463c80, 0xc000433d60)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 3693 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc001cdac80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go-ethereum/p2p/peer.go:426 +0xee
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc0000e2fc0, 0xc049836a90, 0x0, 0x0)
/go-ethereum/eth/handler.go:379 +0x76
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc0000e2fc0, 0xc049836a90, 0x0, 0x0)
/go-ethereum/eth/handler.go:368 +0x845
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).makeProtocol.func1(0xc028044360, 0x1463c80, 0xc001cdac80, 0x0, 0x0)
/go-ethereum/eth/handler.go:221 +0x259
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc001cdac80, 0xc028044360, 0x1463c80, 0xc001cdac80)
/go-ethereum/p2p/peer.go:368 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/go-ethereum/p2p/peer.go:367 +0x203
goroutine 3692 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc028044360)
/go-ethereum/p2p/peer.go:255 +0x178
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/go-ethereum/p2p/peer.go:209 +0x117
goroutine 3740 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).broadcastTransactions(0xc049836a90)
/go-ethereum/eth/peer.go:194 +0x19e
created by github.com/ethereum/go-ethereum/eth.(*peerSet).Register
/go-ethereum/eth/peer.go:722 +0x164
goroutine 3689 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc028044360, 0xfc2540, 0xc026fb4b00, 0x0)
/go-ethereum/p2p/peer.go:218 +0x270
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc000418f00, 0xc028044360)
/go-ethereum/p2p/server.go:1035 +0x1fa
created by github.com/ethereum/go-ethereum/p2p.(*Server).launchPeer
/go-ethereum/p2p/server.go:1018 +0xc0
goroutine 9334 [IO wait]:
internal/poll.runtime_pollWait(0x7fcedcd56d68, 0x77, 0xc0357aea80)
/usr/local/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc03d974798, 0x77, 0x1476700, 0xc03d6ad260, 0xc03d974780)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc03d974780, 0x1476780, 0xc03d6ad260, 0x0, 0x0, 0x1455e80, 0xc03e1e8440, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x29d
net.(*netFD).dial(0xc03d974780, 0x1476780, 0xc03d6ad260, 0x147e300, 0x0, 0x147e300, 0xc053d4b140, 0x0, 0x1, 0xc0344ba878)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x1476780, 0xc03d6ad260, 0x11e29b8, 0x3, 0x2, 0x1, 0x0, 0x0, 0x147e300, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x1476780, 0xc03d6ad260, 0x11e29b8, 0x3, 0x147e300, 0x0, 0x147e300, 0xc053d4b140, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc03d974700, 0x1476780, 0xc03d6ad260, 0x0, 0xc053d4b140, 0x10658c0, 0x1ee3800, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc03d974700, 0x1476780, 0xc03d6ad260, 0x0, 0xc053d4b140, 0xc03caccd10, 0x10, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc03d974700, 0x1476780, 0xc03d6ad260, 0x14647c0, 0xc053d4b140, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:578 +0x36e
net.(*sysDialer).dialSerial(0xc03d974700, 0x1476780, 0xc03d6ad260, 0xc03caccd10, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:546 +0x221
net.(*Dialer).DialContext(0xc0001b9da0, 0x1476700, 0xc000431680, 0x11e29b8, 0x3, 0xc03e1e8420, 0x13, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:424 +0x666
github.com/ethereum/go-ethereum/p2p.tcpDialer.Dial(0xc0001b9da0, 0x1476700, 0xc000431680, 0xc039effcb0, 0x0, 0x1c44300, 0x117dfe0, 0xc0000a6a00)
/go-ethereum/p2p/dial.go:67 +0x91
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc053d4aff0, 0xc0000d8840, 0xc039effcb0, 0x4, 0xc03f906760)
/go-ethereum/p2p/dial.go:529 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).run(0xc053d4aff0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:483 +0x60
github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial.func1(0xc053d4aff0, 0xc0000d8840)
/go-ethereum/p2p/dial.go:452 +0x35
created by github.com/ethereum/go-ethereum/p2p.(*dialScheduler).startDial
/go-ethereum/p2p/dial.go:451 +0x408
The provided stacktrace is incomplete, does not contain the first parts which says what it's crashing about (nil-deref ? out-of-memory?). I'm closing this, but feel free to reopen if you can provide the full log.