Skip to content

Instantly share code, notes, and snippets.

@zelig
Created August 16, 2017 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zelig/e5bf48c90cc57682fceba8e5f04763ad to your computer and use it in GitHub Desktop.
Save zelig/e5bf48c90cc57682fceba8e5f04763ad to your computer and use it in GitHub Desktop.
discovery deadlock stack trace
This file has been truncated, but you can view the full file.
goroutine 0 [idle]:
runtime.futex(0x10d7170, 0x0, 0x0, 0x0, 0xffffffff00000000, 0xffffffff, 0x0, 0x0, 0x7ffe88726450, 0x41431b, ...)
/usr/local/go/src/runtime/sys_linux_amd64.s:422 +0x21
runtime.futexsleep(0x10d7170, 0x0, 0xffffffffffffffff)
/usr/local/go/src/runtime/os_linux.go:45 +0x62
runtime.notesleep(0x10d7170)
/usr/local/go/src/runtime/lock_futex.go:145 +0x6b
runtime.stopm()
/usr/local/go/src/runtime/proc.go:1650 +0xad
runtime.findrunnable(0xc420023300, 0x0)
/usr/local/go/src/runtime/proc.go:2102 +0x2e4
runtime.schedule()
/usr/local/go/src/runtime/proc.go:2222 +0x14c
runtime.park_m(0xc420522820)
/usr/local/go/src/runtime/proc.go:2285 +0xab
runtime.mcall(0x7ffe887265e0)
/usr/local/go/src/runtime/asm_amd64.s:269 +0x5b
goroutine 1 [chan receive, 1 minutes]:
testing.(*T).Run(0xc4202004e0, 0xb061e6, 0x21, 0xb17030, 0xc4200ebd01)
/usr/local/go/src/testing/testing.go:698 +0x2f4
testing.runTests.func1(0xc4202004e0)
/usr/local/go/src/testing/testing.go:882 +0x67
testing.tRunner(0xc4202004e0, 0xc4200ebde0)
/usr/local/go/src/testing/testing.go:657 +0x96
testing.runTests(0xc4201fc1a0, 0xffc4e0, 0x3, 0x3, 0xc4201f0440)
/usr/local/go/src/testing/testing.go:888 +0x2c1
testing.(*M).Run(0xc4205c7f20, 0xc4200ebf20)
/usr/local/go/src/testing/testing.go:822 +0xfc
main.main()
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/_test/_testmain.go:46 +0xf7
goroutine 17 [syscall, 1 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 6 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc4201802a0, 0xc4201801e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x5a
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x176
goroutine 7 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc4201802a0, 0xc420180240)
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x94
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x1a2
goroutine 291 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc42056a230, 0x1027720, 0xc4204d2420)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 18 [syscall, 1 minutes]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x104
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 19 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*requestOp).wait(0xc421d00280, 0x1024160, 0xc420016ea8, 0xc421d00280, 0xa55e20, 0xc4216e0bd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:138 +0x147
github.com/ethereum/go-ethereum/rpc.(*Client).CallContext(0xc4201302a0, 0x1024160, 0xc420016ea8, 0x9d65c0, 0xc421ddcc7e, 0xaf694a, 0xc, 0xc421ddccb0, 0x1, 0x1, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:275 +0x21f
github.com/ethereum/go-ethereum/rpc.(*Client).Call(0xc4201302a0, 0x9d65c0, 0xc421ddcc7e, 0xaf694a, 0xc, 0xc421ddccb0, 0x1, 0x1, 0xf7fb02215eaf935, 0xc4201fd940)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:250 +0x9f
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.testDiscoverySimulation.func2(0x10241a0, 0xc420526de0, 0x2be9bb887e1d5ba7, 0xec446f2e7a4e8c7d, 0xef351f9587b4b17b, 0xafb52204fc093340, 0xa61121090467a8d7, 0xb42c007e1da3d6c5, 0x8a72c50af98eba4b, 0xf7fb02215eaf935, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:135 +0x2c2
github.com/ethereum/go-ethereum/p2p/simulations.(*Simulation).Run(0xc4200e7d60, 0x10241a0, 0xc420526de0, 0xc4200e7ea0, 0xc420526f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/simulation.go:60 +0x58f
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.testDiscoverySimulation(0xc4202005b0, 0x101ffe0, 0xc4201f2510)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:153 +0xd74
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.TestDiscoverySimulationSimAdapter(0xc4202005b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:68 +0xcb
testing.tRunner(0xc4202005b0, 0xb17030)
/usr/local/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:697 +0x2ca
goroutine 20 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201fc3e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 9 [syscall, 1 minutes]:
syscall.Syscall6(0xe8, 0x9, 0xc42002ef6c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x9fcd00, 0xc4201882b0, 0x9fcd00)
/usr/local/go/src/syscall/asm_linux_amd64.s:44 +0x5
syscall.EpollWait(0x9, 0xc42002ef6c, 0x1, 0x1, 0xffffffffffffffff, 0x9704eb, 0xc4202005b0, 0x101ffe0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:365 +0x77
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc42018a000, 0xc4201803c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:193 +0x81
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x13d
goroutine 10 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc42018a000, 0xc4201803c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x66
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x198
goroutine 11 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc42018a000, 0xc4201803c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x66
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
/home/tron/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x198
goroutine 21 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c000)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 12 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420077930)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 13 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4200e1200, 0x1024420, 0xc42014cdc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 14 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42017a640, 0xc4200e1200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 66 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420262700, 0x1027720, 0xc420188ff0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 34 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa100, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa0f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa0c0, 0xc4202e0001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0278, 0xc4202e0001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b6380, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b6380, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b6380, 0xa36280, 0xc421664580, 0x7d, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4202967d0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc420185290, 0x1027980, 0xc4202967d0, 0xc420185290, 0xc4202bc100, 0x1027980, 0xc4202967d0, 0xc4202b0e28, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc420185290, 0x1027980, 0xc4202967d0, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc420185290, 0x1027980, 0xc4202967d0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 35 [select]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a6380, 0x1027720, 0xc4202a8670)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 36 [semacquire]:
sync.runtime_notifyListWait(0xc4202aa1c0, 0xc4000016aa)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa1b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa180, 0xc4202e0601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0288, 0xc4202e0601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d8000, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d8000, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d8000, 0xa36280, 0xc420254140, 0x9d0500, 0xc420265f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42027ef00, 0xc420265f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a6380, 0x1027720, 0xc4202a8670, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 50 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202ec270)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 38 [select]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e1200, 0xc42025e140, 0xc42027cc60)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 39 [select]:
reflect.rselect(0xc421a24e00, 0x2, 0x2, 0xc42027f1a0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420e79ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202ca3f0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202ca3f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 40 [select]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x6c74612825dc438f, 0x38f17ba9fe5a2910, 0x8061c14b0cfb964d, 0x7f50489b85e98c51, 0x20904901b94b2303, 0x26d9083ad6ae9452, 0xc7862a69d102b697, 0x3d1df05ab226b873, 0xc42027f020, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 67 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017c7c0, 0xc40000008b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c7b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c780, 0xc420183801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e4b0, 0xc420183801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d8fc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d8fc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d8fc0, 0xa36280, 0xc420255020, 0x9d0500, 0xc420338f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420346060, 0xc420338f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420262700, 0x1027720, 0xc420188ff0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 42 [select]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e1200, 0xc42025e140, 0xc42027cf90)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 43 [select]:
reflect.rselect(0xc422af2a80, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420639ef0, 0x3, 0x3, 0xc420856e80, 0x16, 0xc423a55c80, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202ca870, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202ca870)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 44 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4202ca870, 0xc42027f6e0, 0xc4201fe540, 0x6c74612825dc438f, 0x38f17ba9fe5a2910, 0x8061c14b0cfb964d, 0x7f50489b85e98c51, 0x20904901b94b2303, 0x26d9083ad6ae9452, 0xc7862a69d102b697, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 45 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4202ad1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 46 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 51 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42030e240, 0x1024420, 0xc42031e140)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 52 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420260370, 0xc42030e240)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 54 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42030e6c0, 0x1024420, 0xc42031eaa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 47 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa340, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa330)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa300, 0xc420328001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0508, 0xc420328001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b6540, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b6540, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b6540, 0xa36280, 0xc420f8ae80, 0x7c, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420297400, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4202c4510, 0x1027980, 0xc420297400, 0xc4202c4510, 0xc4202bc7a0, 0x1027980, 0xc420297400, 0xc4205823a8, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4202c4510, 0x1027980, 0xc420297400, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4202c4510, 0x1027980, 0xc420297400, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 48 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a7180, 0x1027720, 0xc4202a9660)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 49 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa400, 0xc40000006c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa3f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa3c0, 0xc420328601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0518, 0xc420328601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b6700, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b6700, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b6700, 0xa36280, 0xc4202ad7c0, 0x9d0500, 0xc420267f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4202ff020, 0xc420267f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a7180, 0x1027720, 0xc4202a9660, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 23 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42030e240, 0xc42025e800, 0xc4201f2960)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 24 [select, 1 minutes]:
reflect.rselect(0xc421719040, 0x2, 0x2, 0xc4202ff2c0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420fc1ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202cb200, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202cb200)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 25 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xbc872698bb7e1c13, 0xf74e91c0f3a509fc, 0x7a380f3bf1e30ac7, 0xa0dc90736a0f98d8, 0xe0d806c80cd51771, 0xf97052ebe1206c10, 0xa4fb815970575383, 0x21bca0a3c82609e2, 0xc4202ff140, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 16 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017c700, 0xc40000000b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c6f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c6c0, 0xc420183201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e4a0, 0xc420183201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4200ab340, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4200ab340, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4200ab340, 0xa36280, 0xc421dd8440, 0x109, 0x120)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42017b310, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4202c4b10, 0x1027980, 0xc42017b310, 0xc4202c4b10, 0xc4201f0e30, 0x1027980, 0xc42017b310, 0xc420229020, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4202c4b10, 0x1027980, 0xc42017b310, 0xf74e91c0f3a50900, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4202c4b10, 0x1027980, 0xc42017b310, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 27 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42030e240, 0xc42025e800, 0xc4201f2b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 28 [select, 1 minutes]:
reflect.rselect(0xc421995620, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42094def0, 0x3, 0x3, 0xc420957880, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202346c0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202346c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 29 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4202346c0, 0xc4201feea0, 0xc4201fe540, 0xbc872698bb7e1c13, 0xf74e91c0f3a509fc, 0x7a380f3bf1e30ac7, 0xa0dc90736a0f98d8, 0xe0d806c80cd51771, 0xf97052ebe1206c10, 0xa4fb815970575383, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 30 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201fcc60)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 31 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c0f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 32 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420200a90)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 55 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420260f00, 0xc42030e6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 59 [select]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202b96c0, 0x1027720, 0xc4202bd6e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 98 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036c040, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c030)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c000, 0xc420382001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c090, 0xc420382001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42036e000, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42036e000, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42036e000, 0xa36280, 0xc420254fc0, 0xda, 0xe0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4202a4690, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc420185fb0, 0x1027980, 0xc4202a4690, 0xc420185fb0, 0xc4202a99d0, 0x1027980, 0xc4202a4690, 0xc42000f440, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc420185fb0, 0x1027980, 0xc4202a4690, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc420185fb0, 0x1027980, 0xc4202a4690, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 69 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42030e6c0, 0xc4201f5080, 0xc4201859b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 70 [select, 1 minutes]:
reflect.rselect(0xc421b46d80, 0x2, 0x2, 0xc420346300, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420867ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4200bb200, 0x0, 0x0, 0x3d1df05ab226b800)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4200bb200)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 71 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x6a90f0dda299405, 0x80d41b83260288e9, 0x282e14a3b1c48068, 0xf4e3691aefd48e4c, 0x33c46528e8c820be, 0xb89ce06d07743bfc, 0xe883f9886d08846f, 0x930e9a8c0a2f9142, 0xc420346180, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 74 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4200e1680, 0x1024420, 0xc420340e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 73 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42030e6c0, 0xc4201f5080, 0xc420185b90)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 82 [select, 1 minutes]:
reflect.rselect(0xc42186a4e0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420835ef0, 0x3, 0x3, 0xc420844d00, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4200bb5f0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4200bb5f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 83 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4200bb5f0, 0xc420346780, 0xc4201fe540, 0x6a90f0dda299405, 0x80d41b83260288e9, 0x282e14a3b1c48068, 0xf4e3691aefd48e4c, 0x33c46528e8c820be, 0xb89ce06d07743bfc, 0xe883f9886d08846f, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 84 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4202ad9c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 85 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 86 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202b4f70)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 75 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42017bc20, 0xc4200e1680)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 99 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a02a0, 0x1027720, 0xc42029a4b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 100 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036c100, 0xc400000081)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c0f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c0c0, 0xc420382601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c0a0, 0xc420382601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4200abc00, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4200abc00, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4200abc00, 0xa36280, 0xc420187a20, 0x9d0500, 0xc42035df10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420298b40, 0xc42035df90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a02a0, 0x1027720, 0xc42029a4b0, 0x0, 0xc42023b448)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 196 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x9e6bd8d0a32730cc, 0x9c481147e6b702f0, 0x4a75c0eb2b4971f, 0xa14689624b846fa5, 0xffcf18d4f4506b6b, 0x3891ba08017680f6, 0x27aed8dddd2a8993, 0x38e098f28b56c42e, 0xc420434300, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 102 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e1680, 0xc42027b2c0, 0xc42028a3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 103 [select, 1 minutes]:
reflect.rselect(0xc421e61280, 0x2, 0x2, 0xc420298de0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420331ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42029c5a0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42029c5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 104 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xe97cb9b42302f2ff, 0x856cf07913fa0a19, 0xbcf89b24a17be75b, 0x6c937f8a74cd77c6, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa, 0x9e68a13c4dff4b4c, 0xc420298c60, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 58 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be400, 0xc400000006)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be3f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be3c0, 0xc4203e0001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a238, 0xc4203e0001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9180, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9180, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9180, 0xa36280, 0xc420cd1a60, 0x7d, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420261680, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42028ae70, 0x1027980, 0xc420261680, 0xc42028ae70, 0xc4201f1120, 0x1027980, 0xc420261680, 0xc421982b40, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42028ae70, 0x1027980, 0xc420261680, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42028ae70, 0x1027980, 0xc420261680, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 106 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e1680, 0xc42027b2c0, 0xc42028a5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 107 [select, 1 minutes]:
reflect.rselect(0xc421dfc900, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4207c1ef0, 0x3, 0x3, 0xc4204ec500, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42029c990, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42029c990)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 108 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc42029c990, 0xc420299260, 0xc4201fe540, 0xe97cb9b42302f2ff, 0x856cf07913fa0a19, 0xbcf89b24a17be75b, 0x6c937f8a74cd77c6, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 109 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc42028e8a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 110 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42038e000)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 111 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420350680)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 76 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4200e1b00, 0x1024420, 0xc420368280)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 77 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420374690, 0xc4200e1b00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 195 [select, 1 minutes]:
reflect.rselect(0xc42102ad00, 0x2, 0x2, 0xc420434480, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4213c1ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420235560, 0x0, 0x0, 0xc4202a2f00)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420235560)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 79 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017cb80, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017cb70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017cb40, 0xc4203ba001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e7f8, 0xc4203ba001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420394540, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420394540, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420394540, 0xa36280, 0xc420852f20, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420374d20, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4203665a0, 0x1027980, 0xc420374d20, 0xc4203665a0, 0xc42029ab30, 0x1027980, 0xc420374d20, 0xc42000f590, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4203665a0, 0x1027980, 0xc420374d20, 0x180000, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4203665a0, 0x1027980, 0xc420374d20, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 80 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4203ac070, 0x1027720, 0xc4203a6940)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 81 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017cc40, 0xc400000095)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017cc30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017cc00, 0xc4203ba601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e808, 0xc4203ba601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420214380, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420214380, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420214380, 0xa36280, 0xc4201fd120, 0x9d0500, 0xc420385f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42039d680, 0xc420385f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4203ac070, 0x1027720, 0xc4203a6940, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 112 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42038c6c0, 0x1024420, 0xc42036ae60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 115 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e1b00, 0xc42029eb80, 0xc420366b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 116 [select, 1 minutes]:
reflect.rselect(0xc4219931c0, 0x2, 0x2, 0xc42039d920, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4210dbef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420392e10, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420392e10)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 117 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x24e0d454ecbd7f75, 0xb429b2e496d9c6c9, 0x92e977d3ed701984, 0x653ac7939e662e2f, 0x154310dda3201451, 0x4f3b7c0dbdde53cf, 0xc0ef16b4387f6a07, 0xebc4a5fda799f26c, 0xc42039d7a0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 194 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4203bf8c0, 0xc420424f00, 0xc4201f3320)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 119 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e1b00, 0xc42029eb80, 0xc420366d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 120 [select, 1 minutes]:
reflect.rselect(0xc421995920, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42094fef0, 0x3, 0x3, 0xc420875980, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420393170, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420393170)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 121 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420393170, 0xc42039dda0, 0xc4201fe540, 0x24e0d454ecbd7f75, 0xb429b2e496d9c6c9, 0x92e977d3ed701984, 0x653ac7939e662e2f, 0x154310dda3201451, 0x4f3b7c0dbdde53cf, 0xc0ef16b4387f6a07, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 122 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4203a8bc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 123 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42001e2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 124 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420343860)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 113 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4202a5630, 0xc42038c6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 133 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036c580, 0xc40000000a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c570)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c540, 0xc4203e0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c268, 0xc4203e0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42036ea80, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42036ea80, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42036ea80, 0xa36280, 0xc421efffc0, 0x7b, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4204ca1e0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4203f6d50, 0x1027980, 0xc4204ca1e0, 0xc4203f6d50, 0xc420404f80, 0x1027980, 0xc4204ca1e0, 0xc4202b1af8, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4203f6d50, 0x1027980, 0xc4204ca1e0, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4203f6d50, 0x1027980, 0xc4204ca1e0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 60 [semacquire]:
sync.runtime_notifyListWait(0xc4202be4c0, 0xc40000176b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be4b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be480, 0xc4203e0601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a248, 0xc4203e0601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42036e8c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42036e8c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42036e8c0, 0xa36280, 0xc42028f1e0, 0x9d0500, 0xc4203c6f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4203dc840, 0xc4203c6f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202b96c0, 0x1027720, 0xc4202bd6e0, 0x202be020, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 319 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xf8d3c271187650a8, 0x81d2958975cea038, 0x45465aa46c57d18b, 0x53dc0ab0ad9e6ada, 0xe20f558c2525a3b6, 0xc926cb02adc87d1f, 0x8c5a4337de6e15d6, 0xc24c11cbb9923b55, 0xc420020ea0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 62 [select]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42038c6c0, 0xc4201f52c0, 0xc4202c51d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 63 [select]:
reflect.rselect(0xc422c9c640, 0x2, 0x2, 0xc4203dcae0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42077fef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202c9dd0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202c9dd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 64 [select]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xe342e9c9854f7918, 0x608a91f51efbb338, 0x473a925f261ab716, 0x80d53904d078b654, 0x35563b93e9df4a55, 0xdf72b9105225607b, 0x7dae0b8a2439e73c, 0xabf19f1ab731fe9c, 0xc4203dc960, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 92 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42022b200, 0xc42029f3c0, 0xc4203f6750)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 146 [select]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42038c6c0, 0xc4201f52c0, 0xc4202c53b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 147 [select]:
reflect.rselect(0xc422af2c60, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421cbfef0, 0x3, 0x3, 0xc420353b00, 0x16, 0xc423276580, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4203de240, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4203de240)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 148 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4203de240, 0xc4203dcf60, 0xc4201fe540, 0xe342e9c9854f7918, 0x608a91f51efbb338, 0x473a925f261ab716, 0x80d53904d078b654, 0x35563b93e9df4a55, 0xdf72b9105225607b, 0x7dae0b8a2439e73c, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 149 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420255bc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 150 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e2000)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 151 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202ed450)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 87 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4202ead80, 0x1024420, 0xc420323400)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 88 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4203f0140, 0xc4202ead80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 93 [select, 1 minutes]:
reflect.rselect(0xc420acd1c0, 0x2, 0x2, 0xc4204614a0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42088bef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204785a0, 0x0, 0x0, 0xc42027b800)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204785a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 152 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be580, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be570)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be540, 0xc4203bac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a428, 0xc4203bac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9340, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9340, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9340, 0xa36280, 0xc421d05160, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420402320, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42027dec0, 0x1027980, 0xc420402320, 0xc42027dec0, 0xc4204044a0, 0x1027980, 0xc420402320, 0xc42028d4e8, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42027dec0, 0x1027980, 0xc420402320, 0xc4203ec600, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42027dec0, 0x1027980, 0xc420402320, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 153 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4203f82a0, 0x1027720, 0xc420404470)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 154 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be640, 0xc40000008a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be600, 0xc4203bb201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a438, 0xc4203bb201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9500, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9500, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9500, 0xa36280, 0xc4204081a0, 0x9d0500, 0xc420339f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420406960, 0xc420339f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4203f82a0, 0x1027720, 0xc420404470, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 126 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202ead80, 0xc42025fcc0, 0xc420367320)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 127 [select, 1 minutes]:
reflect.rselect(0xc421b47640, 0x2, 0x2, 0xc4203bcd20, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421047ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420393b00, 0x0, 0x0, 0x1000000000000)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420393b00)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 128 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x8e6e69cbd6e6bfd5, 0xd721a28bb23649a5, 0xafe5e9b53cc09276, 0xe97fbb123d50fc51, 0xfc40caea2531a7ec, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e, 0xc4a8115d28f905ad, 0xc4203bcba0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 186 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc42045ea80, 0x1027720, 0xc420439060)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 162 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202ead80, 0xc42025fcc0, 0xc420367500)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 163 [select, 1 minutes]:
reflect.rselect(0xc42186a5a0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4207b7ef0, 0x3, 0x3, 0xc420251f80, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420393e60, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420393e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 164 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420393e60, 0xc4203bd1a0, 0xc4201fe540, 0x8e6e69cbd6e6bfd5, 0xd721a28bb23649a5, 0xafe5e9b53cc09276, 0xe97fbb123d50fc51, 0xfc40caea2531a7ec, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 165 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4203a95a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 166 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42001e3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 167 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420343ba0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 168 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4203bed80, 0x1024420, 0xc4203aa320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 169 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4203f0960, 0xc4203bed80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 170 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017cdc0, 0xc40000000b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017cdb0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017cd80, 0xc4203bb801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000eb38, 0xc4203bb801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420394700, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420394700, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420394700, 0xa36280, 0xc421dd9480, 0x7d, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420418b90, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc420367b00, 0x1027980, 0xc420418b90, 0xc420367b00, 0xc42042a370, 0x1027980, 0xc420418b90, 0xc4202290a0, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc420367b00, 0x1027980, 0xc420418b90, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc420367b00, 0x1027980, 0xc420418b90, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 171 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4203ad7a0, 0x1027720, 0xc4204380f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 172 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017ce80, 0xc40000006e)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017ce70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017ce40, 0xc420442001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000eb48, 0xc420442001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420214540, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420214540, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420214540, 0xa36280, 0xc4201fd280, 0x9d0500, 0xc420362f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420433200, 0xc420362f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4203ad7a0, 0x1027720, 0xc4204380f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 161 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420408a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 174 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4203bed80, 0xc42027be80, 0xc42043c090)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 175 [select, 1 minutes]:
reflect.rselect(0xc421d6bb00, 0x2, 0x2, 0xc4204334a0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420dcdef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420422e10, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420422e10)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 176 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xca3f59594d68388c, 0x5e2ec03b15c6e0b4, 0xdd7b569cd4e5336b, 0x9915b7a7fa4b878c, 0xdb8d6940023fd5dd, 0x3b6aca02364b5cd, 0x3126925e21978dea, 0x1ca7abc35d15805f, 0xc420433320, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 179 [select, 1 minutes]:
reflect.rselect(0xc421995980, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4208e9ef0, 0x3, 0x3, 0xc420900280, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420423290, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420423290)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 178 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4203bed80, 0xc42027be80, 0xc42043c270)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 180 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420423290, 0xc420433920, 0xc4201fe540, 0xca3f59594d68388c, 0x5e2ec03b15c6e0b4, 0xdd7b569cd4e5336b, 0x9915b7a7fa4b878c, 0xdb8d6940023fd5dd, 0x3b6aca02364b5cd, 0x3126925e21978dea, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 181 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc42043e4c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 182 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42001e4b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 183 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420436820)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 155 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4203bf8c0, 0x1024420, 0xc42040e460)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 156 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4204194f0, 0xc4203bf8c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 187 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017d180, 0xc4000000c9)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017d170)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017d140, 0xc4202e1201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000ecb8, 0xc4202e1201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9a40, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9a40, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9a40, 0xa36280, 0xc4204088e0, 0x9d0500, 0xc42046bf10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420461200, 0xc42046bf90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc42045ea80, 0x1027720, 0xc420439060, 0x4, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 157 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be700, 0xc40000000b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be6f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be6c0, 0xc420328c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a5d0, 0xc420328c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d96c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d96c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d96c0, 0xa36280, 0xc421eff780, 0x7b, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420402d70, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4202c5e60, 0x1027980, 0xc420402d70, 0xc4202c5e60, 0xc420438cd0, 0x1027980, 0xc420402d70, 0xc4202b1a90, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4202c5e60, 0x1027980, 0xc420402d70, 0xd721a28bb2364900, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4202c5e60, 0x1027980, 0xc420402d70, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 158 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4203f8770, 0x1027720, 0xc420404de0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 159 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be7c0, 0xc400000089)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be7b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be780, 0xc420329201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a5e0, 0xc420329201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9880, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9880, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9880, 0xa36280, 0xc420408880, 0x9d0500, 0xc420469f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42047e1e0, 0xc420469f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4203f8770, 0x1027720, 0xc420404de0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 185 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017d0c0, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017d0b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017d080, 0xc4202e0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000eca8, 0xc4202e0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420394fc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420394fc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420394fc0, 0xa36280, 0xc421d31d80, 0x45a580, 0xc420242000)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420419d10, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4201f3bc0, 0x1027980, 0xc420419d10, 0xc4201f3bc0, 0xc42029b310, 0x1027980, 0xc420419d10, 0xc42031b350, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4201f3bc0, 0x1027980, 0xc420419d10, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4201f3bc0, 0x1027980, 0xc420419d10, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 198 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4203bf8c0, 0xc420424f00, 0xc4201f3500)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 199 [select, 1 minutes]:
reflect.rselect(0xc421dfc8a0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c4fef0, 0x3, 0x3, 0xc4204dcd00, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202358c0, 0x0, 0x0, 0x154310dda3201400)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202358c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 200 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4202358c0, 0xc420434900, 0xc4201fe540, 0x9e6bd8d0a32730cc, 0x9c481147e6b702f0, 0x4a75c0eb2b4971f, 0xa14689624b846fa5, 0xffcf18d4f4506b6b, 0x3891ba08017680f6, 0x27aed8dddd2a8993, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 201 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201fd980)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 202 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 203 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420200ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 204 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42022b200, 0x1024420, 0xc42020a640)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 205 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42048a370, 0xc42022b200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 94 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xa8682618624da7c3, 0x6604eb722b5d53eb, 0x624137fadec1bc5, 0x1e6b84b2421719af, 0x5e06a2f99290a41a, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7, 0xd62b9936728e79d0, 0xc420461320, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 160 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc42040b050, 0xc4203f37a0, 0xc4201fe540, 0xa8682618624da7c3, 0x6604eb722b5d53eb, 0x624137fadec1bc5, 0x1e6b84b2421719af, 0x5e06a2f99290a41a, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 96 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42022b200, 0xc42029f3c0, 0xc4203f6930)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 97 [select, 1 minutes]:
reflect.rselect(0xc421248ae0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420909ef0, 0x3, 0x3, 0xc420972700, 0x16, 0xc4204dc180, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42040b050, 0x0, 0x0, 0x38e098f28b56c400)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42040b050)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 210 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e20f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 211 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42047a410)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 226 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42038cb40, 0x1024420, 0xc42049eaa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 227 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4203f1680, 0xc42038cb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 134 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a1e30, 0x1027720, 0xc42029ba90)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 135 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036c640, 0xc400000069)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c600, 0xc4203e1201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c278, 0xc4203e1201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b7dc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b7dc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b7dc0, 0xa36280, 0xc4203f53c0, 0x9d0500, 0xc4203c8f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4203c5500, 0xc4203c8f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a1e30, 0x1027720, 0xc42029ba90, 0xc4202aa020, 0xac8260)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 213 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42038cb40, 0xc420472840, 0xc420476750)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 214 [select, 1 minutes]:
reflect.rselect(0xc421cca0c0, 0x2, 0x2, 0xc4203c57a0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420ae1ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204aaa20, 0x0, 0x0, 0xc4203f6d00)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204aaa20)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 215 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x65f1bc9b7f3e7d94, 0x4e24ced5ee739f24, 0xc482dad1b27a921, 0x1290b343a228f87a, 0x31aa0d7fcb9a3840, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5, 0x15f4fb9340c06bc5, 0xc4203c5620, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 290 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420586040, 0xc40000000b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586030)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586000, 0xc420598001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582088, 0xc420598001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42056c1c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42056c1c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42056c1c0, 0xa36280, 0xc421d521e0, 0x109, 0x120)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4201cc460, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4204fd530, 0x1027980, 0xc4201cc460, 0xc4204fd530, 0xc4204ffd40, 0x1027980, 0xc4201cc460, 0xc4205833a0, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4204fd530, 0x1027980, 0xc4201cc460, 0x460300, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4204fd530, 0x1027980, 0xc4201cc460, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 217 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42038cb40, 0xc420472840, 0xc420476960)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 218 [select, 1 minutes]:
reflect.rselect(0xc421b89800, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42083bef0, 0x3, 0x3, 0xc420352c80, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4203dfcb0, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4203dfcb0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 219 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4203dfcb0, 0xc42047ed20, 0xc4201fe540, 0x65f1bc9b7f3e7d94, 0x4e24ced5ee739f24, 0xc482dad1b27a921, 0x1290b343a228f87a, 0x31aa0d7fcb9a3840, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 220 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420409160)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 221 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e21e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 222 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42047a750)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 206 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4202eb440, 0x1024420, 0xc42020ae60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 207 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4203f1bd0, 0xc4202eb440)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 140 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba000)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 208 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202041c0, 0xc40000000a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202041b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204180, 0xc4203e1801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f83d8, 0xc4203e1801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420214e00, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420214e00, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420214e00, 0xa36280, 0xc421dd8b80, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42048ad20, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4201f3ec0, 0x1027980, 0xc42048ad20, 0xc4201f3ec0, 0xc420405510, 0x1027980, 0xc42048ad20, 0xc420229038, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4201f3ec0, 0x1027980, 0xc42048ad20, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4201f3ec0, 0x1027980, 0xc42048ad20, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 209 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420498690, 0x1027720, 0xc4204fe490)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 242 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420204280, 0xc40000008e)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204270)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204240, 0xc420506001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f83e8, 0xc420506001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420214fc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420214fc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420214fc0, 0xa36280, 0xc4204f66a0, 0x9d0500, 0xc4204def10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4204f90e0, 0xc4204def90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420498690, 0x1027720, 0xc4204fe490, 0x2, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 139 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201178c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 224 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202eb440, 0xc420472fc0, 0xc420476ed0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 225 [select, 1 minutes]:
reflect.rselect(0xc421d6a680, 0x2, 0x2, 0xc4204f9380, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4208d9ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420496bd0, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420496bd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 258 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xbb35b27ccbd23388, 0x44d9a28787ac89d2, 0x864fd3750ddd337e, 0x45e0b514670851fe, 0xee4e6f1951ae202, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc, 0xf42e5798b51f8249, 0xc4204f9200, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 138 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420234360, 0xc4204f8540, 0xc4201fe540, 0x9f00976585d3b862, 0xbe1146ea57e8c870, 0x2ea2fcd713994406, 0xb60cb44f187335f9, 0x9dc4d8faf47769a0, 0x5d77e3c3a0ced4a2, 0xf8b523318b02d52e, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 260 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202eb440, 0xc420472fc0, 0xc4204770e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 261 [select, 1 minutes]:
reflect.rselect(0xc421b897a0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42085def0, 0x3, 0x3, 0xc4204dc100, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204d46c0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204d46c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 262 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4204d46c0, 0xc42047faa0, 0xc4201fe540, 0xbb35b27ccbd23388, 0x44d9a28787ac89d2, 0x864fd3750ddd337e, 0x45e0b514670851fe, 0xee4e6f1951ae202, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 263 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420409820)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 264 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e22d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 265 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42047aa90)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 243 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42022b8c0, 0x1024420, 0xc420502f00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 244 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42048b4a0, 0xc42022b8c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 245 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420204400, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202043f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202043c0, 0xc420329801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f85a8, 0xc420329801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420215880, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420215880, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420215880, 0xa36280, 0xc420dabbc0, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42048ba40, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4204fc750, 0x1027980, 0xc42048ba40, 0xc4204fc750, 0xc42029bef0, 0x1027980, 0xc42048ba40, 0xc420582b00, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4204fc750, 0x1027980, 0xc42048ba40, 0x44d9a28787ac8900, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4204fc750, 0x1027980, 0xc42048ba40, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 246 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420499030, 0x1027720, 0xc4204ff080)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 247 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202044c0, 0xc40000009d)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202044b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204480, 0xc42052e001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f85b8, 0xc42052e001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9c00, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9c00, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9c00, 0xa36280, 0xc420409a00, 0x9d0500, 0xc4204e1f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420526c60, 0xc4204e1f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420499030, 0x1027720, 0xc4204ff080, 0x0, 0xc42023f448)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 137 [select]:
reflect.rselect(0xc421c5c840, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421091ef0, 0x3, 0x3, 0xc420a2b000, 0x16, 0xc42325e680, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420234360, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420234360)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 249 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42022b8c0, 0xc42029fd40, 0xc4204fcc90)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 250 [select, 1 minutes]:
reflect.rselect(0xc4217397c0, 0x2, 0x2, 0xc420526f00, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4216cfef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204977a0, 0x0, 0x0, 0x1000000010000)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204977a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 251 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x5dac6dea44f11edf, 0x60cc495a74bab6e, 0xb7898d85e1bb9610, 0x71c94d3cc33a9f58, 0x4343489bed408c75, 0xf761d7d6b8742587, 0xf4ee10a6e7f1c8d9, 0xa6bb077834eb5104, 0xc420526d80, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 267 [select, 1 minutes]:
reflect.rselect(0xc421b899e0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42063def0, 0x3, 0x3, 0xc4208c9380, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42056e7e0, 0x0, 0x0, 0xc420473900)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42056e7e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 253 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42022b8c0, 0xc42029fd40, 0xc4204fce70)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 254 [select, 1 minutes]:
reflect.rselect(0xc421995500, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4208ebef0, 0x3, 0x3, 0xc420818700, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420497b00, 0x0, 0x0, 0xc4202a2f00)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420497b00)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 255 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420497b00, 0xc420527380, 0xc4201fe540, 0x5dac6dea44f11edf, 0x60cc495a74bab6e, 0xb7898d85e1bb9610, 0x71c94d3cc33a9f58, 0x4343489bed408c75, 0xf761d7d6b8742587, 0xf4ee10a6e7f1c8d9, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 256 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4204f7520)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 257 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 274 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420524820)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 275 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42054e480, 0x1024420, 0xc420529040)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 276 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420544370, 0xc42054e480)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 292 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420586100, 0xc400000098)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205860f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4205860c0, 0xc420598601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582098, 0xc420598601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205701c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205701c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205701c0, 0xa36280, 0xc4204f7cc0, 0x9d0500, 0xc420512f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4205808a0, 0xc420512f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc42056a230, 0x1027720, 0xc4204d2420, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 294 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42054e480, 0xc42049b580, 0xc4204d6420)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 295 [select, 1 minutes]:
reflect.rselect(0xc421dd23c0, 0x2, 0x2, 0xc420580b40, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42076fef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42056e3f0, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42056e3f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 296 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x1212816bd0b23b7e, 0x8e29fe4abd2c5dfa, 0xa22369c20e9151a1, 0x1f21ce00a6c97ff2, 0x2cf0e59084c243fb, 0xf5203b7e30371eef, 0xf12a773211f0a24, 0x248bc1ca0f737c52, 0xc4205809c0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 300 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42072e000)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 298 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42054e480, 0xc42049b580, 0xc4204d6600)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 268 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc42056e7e0, 0xc420580fc0, 0xc4201fe540, 0x1212816bd0b23b7e, 0x8e29fe4abd2c5dfa, 0xa22369c20e9151a1, 0x1f21ce00a6c97ff2, 0x2cf0e59084c243fb, 0xf5203b7e30371eef, 0xf12a773211f0a24, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 269 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420409f40)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 270 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e23c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 271 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42047ac30)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 188 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42054e900, 0x1024420, 0xc42043afa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 189 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420544a00, 0xc42054e900)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 312 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202bea00, 0xc400000003)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be9f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be9c0, 0xc420506601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a7d8, 0xc420506601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d9dc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d9dc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d9dc0, 0xa36280, 0xc4209bcc00, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4204fb4f0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42043ccc0, 0x1027980, 0xc4204fb4f0, 0xc42043ccc0, 0xc4205d6600, 0x1027980, 0xc4204fb4f0, 0xc421982460, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42043ccc0, 0x1027980, 0xc4204fb4f0, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42043ccc0, 0x1027980, 0xc4204fb4f0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 313 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4205d80e0, 0x1027720, 0xc4205d6460)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 314 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202beac0, 0xc4000000a4)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202beab0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202bea80, 0xc420506c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a7e8, 0xc420506c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e2000, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e2000, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e2000, 0xa36280, 0xc42059e760, 0x9d0500, 0xc4205a7f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42051b980, 0xc4205a7f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4205d80e0, 0x1027720, 0xc4205d6460, 0x409c6d, 0x9f6740)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 368 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa700, 0xc40000005c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa6f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa6c0, 0xc420442601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a9a0, 0xc420442601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b7340, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b7340, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b7340, 0xa36280, 0xc4203a9f60, 0x9d0500, 0xc420646f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42047eba0, 0xc420646f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4201302a0, 0x1027720, 0xc42029a870, 0x203edc28, 0xc4203edc88)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 316 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42054e900, 0xc4205da180, 0xc420477c80)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 317 [select, 1 minutes]:
reflect.rselect(0xc4217389c0, 0x2, 0x2, 0xc42051bc20, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421087ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204d5ef0, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204d5ef0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 318 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x5d525784539b33b6, 0xbaa8f21a32217a88, 0x966d9284128f5e22, 0xddad807b3d8f342c, 0x8ac92accad14842d, 0x2daceda7c24e2d4c, 0x2ea20f1ab9ad7caa, 0x570c96bbc28eccfe, 0xc42051baa0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 596 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420406000)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 191 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42054e900, 0xc4205da180, 0xc42028a0f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 192 [select, 1 minutes]:
reflect.rselect(0xc421b892c0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c3def0, 0x3, 0x3, 0xc420956680, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4205dc480, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4205dc480)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 193 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4205dc480, 0xc4205e02a0, 0xc4201fe540, 0x5d525784539b33b6, 0xbaa8f21a32217a88, 0x966d9284128f5e22, 0xddad807b3d8f342c, 0x8ac92accad14842d, 0x2daceda7c24e2d4c, 0x2ea20f1ab9ad7caa, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 322 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4205762e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 323 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42038e0f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 324 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4200760d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 325 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4200e0b40, 0x1024420, 0xc42009c140)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 326 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42001a140, 0xc4200e0b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 327 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036c4c0, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c4b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c480, 0xc420182001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c380, 0xc420182001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420214700, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420214700, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420214700, 0xa36280, 0xc4204db9a0, 0x7d, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4204cb950, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42028af90, 0x1027980, 0xc4204cb950, 0xc42028af90, 0xc420016990, 0x1027980, 0xc4204cb950, 0xc42028d148, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42028af90, 0x1027980, 0xc4204cb950, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42028af90, 0x1027980, 0xc4204cb950, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 328 [select]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4204ce9a0, 0x1027720, 0xc42059ac70)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 329 [semacquire]:
sync.runtime_notifyListWait(0xc42036c700, 0xc400001742)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c6f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c6c0, 0xc420182601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c390, 0xc420182601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202148c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202148c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202148c0, 0xa36280, 0xc420576c60, 0x9d0500, 0xc4202e3f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420180180, 0xc4202e3f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4204ce9a0, 0x1027720, 0xc42059ac70, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 366 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa640, 0xc40000000a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa600, 0xc420507801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a990, 0xc420507801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d8e00, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d8e00, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d8e00, 0xa36280, 0xc4216e2a00, 0x7b, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42052a8c0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4203667e0, 0x1027980, 0xc42052a8c0, 0xc4203667e0, 0xc42029a9f0, 0x1027980, 0xc42052a8c0, 0xc421982da8, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4203667e0, 0x1027980, 0xc42052a8c0, 0x460300, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4203667e0, 0x1027980, 0xc42052a8c0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 279 [select]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e0b40, 0xc42001cc00, 0xc4203f61e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 280 [select]:
reflect.rselect(0xc4234d5c40, 0x2, 0x2, 0xc4201811a0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4203fbef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204d5050, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204d5050)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 281 [select]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x9f00976585d3b862, 0xbe1146ea57e8c870, 0x2ea2fcd713994406, 0xb60cb44f187335f9, 0x9dc4d8faf47769a0, 0x5d77e3c3a0ced4a2, 0xf8b523318b02d52e, 0xf7b08610ae46e89f, 0xc420180b40, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 284 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be040, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be030)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be000, 0xc420382c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0388, 0xc420382c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b6000, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b6000, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b6000, 0xa36280, 0xc420970240, 0xda, 0xe0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420296550, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42028bb60, 0x1027980, 0xc420296550, 0xc42028bb60, 0xc420016a50, 0x1027980, 0xc420296550, 0xc4219828e0, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42028bb60, 0x1027980, 0xc420296550, 0x6604eb722b5d5300, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42028bb60, 0x1027980, 0xc420296550, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 283 [select]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4200e0b40, 0xc42001cc00, 0xc4203f66c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 141 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4203421a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 330 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42030eb40, 0x1024420, 0xc420323e00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 331 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4204cbe50, 0xc42030eb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 402 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420499f10, 0x1027720, 0xc42042bfd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 285 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420498d90, 0x1027720, 0xc42042aee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 286 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be100, 0xc4000000b8)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be0f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be0c0, 0xc420383201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0398, 0xc420383201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d81c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d81c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d81c0, 0xa36280, 0xc420117ca0, 0x9d0500, 0xc420601f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420252a80, 0xc420601f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420498d90, 0x1027720, 0xc42042aee0, 0x2023cc28, 0xc42023cc88)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 334 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42030eb40, 0xc42001d140, 0xc42028bda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 335 [select, 1 minutes]:
reflect.rselect(0xc420f9eb00, 0x2, 0x2, 0xc420253440, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420b0def0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420234a20, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420234a20)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 336 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x3a719c2e9ff5700f, 0x3a4bc240ae513f05, 0xdd74e36874249045, 0x8ef6690de05525c2, 0x1b85960a62cfdc2c, 0x304fc37f39d8002e, 0x602077305e839031, 0xe60cf95dc5f8db6a, 0xc4202532c0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 350 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202ebb00, 0xc420163d80, 0xc4201f2ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 338 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42030eb40, 0xc42001d140, 0xc42028bf80)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 339 [select, 1 minutes]:
reflect.rselect(0xc420b58c60, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420771ef0, 0x3, 0x3, 0xc420a1bd80, 0x16, 0xc4201fb380, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202c8630, 0x0, 0x0, 0xc420366500)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202c8630)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 340 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4202c8630, 0xc42027e4e0, 0xc4201fe540, 0x3a719c2e9ff5700f, 0x3a4bc240ae513f05, 0xdd74e36874249045, 0x8ef6690de05525c2, 0x1b85960a62cfdc2c, 0x304fc37f39d8002e, 0x602077305e839031, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 341 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420577940)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 342 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42038e1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 343 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420351450)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 344 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4202ea240, 0x1024420, 0xc4203ab680)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 345 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420261b30, 0xc4202ea240)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 346 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036c940, 0xc400000004)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c930)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c900, 0xc4202e1801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c678, 0xc4202e1801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420215dc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc420215dc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc420215dc0, 0xa36280, 0xc4209bd180, 0x7c, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4202a4a50, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc420185c80, 0x1027980, 0xc4202a4a50, 0xc420185c80, 0xc420126630, 0x1027980, 0xc4202a4a50, 0xc42000f0d8, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc420185c80, 0x1027980, 0xc4202a4a50, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc420185c80, 0x1027980, 0xc4202a4a50, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 347 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4200b2380, 0x1027720, 0xc42016a560)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 348 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036ca00, 0xc400000098)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c9f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c9c0, 0xc420507201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c688, 0xc420507201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b61c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b61c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b61c0, 0xa36280, 0xc4203a8ec0, 0x9d0500, 0xc420563f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4202fe720, 0xc420563f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4200b2380, 0x1027720, 0xc42016a560, 0x409c6d, 0x9f6740)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 143 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202ea240, 0xc420162c40, 0xc42014a8d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 144 [select, 1 minutes]:
reflect.rselect(0xc421992180, 0x2, 0x2, 0xc4202fe9c0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420b27ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202c97a0, 0x0, 0x0, 0x1000000000000)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202c97a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 145 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x4086dc49d480d7ce, 0xc6c1cc23f85d82af, 0x898bb11a46936878, 0xb822c5e0fc0eb65, 0x36b83157e02dd70c, 0xdfb699a82d85dff6, 0xf095351762c8d95c, 0x248b359b23e97122, 0xc4202fe840, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 289 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be340, 0xc400000004)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be330)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be300, 0xc420182c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b06e0, 0xc420182c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b7180, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b7180, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b7180, 0xa36280, 0xc4211342e0, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4201cc320, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4202c55c0, 0x1027980, 0xc4201cc320, 0xc4202c55c0, 0xc420127d30, 0x1027980, 0xc4201cc320, 0xc420228658, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4202c55c0, 0x1027980, 0xc4201cc320, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4202c55c0, 0x1027980, 0xc4201cc320, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 355 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202ea240, 0xc420162c40, 0xc42014ab10)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 356 [select, 1 minutes]:
reflect.rselect(0xc421dfff20, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420b0bef0, 0x3, 0x3, 0xc4202cc700, 0x16, 0xc421272700, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42029cab0, 0x0, 0x0, 0xe60cf95dc5f8db00)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42029cab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 357 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc42029cab0, 0xc4203463c0, 0xc4201fe540, 0x4086dc49d480d7ce, 0xc6c1cc23f85d82af, 0x898bb11a46936878, 0xb822c5e0fc0eb65, 0x36b83157e02dd70c, 0xdfb699a82d85dff6, 0xf095351762c8d95c, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 358 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420172320)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 359 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba0f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 360 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4203429c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 361 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4204e8fc0, 0x1024420, 0xc4203697c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 362 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420375220, 0xc4204e8fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 363 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa4c0, 0xc400000004)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa4b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa480, 0xc42052e601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a748, 0xc42052e601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d8a80, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d8a80, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d8a80, 0xa36280, 0xc4219911c0, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4203f09b0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42014b950, 0x1027980, 0xc4203f09b0, 0xc42014b950, 0xc4204fe020, 0x1027980, 0xc4203f09b0, 0xc4202b1128, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42014b950, 0x1027980, 0xc4203f09b0, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42014b950, 0x1027980, 0xc4203f09b0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 364 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4200af9d0, 0x1027720, 0xc420127ca0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 365 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa580, 0xc400000065)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa570)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa540, 0xc42052ec01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a758, 0xc42052ec01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202d8c40, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202d8c40, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202d8c40, 0xa36280, 0xc420172c60, 0x9d0500, 0xc420611f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42039d380, 0xc420611f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4200af9d0, 0x1027720, 0xc420127ca0, 0x4, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 232 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204e8fc0, 0xc42027a100, 0xc420019440)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 233 [select, 1 minutes]:
reflect.rselect(0xc421a75100, 0x2, 0x2, 0xc420021080, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c67ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4200bb290, 0x0, 0x0, 0x1000000000000)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4200bb290)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 321 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204e8fc0, 0xc42027a100, 0xc42027c2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 370 [select, 1 minutes]:
reflect.rselect(0xc4218b5140, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420af3ef0, 0x3, 0x3, 0xc420cc2a80, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202ca120, 0x0, 0x0, 0x8ac92accad148400)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202ca120)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 371 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4202ca120, 0xc4203bc0c0, 0xc4201fe540, 0xf8d3c271187650a8, 0x81d2958975cea038, 0x45465aa46c57d18b, 0x53dc0ab0ad9e6ada, 0xe20f558c2525a3b6, 0xc926cb02adc87d1f, 0x8c5a4337de6e15d6, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 372 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420186700)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 373 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e24b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 374 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202ec750)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 375 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42054f200, 0x1024420, 0xc4203640a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 376 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4204021e0, 0xc42054f200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 377 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420586280, 0xc400000003)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586270)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586240, 0xc42052f201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f85d8, 0xc42052f201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42036e1c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42036e1c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42036e1c0, 0xa36280, 0xc421a9b360, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42017b770, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42027cd20, 0x1027980, 0xc42017b770, 0xc42027cd20, 0xc420188430, 0x1027980, 0xc42017b770, 0xc42028cd38, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42027cd20, 0x1027980, 0xc42017b770, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42027cd20, 0x1027980, 0xc42017b770, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 378 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4200b89a0, 0x1027720, 0xc4204ff3f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 379 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420586340, 0xc400000078)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586330)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586300, 0xc42052f801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f85e8, 0xc42052f801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b6fc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b6fc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b6fc0, 0xa36280, 0xc4203a94a0, 0x9d0500, 0xc420608f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4203dc420, 0xc420608f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4200b89a0, 0x1027720, 0xc4204ff3f0, 0x0, 0x45a400)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 235 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42054f200, 0xc420488080, 0xc4202c4000)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 236 [select, 1 minutes]:
reflect.rselect(0xc421601b00, 0x2, 0x2, 0xc4203dcba0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c2fef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202cb170, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202cb170)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 237 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xb0dd71919523a2b6, 0xa55921246b9c65a6, 0x396145122d20d947, 0xf421394fc3031e83, 0xca29dafef9ca0e88, 0x1b4ed1222fdf085f, 0xfd7331023b68cabb, 0xba4d32a870b0c2f7, 0xc4203dc540, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 367 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4201302a0, 0x1027720, 0xc42029a870)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 239 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42054f200, 0xc420488080, 0xc4202c4900)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 240 [select, 1 minutes]:
reflect.rselect(0xc4218b50e0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420eb3ef0, 0x3, 0x3, 0xc420844400, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4200bb830, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4200bb830)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 241 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4200bb830, 0xc4200219e0, 0xc4201fe540, 0xb0dd71919523a2b6, 0xa55921246b9c65a6, 0x396145122d20d947, 0xf421394fc3031e83, 0xca29dafef9ca0e88, 0x1b4ed1222fdf085f, 0xfd7331023b68cabb, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 386 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201fcda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 387 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 388 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420201860)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 389 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4202ebb00, 0x1024420, 0xc42014cc80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 390 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420418190, 0xc4202ebb00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 403 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202be880, 0xc400000054)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be870)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be840, 0xc420598c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b06f0, 0xc420598c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e21c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e21c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e21c0, 0xa36280, 0xc4201605a0, 0x9d0500, 0xc420603f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4204076e0, 0xc420603f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420499f10, 0x1027720, 0xc42042bfd0, 0x202aa020, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 382 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204aed80, 0xc4202fba80, 0xc4206da300)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 391 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4203de5a0, 0xc420407e00, 0xc4201fe540, 0xd106a6a1b204d021, 0x8369333ba19a186b, 0x13d8099f246652ef, 0xd2f9db0851599f4c, 0xb5b66aaed908f875, 0x197fed1a9836cd2e, 0xbcfc5b5f717f0b1a, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 405 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4202ebb00, 0xc420163d80, 0xc4203f78f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 406 [select, 1 minutes]:
reflect.rselect(0xc421200640, 0x2, 0x2, 0xc420407980, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c0bef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4203de1b0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4203de1b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 407 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xd106a6a1b204d021, 0x8369333ba19a186b, 0x13d8099f246652ef, 0xd2f9db0851599f4c, 0xb5b66aaed908f875, 0x197fed1a9836cd2e, 0xbcfc5b5f717f0b1a, 0x1d2bb914e441858b, 0xc420407800, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 351 [select, 1 minutes]:
reflect.rselect(0xc4218b5440, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420f5bef0, 0x3, 0x3, 0xc4204ede00, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4203de5a0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4203de5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 392 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201fd760)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 393 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c4b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 394 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42047a680)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 395 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4203bfd40, 0x1024420, 0xc420428820)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 396 [runnable]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420418f50, 0xc4203bfd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 399 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420254b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 418 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4203bfd40, 0xc4205da740, 0xc4204769c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 419 [select, 1 minutes]:
reflect.rselect(0xc421bd84c0, 0x2, 0x2, 0xc42047efc0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420ebfef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42040a630, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42040a630)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 420 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x2be9bb887e1d5ba7, 0xec446f2e7a4e8c7d, 0xef351f9587b4b17b, 0xafb52204fc093340, 0xa61121090467a8d7, 0xb42c007e1da3d6c5, 0x8a72c50af98eba4b, 0xf7fb02215eaf935, 0xc42047ecc0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 436 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42038d200, 0xc4205db700, 0xc4204d69c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 422 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4203bfd40, 0xc4205da740, 0xc420476cf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 423 [select, 1 minutes]:
reflect.rselect(0xc42186aae0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420e65ef0, 0x3, 0x3, 0xc4208c8880, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42040ab40, 0x0, 0x0, 0x1000000010000)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42040ab40)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 424 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc42040ab40, 0xc42047f9e0, 0xc4201fe540, 0x2be9bb887e1d5ba7, 0xec446f2e7a4e8c7d, 0xef351f9587b4b17b, 0xafb52204fc093340, 0xa61121090467a8d7, 0xb42c007e1da3d6c5, 0x8a72c50af98eba4b, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 425 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4201738a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 426 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 427 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4205649c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 428 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4204e9b00, 0x1024420, 0xc42059c280)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 429 [runnable]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42052b1d0, 0xc4204e9b00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 430 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa880, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa870)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa840, 0xc420442c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031ac00, 0xc420442c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42056ca80, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42056ca80, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42056ca80, 0xa36280, 0xc420b715c0, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42052b770, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc420477ec0, 0x1027980, 0xc42052b770, 0xc420477ec0, 0xc420189c90, 0x1027980, 0xc42052b770, 0xc42000f218, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc420477ec0, 0x1027980, 0xc42052b770, 0x81d2958975cea000, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc420477ec0, 0x1027980, 0xc42052b770, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 431 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4201313b0, 0x1027720, 0xc42029bce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 432 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aa940, 0xc400000079)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa930)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa900, 0xc420443201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031ac10, 0xc420443201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4200ab6c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4200ab6c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4200ab6c0, 0xa36280, 0xc420254460, 0x9d0500, 0xc420651f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4205e0900, 0xc420651f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4201313b0, 0x1027720, 0xc42029bce0, 0x409c6d, 0x9f6740)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 437 [select, 1 minutes]:
reflect.rselect(0xc420fb1980, 0x2, 0x2, 0xc420580360, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421039ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420423320, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420423320)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 434 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204e9b00, 0xc420489d40, 0xc4204d67b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 409 [select, 1 minutes]:
reflect.rselect(0xc4219bc780, 0x2, 0x2, 0xc4205e0ba0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42133def0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42040bb90, 0x0, 0x0, 0xa61121090467a800)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42040bb90)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 410 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x540cbe856f8d3f0e, 0x4056920921628a3c, 0x78265ff4ffbc141a, 0x2c1c97384578f32a, 0x51dd120649d4e279, 0x1e90a3816f875271, 0xfaab6408e5a70a4, 0xa20873ed9182960, 0xc4205e0a20, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 414 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4203ded80, 0xc420432720, 0xc4201fe540, 0x540cbe856f8d3f0e, 0x4056920921628a3c, 0x78265ff4ffbc141a, 0x2c1c97384578f32a, 0x51dd120649d4e279, 0x1e90a3816f875271, 0xfaab6408e5a70a4, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 412 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204e9b00, 0xc420489d40, 0xc4203f7bf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 413 [select, 1 minutes]:
reflect.rselect(0xc421dfc840, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c69ef0, 0x3, 0x3, 0xc420954f00, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4203ded80, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4203ded80)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 415 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc42028e720)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 416 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42001e0f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 417 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202b5d40)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 352 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42038d200, 0x1024420, 0xc420584c80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 353 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420544c80, 0xc42038d200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 454 [select, 1 minutes]:
reflect.rselect(0xc4218b4d80, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421041ef0, 0x3, 0x3, 0xc420f6a300, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420496120, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420496120)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 451 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036cd00, 0xc400000009)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036ccf0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036ccc0, 0xc420443801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c890, 0xc420443801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e2a80, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e2a80, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e2a80, 0xa36280, 0xc4214bc660, 0x7d, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420545310, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4201f3860, 0x1027980, 0xc420545310, 0xc4201f3860, 0xc4202a8010, 0x1027980, 0xc420545310, 0xc4201f9308, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4201f3860, 0x1027980, 0xc420545310, 0x180000, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4201f3860, 0x1027980, 0xc420545310, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 452 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202022a0, 0x1027720, 0xc42016bab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 453 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036cdc0, 0xc400000051)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036cdb0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036cd80, 0xc420166001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c8a0, 0xc420166001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e2c40, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e2c40, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e2c40, 0xa36280, 0xc420161b60, 0x9d0500, 0xc420679f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4205800c0, 0xc420679f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202022a0, 0x1027720, 0xc42016bab0, 0xc4202047a0, 0xac8260)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 438 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xd76d5a9b4abfed31, 0x7d318741a3ae6776, 0x70fa83e2151e67a7, 0xda1cf72a1123f046, 0x92ecc7ff8f696a05, 0xd2773d361d4c0b74, 0xa6ab9b5298225175, 0x14169ca2a00994d2, 0xc4205801e0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 464 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4204af200, 0x1024420, 0xc420232e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 440 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc42038d200, 0xc4205db700, 0xc4204d6bd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 455 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420496120, 0xc4205e1440, 0xc4201fe540, 0xd76d5a9b4abfed31, 0x7d318741a3ae6776, 0x70fa83e2151e67a7, 0xda1cf72a1123f046, 0x92ecc7ff8f696a05, 0xd2773d361d4c0b74, 0xa6ab9b5298225175, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 456 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420161d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 457 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42038e2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 458 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4204c1110)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 459 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc420230000, 0x1024420, 0xc420164dc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 460 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420545a40, 0xc420230000)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 461 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036ce80, 0xc400000004)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036ce70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036ce40, 0xc420166601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028ca88, 0xc420166601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e3500, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e3500, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e3500, 0xa36280, 0xc42182c200, 0x7c, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420290000, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42043d0e0, 0x1027980, 0xc420290000, 0xc42043d0e0, 0xc4202bcc90, 0x1027980, 0xc420290000, 0xc420228e90, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42043d0e0, 0x1027980, 0xc420290000, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42043d0e0, 0x1027980, 0xc420290000, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 462 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420202f50, 0x1027720, 0xc4202bcc60)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 463 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42036cf40, 0xc400000087)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036cf30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036cf00, 0xc420166c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028ca98, 0xc420166c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e36c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e36c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e36c0, 0xa36280, 0xc420408a00, 0x9d0500, 0xc42066ff10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420572f00, 0xc42066ff90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420202f50, 0x1027720, 0xc4202bcc60, 0x4, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 442 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420230000, 0xc42049ba80, 0xc4204d6ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 443 [select, 1 minutes]:
reflect.rselect(0xc421bd8c00, 0x2, 0x2, 0xc4205e1c80, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420fe1ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4204965a0, 0x0, 0x0, 0x1000000010000)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4204965a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 444 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xe12ba28fcc0f79e7, 0xab9571ed3ef8c9d, 0x43faa46652f61d35, 0x91609a44cfdacca, 0x8888f5a1b935de5b, 0x16924f56e493ce87, 0x3817e076831f1ae3, 0xacf69e48aac41957, 0xc4205e1b00, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 447 [select, 1 minutes]:
reflect.rselect(0xc421a7a3c0, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c2bef0, 0x3, 0x3, 0xc420fc9900, 0x16, 0xc420faea00, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420496990, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420496990)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 446 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420230000, 0xc42049ba80, 0xc4204d7080)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 448 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420496990, 0xc420294120, 0xc4201fe540, 0xe12ba28fcc0f79e7, 0xab9571ed3ef8c9d, 0x43faa46652f61d35, 0x91609a44cfdacca, 0x8888f5a1b935de5b, 0x16924f56e493ce87, 0x3817e076831f1ae3, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 449 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4202ad800)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 466 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba4b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 467 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420565ad0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 468 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc420230900, 0x1024420, 0xc42042e3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 469 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420168d20, 0xc420230900)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 470 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aab80, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aab70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aab40, 0xc420167201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031af50, 0xc420167201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42056d340, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42056d340, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42056d340, 0xa36280, 0xc420b34c40, 0x7c, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4201692c0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4204d7740, 0x1027980, 0xc4201692c0, 0xc4204d7740, 0xc4204ff7e0, 0x1027980, 0xc4201692c0, 0xc42000f2a0, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4204d7740, 0x1027980, 0xc4201692c0, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4204d7740, 0x1027980, 0xc4201692c0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 471 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420262fc0, 0x1027720, 0xc4202a9ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 472 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aac40, 0xc400000091)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aac30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aac00, 0xc420167801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031af60, 0xc420167801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e3880, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e3880, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e3880, 0xa36280, 0xc420408bc0, 0x9d0500, 0xc420675f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc420520180, 0xc420675f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420262fc0, 0x1027720, 0xc4202a9ee0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 305 [semacquire]:
sync.runtime_notifyListWait(0xc420205000, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204ff0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204fc0, 0xc422b50000, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0e10, 0xc422b50000, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420189e10, 0xc422b50000, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420189e10, 0xc422b50000, 0x20, 0x20, 0x20, 0x7f3f4fe342c0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420346a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420366300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4205e1620, 0xc4205e1800)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 474 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420230900, 0xc420424400, 0xc4204d7c80)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 475 [select, 1 minutes]:
reflect.rselect(0xc421bd8a00, 0x2, 0x2, 0xc420520420, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c05ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420497b90, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420497b90)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 476 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xe48ca6618a397ce5, 0xedf055aaa3f1182d, 0xbf0663be64364f6b, 0x306fb47c7af6ee51, 0xdc396b1a27db0469, 0x3ca9720b99180f23, 0x7e92e32abb1cfc5c, 0x739ef0f2ec8074fb, 0xc4205202a0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 479 [select, 1 minutes]:
reflect.rselect(0xc421a88900, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420b19ef0, 0x3, 0x3, 0xc420faf100, 0x16, 0xc42126eb80, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420497ef0, 0x0, 0x0, 0x739ef0f2ec807400)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420497ef0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 478 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420230900, 0xc420424400, 0xc4204d7e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 480 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420497ef0, 0xc4205208a0, 0xc4201fe540, 0xe48ca6618a397ce5, 0xedf055aaa3f1182d, 0xbf0663be64364f6b, 0x306fb47c7af6ee51, 0xdc396b1a27db0469, 0x3ca9720b99180f23, 0x7e92e32abb1cfc5c, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 481 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4204f6d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 498 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4202ba5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 499 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420436ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 500 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc420231440, 0x1024420, 0xc42051e500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 501 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420169d10, 0xc420231440)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 502 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aadc0, 0xc400000009)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aadb0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aad80, 0xc4206c2001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031b1c0, 0xc4206c2001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42056dc00, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42056dc00, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42056dc00, 0xa36280, 0xc4218e0520, 0x7d, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4206aa2d0, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42058c5a0, 0x1027980, 0xc4206aa2d0, 0xc42058c5a0, 0xc4204059e0, 0x1027980, 0xc4206aa2d0, 0xc42031b810, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42058c5a0, 0x1027980, 0xc4206aa2d0, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42058c5a0, 0x1027980, 0xc4206aa2d0, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 503 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a0380, 0x1027720, 0xc420405780)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 504 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202aae80, 0xc400000064)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aae70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aae40, 0xc4206c2601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031b1d0, 0xc4206c2601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42056ddc0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc42056ddc0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc42056ddc0, 0xa36280, 0xc4204f7d00, 0x9d0500, 0xc4206c9f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4206ac900, 0xc4206c9f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a0380, 0x1027720, 0xc420405780, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 506 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420231440, 0xc4202fb580, 0xc42058cc60)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 484 [select, 1 minutes]:
reflect.rselect(0xc421068dc0, 0x2, 0x2, 0xc4206acba0, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421297ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420541200, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420541200)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 485 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0x93d072a328c1ba1e, 0x3d88cd7320eb2215, 0x8de75f9d04a2317c, 0x54a8b319482abb67, 0xb4ff2d25df79e40e, 0x1c63131b5a37476, 0x7f76d1edf9cd3876, 0xcede7b96477b394, 0xc4206aca20, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 400 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42022c5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 487 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420231440, 0xc4202fb580, 0xc4204fc870)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 488 [select, 1 minutes]:
reflect.rselect(0xc421b89200, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c4bef0, 0x3, 0x3, 0xc4208c9400, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4205dcab0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4205dcab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 489 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4205dcab0, 0xc42051c2a0, 0xc4201fe540, 0x93d072a328c1ba1e, 0x3d88cd7320eb2215, 0x8de75f9d04a2317c, 0x54a8b319482abb67, 0xb4ff2d25df79e40e, 0x1c63131b5a37476, 0x7f76d1edf9cd3876, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 490 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc42028f840)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 491 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc42001e1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 492 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4206d41a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 493 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4204aed80, 0x1024420, 0xc4203d79a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 494 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc4204a8c80, 0xc4204aed80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 495 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202bee80, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202bee70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202bee40, 0xc4206ee001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0af8, 0xc4206ee001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b7500, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b7500, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b7500, 0xa36280, 0xc420cd0b20, 0xda, 0xe0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4202f8e60, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4204fd350, 0x1027980, 0xc4202f8e60, 0xc4204fd350, 0xc420405d90, 0x1027980, 0xc4202f8e60, 0xc421982b28, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4204fd350, 0x1027980, 0xc4202f8e60, 0xc6c1cc23f85d8200, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4204fd350, 0x1027980, 0xc4202f8e60, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 496 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a6690, 0x1027720, 0xc4205d6cf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 497 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202bef40, 0xc40000007f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202bef30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202bef00, 0xc4206ee601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0b08, 0xc4206ee601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b76c0, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b76c0, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b76c0, 0xa36280, 0xc4203f4220, 0x9d0500, 0xc420670f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4206e4300, 0xc420670f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a6690, 0x1027720, 0xc4205d6cf0, 0x0, 0xc420305448)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 383 [select, 1 minutes]:
reflect.rselect(0xc421dd29c0, 0x2, 0x2, 0xc4203ddb60, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420c53ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4202cbdd0, 0x0, 0x0, 0xc4201f8600)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4202cbdd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 384 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xeac91199ad3f9255, 0xbbcf4f743a4acdff, 0x78fcda4f5c04ecd, 0xd40ab347ee956c4c, 0x3613d175fd3e97b, 0xb0b0495d1b074e9c, 0x8e4a04bbfaceb654, 0xe315adbdadf87cd0, 0xc4203dd920, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 530 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202bf180, 0xc400000003)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202bf170)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202bf140, 0xc420599201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0c78, 0xc420599201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b7880, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b7880, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b7880, 0xa36280, 0xc4211179e0, 0xda, 0xe0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4202f9630, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42043d980, 0x1027980, 0xc4202f9630, 0xc42043d980, 0xc4205d77b0, 0x1027980, 0xc4202f9630, 0xc4201f9550, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42043d980, 0x1027980, 0xc4202f9630, 0x0, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42043d980, 0x1027980, 0xc4202f9630, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 514 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204aed80, 0xc4202fba80, 0xc4206da4e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 515 [select, 1 minutes]:
reflect.rselect(0xc421dfe300, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc4209d3ef0, 0x3, 0x3, 0xc420845780, 0x16, 0xc421227800, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc42056e1b0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc42056e1b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 516 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc42056e1b0, 0xc4206f0000, 0xc4201fe540, 0xeac91199ad3f9255, 0xbbcf4f743a4acdff, 0x78fcda4f5c04ecd, 0xd40ab347ee956c4c, 0x3613d175fd3e97b, 0xb0b0495d1b074e9c, 0x8e4a04bbfaceb654, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 517 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4204da380)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x622
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5f
goroutine 518 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4203e25a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x18d
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133
goroutine 519 [select, 1 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420524c30)
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x40e
created by github.com/ethereum/go-ethereum/accounts.NewManager
/home/tron/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ed
goroutine 465 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc420290780, 0xc4204af200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 531 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a6af0, 0x1027720, 0xc4205d7610)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 532 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202bf240, 0xc40000006c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202bf230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202bf200, 0xc420599801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0c88, 0xc420599801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4202b7a40, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4202b7a40, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4202b7a40, 0xa36280, 0xc4203f4ce0, 0x9d0500, 0xc42070ef10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc4206e5680, 0xc42070ef90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a6af0, 0x1027720, 0xc4205d7610, 0x1, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 574 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012d960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726240, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b3650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254aa0, 0xc4203f3320, 0x101fda0, 0xc4200b3650, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4203f3320, 0x101fda0, 0xc4200b3650, 0x9fcd00, 0xc420016120)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012d960, 0xc4203f3320, 0x101fda0, 0xc4200b3650)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 534 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204af200, 0xc4204d98c0, 0xc420702330)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 535 [select, 1 minutes]:
reflect.rselect(0xc421992240, 0x2, 0x2, 0xc4206e5920, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc421097ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4205561b0, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4205561b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 536 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xfcbf307691d875ea, 0xc6355c785212e1be, 0xbc89b2429ea7216, 0xcd5b01bfc9ad9259, 0xf30252e7e595f374, 0x7faa3fa6dcf135d3, 0x63111bc9d2ec5048, 0x24c392eee63abe0d, 0xc4206e57a0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 538 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc4204af200, 0xc4204d98c0, 0xc420702570)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 539 [select, 1 minutes]:
reflect.rselect(0xc421a7b920, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc42099bef0, 0x3, 0x3, 0xc420352d80, 0x16, 0xc4211cf300, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc4205567e0, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc4205567e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 540 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc4205567e0, 0xc4206e5f80, 0xc4201fe540, 0xfcbf307691d875ea, 0xc6355c785212e1be, 0xbc89b2429ea7216, 0xcd5b01bfc9ad9259, 0xf30252e7e595f374, 0x7faa3fa6dcf135d3, 0x63111bc9d2ec5048, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 546 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc420230240, 0x1024420, 0xc42014c320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:513 +0x1b35
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:429 +0x69b
goroutine 547 [select]:
github.com/ethereum/go-ethereum/swarm/network.(*Hive).connect(0xc42042cd70, 0xc420230240)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:149 +0x52f
created by github.com/ethereum/go-ethereum/swarm/network.(*Hive).Start
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:118 +0xc8
goroutine 674 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4205e1620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 548 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4200be040, 0xc400000005)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200be030)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200be000, 0xc4206c2c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582330, 0xc4206c2c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4200aa700, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4200aa700, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4200aa700, 0xa36280, 0xc421b3fbe0, 0x7c, 0x80)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42042d310, 0x0, 0x0, 0x0, 0xa2aa00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x10c
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc42058c6c0, 0x1027980, 0xc42042d310, 0xc42058c6c0, 0xc4203a65b0, 0x1027980, 0xc42042d310, 0xc42000e828, 0x1)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc42058c6c0, 0x1027980, 0xc42042d310, 0xc42047fa00, 0x3, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x242
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc42058c6c0, 0x1027980, 0xc42042d310, 0x3)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2cb
goroutine 549 [select, 1 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4202a0850, 0x1027720, 0xc420405420)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:503 +0xf2b
created by github.com/ethereum/go-ethereum/rpc.newClient
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:211 +0x3bf
goroutine 550 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4200be100, 0xc40000006d)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200be0f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200be0c0, 0xc4206c3201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582340, 0xc4206c3201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4205e2380, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4205e2380, 0x0, 0x0, 0x415f28)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4205e2380, 0xa36280, 0xc420576020, 0x9d0500, 0xc420745f10)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f5a40, 0xc42052cfc0, 0xc420745f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x90
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4202a0850, 0x1027720, 0xc420405420, 0x409c6d, 0x9f6740)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:657 +0x13c
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:479 +0x71
goroutine 573 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4204bfaa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 552 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420230240, 0xc4205da480, 0xc42058d0b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 553 [select, 1 minutes]:
reflect.rselect(0xc421e1f3c0, 0x2, 0x2, 0xc42052d260, 0x2)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420b69ef0, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420540900, 0x0, 0x0, 0x460300)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:759 +0x1ff
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420540900)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 554 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Network).watchPeerEvents(0xc420074600, 0xb4e4eb6cc9c37c3d, 0x2f69aee6d201e313, 0x7bb3c989a89ece55, 0x2b7a64f04df8068c, 0xc251d11745f4dd7e, 0xf47a897b6050ae59, 0x20f3bbe32c4cde5c, 0x51aef83bc57d20f, 0xc42052d0e0, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:371 +0x769
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Network).startWithSnapshots
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/network.go:355 +0x8ec
goroutine 557 [select, 1 minutes]:
reflect.rselect(0xc421dfc960, 0x3, 0x3, 0xaf8446, 0xe)
/usr/local/go/src/runtime/select.go:711 +0xee
reflect.Select(0xc420b09ef0, 0x3, 0x3, 0xc4207de300, 0x16, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:2016 +0x972
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0xc420540d80, 0x0, 0x0, 0x1027700)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:763 +0x382
github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0xc420540d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x2b
created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse
/home/tron/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x22c
goroutine 556 [select, 1 minutes]:
github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents.func1(0xc420230240, 0xc4205da480, 0xc42058d290)
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:100 +0x253
created by github.com/ethereum/go-ethereum/node.(*PrivateAdminAPI).PeerEvents
/home/tron/go/src/github.com/ethereum/go-ethereum/node/api.go:111 +0xb4
goroutine 558 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks.func1(0xc420540d80, 0xc42052d6e0, 0xc4201fe540, 0xb4e4eb6cc9c37c3d, 0x2f69aee6d201e313, 0x7bb3c989a89ece55, 0x2b7a64f04df8068c, 0xc251d11745f4dd7e, 0xf47a897b6050ae59, 0x20f3bbe32c4cde5c, ...)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:207 +0x183
created by github.com/ethereum/go-ethereum/swarm/network/simulations/discovery_test.triggerChecks
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/simulations/discovery/discovery_test.go:216 +0x360
goroutine 559 [select]:
github.com/ethereum/go-ethereum/p2p/simulations.(*Simulation).watchNetwork.func1(0xc420527020, 0x101fce0, 0xc42025e9c0, 0xc420527080, 0xc420526f60, 0xc420526fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/simulation.go:86 +0x24f
created by github.com/ethereum/go-ethereum/p2p/simulations.(*Simulation).watchNetwork
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/simulation.go:93 +0x106
goroutine 740 [semacquire]:
sync.runtime_notifyListWait(0xc4205870c0, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205870b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420587080, 0xc421655ac0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f87b8, 0xc421655ac0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420189f00, 0xc421655ac0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420189f00, 0xc421655ac0, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420580540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42027c810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42052d380, 0xc42052d4a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 527 [semacquire]:
sync.runtime_notifyListWait(0xc420204640, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204600, 0xc4228194c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0038, 0xc4228194c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a200, 0xc4228194c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a200, 0xc4228194c0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420295380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4202c4930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420295920, 0xc420295d40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 572 [semacquire]:
sync.runtime_notifyListWait(0xc4202be1c0, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be1b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be180, 0xc422a54240, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e008, 0xc422a54240, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201f0280, 0xc422a54240, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201f0280, 0xc422a54240, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4204bf620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4203f6780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4204bfaa0, 0xc4203dccc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 524 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420295920, 0x9d9f00, 0xc4204dd980, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e240, 0xc420295920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 526 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420295c20, 0x9d9f00, 0xc4204dda80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1200, 0xc420295c20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 528 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420295920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 529 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42014bbf0, 0xc420016bf0, 0xc4202b8460, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260370, 0xc42014bc20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42014bc20, 0xc42014bc20, 0xc420460de0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420295920, 0x101fda0, 0xc420499570, 0xc4204078c0, 0x12)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420499110, 0xc420295920, 0x101fda0, 0xc420499570)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 578 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204990a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42027cfc0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420499650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x26d9083ad6ae9452, 0xc7862a69d102b697)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254400, 0xc420295920, 0x101fda0, 0xc420499650, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420295920, 0x101fda0, 0xc420499650, 0xc420305fc8, 0x8c134d)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204990a0, 0xc420295920, 0x101fda0, 0xc420499650)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 303 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4205e1620, 0x9d9f00, 0xc420816700, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1b00, 0xc4205e1620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 593 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420702c90, 0xc42059a180, 0xc420263730, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420374690, 0xc420702cc0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420702cc0, 0xc4203f6450, 0xc42051bb00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420295200, 0x101fda0, 0xc4200b87e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3030, 0xc420295200, 0x101fda0, 0xc4200b87e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 581 [semacquire]:
sync.runtime_notifyListWait(0xc420204580, 0xc400000063)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204570)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204540, 0xc422819840, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0000, 0xc422819840, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a1d0, 0xc422819840, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a1d0, 0xc422819840, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4202954a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204d6ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420295c20, 0xc42047f1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 582 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420295c20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 583 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42028bf20, 0xc42016a090, 0xc420131ea0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017a640, 0xc42028bfb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42028bfb0, 0xc42028bfb0, 0xc4204060c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420295c20, 0x101fda0, 0xc4204997a0, 0xc420021aa0, 0x12)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204993b0, 0xc420295c20, 0x101fda0, 0xc4204997a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 584 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420499340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42027d080, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420499880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf97052ebe1206c10, 0xa4fb815970575383)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420186560, 0xc420295c20, 0x101fda0, 0xc420499880, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420295c20, 0x101fda0, 0xc420499880, 0xc420304768, 0xc420304698)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420499340, 0xc420295c20, 0x101fda0, 0xc420499880)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 678 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4207269c0, 0xc4203a72b0, 0xc4202b8c40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260f00, 0xc4207269f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207269f0, 0xc4207269f0, 0xc42047f6e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4203dc060, 0x101fda0, 0xc4202a6070, 0x180001, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012db90, 0xc4203dc060, 0x101fda0, 0xc4202a6070)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 595 [semacquire]:
sync.runtime_notifyListWait(0xc4205861c0, 0xc40000004f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205861b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586180, 0xc422267920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8010, 0xc422267920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204fe340, 0xc422267920, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204fe340, 0xc422267920, 0x20, 0x20, 0x20, 0x7f3f4fe342c0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420581e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420736120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420406000, 0xc4204062a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 545 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420406000, 0x9d9f00, 0xc4202cda80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230240, 0xc420406000)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 568 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4203f24e0, 0x9d9f00, 0xc420552b80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1680, 0xc4203f24e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 513 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4203f3320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 598 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204993b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204997a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42028bf20, 0xc42016a090, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42028bf20, 0xc42016a090)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 599 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420262ee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4206da3c0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420263340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x26d9083ad6ae9452, 0xc7862a69d102b697)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42059e200, 0xc420406000, 0x101fda0, 0xc420263340, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420406000, 0x101fda0, 0xc420263340, 0xc4202a0bd0, 0xc42058a880)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420262ee0, 0xc420406000, 0x101fda0, 0xc420263340)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 570 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4203f3320, 0x9d9f00, 0xc420353e80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e6c0, 0xc4203f3320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 600 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4202c4c00, 0xc42042a860, 0xc4202a01c0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42042cd70, 0xc4202c4c30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4202c4c30, 0xc4202c4c30, 0xc4203466c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420406000, 0x101fda0, 0xc420263ab0, 0xc420576080, 0xc420576020)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420262f50, 0xc420406000, 0x101fda0, 0xc420263ab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 604 [semacquire]:
sync.runtime_notifyListWait(0xc42036c340, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c330)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c300, 0xc42284e540, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c4e8, 0xc42284e540, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029afc0, 0xc42284e540, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029afc0, 0xc42284e540, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420432900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420477c20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4203f24e0, 0xc420407320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 512 [semacquire]:
sync.runtime_notifyListWait(0xc42036c280, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036c270)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036c240, 0xc422819ee0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c4d8, 0xc422819ee0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029afb0, 0xc422819ee0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029afb0, 0xc422819ee0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420432a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420477fb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4203f3320, 0xc4204bfbc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 665 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420295500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 640 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b9650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420476ab0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b97a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf72b9105225607b, 0x7dae0b8a2439e73c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ade20, 0xc42052d380, 0x101fda0, 0xc4200b97a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42052d380, 0x101fda0, 0xc4200b97a0, 0xc251d11745f4dd7e, 0xf400007b6050ae59)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b9650, 0xc42052d380, 0x101fda0, 0xc4200b97a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 605 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4203f24e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 571 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420434cc0, 0x9d9f00, 0xc4204ecd00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1200, 0xc420434cc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 606 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4204bfaa0, 0x9d9f00, 0xc4204ecf00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e240, 0xc4204bfaa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 590 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012d7a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b8230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42058c060, 0xc420126810, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42058c060, 0xc420126810)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 577 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012d730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4206da870, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420263d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187540, 0xc4203f24e0, 0x101fda0, 0xc420263d50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4203f24e0, 0x101fda0, 0xc420263d50, 0xc42002f7c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012d730, 0xc4203f24e0, 0x101fda0, 0xc420263d50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 647 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420702660, 0xc4201f07b0, 0xc4202a0d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4202a5630, 0xc4207026f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207026f0, 0xc4207026f0, 0xc4203c5ec0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420295500, 0x101fda0, 0xc4200c3110, 0xc4203097c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3180, 0xc420295500, 0x101fda0, 0xc4200c3110)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 626 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42058c060, 0xc420126810, 0xc4202630a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017bc20, 0xc42058c0f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42058c0f0, 0xc42058c0f0, 0xc4205e0600)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4203f24e0, 0x101fda0, 0xc4200b8230, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012d7a0, 0xc4203f24e0, 0x101fda0, 0xc4200b8230)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 656 [semacquire]:
sync.runtime_notifyListWait(0xc4200bec40, 0xc40000004b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bec30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bec00, 0xc42284e8a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582458, 0xc42284e8a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a3a0, 0xc42284e8a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a3a0, 0xc42284e8a0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420020d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420736d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039c6c0, 0xc4203dc5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 642 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4203dc060, 0x9d9f00, 0xc4204ed300, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e6c0, 0xc4203dc060)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 829 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420527320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 645 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420499110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420499570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42014bbf0, 0xc420016bf0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42014bbf0, 0xc420016bf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 627 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4207029f0, 0xc42016bd40, 0xc4202b8c40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260f00, 0xc420702a20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420702a20, 0xc420702a20, 0xc4203bcc00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4203f3320, 0x101fda0, 0xc4200b8070, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012d9d0, 0xc4203f3320, 0x101fda0, 0xc4200b8070)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 629 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4203f7da0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012de30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254400, 0xc4204bfaa0, 0x101fda0, 0xc42012de30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4204bfaa0, 0x101fda0, 0xc42012de30, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3340, 0xc4204bfaa0, 0x101fda0, 0xc42012de30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 630 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4202c41b0, 0xc4205b0080, 0xc4202b8460, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260370, 0xc4202c4330, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4202c4330, 0xc4202c4330, 0xc420346600)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4204bfaa0, 0x101fda0, 0xc4200b8620, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3420, 0xc4204bfaa0, 0x101fda0, 0xc4200b8620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 592 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b2ee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42058de60, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200af0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf72b9105225607b, 0x7dae0b8a2439e73c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187cc0, 0xc420295200, 0x101fda0, 0xc4200af0a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420295200, 0x101fda0, 0xc4200af0a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b2ee0, 0xc420295200, 0x101fda0, 0xc4200af0a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 622 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce8c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cecb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420726b10, 0xc4201f09a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420726b10, 0xc4201f09a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 631 [semacquire]:
sync.runtime_notifyListWait(0xc420586400, 0xc40000005e)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205863f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4205863c0, 0xc422267c80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8020, 0xc422267c80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204fe370, 0xc422267c80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204fe370, 0xc422267c80, 0x20, 0x20, 0x20, 0x7f3f4fe342c0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420581d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42028a360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420434cc0, 0xc4202fe240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 632 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420434cc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 633 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420262d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420702000, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b8a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf47a897b6050ae59, 0x20f3bbe32c4cde5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420186560, 0xc420434cc0, 0x101fda0, 0xc4200b8a80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420434cc0, 0x101fda0, 0xc4200b8a80, 0xc4203eaf74, 0xc4203eaf70)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420262d20, 0xc420434cc0, 0x101fda0, 0xc4200b8a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 634 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420736690, 0xc42029b520, 0xc420131ea0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017a640, 0xc4207366c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207366c0, 0xc4207366c0, 0xc4204605a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420434cc0, 0x101fda0, 0xc4200b8bd0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420262e70, 0xc420434cc0, 0x101fda0, 0xc4200b8bd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 675 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726000, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cebd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187cc0, 0xc4205e1620, 0x101fda0, 0xc4204cebd0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4205e1620, 0x101fda0, 0xc4204cebd0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce850, 0xc4205e1620, 0x101fda0, 0xc4204cebd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 676 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420726b10, 0xc4201f09a0, 0xc420263730, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420374690, 0xc420726b40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420726b40, 0xc420726b40, 0xc4204f8420)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4205e1620, 0x101fda0, 0xc4204cecb0, 0xc4206a1f74, 0xc4206a1f70)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce8c0, 0xc4205e1620, 0x101fda0, 0xc4204cecb0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 613 [semacquire]:
sync.runtime_notifyListWait(0xc4202be280, 0xc40000004f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202be270)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202be240, 0xc422a545c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e030, 0xc422a545c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201f0290, 0xc422a545c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201f0290, 0xc422a545c0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4204bf500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4203f6420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4203dc060, 0xc4203c4ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 614 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4203dc060)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 615 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012dab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42043c180, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b3f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf97052ebe1206c10, 0xa4fb815970575383)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254aa0, 0xc4203dc060, 0x101fda0, 0xc4200b3f80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4203dc060, 0x101fda0, 0xc4200b3f80, 0xc420309768, 0xc420309698)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012dab0, 0xc4203dc060, 0x101fda0, 0xc4200b3f80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 663 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420295200, 0x9d9f00, 0xc420817680, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1b00, 0xc420295200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 826 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420527320, 0x9d9f00, 0xc420856580, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bed80, 0xc420527320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 664 [semacquire]:
sync.runtime_notifyListWait(0xc420587000, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586ff0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586fc0, 0xc4216556a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8878, 0xc4216556a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42016b6f0, 0xc4216556a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42016b6f0, 0xc4216556a0, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420406600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4206dad50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420295500, 0xc42047fa40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 696 [semacquire]:
sync.runtime_notifyListWait(0xc420586f40, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586f30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586f00, 0xc422a54ca0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8868, 0xc422a54ca0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42016b6e0, 0xc422a54ca0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42016b6e0, 0xc422a54ca0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206aca80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420726030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420295200, 0xc420460c60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 812 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4207273b0, 0xc4205d7540, 0xc420498000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048a370, 0xc4207273e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207273e0, 0xc4207273e0, 0xc420581ce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420294ae0, 0x101fda0, 0xc4204998f0, 0x9fcd00, 0xc42042a880)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c2cb0, 0xc420294ae0, 0x101fda0, 0xc4204998f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 677 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4205e1200, 0x9d9f00, 0xc420816100, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1680, 0xc4205e1200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 692 [semacquire]:
sync.runtime_notifyListWait(0xc420204f40, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204f30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204f00, 0xc422b50360, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0e00, 0xc422b50360, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420189e00, 0xc422b50360, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420189e00, 0xc422b50360, 0x20, 0x20, 0x20, 0x7f3f4fe342c0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42039c300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420366c90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4205e1200, 0xc4203bcde0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 693 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4205e1200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 694 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42043d200, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200ae070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f3b7c0dbdde53cf, 0xc0ef16b4387f6a07)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187540, 0xc4205e1200, 0x101fda0, 0xc4200ae070, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4205e1200, 0x101fda0, 0xc4200ae070, 0xc420302768, 0xc420302698)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce770, 0xc4205e1200, 0x101fda0, 0xc4200ae070)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 695 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42043d320, 0xc4204d2f60, 0xc4202630a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017bc20, 0xc42043d350, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42043d350, 0xc42043d350, 0xc420432120)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4205e1200, 0x101fda0, 0xc4200ae380, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce7e0, 0xc4205e1200, 0x101fda0, 0xc4200ae380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 743 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4202c4f00, 0xc4201f1770, 0xc4202a0d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4202a5630, 0xc4202c5080, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4202c5080, 0xc4202c5080, 0xc420460a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420581980, 0x101fda0, 0xc4202a6e00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c930, 0xc420581980, 0x101fda0, 0xc4202a6e00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 697 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420295200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 620 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420295500, 0x9d9f00, 0xc420250400, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038c6c0, 0xc420295500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 666 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b30a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726ab0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200c3030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f3b7c0dbdde53cf, 0xc0ef16b4387f6a07)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42028ece0, 0xc420295500, 0x101fda0, 0xc4200c3030, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420295500, 0x101fda0, 0xc4200c3030, 0xc420021aa0, 0x12)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b30a0, 0xc420295500, 0x101fda0, 0xc4200c3030)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 741 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42052d380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 686 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b8620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4202c41b0, 0xc4205b0080, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4202c41b0, 0xc4205b0080)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 830 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4204d7e00, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204ce310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4460, 0xc420527320, 0x101fda0, 0xc4204ce310, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420527320, 0x101fda0, 0xc4204ce310, 0x9fcd00, 0xc4204d2b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce000, 0xc420527320, 0x101fda0, 0xc4204ce310)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 672 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012db90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4207269c0, 0xc4203a72b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4207269c0, 0xc4203a72b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 684 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420262e70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b8bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420736690, 0xc42029b520, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420736690, 0xc42029b520)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 965 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200108c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420477260, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a0690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf761d7d6b8742587, 0xf4ee10a6e7f1c8d9)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7840, 0xc4206df020, 0x101fda0, 0xc4202a0690, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206df020, 0x101fda0, 0xc4202a0690, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200108c0, 0xc4206df020, 0x101fda0, 0xc4202a0690)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 841 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206df260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 824 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206ac5a0, 0x9d9f00, 0xc4204dce00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bed80, 0xc4206ac5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 782 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4204beb40, 0x9d9f00, 0xc4201fa300, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202eb440, 0xc4204beb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 720 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206df020)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 652 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420262f50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420263ab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4202c4c00, 0xc42042a860, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4202c4c00, 0xc42042a860)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 657 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42039c6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 892 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726930, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420010620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f5600, 0xc42051d3e0, 0x101fda0, 0xc420010620, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42051d3e0, 0x101fda0, 0xc420010620, 0xc420309fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010310, 0xc42051d3e0, 0x101fda0, 0xc420010620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 835 [semacquire]:
sync.runtime_notifyListWait(0xc42017c940, 0xc400000056)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c930)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c900, 0xc422827740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202280b0, 0xc422827740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a7740, 0xc422827740, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a7740, 0xc422827740, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42051b500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420702600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420526600, 0xc420460e40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 739 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42052d380, 0x9d9f00, 0xc420553680, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ead80, 0xc42052d380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 699 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012d9d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b8070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4207029f0, 0xc42016bd40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4207029f0, 0xc42016bd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 885 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420367590, 0xc4204056d0, 0xc4202a77a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0140, 0xc4203675c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4203675c0, 0xc4203675c0, 0xc420520840)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420526600, 0x101fda0, 0xc4204cea80, 0xc4203ddaa0, 0x12)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420203f80, 0xc420526600, 0x101fda0, 0xc4204cea80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 776 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4204073e0, 0x9d9f00, 0xc420901080, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bf8c0, 0xc4204073e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1340 [semacquire]:
sync.runtime_notifyListWait(0xc420204940, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204930)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204900, 0xc42131d740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c450, 0xc42131d740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42042bf20, 0xc42131d740, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42042bf20, 0xc42131d740, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4204be780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420727080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4204f9440, 0xc4204f9b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 896 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420477980, 0xc4204385f0, 0xc420498b60, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048b4a0, 0xc4204779b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4204779b0, 0xc4204779b0, 0xc42052dce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206df260, 0x101fda0, 0xc4202a6770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010bd0, 0xc4206df260, 0x101fda0, 0xc4202a6770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 742 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420581980, 0x9d9f00, 0xc420819380, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038c6c0, 0xc420581980)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 754 [semacquire]:
sync.runtime_notifyListWait(0xc420586940, 0xc400000056)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586930)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586900, 0xc421655e80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f87a8, 0xc421655e80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420189ee0, 0xc421655e80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420189ee0, 0xc421655e80, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420460d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420736780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420581980, 0xc42051b200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 755 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420581980)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 756 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c8c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4207028a0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42028ece0, 0xc420581980, 0x101fda0, 0xc4202a6d20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420581980, 0x101fda0, 0xc4202a6d20, 0xc4203e8fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c8c0, 0xc420581980, 0x101fda0, 0xc4202a6d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 886 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420203f10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4207261e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420010fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b6aca02364b5cd, 0x3126925e21978dea)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ade20, 0xc420526600, 0x101fda0, 0xc420010fc0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420526600, 0x101fda0, 0xc420010fc0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420203f10, 0xc420526600, 0x101fda0, 0xc420010fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 836 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420526600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 712 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce7e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200ae380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42043d320, 0xc4204d2f60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42043d320, 0xc4204d2f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 775 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420367470, 0xc420a28d90, 0xc4202a7f80, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0960, 0xc4203674a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4203674a0, 0xc4203674a0, 0xc420520660)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420527320, 0x101fda0, 0xc4204ce3f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce0e0, 0xc420527320, 0x101fda0, 0xc4204ce3f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 855 [semacquire]:
sync.runtime_notifyListWait(0xc42017c280, 0xc400000059)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c270)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c240, 0xc4229aece0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205824a0, 0xc4229aece0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d7650, 0xc4229aece0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d7650, 0xc4229aece0, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420253320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42028b980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42051d1a0, 0xc420253f80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 721 [semacquire]:
sync.runtime_notifyListWait(0xc4205867c0, 0xc40000005e)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205867b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586780, 0xc42289d0a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228060, 0xc42289d0a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a940, 0xc42289d0a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a940, 0xc42289d0a0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420461c80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420994480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420527d40, 0xc4206add40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 772 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42028a120, 0xc4205d6790, 0xc4202a77a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0140, 0xc42028a2a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42028a2a0, 0xc42028a2a0, 0xc4203bcf00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42052d380, 0x101fda0, 0xc42012caf0, 0x35563b93e9df4a55, 0xdf72b9105225607b)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b96c0, 0xc42052d380, 0x101fda0, 0xc42012caf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 834 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420526600, 0x9d9f00, 0xc420856980, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ead80, 0xc420526600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 964 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42039c360, 0x9d9f00, 0xc420957c00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e240, 0xc42039c360)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 969 [semacquire]:
sync.runtime_notifyListWait(0xc4202047c0, 0xc40000005a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202047b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204780, 0xc422c67600, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c470, 0xc422c67600, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204ffdf0, 0xc422c67600, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204ffdf0, 0xc422c67600, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206e4c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4202c4ed0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4201ff620, 0xc42071a060)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 727 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42039c6c0, 0x9d9f00, 0xc4202cc000, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bf8c0, 0xc42039c6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 828 [semacquire]:
sync.runtime_notifyListWait(0xc42017ca00, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c9f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c9c0, 0xc4228273e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202280c0, 0xc4228273e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a7750, 0xc4228273e0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a7750, 0xc4228273e0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4202990e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420726f30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420527320, 0xc4205276e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1036 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420181920, 0x9d9f00, 0xc420856800, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e0b40, 0xc420181920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 966 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420703350, 0xc420a28550, 0xc420499a40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544370, 0xc420703380, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420703380, 0xc420703380, 0xc4204f9a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206df020, 0x101fda0, 0xc42012d180, 0x180001, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010a80, 0xc4206df020, 0x101fda0, 0xc42012d180)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 748 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200c3110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420702660, 0xc4201f07b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420702660, 0xc4201f07b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 842 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010af0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726870, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a65b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf5203b7e30371eef, 0xf12a773211f0a24)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f6960, 0xc4206df260, 0x101fda0, 0xc4202a65b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206df260, 0x101fda0, 0xc4202a65b0, 0xc4206f00c0, 0x12)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010af0, 0xc4206df260, 0x101fda0, 0xc4202a65b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 761 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b96c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012caf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42028a120, 0xc4205d6790, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42028a120, 0xc4205d6790)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1451 [semacquire]:
sync.runtime_notifyListWait(0xc420a95840, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a95830)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a95800, 0xc422254360, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031afd0, 0xc422254360, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a895a0, 0xc422254360, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a895a0, 0xc422254360, 0x20, 0x20, 0x20, 0x7f3f4fe342c0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a0f2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b5050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206dec00, 0xc4206df440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 990 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf180, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bf170)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bf140, 0xc422c67d20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8830, 0xc422c67d20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420405f70, 0xc422c67d20, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420405f70, 0xc422c67d20, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42051c600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4206dafc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039c360, 0xc4206de840)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 805 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42043d6e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b6aca02364b5cd, 0x3126925e21978dea)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42043e7e0, 0xc42039c6c0, 0x101fda0, 0xc4200b2000, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42039c6c0, 0x101fda0, 0xc4200b2000, 0xc4207cefc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c000, 0xc42039c6c0, 0x101fda0, 0xc4200b2000)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 806 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209940c0, 0xc4202a8640, 0xc42045e310, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204194f0, 0xc4209940f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209940f0, 0xc4209940f0, 0xc420021a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42039c6c0, 0x101fda0, 0xc4200b32d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c070, 0xc42039c6c0, 0x101fda0, 0xc4200b32d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 920 [semacquire]:
sync.runtime_notifyListWait(0xc420204880, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204870)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204840, 0xc422c672a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c480, 0xc422c672a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204ffe00, 0xc422c672a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204ffe00, 0xc422c672a0, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42051de00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4203f7b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4201fe120, 0xc4203bd620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1092 [semacquire]:
sync.runtime_notifyListWait(0xc42017d900, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017d8f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017d8c0, 0xc421d04100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0d68, 0xc421d04100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205b0a80, 0xc421d04100, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205b0a80, 0xc421d04100, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4204bf260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420702f30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420407b60, 0xc420407ce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 989 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4206db0b0, 0xc420a6ce80, 0xc420499a40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544370, 0xc4206db0e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4206db0e0, 0xc4206db0e0, 0xc42039cf00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4208de660, 0x101fda0, 0xc4202028c0, 0x5e06a2f99290a41a, 0x391fc624ffcfdc96)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420130150, 0xc4208de660, 0x101fda0, 0xc4202028c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 882 [semacquire]:
sync.runtime_notifyListWait(0xc42017c340, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c330)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c300, 0xc4229ae960, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205824b0, 0xc4229ae960, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d7660, 0xc4229ae960, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d7660, 0xc4229ae960, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42051c5a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204fc900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42051d3e0, 0xc42051d500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 883 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42051d3e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 729 [semacquire]:
sync.runtime_notifyListWait(0xc4200beb80, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200beb70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200beb40, 0xc42284ebe0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582448, 0xc42284ebe0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a390, 0xc42284ebe0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a390, 0xc42284ebe0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420298f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204fc300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206ac5a0, 0xc42039cc60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 730 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206ac5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 731 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a0070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42028bce0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012c700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3891ba08017680f6, 0x27aed8dddd2a8993)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4460, 0xc4206ac5a0, 0x101fda0, 0xc42012c700, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206ac5a0, 0x101fda0, 0xc42012c700, 0xc42023ffc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a0070, 0xc4206ac5a0, 0x101fda0, 0xc42012c700)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 732 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420726360, 0xc4204d29e0, 0xc4202a7f80, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0960, 0xc4207263f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207263f0, 0xc4207263f0, 0xc42051dbc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206ac5a0, 0x101fda0, 0xc42012c7e0, 0x33c46528e8c820be, 0xb89ce06d07743bfc)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a00e0, 0xc4206ac5a0, 0x101fda0, 0xc42012c7e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 986 [semacquire]:
sync.runtime_notifyListWait(0xc42089b240, 0xc400000056)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089b230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089b200, 0xc4211d1f60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582638, 0xc4211d1f60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420016590, 0xc4211d1f60, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420016590, 0xc4211d1f60, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4207167e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420366de0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4208de660, 0xc4206de4e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 719 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab900, 0xc400000069)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab8f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab8c0, 0xc4229af1e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e4e8, 0xc4229af1e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029b5e0, 0xc4229af1e0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029b5e0, 0xc4229af1e0, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206dea80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420703da0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206df020, 0xc4206ad140)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 940 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c2cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204998f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4207273b0, 0xc4205d7540, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4207273b0, 0xc4205d7540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 716 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420294ae0, 0x9d9f00, 0xc4204ec280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b200, 0xc420294ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 753 [semacquire]:
sync.runtime_notifyListWait(0xc4202aaac0, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aaab0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aaa80, 0xc422c1c300, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e0f8, 0xc422c1c300, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201f0b70, 0xc422c1c300, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201f0b70, 0xc422c1c300, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42052dd40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420702e40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420294ae0, 0xc42027f260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 850 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420294ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 811 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c2c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42027da40, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b92d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3891ba08017680f6, 0x27aed8dddd2a8993)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdca0, 0xc420294ae0, 0x101fda0, 0xc4202b92d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420294ae0, 0x101fda0, 0xc4202b92d0, 0xc4203e9774, 0xc4203e9770)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c2c40, 0xc420294ae0, 0x101fda0, 0xc4202b92d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1115 [semacquire]:
sync.runtime_notifyListWait(0xc420204d00, 0xc400000081)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204cf0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204cc0, 0xc4221c8be0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c6c0, 0xc4221c8be0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a28200, 0xc4221c8be0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a28200, 0xc4221c8be0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4204f9f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204d6960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420716c60, 0xc4206df680)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 853 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4202c4f00, 0xc4201f1770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4202c4f00, 0xc4201f1770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 768 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42051d1a0, 0x9d9f00, 0xc4204eda00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038cb40, 0xc42051d1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 769 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42051d3e0, 0x9d9f00, 0xc420353200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202eb440, 0xc42051d3e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 849 [semacquire]:
sync.runtime_notifyListWait(0xc4202aaa00, 0xc400000053)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa9f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa9c0, 0xc422c1c6a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e0e0, 0xc422c1c6a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201f0b60, 0xc422c1c6a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201f0b60, 0xc422c1c6a0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420432780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42043d650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4204073e0, 0xc4203ddc20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 856 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42051d1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 857 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a1d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420703aa0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b9d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4f20, 0xc42051d1a0, 0x101fda0, 0xc4202b9d50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42051d1a0, 0x101fda0, 0xc4202b9d50, 0xc4203ed7c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a1d50, 0xc42051d1a0, 0x101fda0, 0xc4202b9d50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 858 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420727620, 0xc420126f00, 0xc420430e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1680, 0xc420727650, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420727650, 0xc420727650, 0xc4203c4540)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42051d1a0, 0x101fda0, 0xc4202b9ea0, 0xfc40caea2531a7ec, 0x47ebbbae983ee49a)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010230, 0xc42051d1a0, 0x101fda0, 0xc4202b9ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 982 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4204beb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 988 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420130070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420994090, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202027e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2daceda7c24e2d4c, 0x2ea20f1ab9ad7caa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7840, 0xc4208de660, 0x101fda0, 0xc4202027e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4208de660, 0x101fda0, 0xc4202027e0, 0x9fcd00, 0xc4205d67a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420130070, 0xc4208de660, 0x101fda0, 0xc4202027e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 905 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf0c0, 0xc400000051)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bf0b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bf080, 0xc422c67980, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8820, 0xc422c67980, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420405f50, 0xc422c67980, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420405f50, 0xc422c67980, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420181800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420367da0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42051dd40, 0xc4206dfe60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 915 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206df020, 0x9d9f00, 0xc4204dc380, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e480, 0xc4206df020)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1393 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420703290, 0xc420a29970, 0xc4200af2d0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420375220, 0xc4207032c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207032c0, 0xc4207032c0, 0xc4208de2a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a0e240, 0x101fda0, 0xc4205d81c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a1960, 0xc420a0e240, 0x101fda0, 0xc4205d81c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 995 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4203f74d0, 0xc4202bdb10, 0xc420498000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048a370, 0xc4203f7590, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4203f7590, 0xc4203f7590, 0xc420716f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4201ff620, 0x101fda0, 0xc42012d500, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c380, 0xc4201ff620, 0x101fda0, 0xc42012d500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 778 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b87e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420702c90, 0xc42059a180, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420702c90, 0xc42059a180)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 987 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4208de660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1025 [semacquire]:
sync.runtime_notifyListWait(0xc42017d840, 0xc400000054)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017d830)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017d800, 0xc421d04460, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0d58, 0xc421d04460, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205b0a70, 0xc421d04460, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205b0a70, 0xc421d04460, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42071b2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b4ab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4204bfd40, 0xc4208dfda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 906 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42051dd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 840 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab840, 0xc400000073)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab830)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab800, 0xc4229aee60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e4d8, 0xc4229aee60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029b5c0, 0xc4229aee60, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029b5c0, 0xc4229aee60, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206deba0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420994060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206df260, 0xc42039c8a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 899 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206df260, 0x9d9f00, 0xc420084c80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b8c0, 0xc4206df260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1116 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420716c60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 872 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012c7e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420726360, 0xc4204d29e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420726360, 0xc4204d29e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 893 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4207025d0, 0xc4204057a0, 0xc420431420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1bd0, 0xc420702810, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420702810, 0xc420702810, 0xc42051be00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42051d3e0, 0x101fda0, 0xc420202690, 0x9fcd00, 0xc4203a72c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200103f0, 0xc42051d3e0, 0x101fda0, 0xc420202690)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1200 [semacquire]:
sync.runtime_notifyListWait(0xc420586e80, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586e70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586e40, 0xc42204e360, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228238, 0xc42204e360, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a28170, 0xc42204e360, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a28170, 0xc42204e360, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42017ea20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420440780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a0ef00, 0xc420a0f080)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 981 [semacquire]:
sync.runtime_notifyListWait(0xc420586700, 0xc40000004b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205866f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4205866c0, 0xc42289d400, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228050, 0xc42289d400, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a930, 0xc42289d400, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a930, 0xc42289d400, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42027f320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420726630, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4204beb40, 0xc4204f85a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 876 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012d180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420703350, 0xc420a28550, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420703350, 0xc420a28550)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1113 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420716c60, 0x9d9f00, 0xc420900f00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030eb40, 0xc420716c60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 848 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42051dd40, 0x9d9f00, 0xc420845380, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230240, 0xc42051dd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 930 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4204073e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 931 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726d50, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a7b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42043e7e0, 0xc4204073e0, 0x101fda0, 0xc4202a7b90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4204073e0, 0x101fda0, 0xc4202a7b90, 0xc4203eb774, 0xc4203eb770)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6a80, 0xc4204073e0, 0x101fda0, 0xc4202a7b90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 932 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4202c5830, 0xc420a88440, 0xc42045e310, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204194f0, 0xc4202c58c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4202c58c0, 0xc4202c58c0, 0xc4206ad740)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4204073e0, 0x101fda0, 0xc4202a7c70, 0x9fcd00, 0xc42042a2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6b60, 0xc4204073e0, 0x101fda0, 0xc4202a7c70)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1286 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204991f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420994810, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc926cb02adc87d1f, 0x8c5a4337de6e15d6)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203a90e0, 0xc4208de1e0, 0x101fda0, 0xc4200b2850, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4208de1e0, 0x101fda0, 0xc4200b2850, 0xc420304fc8, 0x8c134d)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204991f0, 0xc4208de1e0, 0x101fda0, 0xc4200b2850)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 978 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42058d050, 0xc42016af90, 0xc420498b60, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048b4a0, 0xc42058d0e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42058d0e0, 0xc42058d0e0, 0xc42047f860)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420527d40, 0x101fda0, 0xc4200b2770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200ae0e0, 0xc420527d40, 0x101fda0, 0xc4200b2770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 917 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4201fe120, 0x9d9f00, 0xc420845e80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038cb40, 0xc4201fe120)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 935 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4201ff620, 0x9d9f00, 0xc420900c80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b200, 0xc4201ff620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 936 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420527d40, 0x9d9f00, 0xc4204dd580, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b8c0, 0xc420527d40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 946 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420527d40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 996 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c2a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420995410, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204305b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdca0, 0xc4201ff620, 0x101fda0, 0xc4204305b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4201ff620, 0x101fda0, 0xc4204305b0, 0xc4203f93b0, 0xc42025f840)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c2a0, 0xc4201ff620, 0x101fda0, 0xc4204305b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 991 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42039c360)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 897 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a7f10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420703050, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a0d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f6960, 0xc420527d40, 0x101fda0, 0xc4202a0d20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420527d40, 0x101fda0, 0xc4202a0d20, 0x9fcd00, 0xc4205d7560)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a7f10, 0xc420527d40, 0x101fda0, 0xc4202a0d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 921 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4201fe120)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 922 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420727830, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420498460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4f20, 0xc4201fe120, 0x101fda0, 0xc420498460, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4201fe120, 0x101fda0, 0xc420498460, 0xc420130620, 0xc42029ecc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c150, 0xc4201fe120, 0x101fda0, 0xc420498460)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 923 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b4c00, 0xc4201f0c00, 0xc420430e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1680, 0xc4209b4c30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b4c30, 0xc4209b4c30, 0xc4206f1c80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4201fe120, 0x101fda0, 0xc420498540, 0x35563b93e9df4a55, 0xdf72b9105225607b)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012c1c0, 0xc4201fe120, 0x101fda0, 0xc420498540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1144 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202628c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420367020, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a0e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d77e3c3a0ced4a2, 0xf8b523318b02d52e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7f80, 0xc4204bfd40, 0x101fda0, 0xc4202a0e00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4204bfd40, 0x101fda0, 0xc4202a0e00, 0xc420263030, 0xc420854840)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202628c0, 0xc4204bfd40, 0x101fda0, 0xc4202a0e00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 983 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200103f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420202690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4207025d0, 0xc4204057a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4207025d0, 0xc4204057a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 958 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203f9030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420367350, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203f9880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf761d7d6b8742587, 0xf4ee10a6e7f1c8d9)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f5600, 0xc4204beb40, 0x101fda0, 0xc4203f9880, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4204beb40, 0x101fda0, 0xc4203f9880, 0x2cf0e59084c243fb, 0xf5203b7e30371eef)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203f9030, 0xc4204beb40, 0x101fda0, 0xc4203f9880)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1164 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420131180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4206daf90, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d9570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdfb699a82d85dff6, 0xf095351762c8d95c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420576ec0, 0xc420716c60, 0x101fda0, 0xc4205d9570, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420716c60, 0x101fda0, 0xc4205d9570, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420131180, 0xc420716c60, 0x101fda0, 0xc4205d9570)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 970 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4201ff620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 971 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c2540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42027c840, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202631f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf97052ebe1206c10, 0xa4fb815970575383)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42059e200, 0xc42051dd40, 0x101fda0, 0xc4202631f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42051dd40, 0x101fda0, 0xc4202631f0, 0xc4206a37c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c2540, 0xc42051dd40, 0x101fda0, 0xc4202631f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 972 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420994600, 0xc42016a010, 0xc4202a01c0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42042cd70, 0xc420994630, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420994630, 0xc420994630, 0xc42071aea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42051dd40, 0x101fda0, 0xc42012d6c0, 0x180001, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c2620, 0xc42051dd40, 0x101fda0, 0xc42012d6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1341 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4204f9440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1197 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a0ec60, 0x9d9f00, 0xc420973c80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1b00, 0xc420a0ec60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 927 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420477980, 0xc4204385f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420477980, 0xc4204385f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1026 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4207168a0, 0x9d9f00, 0xc420a2aa80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e900, 0xc4207168a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1008 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c2620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012d6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420994600, 0xc42016a010, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420994600, 0xc42016a010)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1011 [semacquire]:
sync.runtime_notifyListWait(0xc42089b300, 0xc40000005b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089b2f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089b2c0, 0xc4211d1b60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582648, 0xc4211d1b60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4200165a0, 0xc4211d1b60, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4200165a0, 0xc4211d1b60, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420716000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420727a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4207168a0, 0xc4208de780)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1108 [semacquire]:
sync.runtime_notifyListWait(0xc4202abc00, 0xc40000008e)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202abbf0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202abbc0, 0xc422c8e8e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8ac8, 0xc422c8e8e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d7120, 0xc422c8e8e0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d7120, 0xc422c8e8e0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4202991a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420736270, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420520a80, 0xc42027f380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1012 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4207168a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 976 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203f90a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4206da6f0, 0xc420439010, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4206da6f0, 0xc420439010)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1109 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420520a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 957 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4206da6f0, 0xc420439010, 0xc420431420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1bd0, 0xc4206da720, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4206da720, 0xc4206da720, 0xc420581a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4204beb40, 0x101fda0, 0xc4200b2a80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203f90a0, 0xc4204beb40, 0x101fda0, 0xc4200b2a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 952 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204300e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42043de30, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420130230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf5203b7e30371eef, 0xf12a773211f0a24)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7f80, 0xc4207168a0, 0x101fda0, 0xc420130230, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4207168a0, 0x101fda0, 0xc420130230, 0x9fcd00, 0xc42042a9e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204300e0, 0xc4207168a0, 0x101fda0, 0xc420130230)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1028 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4208de660, 0x9d9f00, 0xc4204dc980, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e480, 0xc4208de660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1044 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42058dd70, 0xc4205d7940, 0xc4202b8460, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260370, 0xc42058de30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42058de30, 0xc42058de30, 0xc4202ff320)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42039c360, 0x101fda0, 0xc420202d90, 0xc251d11745f4dd7e, 0xf47a897b6050ae59)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6540, 0xc42039c360, 0x101fda0, 0xc420202d90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 953 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4204d71d0, 0xc42016ae20, 0xc4205a8000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544a00, 0xc4204d7200, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4204d7200, 0xc4204d7200, 0xc4206df9e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4207168a0, 0x101fda0, 0xc4203f89a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204307e0, 0xc4207168a0, 0x101fda0, 0xc4203f89a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1038 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420520a80, 0x9d9f00, 0xc420956200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030eb40, 0xc420520a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 992 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a64d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420476c30, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420202cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf47a897b6050ae59, 0x20f3bbe32c4cde5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254400, 0xc42039c360, 0x101fda0, 0xc420202cb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42039c360, 0x101fda0, 0xc420202cb0, 0xe0d806c80cd51771, 0xf97052ebe1206c10)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a64d0, 0xc42039c360, 0x101fda0, 0xc420202cb0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1182 [semacquire]:
sync.runtime_notifyListWait(0xc420204dc0, 0xc400000082)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204db0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204d80, 0xc4221c8f40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c6d0, 0xc4221c8f40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a28210, 0xc4221c8f40, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a28210, 0xc4221c8f40, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4204f9d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420440e70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a0e660, 0xc4202987e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1254 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420727500, 0xc4205b1790, 0xc4204ced20, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204cbe50, 0xc420727530, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420727530, 0xc420727530, 0xc4206dfd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420716c60, 0x101fda0, 0xc420498a10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201311f0, 0xc420716c60, 0x101fda0, 0xc420498a10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1107 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012d500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4203f74d0, 0xc4202bdb10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4203f74d0, 0xc4202bdb10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1002 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b32d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209940c0, 0xc4202a8640, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209940c0, 0xc4202a8640)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 879 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204ce3f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420367470, 0xc420a28d90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420367470, 0xc420a28d90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1290 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420986a38, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420986a28)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc4209869c0, 0xc4209bcd80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc42000e310, 0xc4209bcd80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc4209be060, 0x1, 0x2, 0x101be60, 0xc42028b5c0, 0x0, 0x0, 0x0, 0x18, 0xc42026c401)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc4209be060, 0x1, 0x9f0920, 0xc4209bcd60, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc4209be060, 0x1, 0xc420a6d6f0, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420736a20, 0x101df20, 0xc42059a8c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc4200e1b00, 0x1027720, 0xc4202bcbc0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
created by github.com/ethereum/go-ethereum/p2p/simulations/adapters.(*SimAdapter).Dial
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/adapters/inproc.go:112 +0x31d
goroutine 1043 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b9ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420727620, 0xc420126f00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420727620, 0xc420126f00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1024 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420203f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cea80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420367590, 0xc4204056d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420367590, 0xc4204056d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1150 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420262930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b80e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209943f0, 0xc4202bd940, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209943f0, 0xc4202bd940)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 974 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4204bfd40, 0x9d9f00, 0xc420552000, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e900, 0xc4204bfd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1250 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4206dbd40, 0xc4201f1350, 0xc4204cfce0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420261b30, 0xc4206dbd70, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4206dbd70, 0xc4206dbd70, 0xc4208deae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42039cfc0, 0x101fda0, 0xc4205a8930, 0x9fcd00, 0xc420405450)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a09a0, 0xc42039cfc0, 0x101fda0, 0xc4205a8930)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1478 [semacquire]:
sync.runtime_notifyListWait(0xc42089adc0, 0xc40000004b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089adb0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089ad80, 0xc42131cb40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0900, 0xc42131cb40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201f1190, 0xc42131cb40, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201f1190, 0xc42131cb40, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420521920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204fdf80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a8a600, 0xc420a8a720)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1093 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420407b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1091 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420407b60, 0x9d9f00, 0xc420954f80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e0b40, 0xc420407b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1075 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204307e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203f89a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4204d71d0, 0xc42016ae20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4204d71d0, 0xc42016ae20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1052 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205a8310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4203f7b00, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d77e3c3a0ced4a2, 0xf8b523318b02d52e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420576ec0, 0xc420520a80, 0x101fda0, 0xc4205d8150, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420520a80, 0x101fda0, 0xc4205d8150, 0x9fcd00, 0x101c42029a2e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205a8310, 0xc420520a80, 0x101fda0, 0xc4205d8150)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1094 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202629a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4209b51d0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420262c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2daceda7c24e2d4c, 0x2ea20f1ab9ad7caa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42000c860, 0xc420407b60, 0x101fda0, 0xc420262c40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420407b60, 0x101fda0, 0xc420262c40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202629a0, 0xc420407b60, 0x101fda0, 0xc420262c40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1095 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42014a9f0, 0xc42042af30, 0xc420010380, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42001a140, 0xc42014aa80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42014aa80, 0xc42014aa80, 0xc42051d5c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420407b60, 0x101fda0, 0xc420262d90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420262a80, 0xc420407b60, 0x101fda0, 0xc420262d90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1126 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a7c70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4202c5830, 0xc420a88440, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4202c5830, 0xc420a88440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1103 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056a150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42014ac90, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420498150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x304fc37f39d8002e, 0x602077305e839031)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42000c860, 0xc420181920, 0x101fda0, 0xc420498150, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420181920, 0x101fda0, 0xc420498150, 0xc42097afc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056a150, 0xc420181920, 0x101fda0, 0xc420498150)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1089 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420716a20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1128 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420130150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202028c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4206db0b0, 0xc420a6ce80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4206db0b0, 0xc420a6ce80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1122 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4204bfd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2269 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b49cb0, 0xc4210c5560, 0xc4202b8460, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260370, 0xc420b49ce0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b49ce0, 0xc420b49ce0, 0xc420d5d920)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420d42ae0, 0x101fda0, 0xc420ed82a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200ae700, 0xc420d42ae0, 0x101fda0, 0xc420ed82a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1041 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a0930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420476f60, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc926cb02adc87d1f, 0x8c5a4337de6e15d6)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420577c60, 0xc42039cfc0, 0x101fda0, 0xc4205d8620, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42039cfc0, 0x101fda0, 0xc4205d8620, 0x9dc4d8faf47769a0, 0x5d0000c3a0ced4a2)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a0930, 0xc42039cfc0, 0x101fda0, 0xc4205d8620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1078 [semacquire]:
sync.runtime_notifyListWait(0xc4202abb40, 0xc40000008c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202abb30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202abb00, 0xc422c8e560, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8ab8, 0xc422c8e560, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d7100, 0xc422c8e560, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d7100, 0xc422c8e560, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420299440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4206da960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420181920, 0xc420581aa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1079 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420181920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1218 [semacquire]:
sync.runtime_notifyListWait(0xc42017d6c0, 0xc400000040)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017d6b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017d680, 0xc422c8f6a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582698, 0xc422c8f6a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a6dda0, 0xc422c8f6a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a6dda0, 0xc422c8f6a0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4208dfc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204d6a50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039cfc0, 0xc420020300)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1219 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42039cfc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1181 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420262a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420262d90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42014a9f0, 0xc42042af30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42014a9f0, 0xc42042af30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1101 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012c1c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420498540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209b4c00, 0xc4201f0c00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209b4c00, 0xc4201f0c00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1242 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420717a40, 0x9d9f00, 0xc420a2a600, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e6c0, 0xc420717a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1102 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209943f0, 0xc4202bd940, 0xc4205a8000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544a00, 0xc420994420, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420994420, 0xc420994420, 0xc420021200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4204bfd40, 0x101fda0, 0xc4200b80e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420262930, 0xc4204bfd40, 0x101fda0, 0xc4200b80e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1053 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420703500, 0xc42016a890, 0xc4204ced20, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204cbe50, 0xc420703590, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420703590, 0xc420994a50, 0xc4205732c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420520a80, 0x101fda0, 0xc4205a8cb0, 0x9fcd00, 0xc420a882f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205a8380, 0xc420520a80, 0x101fda0, 0xc4205a8cb0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1153 [semacquire]:
sync.runtime_notifyListWait(0xc42089a640, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089a600, 0xc422d94e20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0168, 0xc422d94e20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a6ea0, 0xc422d94e20, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a6ea0, 0xc422d94e20, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206ac660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42028a6f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4208de1e0, 0xc4205e1e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1088 [semacquire]:
sync.runtime_notifyListWait(0xc42017d780, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017d770)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017d740, 0xc422c8f320, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205826a8, 0xc422c8f320, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a6ddb0, 0xc422c8f320, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a6ddb0, 0xc422c8f320, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4208dfb60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4206dba10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420716a20, 0xc420021920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1190 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a0e660, 0x9d9f00, 0xc4208c8480, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ea240, 0xc420a0e660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1698 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4203f69f0, 0xc4205b0eb0, 0xc4202a7f80, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0960, 0xc4203f6a20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4203f6a20, 0xc4203f6a20, 0xc420a3a720)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209bfbc0, 0x101fda0, 0xc420203ea0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b9d50, 0xc4209bfbc0, 0x101fda0, 0xc420203ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1221 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205a9e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420726a80, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b80e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x304fc37f39d8002e, 0x602077305e839031)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420577c60, 0xc420a0e660, 0x101fda0, 0xc4202b80e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a0e660, 0x101fda0, 0xc4202b80e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205a9e30, 0xc420a0e660, 0x101fda0, 0xc4202b80e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1114 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42027c9f0, 0xc4204d3c30, 0xc4200af2d0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420375220, 0xc42027cb10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42027cb10, 0xc42027cb10, 0xc42071a240)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420716a20, 0x101fda0, 0xc4204303f0, 0xc420309fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420131110, 0xc420716a20, 0x101fda0, 0xc4204303f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1202 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420131030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420994510, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420430310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdfb699a82d85dff6, 0xf095351762c8d95c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420172640, 0xc420716a20, 0x101fda0, 0xc420430310, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420716a20, 0x101fda0, 0xc420430310, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420131030, 0xc420716a20, 0x101fda0, 0xc420430310)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1222 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420019c50, 0xc4201270b0, 0xc4204cfce0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420261b30, 0xc420019cb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420019cb0, 0xc420019cb0, 0xc42039c960)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a0e660, 0x101fda0, 0xc4205d8a80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205a9ea0, 0xc420a0e660, 0x101fda0, 0xc4205d8a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1171 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420202d90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42058dd70, 0xc4205d7940, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42058dd70, 0xc4205d7940)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1183 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a0e660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1539 [semacquire]:
sync.runtime_notifyListWait(0xc420587900, 0xc400000047)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205878f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4205878c0, 0xc42200c100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228278, 0xc42200c100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42016bc20, 0xc42200c100, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42016bc20, 0xc42200c100, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206e53e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b47e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a0f3e0, 0xc420a0f7a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1188 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420994ae0, 0xc420a88cf0, 0xc420010380, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42001a140, 0xc420994b40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420994b40, 0xc420994b40, 0xc4206e4a20)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420181920, 0x101fda0, 0xc4202a1650, 0xc4204cfe30, 0x101c4201f4a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056a1c0, 0xc420181920, 0x101fda0, 0xc4202a1650)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1149 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420716a20, 0x9d9f00, 0xc4204ec900, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e8fc0, 0xc420716a20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1456 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420441a40, 0xc42016a670, 0xc420263730, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420374690, 0xc420441aa0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420441aa0, 0xc420441aa0, 0xc420346720)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a0ec60, 0x101fda0, 0xc4200aee70, 0x35563b93e9df4a55, 0xdf72b9105225607b)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a61c0, 0xc420a0ec60, 0x101fda0, 0xc4200aee70)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1283 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200ae0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42058d050, 0xc42016af90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42058d050, 0xc42016af90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1152 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205a8380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a8cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420703500, 0xc42016a890, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420703500, 0xc42016a890)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1191 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42039cfc0, 0x9d9f00, 0xc4204dc900, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ea240, 0xc42039cfc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1584 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a3bb60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1366 [semacquire]:
sync.runtime_notifyListWait(0xc42089a580, 0xc400000059)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a570)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089a540, 0xc422d951c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0138, 0xc422d951c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a6e90, 0xc422d951c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a6e90, 0xc422d951c0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420521ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204fc390, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a0e240, 0xc42017ede0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1263 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab180, 0xc40000005f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab170)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab140, 0xc422d94aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c490, 0xc422d94aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029bec0, 0xc422d94aa0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029bec0, 0xc422d94aa0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206e4f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42058db60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420717a40, 0xc420a8a360)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1121 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4207177a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1266 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4208de1e0, 0x9d9f00, 0xc420816680, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054f200, 0xc4208de1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1282 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4208de1e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1443 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4203f6510, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cf180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187cc0, 0xc420a0ec60, 0x101fda0, 0xc4204cf180, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a0ec60, 0x101fda0, 0xc4204cf180, 0x9fcd00, 0xc4203a7600)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6150, 0xc420a0ec60, 0x101fda0, 0xc4204cf180)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1287 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420727c50, 0xc4205b1fd0, 0xc420499420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204021e0, 0xc420727c80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420727c80, 0xc420727c80, 0xc4206e4d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4208de1e0, 0x101fda0, 0xc4204ce150, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204992d0, 0xc4208de1e0, 0x101fda0, 0xc4204ce150)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1764 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4205218c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1447 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf240, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bf230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bf200, 0xc422e97320, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8940, 0xc422e97320, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205b16c0, 0xc422e97320, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205b16c0, 0xc422e97320, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a8a000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420994d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206f17a0, 0xc4206e5ec0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1384 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420717140)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1678 [semacquire]:
sync.runtime_notifyListWait(0xc42089a700, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a6f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089a6c0, 0xc42309fe00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0f80, 0xc42309fe00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204d3a60, 0xc42309fe00, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204d3a60, 0xc42309fe00, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420c9c960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4207376e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420cc48a0, 0xc4203c4600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1229 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420131110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204303f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42027c9f0, 0xc4204d3c30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42027c9f0, 0xc4204d3c30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1119 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4207177a0, 0x9d9f00, 0xc420353a80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1b00, 0xc4207177a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1120 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab0c0, 0xc400000061)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab0b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab080, 0xc422d94720, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c460, 0xc422d94720, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029beb0, 0xc422d94720, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029beb0, 0xc422d94720, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42071aa20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420185440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4207177a0, 0xc420717b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1298 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420202e70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420703770, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420203260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187cc0, 0xc4207177a0, 0x101fda0, 0xc420203260, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4207177a0, 0x101fda0, 0xc420203260, 0xc4207c9fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420202e70, 0xc4207177a0, 0x101fda0, 0xc420203260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1423 [semacquire]:
sync.runtime_notifyListWait(0xc420a95900, 0xc40000004f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a958f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a958c0, 0xc422254680, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031afe0, 0xc422254680, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a895b0, 0xc422254680, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a895b0, 0xc422254680, 0x20, 0x20, 0x20, 0x7f3f4fe342c0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42071ab40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b4ed0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42071b8c0, 0xc4209bfa40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1477 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a8a600, 0x9d9f00, 0xc420817b00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202eb440, 0xc420a8a600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1291 [semacquire]:
sync.runtime_notifyListWait(0xc420587240, 0xc400000060)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420587230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420587200, 0xc42204e6c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228250, 0xc42204e6c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a28180, 0xc42204e6c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a28180, 0xc42204e6c0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42017e900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420727980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a0ec60, 0xc42071b620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1199 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42014ac90, 0xc420a28240, 0xc420263730, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420374690, 0xc42014ad80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42014ad80, 0xc42014ad80, 0xc4208dfc20)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4207177a0, 0x101fda0, 0xc420203420, 0xc42023ffc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420202fc0, 0xc4207177a0, 0x101fda0, 0xc420203420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1270 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a09a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a8930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4206dbd40, 0xc4201f1350, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4206dbd40, 0xc4201f1350)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1648 [semacquire]:
sync.runtime_notifyListWait(0xc4202aad00, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aacf0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aacc0, 0xc422c67ca0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b03a8, 0xc422c67ca0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420404590, 0xc422c67ca0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420404590, 0xc422c67ca0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420c9c780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42028a900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420b0f380, 0xc4208790e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1422 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42071b8c0, 0x9d9f00, 0xc4208c8280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038c6c0, 0xc42071b8c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1383 [semacquire]:
sync.runtime_notifyListWait(0xc42036cb80, 0xc400000044)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036cb70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036cb40, 0xc422076220, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205823c8, 0xc422076220, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4202a8960, 0xc422076220, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4202a8960, 0xc422076220, 0x20, 0x20, 0x20, 0xc42026d000, 0x45a580)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209c1440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420703ad0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420717140, 0xc420717ec0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1246 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056a1c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a1650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420994ae0, 0xc420a88cf0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420994ae0, 0xc420a88cf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1322 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209c0d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1321 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab600, 0xc400000047)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab5f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab5c0, 0xc422768d60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c6f0, 0xc422768d60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420188790, 0xc422768d60, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420188790, 0xc422768d60, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209c0780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420440b40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209c0d20, 0xc4209c10e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1264 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420717a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1319 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209c0d20, 0x9d9f00, 0xc4207df400, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038cb40, 0xc4209c0d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1342 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf6c0, 0xc400000075)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bf6b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bf680, 0xc42309edc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8a60, 0xc42309edc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420438ec0, 0xc42309edc0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420438ec0, 0xc42309edc0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a0f200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420868480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209c0420, 0xc4204f9ec0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1817 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209947e0, 0xc4201f1070, 0xc4202a01c0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42042cd70, 0xc420994810, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420994810, 0xc420994810, 0xc420b0e5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420527920, 0x101fda0, 0xc420430150, 0x855038, 0xc420c1d740)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6cb0, 0xc420527920, 0x101fda0, 0xc420430150)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1333 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42089a378, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a368)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc42089a300, 0xc42000c920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc4202b0120, 0xc42000c920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc420a0fc80, 0x1, 0x2, 0x101be60, 0xc420b3a720, 0x0, 0x0, 0x0, 0x18, 0xc42026d801)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc420a0fc80, 0x1, 0x9f0920, 0xc42000c840, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc420a0fc80, 0x1, 0xc4202a9740, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420b3a2d0, 0x101df20, 0xc4202a9548)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc42030e240, 0x1027720, 0xc4202a9000, 0x2, 0xc420a2b600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc420440300, 0xc42030e240, 0xc420a2b600, 0x101bca0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:340 +0x211
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc420440300, 0xc42030e240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:289 +0x52
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x101bba0, 0xc420440300, 0xc42030e240, 0xc420252900)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x1be
goroutine 1320 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209c0fc0, 0x9d9f00, 0xc4207df480, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b8c0, 0xc4209c0fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1323 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200118f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420868000, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420011ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf761d7d6b8742587, 0xf4ee10a6e7f1c8d9)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4f20, 0xc4209c0d20, 0x101fda0, 0xc420011ea0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209c0d20, 0x101fda0, 0xc420011ea0, 0x9fcd00, 0xc4205d67a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200118f0, 0xc4209c0d20, 0x101fda0, 0xc420011ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1324 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4206da570, 0xc4204fe510, 0xc420430e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1680, 0xc4206da5a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4206da5a0, 0xc4206da5a0, 0xc420717260)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209c0d20, 0x101fda0, 0xc420011f80, 0x180001, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200119d0, 0xc4209c0d20, 0x101fda0, 0xc420011f80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1306 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b3ad20, 0xc42042be60, 0xc420498000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048a370, 0xc420b3ad50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b3ad50, 0xc420b3ad50, 0xc420c9d3e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a3a540, 0x101fda0, 0xc4205a8460, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056a620, 0xc420a3a540, 0x101fda0, 0xc4205a8460)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1365 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a0e240, 0x9d9f00, 0xc420844800, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e8fc0, 0xc420a0e240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1367 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a0e240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1326 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420986978, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420986968)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc420986900, 0xc4209bcc80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc42000e2d8, 0xc4209bcc80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc420a0e300, 0x1, 0x2, 0x101be60, 0xc42028b4a0, 0x0, 0x0, 0x0, 0x18, 0xc42026c401)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc420a0e300, 0x1, 0x9f0920, 0xc4209bcc60, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc420a0e300, 0x1, 0xc420a6d600, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc4207369c0, 0x101df20, 0xc4202a83b8)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc4202ead80, 0x1027720, 0xc4202bcbd0, 0x2, 0xc420251400)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc420441680, 0xc4202ead80, 0xc420251400, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:340 +0x211
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc420441680, 0xc4202ead80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:289 +0x52
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x101bba0, 0xc420441680, 0xc4202ead80, 0xc4203bcb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x1be
goroutine 1532 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3b20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42028b620, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b3c70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f5600, 0xc420a8a600, 0x101fda0, 0xc4200b3c70, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a8a600, 0x101fda0, 0xc4200b3c70, 0x855038, 0xc420a61740)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3b20, 0xc420a8a600, 0x101fda0, 0xc4200b3c70)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1312 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204319d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42028a450, 0xc420a28410, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42028a450, 0xc420a28410)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1198 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a0ef00, 0x9d9f00, 0xc420552200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ead80, 0xc420a0ef00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1370 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420203110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4208684e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056a930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f3b7c0dbdde53cf, 0xc0ef16b4387f6a07)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254aa0, 0xc420717a40, 0x101fda0, 0xc42056a930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420717a40, 0x101fda0, 0xc42056a930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420203110, 0xc420717a40, 0x101fda0, 0xc42056a930)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1371 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420726f60, 0xc4205d60c0, 0xc4202b8c40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260f00, 0xc420726f90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420726f90, 0xc420726f90, 0xc4206f0f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420717a40, 0x101fda0, 0xc420131500, 0xc4207cdfc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420203180, 0xc420717a40, 0x101fda0, 0xc420131500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1389 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209c0660, 0x9d9f00, 0xc4201fa900, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b8c0, 0xc4209c0660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1540 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a0f3e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1292 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a0ec60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1201 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a0ef00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1378 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420995ef0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f3b7c0dbdde53cf, 0xc0ef16b4387f6a07)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ade20, 0xc420a0ef00, 0x101fda0, 0xc4202a6930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a0ef00, 0x101fda0, 0xc4202a6930, 0xc4203eefc0, 0x101000084bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6620, 0xc420a0ef00, 0x101fda0, 0xc4202a6930)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1379 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420868450, 0xc4204385d0, 0xc4202a77a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0140, 0xc4208684e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4208684e0, 0xc4208684e0, 0xc420a3a6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a0ef00, 0x101fda0, 0xc4202a6a10, 0x9fcd00, 0xc42042a880)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a67e0, 0xc420a0ef00, 0x101fda0, 0xc4202a6a10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1493 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420011d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9d0e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420262000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f6960, 0xc4209c0fc0, 0x101fda0, 0xc420262000, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209c0fc0, 0x101fda0, 0xc420262000, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420011d50, 0xc4209c0fc0, 0x101fda0, 0xc420262000)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2248 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42039a600, 0x9d9f00, 0xc420a26700, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e480, 0xc42039a600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1380 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206f1bc0, 0x9d9f00, 0xc4202cc000, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e6c0, 0xc4206f1bc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1382 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420717140, 0x9d9f00, 0xc420352a00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e240, 0xc420717140)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1762 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420527920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1355 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42089a438, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a428)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc42089a3c0, 0xc4205aefc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc4202b01d0, 0xc4205aefc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc420a0fd40, 0x1, 0x2, 0x101be60, 0xc420703080, 0x0, 0x0, 0x0, 0x18, 0xc420242001)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc420a0fd40, 0x1, 0x9f0920, 0xc4205aef80, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc420a0fd40, 0x1, 0xc4204d30e0, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420726ab0, 0x101df20, 0xc4205b1150)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc4200e1680, 0x1027720, 0xc4202a8f80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
created by github.com/ethereum/go-ethereum/p2p/simulations/adapters.(*SimAdapter).Dial
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/adapters/inproc.go:112 +0x31d
goroutine 1328 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a18f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42027c1e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4201309a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b4ed1222fdf085f, 0xfd7331023b68cabb)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420172640, 0xc420a0e240, 0x101fda0, 0xc4201309a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a0e240, 0x101fda0, 0xc4201309a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a18f0, 0xc420a0e240, 0x101fda0, 0xc4201309a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1814 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42017eea0, 0x9d9f00, 0xc4208c9400, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ead80, 0xc42017eea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1696 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42047ed80, 0x9d9f00, 0xc420957c00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e6c0, 0xc42047ed80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1446 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206f17a0, 0x9d9f00, 0xc420875280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1200, 0xc4206f17a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1377 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf000, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200beff0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200befc0, 0xc422e96f80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8930, 0xc422e96f80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205b16b0, 0xc422e96f80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205b16b0, 0xc422e96f80, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a8a120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4207031a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206f1bc0, 0xc4209beb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1410 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206f1bc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1411 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420430bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9c870, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b9ab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x26d9083ad6ae9452, 0xc7862a69d102b697)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254aa0, 0xc4206f1bc0, 0x101fda0, 0xc4200b9ab0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206f1bc0, 0x101fda0, 0xc4200b9ab0, 0x36b83157e02dd70c, 0xdfb699a82d85dff6)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420430bd0, 0xc4206f1bc0, 0x101fda0, 0xc4200b9ab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1412 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4204d7920, 0xc420c78240, 0xc4202b8c40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260f00, 0xc4204d7950, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4204d7950, 0xc4204d7950, 0xc42039a780)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206f1bc0, 0x101fda0, 0xc4200b9b90, 0xc4204cfe30, 0x101c4201f4a80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420430c40, 0xc4206f1bc0, 0x101fda0, 0xc4200b9b90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1449 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420716d80, 0x9d9f00, 0xc420251600, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1680, 0xc420716d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2187 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420b0f800)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1482 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420521f80, 0x9d9f00, 0xc4208c9200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b200, 0xc420521f80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1294 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4204d6840, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420010e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254400, 0xc420717140, 0x101fda0, 0xc420010e00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420717140, 0x101fda0, 0xc420010e00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010b60, 0xc420717140, 0x101fda0, 0xc420010e00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1295 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42028bce0, 0xc4204ff5a0, 0xc4202b8460, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260370, 0xc42028bd10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42028bd10, 0xc42028bd10, 0xc4203f30e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420717140, 0x101fda0, 0xc4202a1180, 0xc4207cffc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010c40, 0xc420717140, 0x101fda0, 0xc4202a1180)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1563 [semacquire]:
sync.runtime_notifyListWait(0xc4202aa280, 0xc400000055)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa270)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa240, 0xc423590100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802028, 0xc423590100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420127e50, 0xc423590100, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420127e50, 0xc423590100, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209bf0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204407e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209bfbc0, 0xc4206f0360)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1339 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4204f9440, 0x9d9f00, 0xc4204ed600, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054f200, 0xc4204f9440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1448 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206f17a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2189 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b48de0, 0xc4205d6ea0, 0xc4202a7f80, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0960, 0xc420b48e70, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b48e70, 0xc420b48e70, 0xc420f95e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420b0f800, 0x101fda0, 0xc420d8bab0, 0xc42082c500, 0xc4204da340)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8b030, 0xc420b0f800, 0x101fda0, 0xc420d8bab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1420 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420203180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420131500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420726f60, 0xc4205d60c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420726f60, 0xc4205d60c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1396 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209c0420, 0x9d9f00, 0xc4204edd00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e900, 0xc4209c0420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1343 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209c0420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1344 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c2000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4207028d0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420203490, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf761d7d6b8742587, 0xf4ee10a6e7f1c8d9)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7f80, 0xc4209c0420, 0x101fda0, 0xc420203490, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209c0420, 0x101fda0, 0xc420203490, 0xc4203087c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c2000, 0xc4209c0420, 0x101fda0, 0xc420203490)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1345 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b53e0, 0xc420dad220, 0xc4205a8000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544a00, 0xc4209b5410, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b5410, 0xc4209b5410, 0xc420cc4cc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209c0420, 0x101fda0, 0xc420203570, 0xfc40caea2531a7ec, 0x47ebbbae983ee49a)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c20e0, 0xc4209c0420, 0x101fda0, 0xc420203570)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2181 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420bf16b0, 0xc420126480, 0xc4200b91f0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204a8c80, 0xc420bf16e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420bf16e0, 0xc420bf16e0, 0xc420e829c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420e704e0, 0x101fda0, 0xc42056a770, 0x9fcd00, 0xc420c782b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056a690, 0xc420e704e0, 0x101fda0, 0xc42056a770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1400 [semacquire]:
sync.runtime_notifyListWait(0xc42036cc40, 0xc40000004b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036cc30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036cc00, 0xc4220765c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205823d8, 0xc4220765c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4202a89e0, 0xc4220765c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4202a89e0, 0xc4220765c0, 0x20, 0x20, 0x20, 0xc42026d000, 0x45a580)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209be780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4207038f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420716d80, 0xc420021e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1401 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420716d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1450 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206dec00, 0x9d9f00, 0xc420875900, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1680, 0xc4206dec00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1402 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200107e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420702ba0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf97052ebe1206c10, 0xa4fb815970575383)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187540, 0xc420716d80, 0x101fda0, 0xc4205d8930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420716d80, 0x101fda0, 0xc4205d8930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200107e0, 0xc420716d80, 0x101fda0, 0xc4205d8930)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1403 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420994db0, 0xc4204059d0, 0xc4202630a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017bc20, 0xc420994de0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420994de0, 0xc420994de0, 0xc420b0e960)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420716d80, 0x101fda0, 0xc4205d8a10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420010850, 0xc420716d80, 0x101fda0, 0xc4205d8a10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1850 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203acc40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203ad030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b62b70, 0xc420a891b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b62b70, 0xc420a891b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2176 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420f644e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1452 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206dec00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1453 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200af1f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420441e90, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200af810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf72b9105225607b, 0x7dae0b8a2439e73c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187540, 0xc4206dec00, 0x101fda0, 0xc4200af810, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206dec00, 0x101fda0, 0xc4200af810, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200af1f0, 0xc4206dec00, 0x101fda0, 0xc4200af810)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1454 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420727aa0, 0xc420ca0db0, 0xc4202630a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017bc20, 0xc420727ad0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420727ad0, 0xc420727ad0, 0xc420d36060)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206dec00, 0x101fda0, 0xc4200af960, 0xc420030fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200af260, 0xc4206dec00, 0x101fda0, 0xc4200af960)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2074 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42039ae40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1455 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201311f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420498a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420727500, 0xc4205b1790, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420727500, 0xc4205b1790)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1356 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab540, 0xc400000052)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab530)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab500, 0xc4227690a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c6e0, 0xc4227690a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420188770, 0xc4227690a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420188770, 0xc4227690a0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209c08a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420440c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209c0fc0, 0xc420a0ff80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1357 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209c0fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1528 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420430af0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4204418c0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200af110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420186560, 0xc4206f17a0, 0x101fda0, 0xc4200af110, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206f17a0, 0x101fda0, 0xc4200af110, 0xc420a50580, 0xc420b613e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420430af0, 0xc4206f17a0, 0x101fda0, 0xc4200af110)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1474 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204992d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204ce150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420727c50, 0xc4205b1fd0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420727c50, 0xc4205b1fd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1670 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a61c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200aee70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420441a40, 0xc42016a670, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420441a40, 0xc42016a670)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1467 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420202fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420203420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42014ac90, 0xc420a28240, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42014ac90, 0xc420a28240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1472 [semacquire]:
sync.runtime_notifyListWait(0xc4202aa040, 0xc40000004d)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa030)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa000, 0xc42131ddc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802018, 0xc42131ddc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420127e40, 0xc42131ddc0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420127e40, 0xc42131ddc0, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42039d080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4204409c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a3a540, 0xc4205216e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1473 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a3a540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1479 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a8a600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1424 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42071b8c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1425 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ce620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9d050, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204318f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42028ece0, 0xc42071b8c0, 0x101fda0, 0xc4204318f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42071b8c0, 0x101fda0, 0xc4204318f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce620, 0xc42071b8c0, 0x101fda0, 0xc4204318f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1490 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42028a450, 0xc420a28410, 0xc4202a0d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4202a5630, 0xc42028a540, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42028a540, 0xc42028a540, 0xc4206de720)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42071b8c0, 0x101fda0, 0xc4204319d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ce700, 0xc42071b8c0, 0x101fda0, 0xc4204319d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2318 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d39f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cf880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209b5f50, 0xc4202a81f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209b5f50, 0xc4202a81f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1494 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9d290, 0xc4204d3950, 0xc420498b60, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048b4a0, 0xc420b9d2c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9d2c0, 0xc420b9d2c0, 0xc4209bee40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209c0fc0, 0x101fda0, 0xc420431c00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420011dc0, 0xc4209c0fc0, 0x101fda0, 0xc420431c00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1507 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420202930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b3b530, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420202b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x197fed1a9836cd2e, 0xbcfc5b5f717f0b1a)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203a90e0, 0xc4204f9440, 0x101fda0, 0xc420202b60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4204f9440, 0x101fda0, 0xc420202b60, 0xc42097bfc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420202930, 0xc4204f9440, 0x101fda0, 0xc420202b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1805 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420869e00, 0xc4205b14d0, 0xc42045e310, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204194f0, 0xc420869e30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420869e30, 0xc420869e30, 0xc420e6d740)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209c1920, 0x101fda0, 0xc420d72930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420499f80, 0xc4209c1920, 0x101fda0, 0xc420d72930)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1825 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420430c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b9b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4204d7920, 0xc420c78240, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4204d7920, 0xc420c78240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1499 [semacquire]:
sync.runtime_notifyListWait(0xc42089ae80, 0xc400000059)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089ae70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089ae40, 0xc42131ce80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0910, 0xc42131ce80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201f11a0, 0xc42131ce80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201f11a0, 0xc42131ce80, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420b0f020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b3acf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420521f80, 0xc42039a420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1508 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420994240, 0xc420c14660, 0xc420499420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204021e0, 0xc4209942d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209942d0, 0xc4209942d0, 0xc420b0e480)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4204f9440, 0x101fda0, 0xc42012d260, 0xc4206a1fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202029a0, 0xc4204f9440, 0x101fda0, 0xc42012d260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2028 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d73420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d739d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420d48db0, 0xc420c79b30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420d48db0, 0xc420c79b30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1613 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a67e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420868450, 0xc4204385d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420868450, 0xc4204385d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1409 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a0f3e0, 0x9d9f00, 0xc4204dd600, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bf8c0, 0xc420a0f3e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1500 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420521f80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1830 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d391f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cf5e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4207374a0, 0xc4205b0850, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4207374a0, 0xc4205b0850)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1707 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420430b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b9f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209b4a20, 0xc4201f11c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209b4a20, 0xc4201f11c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1278 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205a9ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420019c50, 0xc4201270b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420019c50, 0xc4201270b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1529 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b4a20, 0xc4201f11c0, 0xc420131ea0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017a640, 0xc4209b4a50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b4a50, 0xc4209b4a50, 0xc4206f05a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206f17a0, 0x101fda0, 0xc4200b9f80, 0x855038, 0xc420a61740)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420430b60, 0xc4206f17a0, 0x101fda0, 0xc4200b9f80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1650 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b9ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420994360, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a04d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4460, 0xc4209bfbc0, 0x101fda0, 0xc4202a04d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209bfbc0, 0x101fda0, 0xc4202a04d0, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b9ce0, 0xc4209bfbc0, 0x101fda0, 0xc4202a04d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1538 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a0f680, 0x9d9f00, 0xc4204dd680, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038cb40, 0xc420a0f680)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1541 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b2b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42014bf50, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b3960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42043e7e0, 0xc420a0f3e0, 0x101fda0, 0xc4200b3960, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a0f3e0, 0x101fda0, 0xc4200b3960, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b2b60, 0xc420a0f3e0, 0x101fda0, 0xc4200b3960)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1542 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4202c4e40, 0xc4202a97e0, 0xc42045e310, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204194f0, 0xc4201f22d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4201f22d0, 0xc4201f22d0, 0xc4209c14a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a0f3e0, 0x101fda0, 0xc4200b3ce0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b2cb0, 0xc420a0f3e0, 0x101fda0, 0xc4200b3ce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1543 [semacquire]:
sync.runtime_notifyListWait(0xc420587600, 0xc400000045)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4205875f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4205875c0, 0xc421664700, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228268, 0xc421664700, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42016bc10, 0xc421664700, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42016bc10, 0xc421664700, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a0e360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b62450, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a0f680, 0xc420a0f980)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1544 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a0f680)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1545 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9c5d0, 0xc420a6d2d0, 0xc420430e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1680, 0xc420b9c660, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9c660, 0xc420b9c660, 0xc4208787e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a0f680, 0x101fda0, 0xc4200b3e30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3730, 0xc420a0f680, 0x101fda0, 0xc4200b3e30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1546 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b36c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42058dd40, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a6000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3891ba08017680f6, 0x27aed8dddd2a8993)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4f20, 0xc420a0f680, 0x101fda0, 0xc4202a6000, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a0f680, 0x101fda0, 0xc4202a6000, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b36c0, 0xc420a0f680, 0x101fda0, 0xc4202a6000)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1909 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d39180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420dae990, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203f92d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b6aca02364b5cd, 0x3126925e21978dea)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42028ece0, 0xc420b0f380, 0x101fda0, 0xc4203f92d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420b0f380, 0x101fda0, 0xc4203f92d0, 0xc4203f8d90, 0xc420390180)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d39180, 0xc420b0f380, 0x101fda0, 0xc4203f92d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2108 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202b9570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420d491a0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203add50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254aa0, 0xc42017f560, 0x101fda0, 0xc4203add50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42017f560, 0x101fda0, 0xc4203add50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202b9570, 0xc42017f560, 0x101fda0, 0xc4203add50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1780 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203ad340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9db90, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b8af0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd2773d361d4c0b74, 0xa6ab9b5298225175)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ac020, 0xc420cc48a0, 0x101fda0, 0xc4202b8af0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420cc48a0, 0x101fda0, 0xc4202b8af0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203ad340, 0xc420cc48a0, 0x101fda0, 0xc4202b8af0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1564 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209bfbc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1553 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b2cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b3ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4202c4e40, 0xc4202a97e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4202c4e40, 0xc4202a97e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1502 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a3a540, 0x9d9f00, 0xc420956800, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b200, 0xc420a3a540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2413 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420f65500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1525 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206e5320, 0x9d9f00, 0xc420818000, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ebb00, 0xc4206e5320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1433 [semacquire]:
sync.runtime_notifyListWait(0xc420204ac0, 0xc400000059)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420204ab0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420204a80, 0xc42131da80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028c4a0, 0xc42131da80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42042bf30, 0xc42131da80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42042bf30, 0xc42131da80, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420460f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420440f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206e5320, 0xc420299140)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1434 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206e5320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1527 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209bfbc0, 0x9d9f00, 0xc420844780, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bed80, 0xc4209bfbc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2580 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420cf1b00, 0x9d9f00, 0xc420a27280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054f200, 0xc420cf1b00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1574 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420703890, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203ac8c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdca0, 0xc420521f80, 0x101fda0, 0xc4203ac8c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420521f80, 0x101fda0, 0xc4203ac8c0, 0xc42056b1f0, 0xc4207e15c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3a40, 0xc420521f80, 0x101fda0, 0xc4203ac8c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1533 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42027c840, 0xc42059aa30, 0xc420431420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1bd0, 0xc42027d080, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42027d080, 0xc42027d080, 0xc420a3a060)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a8a600, 0x101fda0, 0xc420130540, 0x154310dda3201451, 0x4f3b7c0dbdde53cf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3b90, 0xc420a8a600, 0x101fda0, 0xc420130540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1487 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a1180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42028bce0, 0xc4204ff5a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42028bce0, 0xc4204ff5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2334 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4208797a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1589 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab300, 0xc400000056)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab2f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab2c0, 0xc421665c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4208021d0, 0xc421665c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029aca0, 0xc421665c00, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029aca0, 0xc421665c00, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a8b380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420441dd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a8b920, 0xc420a8bd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1575 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4206dbaa0, 0xc420c79080, 0xc420498000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048a370, 0xc4206dbad0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4206dbad0, 0xc4206dbad0, 0xc42071b200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420521f80, 0x101fda0, 0xc42056ba40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b3ab0, 0xc420521f80, 0x101fda0, 0xc42056ba40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1658 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3ab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056ba40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4206dbaa0, 0xc420c79080, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4206dbaa0, 0xc420c79080)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1441 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200ae9a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9cc00, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202620e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b4ed1222fdf085f, 0xfd7331023b68cabb)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fd1c0, 0xc4206e5320, 0x101fda0, 0xc4202620e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206e5320, 0x101fda0, 0xc4202620e0, 0x2cf0e59084c243fb, 0xf500007e30371eef)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200ae9a0, 0xc4206e5320, 0x101fda0, 0xc4202620e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1818 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209c1920, 0x9d9f00, 0xc420900100, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bf8c0, 0xc4209c1920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1586 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a8b920, 0x9d9f00, 0xc420a27200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bfd40, 0xc420a8b920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1588 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a8bc20, 0x9d9f00, 0xc420a27280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ebb00, 0xc420a8bc20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1590 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a8b920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1591 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab240, 0xc400000059)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab200, 0xc422e02120, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4208021c0, 0xc422e02120, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029ac80, 0xc422e02120, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029ac80, 0xc422e02120, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a8b4a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42043dce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a8bc20, 0xc420a8bec0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1592 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a8bc20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1593 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420440a20, 0xc4204d29b0, 0xc4200c23f0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420418190, 0xc420440a50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420440a50, 0xc420440a50, 0xc42039b680)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a8bc20, 0x101fda0, 0xc4202b83f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202b8070, 0xc420a8bc20, 0x101fda0, 0xc4202b83f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1594 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420131f10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b62750, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b85b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb42c007e1da3d6c5, 0x8a72c50af98eba4b)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fd1c0, 0xc420a8bc20, 0x101fda0, 0xc4202b85b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a8bc20, 0x101fda0, 0xc4202b85b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420131f10, 0xc420a8bc20, 0x101fda0, 0xc4202b85b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1518 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420c9cde0, 0x9d9f00, 0xc4202cde80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038d200, 0xc420c9cde0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1679 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420cc48a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2915 [semacquire]:
sync.runtime_notifyListWait(0xc420d6a1c0, 0xc400000041)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420d6a1b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420d6a180, 0xc421d9d460, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e058, 0xc421d9d460, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4210c4580, 0xc421d9d460, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4210c4580, 0xc421d9d460, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420ddd6e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420868c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209c1620, 0xc420a8a8a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2234 [semacquire]:
sync.runtime_notifyListWait(0xc420a94040, 0xc400000045)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94030)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94000, 0xc42284f3c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028ced0, 0xc42284f3c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420189390, 0xc42284f3c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420189390, 0xc42284f3c0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420299800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420441ef0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209bec60, 0xc4208dfb00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1702 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a1960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d81c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420703290, 0xc420a29970, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420703290, 0xc420a29970)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1598 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056a5b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b62ae0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200aec40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b6aca02364b5cd, 0x3126925e21978dea)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdca0, 0xc420a3a540, 0x101fda0, 0xc4200aec40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a3a540, 0x101fda0, 0xc4200aec40, 0xc4203eefc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056a5b0, 0xc420a3a540, 0x101fda0, 0xc4200aec40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1908 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420878f60, 0x9d9f00, 0xc420956d00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bed80, 0xc420878f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1697 [semacquire]:
sync.runtime_notifyListWait(0xc420205540, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420205530)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420205500, 0xc422c8eb40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8970, 0xc422c8eb40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a7e10, 0xc422c8eb40, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a7e10, 0xc422c8eb40, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420572720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b55f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42051dda0, 0xc420a3afc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1833 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203ace70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203ad260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9dd10, 0xc4205b1150, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9dd10, 0xc4205b1150)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1951 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200af260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200af960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420727aa0, 0xc420ca0db0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420727aa0, 0xc420ca0db0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1583 [semacquire]:
sync.runtime_notifyListWait(0xc4202abcc0, 0xc400000047)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202abcb0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202abc80, 0xc422e027c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802330, 0xc422e027c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4202bdfe0, 0xc422e027c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4202bdfe0, 0xc422e027c0, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42039b740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b62cf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a3bb60, 0xc420a3bf20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2087 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c3c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420dae5a0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d73ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3891ba08017680f6, 0x27aed8dddd2a8993)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ade20, 0xc42017eea0, 0x101fda0, 0xc420d73ce0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42017eea0, 0x101fda0, 0xc420d73ce0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c3c00, 0xc42017eea0, 0x101fda0, 0xc420d73ce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1653 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420131b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4209944e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b8380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x197fed1a9836cd2e, 0xbcfc5b5f717f0b1a)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdbc0, 0xc420a8b920, 0x101fda0, 0xc4202b8380, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a8b920, 0x101fda0, 0xc4202b8380, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420131b90, 0xc420a8b920, 0x101fda0, 0xc4202b8380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1654 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4204d6b40, 0xc4204d3df0, 0xc4200c2d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420418f50, 0xc4204d6b70, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4204d6b70, 0xc4204d6b70, 0xc42039a2a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a8b920, 0x101fda0, 0xc4204ce380, 0xc42056b1f0, 0xc4207e15c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420131c00, 0xc420a8b920, 0x101fda0, 0xc4204ce380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2237 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42017f560)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1681 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab780, 0xc400000050)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab770)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab740, 0xc422c66000, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802130, 0xc422c66000, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a897d0, 0xc422c66000, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a897d0, 0xc422c66000, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420c9de00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b4210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420527920, 0xc4203c5860)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1609 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420994540, 0xc420c14990, 0xc4200c23f0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420418190, 0xc420994570, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420994570, 0xc420994570, 0xc420b0e6c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206e5320, 0x101fda0, 0xc4203f8850, 0xa25a00, 0xc420016d48)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200aea80, 0xc4206e5320, 0x101fda0, 0xc4203f8850)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1519 [semacquire]:
sync.runtime_notifyListWait(0xc42089a7c0, 0xc40000005e)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a7b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089a780, 0xc42309fac0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b0f90, 0xc42309fac0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204d3a70, 0xc42309fac0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204d3a70, 0xc42309fac0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420c9c840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b9daa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420c9cde0, 0xc420878cc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 3043 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420f1eee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420e6ea80, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4210c76c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0b0495d1b074e9c, 0x8e4a04bbfaceb654)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202adce0, 0xc420ddca80, 0x101fda0, 0xc4210c76c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420ddca80, 0x101fda0, 0xc4210c76c0, 0x855038, 0xc42097b740)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420f1eee0, 0xc420ddca80, 0x101fda0, 0xc4210c76c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1636 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202029a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012d260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420994240, 0xc420c14660, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420994240, 0xc420c14660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1582 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a3be00, 0x9d9f00, 0xc420cc2280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e480, 0xc420a3be00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1581 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420a3bb60, 0x9d9f00, 0xc420cc2200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202eb440, 0xc420a3bb60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1585 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203acbd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420869590, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203acf50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf5203b7e30371eef, 0xf12a773211f0a24)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f5600, 0xc420a3bb60, 0x101fda0, 0xc4203acf50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a3bb60, 0x101fda0, 0xc4203acf50, 0xc4207c97c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203acbd0, 0xc420a3bb60, 0x101fda0, 0xc4203acf50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1682 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b62b70, 0xc420a891b0, 0xc420431420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1bd0, 0xc420b62ba0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b62ba0, 0xc420b62ba0, 0xc42017f380)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a3bb60, 0x101fda0, 0xc4203ad030, 0x33c46528e8c820be, 0xb89ce06d07743bfc)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203acc40, 0xc420a3bb60, 0x101fda0, 0xc4203ad030)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1683 [semacquire]:
sync.runtime_notifyListWait(0xc4202aba80, 0xc400000051)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aba70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aba40, 0xc422e027a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802320, 0xc422e027a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4202bdfd0, 0xc422e027a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4202bdfd0, 0xc422e027a0, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a3b7a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b9d800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420a3be00, 0xc420cc4120)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1684 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420a3be00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1685 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203ace00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4208695c0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203ad110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7840, 0xc420a3be00, 0x101fda0, 0xc4203ad110, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420a3be00, 0x101fda0, 0xc4203ad110, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203ace00, 0xc420a3be00, 0x101fda0, 0xc4203ad110)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1686 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9dd10, 0xc4205b1150, 0xc420499a40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544370, 0xc420b9dd40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9dd40, 0xc420b9dd40, 0xc420573f20)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420a3be00, 0x101fda0, 0xc4203ad260, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203ace70, 0xc420a3be00, 0x101fda0, 0xc4203ad260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2601 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420f9df80, 0xc420f2aff0, 0xc420499420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204021e0, 0xc420f9dfb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420f9dfb0, 0xc420f9dfb0, 0xc42100ff80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420cf1b00, 0x101fda0, 0xc420431ce0, 0xffcf18d4f4506b6b, 0x3891ba08017680f6)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42045f960, 0xc420cf1b00, 0x101fda0, 0xc420431ce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2018 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420b0f800, 0x9d9f00, 0xc420d93280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bed80, 0xc420b0f800)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2015 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420d37560)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1841 [semacquire]:
sync.runtime_notifyListWait(0xc42089a940, 0xc400000047)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a930)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089a900, 0xc422b50ca0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a9e8, 0xc422b50ca0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a28700, 0xc422b50ca0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a28700, 0xc422b50ca0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420cc5da0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420d49680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420bf4240, 0xc420c9c660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2350 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4208797a0, 0x9d9f00, 0xc420b15780, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1680, 0xc4208797a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2550 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420f9c960, 0xc420dace50, 0xc420499a40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544370, 0xc420f9c990, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420f9c990, 0xc420f9c990, 0xc42100e2a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42039a600, 0x101fda0, 0xc4204999d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420498bd0, 0xc42039a600, 0x101fda0, 0xc4204999d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1680 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420d484e0, 0xc420c14ab0, 0xc420130e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42052b1d0, 0xc420d48510, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420d48510, 0xc420b9dbc0, 0xc420cf0960)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420cc48a0, 0x101fda0, 0xc4202b89a0, 0x9fcd00, 0xc420a29d50)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203ad3b0, 0xc420cc48a0, 0x101fda0, 0xc4202b89a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1727 [semacquire]:
sync.runtime_notifyListWait(0xc4202abf00, 0xc40000004b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202abef0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202abec0, 0xc422c66320, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802140, 0xc422c66320, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a897e0, 0xc422c66320, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a897e0, 0xc422c66320, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420c9dce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b3af60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42047ed80, 0xc420572900)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2623 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420441530, 0xc4202bdc10, 0xc4200c2d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420418f50, 0xc4204415f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4204415f0, 0xc4204415f0, 0xc4208df5c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420cf1680, 0x101fda0, 0xc4203f9730, 0x3613d175fd3e97b, 0xb0b0495d1b074e9c)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42045f810, 0xc420cf1680, 0x101fda0, 0xc4203f9730)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3105 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200afc00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cff80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420bf1e60, 0xc420cf8e90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420bf1e60, 0xc420cf8e90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1767 [semacquire]:
sync.runtime_notifyListWait(0xc420a94b80, 0xc400000045)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94b70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94b40, 0xc422c1d660, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031ac98, 0xc422c1d660, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420c79f30, 0xc422c1d660, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420c79f30, 0xc422c1d660, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a0fc20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b62180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209c1920, 0xc42027f5c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1712 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200119d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420011f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4206da570, 0xc4204fe510, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4206da570, 0xc4204fe510)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1517 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420131c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204ce380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4204d6b40, 0xc4204d3df0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4204d6b40, 0xc4204d3df0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1763 [semacquire]:
sync.runtime_notifyListWait(0xc420205600, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202055f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202055c0, 0xc422c8e800, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8980, 0xc422c8e800, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a7e30, 0xc422c8e800, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a7e30, 0xc422c8e800, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420cf00c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420869260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4205218c0, 0xc420a0fa40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1520 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420c9cde0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1521 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012cbd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42058dd40, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e90a3816f875271, 0xfaab6408e5a70a4)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420160b40, 0xc420c9cde0, 0x101fda0, 0xc4200b2540, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420c9cde0, 0x101fda0, 0xc4200b2540, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012cbd0, 0xc420c9cde0, 0x101fda0, 0xc4200b2540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1714 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420703b90, 0xc4201260e0, 0xc4200b37a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544c80, 0xc420703bf0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420703bf0, 0xc420703bf0, 0xc42039a5a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420c9cde0, 0x101fda0, 0xc4200b2700, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42012cc40, 0xc420c9cde0, 0x101fda0, 0xc4200b2700)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2177 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9d860, 0xc420d64290, 0xc42045e310, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204194f0, 0xc420b9d890, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9d890, 0xc420b9d890, 0xc420e83560)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420f644e0, 0x101fda0, 0xc420d72e00, 0x85508b, 0xc4207caf40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d72d20, 0xc420f644e0, 0x101fda0, 0xc420d72e00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1993 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420d5c3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1736 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209c0660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1735 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf780, 0xc400000070)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bf770)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bf740, 0xc42309f100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8a70, 0xc42309f100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420438ee0, 0xc42309f100, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420438ee0, 0xc42309f100, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209c1860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420995e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209c0660, 0xc4206f1020)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2012 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420d37560, 0x9d9f00, 0xc4202f7080, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230900, 0xc420d37560)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1719 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420010850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420994db0, 0xc4204059d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420994db0, 0xc4204059d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1929 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203f9180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420daf3b0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045f500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf72b9105225607b, 0x7dae0b8a2439e73c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4460, 0xc420878f60, 0x101fda0, 0xc42045f500, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420878f60, 0x101fda0, 0xc42045f500, 0x9fcd00, 0xc420dadf70)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203f9180, 0xc420878f60, 0x101fda0, 0xc42045f500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1633 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420cc48a0, 0x9d9f00, 0xc420352680, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e9b00, 0xc420cc48a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1868 [semacquire]:
sync.runtime_notifyListWait(0xc4200bed00, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200becf0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200becc0, 0xc42289ca80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028ccb0, 0xc42289ca80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029b080, 0xc42289ca80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029b080, 0xc42289ca80, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4206e5980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b45a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42017ff20, 0xc4206e4cc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1902 [semacquire]:
sync.runtime_notifyListWait(0xc4200beac0, 0xc400000048)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200beab0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bea80, 0xc42289cdc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028cca0, 0xc42289cdc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029b070, 0xc42289cdc0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029b070, 0xc42289cdc0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209be0c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b4870, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4206df2c0, 0xc420c9c240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1747 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4205218c0, 0x9d9f00, 0xc4202f6180, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e9b00, 0xc4205218c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1632 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420527920, 0x9d9f00, 0xc420352700, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230240, 0xc420527920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1995 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420869080, 0xc4202bd9c0, 0xc420263e30, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420169d10, 0xc4208690e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4208690e0, 0xc4208690e0, 0xc4208de360)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420d5c3c0, 0x101fda0, 0xc4201304d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201301c0, 0xc420d5c3c0, 0x101fda0, 0xc4201304d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1751 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420736b10, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b8b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42059e200, 0xc420527920, 0x101fda0, 0xc4202b8b60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420527920, 0x101fda0, 0xc4202b8b60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6c40, 0xc420527920, 0x101fda0, 0xc4202b8b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2473 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc4202050f8, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202050e8)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc420205080, 0xc4203f5720, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc420802178, 0xc4203f5720, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc420f65e00, 0x1, 0x2, 0x101be60, 0xc420827380, 0x0, 0x0, 0x0, 0x18, 0xc420242001)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc420f65e00, 0x1, 0x9f0920, 0xc4203f5700, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc420f65e00, 0x1, 0xc420e210e0, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420826c60, 0x101df20, 0xc420e21008)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc42054f200, 0x1027720, 0xc420e20eb0, 0x2, 0xc4201fa500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4204414a0, 0xc42054f200, 0xc4201fa500, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:340 +0x211
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4204414a0, 0xc42054f200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:289 +0x52
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x101bba0, 0xc4204414a0, 0xc42054f200, 0xc4200216e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x1be
goroutine 1724 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c2150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420868180, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420262770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2daceda7c24e2d4c, 0x2ea20f1ab9ad7caa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f6960, 0xc4209c0660, 0x101fda0, 0xc420262770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209c0660, 0x101fda0, 0xc420262770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c2150, 0xc4209c0660, 0x101fda0, 0xc420262770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1725 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b5d40, 0xc420ca18c0, 0xc420498b60, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42048b4a0, 0xc4209b5d70, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b5d70, 0xc4209b5d70, 0xc420a0e2a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209c0660, 0x101fda0, 0xc4205a85b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c22a0, 0xc4209c0660, 0x101fda0, 0xc4205a85b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1728 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42047ed80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1729 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a69a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4207261e0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a8a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf47a897b6050ae59, 0x20f3bbe32c4cde5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254aa0, 0xc42047ed80, 0x101fda0, 0xc4205a8a10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42047ed80, 0x101fda0, 0xc4205a8a10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a69a0, 0xc42047ed80, 0x101fda0, 0xc4205a8a10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1778 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b624e0, 0xc420438220, 0xc4202b8c40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260f00, 0xc420b62510, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b62510, 0xc420b62510, 0xc42017eb40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42047ed80, 0x101fda0, 0xc4205a8af0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6bd0, 0xc42047ed80, 0x101fda0, 0xc4205a8af0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2139 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420bf4240, 0x9d9f00, 0xc420901300, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230900, 0xc420bf4240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1779 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42051dda0, 0x9d9f00, 0xc420b15b80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bfd40, 0xc42051dda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1858 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420499ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b625a0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203ac000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42043e7e0, 0xc4209c1920, 0x101fda0, 0xc4203ac000, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209c1920, 0x101fda0, 0xc4203ac000, 0x20904901b94b2303, 0x26d9083ad6ae9452)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420499ea0, 0xc4209c1920, 0x101fda0, 0xc4203ac000)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1647 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b3e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9c5d0, 0xc420a6d2d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9c5d0, 0xc420a6d2d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1639 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6f50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420d482a0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056aaf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e90a3816f875271, 0xfaab6408e5a70a4)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdbc0, 0xc42051dda0, 0x101fda0, 0xc42056aaf0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42051dda0, 0x101fda0, 0xc42056aaf0, 0xc420a5dfc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6f50, 0xc42051dda0, 0x101fda0, 0xc42056aaf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1794 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42051dda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1617 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b3b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420130540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42027c840, 0xc42059aa30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42027c840, 0xc42059aa30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1784 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a7030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420727740, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b93b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb42c007e1da3d6c5, 0x8a72c50af98eba4b)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ac020, 0xc4205218c0, 0x101fda0, 0xc4202b93b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4205218c0, 0x101fda0, 0xc4202b93b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a7030, 0xc4205218c0, 0x101fda0, 0xc4202b93b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1785 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9d710, 0xc4203a6780, 0xc420130e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42052b1d0, 0xc420b9d740, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9d740, 0xc420b9d740, 0xc4209bf200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4205218c0, 0x101fda0, 0xc4205a8fc0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a70a0, 0xc4205218c0, 0x101fda0, 0xc4205a8fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1994 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420130000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420868030, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4201303f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0b0495d1b074e9c, 0x8e4a04bbfaceb654)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f70c0, 0xc420d5c3c0, 0x101fda0, 0xc4201303f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420d5c3c0, 0x101fda0, 0xc4201303f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420130000, 0xc420d5c3c0, 0x101fda0, 0xc4201303f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1988 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420430150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209947e0, 0xc4201f1070, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209947e0, 0xc4201f1070)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1638 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200aea80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203f8850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420994540, 0xc420c14990, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420994540, 0xc420c14990)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2485 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d38cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056b420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420869b90, 0xc42042b2a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420869b90, 0xc42042b2a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1649 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420b0f380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1910 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4207374a0, 0xc4205b0850, 0xc4202a0d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4202a5630, 0xc4207374d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207374d0, 0xc4207374d0, 0xc42039b080)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420b0f380, 0x101fda0, 0xc4204cf5e0, 0xb5b66aaed908f875, 0x197fed1a9836cd2e)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d391f0, 0xc420b0f380, 0x101fda0, 0xc4204cf5e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1768 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209c1920)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2207 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c20e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420203570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209b53e0, 0xc420dad220, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209b53e0, 0xc420dad220)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2335 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d39340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b3a8d0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf47a897b6050ae59, 0x20f3bbe32c4cde5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187540, 0xc4208797a0, 0x101fda0, 0xc4200b2d20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4208797a0, 0x101fda0, 0xc4200b2d20, 0x33c46528e8c820be, 0xb89ce06d07743bfc)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d39340, 0xc4208797a0, 0x101fda0, 0xc4200b2d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1832 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b9d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420203ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4203f69f0, 0xc4205b0eb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4203f69f0, 0xc4205b0eb0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1771 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202b8070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b83f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420440a20, 0xc4204d29b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420440a20, 0xc4204d29b0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 3062 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420499c70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b63620, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8bd50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b6aca02364b5cd, 0x3126925e21978dea)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420187cc0, 0xc420ddea80, 0x101fda0, 0xc420d8bd50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420ddea80, 0x101fda0, 0xc420d8bd50, 0xc420855500, 0xc420970d80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420499c70, 0xc420ddea80, 0x101fda0, 0xc420d8bd50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2482 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200ae850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b48240, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200aed20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf97052ebe1206c10, 0xa4fb815970575383)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42028ece0, 0xc420d42d20, 0x101fda0, 0xc4200aed20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420d42d20, 0x101fda0, 0xc4200aed20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200ae850, 0xc420d42d20, 0x101fda0, 0xc4200aed20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1799 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420b0f380, 0x9d9f00, 0xc420a3dd00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038c6c0, 0xc420b0f380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 3753 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc421081440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1776 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420011dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420431c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9d290, 0xc4204d3950, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9d290, 0xc4204d3950)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2634 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420e15740)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2549 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420498af0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b48ed0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d73730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x391fc624ffcfdc96, 0xf37e4f35eff92f7)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7840, 0xc42039a600, 0x101fda0, 0xc420d73730, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42039a600, 0x101fda0, 0xc420d73730, 0x9fcd00, 0xc4204391f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420498af0, 0xc42039a600, 0x101fda0, 0xc420d73730)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2562 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420e2cc30, 0xc420f2a890, 0xc420430e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1680, 0xc420e2cc60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420e2cc60, 0xc420e2cc60, 0xc420edd440)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420b0f500, 0x101fda0, 0xc420d73960, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8af50, 0xc420b0f500, 0x101fda0, 0xc420d73960)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1761 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420878f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1760 [semacquire]:
sync.runtime_notifyListWait(0xc4202aa7c0, 0xc40000004f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202aa7b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202aa780, 0xc42289c020, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202b00f0, 0xc42289c020, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420404560, 0xc42289c020, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420404560, 0xc42289c020, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420b0ede0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42058d6e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420878f60, 0xc420d36ba0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2840 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc420f942a0, 0x11, 0xc1, 0x101b3e0, 0xc420ffde00, 0xed125f50b, 0x216e6448, 0x10d5820, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:281 +0x1ad
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f942a0, 0xc420dddaa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x125
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1879 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4206df2c0, 0x9d9f00, 0xc420c9b200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038d200, 0xc4206df2c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1804 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4205812c0, 0x9d9f00, 0xc420844e00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ea240, 0xc4205812c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1911 [semacquire]:
sync.runtime_notifyListWait(0xc42089b000, 0xc400000071)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089aff0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089afc0, 0xc4211d0980, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802200, 0xc4211d0980, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a89d30, 0xc4211d0980, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a89d30, 0xc4211d0980, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42051c300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b3b320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4205812c0, 0xc420a8b0e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1912 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4205812c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1913 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d39f10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420366f30, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cf7a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d77e3c3a0ced4a2, 0xf8b523318b02d52e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420577c60, 0xc4205812c0, 0x101fda0, 0xc4204cf7a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4205812c0, 0x101fda0, 0xc4204cf7a0, 0x2cf0e59084c243fb, 0xf5203b7e30371eef)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d39f10, 0xc4205812c0, 0x101fda0, 0xc4204cf7a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2011 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b5f50, 0xc4202a81f0, 0xc4204cfce0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420261b30, 0xc4209b5f80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b5f80, 0xc4209b5f80, 0xc4209c1200)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4205812c0, 0x101fda0, 0xc4204cf880, 0xc42069c7c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d39f80, 0xc4205812c0, 0x101fda0, 0xc4204cf880)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2193 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205d8540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42058ca80, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420499e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3ca9720b99180f23, 0x7e92e32abb1cfc5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f70c0, 0xc420bf4480, 0x101fda0, 0xc420499e30, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420bf4480, 0x101fda0, 0xc420499e30, 0xb4ff2d25df79e40e, 0x1c63131b5a37476)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205d8540, 0xc420bf4480, 0x101fda0, 0xc420499e30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2295 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420263a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420430540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209b5080, 0xc4204d2df0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209b5080, 0xc4204d2df0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2133 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b3b020, 0xc420a6ddf0, 0xc420499a40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544370, 0xc420b3b080, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b3b080, 0xc420b3b080, 0xc42071b920)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42039b260, 0x101fda0, 0xc42056ab60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204cf030, 0xc42039b260, 0x101fda0, 0xc42056ab60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2943 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42104ede0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2928 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d8af50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d73960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420e2cc30, 0xc420f2a890, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420e2cc30, 0xc420f2a890)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1991 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420d5c3c0, 0x9d9f00, 0xc420d88280, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420231440, 0xc420d5c3c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2051 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9c960, 0xc420a88170, 0xc4200c2d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420418f50, 0xc420b9c990, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9c990, 0xc420b9c990, 0xc420cf04e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42051dda0, 0x101fda0, 0xc42012d650, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a6fc0, 0xc42051dda0, 0x101fda0, 0xc42012d650)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1867 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42017ff20, 0x9d9f00, 0xc4204ec180, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230000, 0xc42017ff20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2483 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b62780, 0xc420c117a0, 0xc4202a0d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4202a5630, 0xc420b62930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b62930, 0xc420b62930, 0xc42100f500)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420d42d20, 0x101fda0, 0xc4200af180, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200ae930, 0xc420d42d20, 0x101fda0, 0xc4200af180)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1869 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42017ff20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1870 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d733b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b63080, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d738f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd2773d361d4c0b74, 0xa6ab9b5298225175)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420408120, 0xc42017ff20, 0x101fda0, 0xc420d738f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42017ff20, 0x101fda0, 0xc420d738f0, 0x855038, 0xc420309f40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d733b0, 0xc42017ff20, 0x101fda0, 0xc420d738f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1871 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420d48db0, 0xc420c79b30, 0xc420202a10, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420545a40, 0xc420d48de0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420d48de0, 0xc420d48de0, 0xc4209bf2c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42017ff20, 0x101fda0, 0xc420d739d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d73420, 0xc42017ff20, 0x101fda0, 0xc420d739d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2223 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d8b650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420826e40, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203ad500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2daceda7c24e2d4c, 0x2ea20f1ab9ad7caa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420576ec0, 0xc4209bec60, 0x101fda0, 0xc4203ad500, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209bec60, 0x101fda0, 0xc4203ad500, 0xc420431570, 0xc42082d480)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8b650, 0xc4209bec60, 0x101fda0, 0xc4203ad500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2209 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420e14ae0, 0x9d9f00, 0xc420dfab00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204aed80, 0xc420e14ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1809 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056a620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a8460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b3ad20, 0xc42042be60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b3ad20, 0xc42042be60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2188 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d8afc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4209b5e00, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8b9d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5bc59a755cb90f0a, 0xa35b72a4a854feb5)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4460, 0xc420b0f800, 0x101fda0, 0xc420d8b9d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420b0f800, 0x101fda0, 0xc420d8b9d0, 0xb4ff2d25df79e40e, 0x1c63131b5a37476)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8afc0, 0xc420b0f800, 0x101fda0, 0xc420d8b9d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1955 [semacquire]:
sync.runtime_notifyListWait(0xc420a94d00, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94cf0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94cc0, 0xc422c1d9e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031aca8, 0xc422c1d9e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420c79f40, 0xc422c1d9e0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420c79f40, 0xc422c1d9e0, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42017e540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b62060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42017eea0, 0xc420cf0b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1956 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42017eea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2071 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a8af0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b624e0, 0xc420438220, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b624e0, 0xc420438220)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2364 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420b0f500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2043 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42012cc40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b2700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420703b90, 0xc4201260e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420703b90, 0xc4201260e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 4649 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4212928a0, 0x9d9f00, 0xc421362f00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e8fc0, 0xc4212928a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2052 [semacquire]:
sync.runtime_notifyListWait(0xc420d6bf00, 0xc400000047)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420d6bef0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420d6bec0, 0xc42284f060, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028cec0, 0xc42284f060, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420189360, 0xc42284f060, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420189360, 0xc42284f060, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a8aae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420441fb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4209be840, 0xc420cf0660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1894 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b9c6f0, 0xc420c15440, 0xc4202a7f80, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0960, 0xc420b9c720, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b9c720, 0xc420b9c720, 0xc420cf0240)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420878f60, 0x101fda0, 0xc4202b8bd0, 0xb5b66aaed908f875, 0x197fed1a9836cd2e)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4203f9260, 0xc420878f60, 0x101fda0, 0xc4202b8bd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1887 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420cc56e0, 0x9d9f00, 0xc420c77b80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e8fc0, 0xc420cc56e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1839 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209be840, 0x9d9f00, 0xc420901f00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e900, 0xc4209be840)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1888 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420cc5980, 0x9d9f00, 0xc420e04580, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030eb40, 0xc420cc5980)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1897 [semacquire]:
sync.runtime_notifyListWait(0xc42036d840, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d830)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d800, 0xc4211d03c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8b80, 0xc4211d03c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a29b80, 0xc4211d03c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a29b80, 0xc4211d03c0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420cc5140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420bf0150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420cc56e0, 0xc420c9dbc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1958 [semacquire]:
sync.runtime_notifyListWait(0xc42036d780, 0xc400000041)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d770)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d740, 0xc4229ae0a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8b70, 0xc4229ae0a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a29b70, 0xc4229ae0a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a29b70, 0xc4229ae0a0, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420cc5260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b4ff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420cc5980, 0xc420cf0fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1959 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420cc5980)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1960 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202639d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b63950, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420430380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc926cb02adc87d1f, 0x8c5a4337de6e15d6)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420576ec0, 0xc420cc5980, 0x101fda0, 0xc420430380, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420cc5980, 0x101fda0, 0xc420430380, 0xc42069d7c0, 0x101000084bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202639d0, 0xc420cc5980, 0x101fda0, 0xc420430380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1961 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b5080, 0xc4204d2df0, 0xc4204ced20, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204cbe50, 0xc4209b5110, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b5110, 0xc4209b5110, 0xc420cc4b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420cc5980, 0x101fda0, 0xc420430540, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420263a40, 0xc420cc5980, 0x101fda0, 0xc420430540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1898 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420cc56e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1899 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420263650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420d488d0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8a690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x304fc37f39d8002e, 0x602077305e839031)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420172640, 0xc420cc56e0, 0x101fda0, 0xc420d8a690, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420cc56e0, 0x101fda0, 0xc420d8a690, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420263650, 0xc420cc56e0, 0x101fda0, 0xc420d8a690)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1900 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420868840, 0xc420c149a0, 0xc4200af2d0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420375220, 0xc420868870, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420868870, 0xc420868870, 0xc42017efc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420cc56e0, 0x101fda0, 0xc420d8a770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202636c0, 0xc420cc56e0, 0x101fda0, 0xc420d8a770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2506 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420e825a0, 0x9d9f00, 0xc420a26380, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bed80, 0xc420e825a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2182 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056a540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4209b5530, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8ad90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c63131b5a37476, 0x7f76d1edf9cd3876)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201879e0, 0xc420e704e0, 0x101fda0, 0xc420d8ad90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420e704e0, 0x101fda0, 0xc420d8ad90, 0x36b83157e02dd70c, 0xdfb699a82d85dff6)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056a540, 0xc420e704e0, 0x101fda0, 0xc420d8ad90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3061 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420498bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204999d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420f9c960, 0xc420dace50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420f9c960, 0xc420dace50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 1983 [semacquire]:
sync.runtime_notifyListWait(0xc42036d480, 0xc40000004f)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d470)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d440, 0xc422b79f20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205824f8, 0xc422b79f20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a9e0, 0xc422b79f20, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a9e0, 0xc422b79f20, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42071b260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b3b2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039b260, 0xc420e707e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 3100 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420b0e8a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1903 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4206df2c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1904 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b8930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4209b4d80, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045e2a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x16924f56e493ce87, 0x3817e076831f1ae3)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420160b40, 0xc4206df2c0, 0x101fda0, 0xc42045e2a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4206df2c0, 0x101fda0, 0xc42045e2a0, 0x9fcd00, 0xc420dadf70)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b8930, 0xc4206df2c0, 0x101fda0, 0xc42045e2a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1905 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420d48cf0, 0xc42059b580, 0xc4200b37a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544c80, 0xc420d48d20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420d48d20, 0xc420d48d20, 0xc4209bed80)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4206df2c0, 0x101fda0, 0xc42045e460, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b8a10, 0xc4206df2c0, 0x101fda0, 0xc42045e460)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1979 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420e704e0, 0x9d9f00, 0xc420dfa100, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204aed80, 0xc420e704e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2008 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420b0fda0, 0x9d9f00, 0xc420553f00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e0b40, 0xc420b0fda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2748 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420ffc9c0, 0xc4210c4ce0, 0xc420131ea0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017a640, 0xc420ffca20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420ffca20, 0xc420ffca20, 0xc420bf59e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420d36d20, 0x101fda0, 0xc420d38d90, 0x8c8cf5c54fcf6666, 0x4ee9219c016981b7)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b8310, 0xc420d36d20, 0x101fda0, 0xc420d38d90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2014 [semacquire]:
sync.runtime_notifyListWait(0xc4200be7c0, 0xc40000006d)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200be7b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200be780, 0xc422c8ee80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e070, 0xc422c8ee80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420cf8390, 0xc422c8ee80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420cf8390, 0xc422c8ee80, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d36d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420726a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420d37560, 0xc420cc4660)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2072 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42039ae40, 0x9d9f00, 0xc4208c9200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e0b40, 0xc42039ae40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2053 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209be840)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2054 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420737050, 0xc420cf8e60, 0xc4205a8000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544a00, 0xc4207373b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4207373b0, 0xc4207373b0, 0xc420c9de60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209be840, 0x101fda0, 0xc4204996c0, 0x9fcd00, 0xc420ca1900)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8b5e0, 0xc4209be840, 0x101fda0, 0xc4204996c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2078 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a70a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a8fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9d710, 0xc4203a6780, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9d710, 0xc4203a6780)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2162 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420bf4240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1978 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b4360, 0xc420cf8970, 0xc420262a10, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420168d20, 0xc4209b4390, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b4390, 0xc4209b4390, 0xc420e70000)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420d37560, 0x101fda0, 0xc420d39420, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d38bd0, 0xc420d37560, 0x101fda0, 0xc420d39420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1977 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d38b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9d5f0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012ca80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x16924f56e493ce87, 0x3817e076831f1ae3)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202adce0, 0xc420d37560, 0x101fda0, 0xc42012ca80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420d37560, 0x101fda0, 0xc42012ca80, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d38b60, 0xc420d37560, 0x101fda0, 0xc42012ca80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2109 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4209b5920, 0xc420a6d6b0, 0xc4202b8c40, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260f00, 0xc4209b5950, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b5950, 0xc4209b5950, 0xc420e15920)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42017f560, 0x101fda0, 0xc4200b8b60, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202b95e0, 0xc42017f560, 0x101fda0, 0xc4200b8b60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2498 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205d85b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8bf10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420d483f0, 0xc420dac880, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420d483f0, 0xc420dac880)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2333 [semacquire]:
sync.runtime_notifyListWait(0xc42017c880, 0xc400000042)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c870)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42017c840, 0xc4229a43c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802098, 0xc4229a43c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420f2adc0, 0xc4229a43c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420f2adc0, 0xc4229a43c0, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42051c540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4203f72f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4208797a0, 0xc420a8b1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2009 [semacquire]:
sync.runtime_notifyListWait(0xc42089af40, 0xc400000079)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089af30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089af00, 0xc4211d0dc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4208021f0, 0xc4211d0dc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a89d20, 0xc4211d0dc0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a89d20, 0xc4211d0dc0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420b0f920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b628d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420b0fda0, 0xc420a0fb00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2010 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420b0fda0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2077 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209bec60, 0x9d9f00, 0xc4202cc600, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030eb40, 0xc4209bec60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2260 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420869d70, 0xc4205d7710, 0xc420010380, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42001a140, 0xc420869ec0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420869ec0, 0xc420869ec0, 0xc420c9d620)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42039ae40, 0x101fda0, 0xc4203adf10, 0xc42043e5a0, 0xc420bed7d8)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204cee70, 0xc42039ae40, 0x101fda0, 0xc4203adf10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2085 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420bf4480, 0x9d9f00, 0xc420b04b80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420231440, 0xc420bf4480)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2073 [semacquire]:
sync.runtime_notifyListWait(0xc42036d3c0, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d3b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d380, 0xc422b79be0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205824e8, 0xc422b79be0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059a9b0, 0xc422b79be0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059a9b0, 0xc422b79be0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d5c360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b3b380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039ae40, 0xc42039b380)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2055 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d8b570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9ca50, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420499960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x304fc37f39d8002e, 0x602077305e839031)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7f80, 0xc4209be840, 0x101fda0, 0xc420499960, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209be840, 0x101fda0, 0xc420499960, 0xc42023d7c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8b570, 0xc4209be840, 0x101fda0, 0xc420499960)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2238 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204ced90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4206dbbc0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4204cf0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf5203b7e30371eef, 0xf12a773211f0a24)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42000c860, 0xc42039ae40, 0x101fda0, 0xc4204cf0a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42039ae40, 0x101fda0, 0xc4204cf0a0, 0xc42082dd40, 0xc4203f4e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204ced90, 0xc42039ae40, 0x101fda0, 0xc4204cf0a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2320 [semacquire]:
sync.runtime_notifyListWait(0xc420987e40, 0xc400000059)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420987e30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420987e00, 0xc422a554e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028d238, 0xc422a554e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a88980, 0xc422a554e0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a88980, 0xc422a554e0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d42d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420826a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420e14ae0, 0xc420e82120)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2058 [semacquire]:
sync.runtime_notifyListWait(0xc42089aa00, 0xc40000004b)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42089a9f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42089a9c0, 0xc422b50940, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42031a9f8, 0xc422b50940, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a28710, 0xc422b50940, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a28710, 0xc422b50940, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42071baa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420d49620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420bf4480, 0xc420cf1500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2059 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420bf4480)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1980 [semacquire]:
sync.runtime_notifyListWait(0xc420a947c0, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a947b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94780, 0xc422b79860, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028d090, 0xc422b79860, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d7f60, 0xc422b79860, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d7f60, 0xc422b79860, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420e6c2a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b9d0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420e704e0, 0xc420e70600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 1992 [semacquire]:
sync.runtime_notifyListWait(0xc420a94700, 0xc400000049)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a946f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a946c0, 0xc422b794c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028d080, 0xc422b794c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d7f50, 0xc422b794c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d7f50, 0xc422b794c0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420e6c3c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b9d1a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420d5c3c0, 0xc420d5c4e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2088 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420869f80, 0xc4205b18e0, 0xc4202a77a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0140, 0xc420869fb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420869fb0, 0xc420869fb0, 0xc420e6d920)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42017eea0, 0x101fda0, 0xc4205d8af0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200c3c70, 0xc42017eea0, 0x101fda0, 0xc4205d8af0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2090 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d39e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420440120, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045fd50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdfb699a82d85dff6, 0xf095351762c8d95c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42000c860, 0xc420b0fda0, 0x101fda0, 0xc42045fd50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420b0fda0, 0x101fda0, 0xc42045fd50, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d39e30, 0xc420b0fda0, 0x101fda0, 0xc42045fd50)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2062 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203ad3b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b89a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420d484e0, 0xc420c14ab0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420d484e0, 0xc420c14ab0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2169 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420d42ae0, 0x9d9f00, 0xc420c99580, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e240, 0xc420d42ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2908 [semacquire]:
sync.runtime_notifyListWait(0xc4200bee80, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bee70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bee40, 0xc4224220a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420582738, 0xc4224220a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a89ba0, 0xc4224220a0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a89ba0, 0xc4224220a0, 0x20, 0x20, 0x20, 0x7f3f4fe34770, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420e83b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420f3e5d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f65ce0, 0xc420f65f20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 4266 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4210b71a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2114 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420d379e0, 0x9d9f00, 0xc420dfab80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230000, 0xc420d379e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1981 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420e704e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2369 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d8aee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420bf1200, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8b1f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b6aca02364b5cd, 0x3126925e21978dea)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4f20, 0xc420b0f500, 0x101fda0, 0xc420d8b1f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420b0f500, 0x101fda0, 0xc420d8b1f0, 0xc420be9fc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8aee0, 0xc420b0f500, 0x101fda0, 0xc420d8b1f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 1982 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42039b260, 0x9d9f00, 0xc420dfa780, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e480, 0xc42039b260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 1984 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42039b260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 1985 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204cefc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b62120, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056aa10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d77e3c3a0ced4a2, 0xf8b523318b02d52e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7840, 0xc42039b260, 0x101fda0, 0xc42056aa10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42039b260, 0x101fda0, 0xc42056aa10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4204cefc0, 0xc42039b260, 0x101fda0, 0xc42056aa10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2186 [semacquire]:
sync.runtime_notifyListWait(0xc42036d9c0, 0xc400000041)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d9b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d980, 0xc422a55860, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8bb0, 0xc422a55860, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4202a8df0, 0xc422a55860, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4202a8df0, 0xc422a55860, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420b0ea20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420bf0ab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420b0f800, 0xc420cc5c80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2372 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c22a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205a85b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4209b5d40, 0xc420ca18c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4209b5d40, 0xc420ca18c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2151 [semacquire]:
sync.runtime_notifyListWait(0xc4200be700, 0xc40000006c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200be6f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200be6c0, 0xc422c8f1c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e060, 0xc422c8f1c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420cf8380, 0xc422c8f1c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420cf8380, 0xc422c8f1c0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d36ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4209b55c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420d379e0, 0xc420e70e40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 3364 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056ad90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4211d7710, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a1c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47ebbbae983ee49a, 0xe4532d95b2a7ab6e)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4f20, 0xc42117e840, 0x101fda0, 0xc4202a1c00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42117e840, 0x101fda0, 0xc4202a1c00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42056ad90, 0xc42117e840, 0x101fda0, 0xc4202a1c00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2384 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4208de420, 0x9d9f00, 0xc420a26880, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054f200, 0xc4208de420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 3152 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c3f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d723f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420440bd0, 0xc4201f1db0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420440bd0, 0xc4201f1db0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2159 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420869b90, 0xc42042b2a0, 0xc420202a10, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420545a40, 0xc420869bc0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420869bc0, 0xc420869bc0, 0xc420c9d1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420d379e0, 0x101fda0, 0xc42056b420, 0x31aa0d7fcb9a3840, 0x5bc59a755cb90f0a)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d38cb0, 0xc420d379e0, 0x101fda0, 0xc42056b420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2091 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc42058cb10, 0xc420fad1d0, 0xc420010380, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42001a140, 0xc42058cc00, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc42058cc00, 0xc42058cc00, 0xc42039b560)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420b0fda0, 0x101fda0, 0xc420d72460, 0xc4203c3140, 0xc4204db9e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d39ea0, 0xc420b0fda0, 0x101fda0, 0xc420d72460)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2256 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204cee70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4203adf10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420869d70, 0xc4205d7710, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420869d70, 0xc4205d7710)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2740 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b3bf20, 0xc420dace70, 0xc420431420, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1bd0, 0xc4209b4030, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4209b4030, 0xc4209b4030, 0xc420879320)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420e15740, 0x101fda0, 0xc420499b90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42045e8c0, 0xc420e15740, 0x101fda0, 0xc420499b90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2152 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420d379e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2153 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d38c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b62ed0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056b340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3ca9720b99180f23, 0x7e92e32abb1cfc5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420408120, 0xc420d379e0, 0x101fda0, 0xc42056b340, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420d379e0, 0x101fda0, 0xc42056b340, 0xc4204db9e0, 0xc420ab67d8)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d38c40, 0xc420d379e0, 0x101fda0, 0xc42056b340)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2457 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017c138, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c128)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc42017c0c0, 0xc420187e40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc42031a2e0, 0xc420187e40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc4206e4780, 0x1, 0x2, 0x101be60, 0xc420d493e0, 0x0, 0x0, 0x0, 0x18, 0xc42026d001)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc4206e4780, 0x1, 0x9f0920, 0xc420187e20, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc4206e4780, 0x1, 0xc420facb10, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420b484e0, 0x101df20, 0xc420faca40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc4200e1680, 0x1027720, 0xc420fac820, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
created by github.com/ethereum/go-ethereum/p2p/simulations/adapters.(*SimAdapter).Dial
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/adapters/inproc.go:112 +0x31d
goroutine 2392 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201301c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4201304d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420869080, 0xc4202bd9c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420869080, 0xc4202bd9c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2600 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42045f8f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b63aa0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045fa40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb42c007e1da3d6c5, 0x8a72c50af98eba4b)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203a90e0, 0xc420cf1b00, 0x101fda0, 0xc42045fa40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420cf1b00, 0x101fda0, 0xc42045fa40, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42045f8f0, 0xc420cf1b00, 0x101fda0, 0xc42045fa40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2444 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc42017c078, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42017c068)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc42017c000, 0xc420f7f3c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc42031a2d0, 0xc420f7f3c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc4206e4660, 0x1, 0x2, 0x101be60, 0xc420b9d5f0, 0x0, 0x0, 0x0, 0x18, 0xc42026d801)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc4206e4660, 0x1, 0x9f0920, 0xc420f7f3a0, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc4206e4660, 0x1, 0xc420d65030, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420d48270, 0x101df20, 0xc420d64f70)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc420230240, 0x1027720, 0xc420fac830, 0x2, 0xc420353780)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc420b48390, 0xc420230240, 0xc420353780, 0xc420d36600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:340 +0x211
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc420b48390, 0xc420230240)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:289 +0x52
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x101bba0, 0xc420b48390, 0xc420230240, 0xc420294060)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:494 +0x1be
goroutine 2122 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b8a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045e460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420d48cf0, 0xc42059b580, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420d48cf0, 0xc42059b580)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2194 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420d483f0, 0xc420dac880, 0xc420263e30, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420169d10, 0xc420d48420, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420d48420, 0xc420d48420, 0xc420edc480)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420bf4480, 0x101fda0, 0xc420d8bf10, 0xc42082c500, 0xc4204da340)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205d85b0, 0xc420bf4480, 0x101fda0, 0xc420d8bf10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2097 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420b0f500, 0x9d9f00, 0xc4202f7900, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038cb40, 0xc420b0f500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2272 [semacquire]:
sync.runtime_notifyListWait(0xc420d6ab80, 0xc400000045)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420d6ab70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420d6ab40, 0xc42242e260, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e260, 0xc42242e260, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42042ab60, 0xc42242e260, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42042ab60, 0xc42242e260, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d42600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b3b9e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420d42d20, 0xc420d42300)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2494 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205d84d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420202850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420d482d0, 0xc420f2b320, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420d482d0, 0xc420f2b320)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2126 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420499f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d72930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420869e00, 0xc4205b14d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420869e00, 0xc4205b14d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2676 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9d440, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b88c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf5203b7e30371eef, 0xf12a773211f0a24)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201fdca0, 0xc4209bff80, 0x101fda0, 0xc4202b88c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4209bff80, 0x101fda0, 0xc4202b88c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a08c0, 0xc4209bff80, 0x101fda0, 0xc4202b88c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2129 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200c3c70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8af0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420869f80, 0xc4205b18e0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420869f80, 0xc4205b18e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2235 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209bec60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2236 [semacquire]:
sync.runtime_notifyListWait(0xc4200be640, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200be630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200be600, 0xc42284f740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802358, 0xc42284f740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201891b0, 0xc42284f740, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201891b0, 0xc42284f740, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420573a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42028bd40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42017f560, 0xc420a3b1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2363 [semacquire]:
sync.runtime_notifyListWait(0xc42036d900, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d8f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d8c0, 0xc422a55ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8ba0, 0xc422a55ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4202a8de0, 0xc422a55ba0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4202a8de0, 0xc422a55ba0, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42017e180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420bf0b70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420b0f500, 0xc420dde540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2715 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b93b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b99d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420703830, 0xc420a6dbb0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420703830, 0xc420a6dbb0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2923 [semacquire]:
sync.runtime_notifyListWait(0xc420587a80, 0xc40000004a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420587a70)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420587a40, 0xc422231800, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202286c8, 0xc422231800, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4205d6a70, 0xc422231800, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4205d6a70, 0xc422231800, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4210bec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b49770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4210be360, 0xc420d425a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2273 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420d42d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2215 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42017f560, 0x9d9f00, 0xc420553500, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42030e6c0, 0xc42017f560)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2547 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f942a0, 0x9d9f00, 0xc4202f7b80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ebb00, 0xc420f942a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2596 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f65500, 0x9d9f00, 0xc420dfa180, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ea240, 0xc420f65500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2224 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b63710, 0xc420d65e90, 0xc4204ced20, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204cbe50, 0xc420b63740, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b63740, 0xc420b63740, 0xc420e6d080)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4209bec60, 0x101fda0, 0xc420431a40, 0x9fcd00, 0xc420cf9520)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d8b6c0, 0xc4209bec60, 0x101fda0, 0xc420431a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2700 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200afb20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420dae2a0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4205d8700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4ee9219c016981b7, 0x3dbd97ef16d094aa)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42059e200, 0xc420d42f60, 0x101fda0, 0xc4205d8700, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420d42f60, 0x101fda0, 0xc4205d8700, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200afb20, 0xc420d42f60, 0x101fda0, 0xc4205d8700)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2300 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42056a690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056a770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420bf16b0, 0xc420126480, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420bf16b0, 0xc420126480)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2343 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4205d8460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420daeba0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420f1e770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c63131b5a37476, 0x7f76d1edf9cd3876)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202adce0, 0xc420bf4240, 0x101fda0, 0xc420f1e770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420bf4240, 0x101fda0, 0xc420f1e770, 0x9fcd00, 0xc420cf9520)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205d8460, 0xc420bf4240, 0x101fda0, 0xc420f1e770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2259 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42017e7e0, 0x9d9f00, 0xc420352880, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202ead80, 0xc42017e7e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2674 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420f94f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2597 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420cf1680, 0x9d9f00, 0xc420c76980, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bfd40, 0xc420cf1680)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2276 [semacquire]:
sync.runtime_notifyListWait(0xc4200bf300, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200bf2f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200bf2c0, 0xc42284fa60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802368, 0xc42284fa60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4201891c0, 0xc42284fa60, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4201891c0, 0xc42284fa60, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420573920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42014ba40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42017e7e0, 0xc420bf4b40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2277 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42017e7e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2278 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202b9490, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9da70, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d397a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4202ade20, 0xc42017e7e0, 0x101fda0, 0xc420d397a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42017e7e0, 0x101fda0, 0xc420d397a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202b9490, 0xc42017e7e0, 0x101fda0, 0xc420d397a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2279 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4206daf90, 0xc4205d7da0, 0xc4202a77a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f0140, 0xc4206db050, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4206db050, 0xc4206db050, 0xc42039baa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc42017e7e0, 0x101fda0, 0xc420d39880, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202b9500, 0xc42017e7e0, 0x101fda0, 0xc420d39880)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2170 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420d42d20, 0x9d9f00, 0xc420cc3a80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038c6c0, 0xc420d42d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2000 [semacquire]:
sync.runtime_notifyListWait(0xc420d6aac0, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420d6aab0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420d6aa80, 0xc422a55f20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e250, 0xc422a55f20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42042aaf0, 0xc422a55f20, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42042aaf0, 0xc422a55f20, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d5cf60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420bf0cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420d42ae0, 0xc420d5d4a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 3137 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420f3f620, 0xc420a89770, 0xc420430e70, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4203f1680, 0xc420f3f650, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420f3f650, 0xc420f3f650, 0xc420e83bc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc421080f60, 0x101fda0, 0xc4210ff030, 0x85508b, 0xc4207caf40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420f7c150, 0xc421080f60, 0x101fda0, 0xc4210ff030)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 4901 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4210c6070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b20e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc421616510, 0xc420ee3370, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc421616510, 0xc420ee3370)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2001 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420d42ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2306 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200ae5b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9db90, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420ed81c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf72b9105225607b, 0x7dae0b8a2439e73c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420254400, 0xc420d42ae0, 0x101fda0, 0xc420ed81c0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420d42ae0, 0x101fda0, 0xc420ed81c0, 0xc420c1c7c0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200ae5b0, 0xc420d42ae0, 0x101fda0, 0xc420ed81c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3407 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4210810e0, 0x9d9f00, 0xc421013a00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e0b40, 0xc4210810e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2625 [semacquire]:
sync.runtime_notifyListWait(0xc420e30f40, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420e30f30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420e30f00, 0xc4221c8740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228220, 0xc4221c8740, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4204d3680, 0xc4221c8740, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4204d3680, 0xc4221c8740, 0x20, 0x20, 0x20, 0x7f3f4fe334b0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42100e780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420e2cd80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f94f60, 0xc420e70fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 3325 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203ad1f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420202d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4208271a0, 0xc4205b1410, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4208271a0, 0xc4205b1410)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2112 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420e14de0, 0x9d9f00, 0xc420e05200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204af200, 0xc420e14de0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2321 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420e14ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2991 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420e825a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 3737 [semacquire]:
sync.runtime_notifyListWait(0xc420a95240, 0xc400000043)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a95230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a95200, 0xc421cda2c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4201f8d20, 0xc421cda2c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420cf95e0, 0xc421cda2c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420cf95e0, 0xc421cda2c0, 0x20, 0x20, 0x20, 0x7f3f4fe33960, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420f1c840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420f1be60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc421195620, 0xc420f1d7a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2249 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4209bff80, 0x9d9f00, 0xc420250300, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42022b200, 0xc4209bff80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2322 [semacquire]:
sync.runtime_notifyListWait(0xc420987f00, 0xc40000005a)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420987ef0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420987ec0, 0xc422a55160, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028d248, 0xc422a55160, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a88990, 0xc422a55160, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a88990, 0xc422a55160, 0x20, 0x20, 0x20, 0x7f3f4fe34c20, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420edc300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420dae1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420e14de0, 0xc420e14fc0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2323 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420e14de0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2324 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b9340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420d49710, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4200b98f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb0b0495d1b074e9c, 0x8e4a04bbfaceb654)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420408e60, 0xc420e14de0, 0x101fda0, 0xc4200b98f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420e14de0, 0x101fda0, 0xc4200b98f0, 0xc420b8bc00, 0xc420a93d60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b9340, 0xc420e14de0, 0x101fda0, 0xc4200b98f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2325 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420703830, 0xc420a6dbb0, 0xc4202031f0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420290780, 0xc420703890, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420703890, 0xc420703890, 0xc420d36180)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420e14de0, 0x101fda0, 0xc4200b99d0, 0x8888f5a1b935de5b, 0x16924f56e493ce87)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b93b0, 0xc420e14de0, 0x101fda0, 0xc4200b99d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2409 [semacquire, 1 minutes]:
sync.runtime_notifyListWait(0xc420205278, 0xc400000001)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420205268)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).write(0xc420205200, 0xc4209bc520, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:90 +0x189
io.(*PipeWriter).Write(0xc420802188, 0xc4209bc520, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:157 +0x4c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc420d5c6c0, 0x1, 0x2, 0x101be60, 0xc420f9c8a0, 0x0, 0x0, 0x0, 0x18, 0xc42026c001)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x2a8
github.com/ethereum/go-ethereum/p2p.Send(0x101bca0, 0xc420d5c6c0, 0x1, 0x9f0920, 0xc4209bc500, 0x41363f, 0xa345e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:99 +0x10f
github.com/ethereum/go-ethereum/p2p.SendItems(0x101bca0, 0xc420d5c6c0, 0x1, 0xc420cf9b30, 0x1, 0x1, 0xb09e8a, 0x27)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:112 +0x95
github.com/ethereum/go-ethereum/p2p.(*rlpx).close(0xc420d49ad0, 0x101df20, 0xc4204ff560)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:106 +0x1f3
github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc4202ea240, 0x1027720, 0xc420e20ea0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:728 +0x85c
created by github.com/ethereum/go-ethereum/p2p/simulations/adapters.(*SimAdapter).Dial
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/simulations/adapters/inproc.go:112 +0x31d
goroutine 2777 [semacquire]:
sync.runtime_notifyListWait(0xc421000640, 0xc400000047)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc421000630)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc421000600, 0xc4224f9e00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4208022a0, 0xc4224f9e00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc4203a78b0, 0xc4224f9e00, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc4203a78b0, 0xc4224f9e00, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d5cd80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420995500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039a8a0, 0xc420c9dd40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2287 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420d482d0, 0xc420f2b320, 0xc420262a10, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420168d20, 0xc420d48300, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420d48300, 0xc420d48300, 0xc420edc240)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420bf4240, 0x101fda0, 0xc420202850, 0x855038, 0xc420becf40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205d84d0, 0xc420bf4240, 0x101fda0, 0xc420202850)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2288 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a6fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012d650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9c960, 0xc420a88170, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9c960, 0xc420a88170)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2582 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420cf1b00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2689 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420ddca80, 0x9d9f00, 0xc42104ad80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420230900, 0xc420ddca80)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2572 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f94f60, 0x9d9f00, 0xc420d92480, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038c6c0, 0xc420f94f60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 3432 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc421195620, 0x9d9f00, 0xc4211ce300, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4200e1b00, 0xc421195620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2336 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420f9dbf0, 0xc420a88a20, 0xc4202630a0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc42017bc20, 0xc420f9dc20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420f9dc20, 0xc420f9dc20, 0xc42100fb60)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4208797a0, 0x101fda0, 0xc4200b3500, 0x9fcd00, 0xc4201f1aa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d393b0, 0xc4208797a0, 0x101fda0, 0xc4200b3500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3930 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4213c5ce0, 0x9d9f00, 0xc4204ec400, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204af200, 0xc4213c5ce0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 3331 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420827500, 0xc4205b1070, 0xc4200c2d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420418f50, 0xc420827530, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420827530, 0xc420827530, 0xc421080780)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc4211c62a0, 0x101fda0, 0xc421233b20, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4210fe070, 0xc4211c62a0, 0x101fda0, 0xc421233b20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3321 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42045ea10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420f9cc90, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045ebd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb89ce06d07743bfc, 0xe883f9886d08846f)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42043e7e0, 0xc42100f800, 0x101fda0, 0xc42045ebd0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42100f800, 0x101fda0, 0xc42045ebd0, 0xc420a51b40, 0xc4211f1e00)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42045ea10, 0xc42100f800, 0x101fda0, 0xc42045ebd0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2967 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420f1f110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b63650, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42012c4d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3ca9720b99180f23, 0x7e92e32abb1cfc5c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201879e0, 0xc420ddcde0, 0x101fda0, 0xc42012c4d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420ddcde0, 0x101fda0, 0xc42012c4d0, 0x9fcd00, 0xc420de2de0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420f1f110, 0xc420ddcde0, 0x101fda0, 0xc42012c4d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3385 [semacquire]:
sync.runtime_notifyListWait(0xc420fa1240, 0xc400000041)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420fa1230)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420fa1200, 0xc421ede140, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420802778, 0xc421ede140, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420ee3210, 0xc421ede140, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420ee3210, 0xc421ede140, 0x20, 0x20, 0x20, 0x7f3f4fe34770, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42100e000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420e6e6f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f1ce40, 0xc4210b64e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2446 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f642a0, 0x9d9f00, 0xc420ebae80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4202eb440, 0xc420f642a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 3144 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42117e840, 0x9d9f00, 0xc420d93200, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42038cb40, 0xc42117e840)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2175 [semacquire]:
sync.runtime_notifyListWait(0xc420987540, 0xc400000041)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420987530)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420987500, 0xc4216542c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028cdb8, 0xc4216542c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059bcb0, 0xc4216542c0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059bcb0, 0xc4216542c0, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420d37c20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420bf01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f644e0, 0xc420f64600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 3069 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202b9dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420869680, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4210fe770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x16924f56e493ce87, 0x3817e076831f1ae3)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f70c0, 0xc42104ede0, 0x101fda0, 0xc4210fe770, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc42104ede0, 0x101fda0, 0xc4210fe770, 0xf30252e7e595f374, 0x7faa3fa6dcf135d3)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202b9dc0, 0xc42104ede0, 0x101fda0, 0xc4210fe770)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2511 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc420f944e0, 0x12, 0x3, 0x101b3e0, 0xc420f3f4d0, 0xed125f50b, 0x1d40da5a, 0x10d5820, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:281 +0x1ad
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f944e0, 0xc420e82ea0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x125
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2412 [semacquire]:
sync.runtime_notifyListWait(0xc4202ab9c0, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4202ab9b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4202ab980, 0xc4228d10e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228040, 0xc4228d10e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42029af50, 0xc4228d10e0, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42029af50, 0xc4228d10e0, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4209c12c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4206db470, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f65500, 0xc420bf5860)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2534 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d72cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420703b00, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d72ee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc42043e7e0, 0xc420f644e0, 0x101fda0, 0xc420d72ee0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420f644e0, 0x101fda0, 0xc420d72ee0, 0x9fcd00, 0xc4204391f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420d72cb0, 0xc420f644e0, 0x101fda0, 0xc420d72ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2579 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4208de420)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2436 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202b9500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d39880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc4206daf90, 0xc4205d7da0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc4206daf90, 0xc4205d7da0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2657 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420826e40, 0xc4210c54b0, 0xc4202a0d90, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4202a5630, 0xc420826ea0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420826ea0, 0xc420826ea0, 0xc420e71a40)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420f94f60, 0x101fda0, 0xc420f33e30, 0xc420a5efc0, 0x84bccf)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4205d92d0, 0xc420f94f60, 0x101fda0, 0xc420f33e30)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2174 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f644e0, 0x9d9f00, 0xc420553e00, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4203bf8c0, 0xc420f644e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2401 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4200b9180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420d48fc0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202a7260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7faa3fa6dcf135d3, 0x63111bc9d2ec5048)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4201879e0, 0xc420e14ae0, 0x101fda0, 0xc4202a7260, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420e14ae0, 0x101fda0, 0xc4202a7260, 0xa25a00, 0xc4202bd118)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b9180, 0xc420e14ae0, 0x101fda0, 0xc4202a7260)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2450 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420d48810, 0xc42059aaa0, 0xc4200b91f0, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc4204a8c80, 0xc420d48930, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420d48930, 0xc420d48930, 0xc420f65140)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420e14ae0, 0x101fda0, 0xc4205a8d20, 0x9fcd00, 0xc42016a910)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4200b9260, 0xc420e14ae0, 0x101fda0, 0xc4205a8d20)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2451 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202636c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d8a770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420868840, 0xc420c149a0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420868840, 0xc420c149a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 3307 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420130310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b9d4d0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420f33b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203f4460, 0xc420edc8a0, 0x101fda0, 0xc420f33b90, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420edc8a0, 0x101fda0, 0xc420f33b90, 0x9fcd00, 0x201c420cf83a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420130310, 0xc420edc8a0, 0x101fda0, 0xc420f33b90)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2449 [semacquire]:
sync.runtime_notifyListWait(0xc420a94dc0, 0xc40000004d)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94db0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94d80, 0xc4228d1c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228530, 0xc4228d1c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420e20440, 0xc4228d1c00, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420e20440, 0xc4228d1c00, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420f64cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420d49230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f95500, 0xc420f95620)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2540 [semacquire]:
sync.runtime_notifyListWait(0xc4209873c0, 0xc400000041)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4209873b0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420987380, 0xc421654700, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028cda8, 0xc421654700, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc42059bca0, 0xc421654700, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc42059bca0, 0xc421654700, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420bf4780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420737740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f642a0, 0xc420d37d40)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2467 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4204cf030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42056ab60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b3b020, 0xc420a6ddf0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b3b020, 0xc420a6ddf0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2448 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f95500, 0x9d9f00, 0xc420c9ae80, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42054e900, 0xc420f95500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2461 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420e14c00, 0x9d9f00, 0xc420817400, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204af200, 0xc420e14c00)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2624 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d72d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d72e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9d860, 0xc420d64290, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9d860, 0xc420d64290)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2455 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4203f9260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc4202b8bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420b9c6f0, 0xc420c15440, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420b9c6f0, 0xc420c15440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 2408 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f944e0, 0x9d9f00, 0xc420ebb700, 0x2)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x5c3
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4204e8fc0, 0xc420f944e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:791 +0x128
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/server.go:571 +0x152a
goroutine 2990 [semacquire]:
sync.runtime_notifyListWait(0xc42036d180, 0xc40000004d)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc42036d170)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc42036d140, 0xc421ef3000, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e210, 0xc421ef3000, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420a89540, 0xc421ef3000, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420a89540, 0xc421ef3000, 0x20, 0x20, 0x20, 0x7f3f4fe350d0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420cf0720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42014ad50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420e825a0, 0xc420edd5c0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2470 [semacquire]:
sync.runtime_notifyListWait(0xc420a95600, 0xc400000051)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a955f0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a955c0, 0xc422819e80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4205826e0, 0xc422819e80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420e20b40, 0xc422819e80, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420e20b40, 0xc422819e80, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420a3a300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4207371a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42039a600, 0xc420f64ae0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2471 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42039a600)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 3453 [semacquire]:
sync.runtime_notifyListWait(0xc420586880, 0xc400000046)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420586870)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420586840, 0xc421f27380, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc4202284a0, 0xc421f27380, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420de36b0, 0xc421f27380, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420de36b0, 0xc421f27380, 0x20, 0x20, 0x20, 0x7f3f4fe350d0, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420f64840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffee, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b9c420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42104e420, 0xc420ddfaa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2458 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d39ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420d72460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc42058cb10, 0xc420fad1d0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc42058cb10, 0xc420fad1d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 3239 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4209c1e60)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2513 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420ed8310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b62ea0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420430a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x197fed1a9836cd2e, 0xbcfc5b5f717f0b1a)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc420172640, 0xc420f944e0, 0x101fda0, 0xc420430a10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420f944e0, 0x101fda0, 0xc420430a10, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420ed8310, 0xc420f944e0, 0x101fda0, 0xc420430a10)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2633 [semacquire]:
sync.runtime_notifyListWait(0xc420a94c40, 0xc400000049)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94c30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94c00, 0xc4228d1f40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc420228520, 0xc4228d1f40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420e20430, 0xc4228d1f40, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420e20430, 0xc4228d1f40, 0x20, 0x20, 0x20, 0x7f3f4fe33000, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420f94060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420bf0840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420e15740, 0xc420e6d440)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2433 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4202a79d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420e2cab0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc42045f730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdfb699a82d85dff6, 0xf095351762c8d95c)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4203a90e0, 0xc4208de420, 0x101fda0, 0xc42045f730, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc4208de420, 0x101fda0, 0xc42045f730, 0x9fcd00, 0xc42059b1a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4202a79d0, 0xc4208de420, 0x101fda0, 0xc42045f730)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2514 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420f95500)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:233 +0x220
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:188 +0x117
goroutine 2515 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420ed90a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420b487b0, 0x10241a0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420ed91f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcea484d5c5b3ac9a, 0xad06de6ca2b676fc)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runHandshake(0xc4204f7f80, 0xc420f95500, 0x101fda0, 0xc420ed91f0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:181 +0x3d8
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).(github.com/ethereum/go-ethereum/swarm/network.runHandshake)-fm(0xc420f95500, 0x101fda0, 0xc420ed91f0, 0x9fcd00, 0xc4201f1aa0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:138 +0x48
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420ed90a0, 0xc420f95500, 0x101fda0, 0xc420ed91f0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2516 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc420b637d0, 0xc420f2a8f0, 0xc4205a8000, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420544a00, 0xc420b63800, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc420b63800, 0xc420b63800, 0xc420d5d0e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420f95500, 0x101fda0, 0xc420ed92d0, 0xfc40caea2531a7ec, 0x47ebbbae983ee49a)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420ed9110, 0xc420f95500, 0x101fda0, 0xc420ed92d0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 3607 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420d72230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:395 +0x1ab
github.com/ethereum/go-ethereum/p2p.(*MsgEventer).ReadMsg(0xc420ed8150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/message.go:297 +0x90
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).handleIncoming(0xc420f9cbd0, 0xc420cf8ef0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:241 +0x64
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run.func1(0xc420f9cbd0, 0xc420cf8ef0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:203 +0x35
created by github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:208 +0x4d
goroutine 3578 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/protocols.(*Peer).Run(0xc4212d7980, 0xc420de2d00, 0xc4202b8460, 0x1022ee0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/protocols/protocol.go:209 +0x87
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run(0xc420260370, 0xc4212d79b0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/hive.go:173 +0x1bb
github.com/ethereum/go-ethereum/swarm/network.(*Hive).Run-fm(0xc4212d79b0, 0xc4212d79b0, 0xc4211c76e0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:145 +0x34
github.com/ethereum/go-ethereum/swarm/network.(*Bzz).runProtocol.func1(0xc420e71980, 0x101fda0, 0xc420f32540, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:203 +0x272
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420263f80, 0xc420e71980, 0x101fda0, 0xc420f32540)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:350 +0x2be
goroutine 2598 [semacquire]:
sync.runtime_notifyListWait(0xc420a94f40, 0xc40000004c)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94f30)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94f00, 0xc4229a4040, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028cb50, 0xc4229a4040, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420d655b0, 0xc4229a4040, 0x20, 0x20, 0x20, 0xa900c0, 0x0, 0x7f3f4c447038)
/usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0x7f3f4c447038, 0xc420d655b0, 0xc4229a4040, 0x20, 0x20, 0x20, 0x7f3f4fe33e10, 0x0)
/usr/local/go/src/io/io.go:325 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420b0ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffbb, 0x200)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x12b
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420b489f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x165
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420cf1680, 0xc420e83860)
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:248 +0x7f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/tron/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0xf2
goroutine 2581 [semacquire]:
sync.runtime_notifyListWait(0xc420a94ac0, 0xc400000045)
/usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc420a94ab0)
/usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc420a94a80, 0xc421655c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42028cb40, 0xc421655c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
io.ReadAtLeast(0x7f3f4c447038, 0xc420d655a0, 0xc421655c00, 0x20, 0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment