Skip to content

Instantly share code, notes, and snippets.

@feuGeneA
Created February 9, 2018 07:58
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 feuGeneA/629637df616dbe225b46318a9407157d to your computer and use it in GitHub Desktop.
Save feuGeneA/629637df616dbe225b46318a9407157d to your computer and use it in GitHub Desktop.
gene@precision5510:~/go/src/github.com/status-im/status-go/e2e/whisper$ ./whisper.test -test.bench=. -test.run=XXX -test.benchtime=200s -network=4 -test.cpuprofile=whisper.pprof
goos: linux
goarch: amd64
pkg: github.com/status-im/status-go/e2e/whisper
BenchmarkRequestMessagesInGroupChat-8 fatal error: concurrent map read and map write
goroutine 1034 [running]:
runtime.throw(0x107df5c, 0x21)
/usr/local/go/src/runtime/panic.go:605 +0x95 fp=0xc4201abbd8 sp=0xc4201abbb8 pc=0x432355
runtime.mapaccess1_fast64(0xf15980, 0xc4261527e0, 0xc420d626c0, 0xc424824840)
/usr/local/go/src/runtime/hashmap_fast.go:119 +0x1a8 fp=0xc4201abc00 sp=0xc4201abbd8 pc=0x411d08
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func2(0x1a23d80, 0xc420d626c0, 0xc4201abd48)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:428 +0x62 fp=0xc4201abc58 sp=0xc4201abc00 pc=0xd2f7e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*requestDistributor).nextRequest(0xc420c89540, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:195 +0x2ae fp=0xc4201abea8 sp=0xc4201abc58 pc=0xd067fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*requestDistributor).loop(0xc420c89540)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:131 +0x8b fp=0xc4201abfd8 sp=0xc4201abea8 pc=0xd0609b
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2337 +0x1 fp=0xc4201abfe0 sp=0xc4201abfd8 pc=0x4634c1
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newRequestDistributor
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:84 +0x14e
goroutine 1 [chan receive]:
testing.(*B).doBench(0xc4204cc780, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/testing/benchmark.go:261 +0x8e
testing.(*benchContext).processBench(0xc4207908e0, 0xc4204cc780)
/usr/local/go/src/testing/benchmark.go:447 +0x229
testing.(*B).run(0xc4204cc780, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/testing/benchmark.go:251 +0x9d
testing.(*B).Run(0xc4204cc600, 0x107f97e, 0x23, 0x1205030, 0x4f8a00)
/usr/local/go/src/testing/benchmark.go:514 +0x295
testing.runBenchmarks.func1(0xc4204cc600)
/usr/local/go/src/testing/benchmark.go:417 +0x60
testing.(*B).runN(0xc4204cc600, 0x1)
/usr/local/go/src/testing/benchmark.go:141 +0xb2
testing.runBenchmarks(0x1085740, 0x2a, 0xc4207908a0, 0x19f04a0, 0x1, 0x1, 0x55)
/usr/local/go/src/testing/benchmark.go:423 +0x49e
testing.(*M).Run(0xc420ce3f18, 0xc4201d9f70)
/usr/local/go/src/testing/testing.go:927 +0x31c
main.main()
github.com/status-im/status-go/e2e/whisper/_test/_testmain.go:52 +0xdb
goroutine 20 [chan receive]:
github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1baf860)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x31
created by github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics.NewMeter
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x127
goroutine 34 [chan receive]:
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc42051a0c0, 0xc42051a000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x18f
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x149
goroutine 35 [chan receive]:
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc42051a0c0, 0xc42051a060)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x8b
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x178
goroutine 50 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc42056e1c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 29 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:131 +0xa6
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.0
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 5 [sleep]:
time.Sleep(0x5f5e100)
/usr/local/go/src/runtime/time.go:65 +0x130
runtime/pprof.profileWriter(0x1a1bac0, 0xc42008a0e8)
/usr/local/go/src/runtime/pprof/pprof.go:708 +0x6d
created by runtime/pprof.StartCPUProfile
/usr/local/go/src/runtime/pprof/pprof.go:693 +0x122
goroutine 961 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/e2e/whisper.BenchmarkRequestMessagesInGroupChat(0xc4204cc780)
/home/gene/go/src/github.com/status-im/status-go/e2e/whisper/whisper_mailbox_test.go:282 +0x1294
testing.(*B).runN(0xc4204cc780, 0x32)
/usr/local/go/src/testing/benchmark.go:141 +0xb2
testing.(*B).launch(0xc4204cc780)
/usr/local/go/src/testing/benchmark.go:291 +0x84
created by testing.(*B).doBench
/usr/local/go/src/testing/benchmark.go:260 +0x70
goroutine 8 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420212b80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 9 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4204ea0f0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 10 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4205c9860)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1645 [sleep]:
time.Sleep(0x648224bca)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x648224bca, 0xc42624e000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc423ce9970, 0xc42624e000)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc423ce9970, 0xc42624e000, 0xc420dca2a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 88 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420fca340)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 13 [syscall]:
syscall.Syscall6(0xe8, 0xb, 0xc4204b576c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0xc420078960, 0xc4204b57a8, 0x1)
/usr/local/go/src/syscall/asm_linux_amd64.s:44 +0x5
syscall.EpollWait(0xb, 0xc4204b576c, 0x1, 0x1, 0xffffffffffffffff, 0x1, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:349 +0x77
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc42051e000, 0xc420078960)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:193 +0x8b
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x131
goroutine 14 [chan receive]:
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc42051e000, 0xc420078960)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184
goroutine 15 [chan receive]:
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc42051e000, 0xc420078960)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184
goroutine 1410 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc4202027c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 16 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420001680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 66 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420001680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 67 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420001680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 68 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420001680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1547 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4262740e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4205e6720, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4242f0f00, 0xc426774400, 0x1a1f280, 0xc4262740e0, 0xc426774400, 0xc42372ab20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4242f0f00, 0xc4230eeba0, 0x1a1f280, 0xc4262740e0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc4230eeba0, 0x1a1f280, 0xc4262740e0, 0xc4235cd0a0, 0xc42712c400)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4262740e0, 0xc4230eeba0, 0x1a1f280, 0xc4262740e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1086 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da35e0, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4202e8898, 0x72, 0xc420c94d00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4202e8898, 0xffffffffffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc4202e8880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x1e2
net.(*netFD).accept(0xc4202e8880, 0x1649b58, 0xc424cae000, 0xc420577eb8)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc420282010, 0xc420c94eb0, 0x40abdb, 0xc420577e60)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).Accept(0xc420282010, 0x0, 0xc420577e60, 0x2, 0x2)
/usr/local/go/src/net/tcpsock.go:247 +0x49
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc4249a6000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:665 +0x278
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:443 +0x159
goroutine 985 [semacquire]:
sync.runtime_notifyListWait(0xc420117540, 0xc400000006)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420117530)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420117500, 0xc42465b201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420506f48, 0xc42465b201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420bea000, 0xeb190a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420bea000, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420bea000, 0xf24cc0, 0xc424cae280, 0xc4219dda38, 0x45d530)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc4219dd9e0, 0xc42027bf90, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4201d2bd0, 0x1a2ac00, 0xc420f1e6d0, 0x355, 0xffffffffffffffff)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 1670 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4202f8a20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1047 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420c21c80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1017 [semacquire]:
sync.runtime_notifyListWait(0xc420117180, 0xc400000000)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420117170)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420117140, 0xc420e2c000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42022e298, 0xc420e2c000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420d78000, 0xeb1960, 0x7f0a8024a908)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420d78000, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420d78000, 0xf24cc0, 0xc4243ca320, 0x0, 0xecb2e0)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xf76280, 0xc4243ca340, 0xc420280e30, 0x7f0a83c4a828, 0xc420280e30)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc424473f80, 0x1a2ac00, 0xc420280e30, 0xc425aa0900, 0x7f0a801a7450)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 1003 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4ac68, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420f93298, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420f93298, 0xc4244bf100, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420f93280, 0xc4244bf1a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420f93280, 0xc4244bf1a0, 0x20, 0x20, 0x7f0a8010fa31, 0x7f0a83c4ac20, 0x8d)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42008a730, 0xc4244bf1a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc42008a730, 0xc4244bf1a0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc42008a730, 0xc4244bf1a0, 0x20, 0x20, 0x20, 0x0, 0x6fc23aaf6)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc423a05e30, 0xbe9772a9655993de, 0x8367dde9f, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x13a5a112f, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4243b70b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc425f6e2a0, 0xc425f6e360)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1364 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4ad28, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420f93218, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420f93218, 0xc426221e00, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420f93200, 0xc426221e40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420f93200, 0xc426221e40, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fc6cbc9f5c)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42008a728, 0xc426221e40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc42008a728, 0xc426221e40, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc42008a728, 0xc426221e40, 0x20, 0x20, 0x20, 0x0, 0x6fc23aab6)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420570690, 0xbe9772aa376396c8, 0x8fb583f80, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x1ff348a9b, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4243b7110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420139320, 0xc4201393e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1334 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc423758840, 0xe96380, 0xc420f93700, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4249a6000, 0xc423758840)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 988 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3820, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420f92f18, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420f92f18, 0xc42565c100, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc420f92f00, 0xc42565c1a0, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc420f92f00, 0xc42565c1a0, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc420f92f18, 0xc420167d48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc42008a638, 0xc42565c1a0, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc42008a638, 0xc42565c1a0, 0x10, 0x10, 0x2, 0x0, 0x0, 0x2194e6832)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc424cae640, 0xc42565c194, 0x2, 0x2, 0x0, 0xc42565c1a0, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc424cae660, 0xc42565c194, 0x2, 0x2, 0xc, 0x2, 0xc424cae640, 0xc424cae668, 0xc423f27f60, 0x417e9d)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc424cae660, 0xc424cae640, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc42565c190, 0x4, 0x4, 0xc424bfa300)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 1379 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420df1b60, 0xe96380, 0xc420cd8000, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4249a6000, 0xc420df1b60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1016 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b028, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42024ac18, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42024ac18, 0xc425c9e100, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42024ac00, 0xc425c9e110, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42024ac00, 0xc425c9e110, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc42024ac18, 0xc421e19d48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc42008a030, 0xc425c9e110, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc42008a030, 0xc425c9e110, 0x10, 0x10, 0x2, 0x0, 0x0, 0x2128d1500)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc4243ca2e0, 0xc425c9e104, 0x2, 0x2, 0x0, 0xc425c9e110, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc4243ca300, 0xc425c9e104, 0x2, 0x2, 0xc, 0x2, 0x0, 0x0, 0x0, 0xc420d69760)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc4243ca300, 0xc4243ca300, 0xbc78046536338de, 0xd8bc9896aff9b15b)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc425c9e100, 0x4, 0x4, 0xc420dca420)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 1698 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc426b8a150, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420fcc720, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc42625adc0, 0xc423d62980, 0x1a1f280, 0xc426b8a150, 0xc423d62980, 0xc4201da7a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc42625adc0, 0xc420fccc00, 0x1a1f280, 0xc426b8a150, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc420fccc00, 0x1a1f280, 0xc426b8a150, 0x5712fd3a55415ceb, 0x1baf900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc426b8a150, 0xc420fccc00, 0x1a1f280, 0xc426b8a150)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 993 [semacquire]:
sync.runtime_notifyListWait(0xc42050a880, 0xc400000006)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc42050a870)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc42050a840, 0xc423f8a001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc4204d85d8, 0xc423f8a001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420bea8c0, 0xeb190a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420bea8c0, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420bea8c0, 0xf24cc0, 0xc424cae800, 0xc423051a38, 0x45d530)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc4230519e0, 0xc42268ef90, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4244d62a0, 0x1a2ac00, 0xc422fe94c0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 83 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc4200fcce0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1236 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1005 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420570770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42267ccc0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4205de500, 0xc426aa0a80, 0x1a1f280, 0xc420570770, 0xc426aa0a80, 0xc424fccfa8)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4205de500, 0xc425f6e2a0, 0x1a1f280, 0xc420570770, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc425f6e2a0, 0x1a1f280, 0xc420570770, 0x30003, 0xc424fccfbe)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420570770, 0xc425f6e2a0, 0x1a1f280, 0xc420570770)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 54 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3d60, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42035c718, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42035c718, 0xc420014300, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42035c700, 0xc420014320, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42035c700, 0xc420014320, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc42035c718, 0xc4201add48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc4204d8000, 0xc420014320, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc4204d8000, 0xc420014320, 0x10, 0x10, 0x2, 0x0, 0x0, 0x3b8e10d43)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc42000c400, 0xc420014314, 0x2, 0x2, 0x0, 0xc420014320, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc42000c420, 0xc420014314, 0x2, 0x2, 0xc, 0x2, 0x0, 0x0, 0x0, 0xc42021ff60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc42000c420, 0xc42000c420, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc420014310, 0x4, 0x4, 0xc420ea2660)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 84 [semacquire]:
sync.runtime_notifyListWait(0xc4201161c0, 0xc400000000)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4201161b0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420116180, 0xc4204dc200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420506a28, 0xc4204dc200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc421122380, 0xf0e9c0, 0x0)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc421122380, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc421122380, 0xf24cc0, 0xc42035e260, 0x0, 0x0)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc42020a140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4200fcd40, 0x1a2afc0, 0xc42020a140, 0x1, 0xf6f3e0, 0xc4202146c0, 0x1a26540, 0xc4206867e0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4200fcd40, 0x1a2afc0, 0xc42020a140, 0x0, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4200fcd40, 0x1a2afc0, 0xc42020a140, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 85 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420588150, 0x1a2ac00, 0xc42007bd40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1148 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 76 [semacquire]:
sync.runtime_notifyListWait(0xc420116280, 0xc400000000)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420116270)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420116240, 0xc4204dc000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420506a38, 0xc4204dc000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4200be8c0, 0xeb1960, 0x0)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc4200be8c0, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc4200be8c0, 0xf24cc0, 0xc42035e200, 0x0, 0xecb2e0)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xf76280, 0xc42035e220, 0xc42007bd40, 0x7f0a83c4a828, 0xc42007bd40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420588150, 0x1a2ac00, 0xc42007bd40, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 1020 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc420db8000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 409 [sleep]:
time.Sleep(0x6f9e951f8)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6f9e951f8, 0xc420012240)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc421126a60, 0xc420012240)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc421126a60, 0xc420012240, 0xc420ea2240)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1144 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 89 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4204ea2d0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 90 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420fd41a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1050 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420c21e00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 188 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc42069d680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 1546 [runnable]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).checkUpdateStats(0xc425230800, 0xc420d626c0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:736 +0x60
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).announce(0xc425230800, 0xc420d626c0, 0xc420cec410)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:332 +0x8f0
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc425d3d420, 0xc420d626c0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:291 +0x988
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc4230eeba0, 0x1a1f280, 0xc426274070, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:175 +0x252
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc426274070, 0xc4230eeba0, 0x1a1f280, 0xc426274070)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1162 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).SearchTopic(0xc420120500, 0xc426b66080, 0x14, 0xc424e3c000, 0xc422fb0120, 0xc420022410)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:311 +0xf3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:152 +0x2fc
goroutine 1106 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc422f86900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1705 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle.func2(0xc425b4c180, 0xc420d49560)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:304 +0x16e
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:301 +0x711
goroutine 1411 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc420064200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1343 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201d2e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc42661bb80, 0xc420064200, 0x1a1f280, 0xc4201d2e00, 0xc420064200, 0x32bd50cde00ea52d)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc42661bb80, 0xc420df1b60, 0x1a1f280, 0xc4201d2e00, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc420df1b60, 0x1a1f280, 0xc4201d2e00, 0x4b105894a01fb0c, 0xc60d10628755d1a8)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201d2e00, 0xc420df1b60, 0x1a1f280, 0xc4201d2e00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1674 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc422f88d80, 0xe96380, 0xc420f92600, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc423dac6c0, 0xc422f88d80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1317 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b868, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc425626018, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc425626018, 0xc426191400, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc425626000, 0xc4261914a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc425626000, 0xc4261914a0, 0x20, 0x20, 0x7f0a8011503c, 0xc420f54620, 0xa5)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420e3e000, 0xc4261914a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc420e3e000, 0xc4261914a0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc420e3e000, 0xc4261914a0, 0x20, 0x20, 0x20, 0x0, 0x6fc23ab1d)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4244d64d0, 0xbe9772a9657999aa, 0x8369de46b, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x13a7a2b9a, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc423fe2090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc425914180, 0xc425914240)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1095 [semacquire]:
sync.runtime_notifyListWait(0xc420d624c0, 0xc400000004)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420d624b0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420d62480, 0xc423f8ac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420282e48, 0xc423f8ac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420722000, 0xeb190a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420722000, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420722000, 0xf24cc0, 0xc424a5a080, 0xc420da5c78, 0x45d530)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc420da5c20, 0xc420c9bf90, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4201a82a0, 0x1a2ac00, 0xc420e99010, 0xc424ab55c0, 0xc424ab4ca0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 1375 [sleep]:
time.Sleep(0x6edc6872e)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6edc6872e, 0xc4249a6000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc425b80108, 0xc4249a6000)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc425b80108, 0xc4249a6000, 0xc422f98000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1029 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420f74540)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1339 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc4230d6e80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1004 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc425f6e2a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1053 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420c21e00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1054 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop(0xc420d8e100)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:424 +0x8e2
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.newNetwork
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:177 +0x7e3
goroutine 1052 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420c21e00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1019 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc425703640)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 1067 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3be0, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc425230298, 0x72, 0xc4241d0d00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc425230298, 0xffffffffffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc425230280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x1e2
net.(*netFD).accept(0xc425230280, 0x1649b58, 0xc424caea40, 0x1bafb00)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc42022e090, 0xc4241d0eb0, 0x40abdb, 0xc423050f00)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).Accept(0xc42022e090, 0x0, 0xc42624e000, 0x1a2aae0, 0xc42008a730)
/usr/local/go/src/net/tcpsock.go:247 +0x49
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc42624e000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:665 +0x278
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:443 +0x159
goroutine 1161 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1022 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc4256d9d40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node/node.go:533 +0x7f
github.com/status-im/status-go/geth/node.(*NodeManager).startNode.func2(0xc4256d9d40, 0xc420c743c0, 0xc4204e62c0)
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:143 +0x4ea
created by github.com/status-im/status-go/geth/node.(*NodeManager).startNode
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:84 +0x16e
goroutine 1125 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b1a8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42024b698, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42024b698, 0xc425460500, 0x500, 0x500)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42024b680, 0xc425460500, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42024b680, 0xc425460500, 0x500, 0x500, 0x45d5d0, 0x7f0a83ddb000, 0x43, 0xc420035ef0, 0x416dd7)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc42008a860, 0xc425460500, 0x500, 0x500, 0xc420035f20, 0x4309e9, 0xc421e0c120, 0xc420035f20)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc42008a860, 0xc425460500, 0x500, 0x500, 0x500, 0x500, 0xc420c86b10, 0x9c1)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*udp).readLoop(0xc4263dc050)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:392 +0xdb
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.ListenUDP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:250 +0x14b
goroutine 1122 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc422f86f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1157 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1158 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1159 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1156 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1160 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1201 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc420fe44e0, 0x1a19300, 0xc42007b800, 0xc422fb1980, 0xc42271c390, 0xc425ca0cb0, 0xc420e3b9e8, 0xc420e3ba28, 0xc420e3ba18, 0x1205718, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1001 +0x245
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fillHeaderSkeleton(0xc420fe44e0, 0x1, 0xc42058f200, 0x80, 0x8d, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:904 +0x37d
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0xc420fe44e0, 0xc4204ea4b0, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:835 +0xa6d
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func3(0x8, 0x1207848)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:474 +0x40
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc424906680, 0xc420232f60, 0xc4243caea0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0x51
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0xc7
goroutine 1055 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3b20, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420de6318, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420de6318, 0xc425460000, 0x500, 0x500)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc420de6300, 0xc425460000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc420de6300, 0xc425460000, 0x500, 0x500, 0x45d5d0, 0x7f0a83ddb000, 0xa4855d04d8fa7b43, 0xc420f606f0, 0x416dd7)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc42000e580, 0xc425460000, 0x500, 0x500, 0xc420f60720, 0x4309e9, 0xc420cec080, 0xc420f60720)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc42000e580, 0xc425460000, 0x500, 0x500, 0x500, 0x500, 0xf150e0b02e9f9d14, 0xac63bbac0a03c6f2)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*udp).readLoop(0xc42195a5a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:392 +0xdb
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.ListenUDP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:250 +0x14b
goroutine 1056 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc422f86f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 1057 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc422f86f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1123 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc422f86f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1124 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop(0xc420120500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:424 +0x8e2
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.newNetwork
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:177 +0x7e3
goroutine 1395 [runnable]:
internal/poll.runtime_pollWait(0x7f0a83c4b928, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42035c318, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42035c318, 0xc42478a100, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42035c300, 0xc42478a160, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc42035c300, 0xc42478a160, 0x20, 0x20, 0x1010000005497f3, 0x0, 0x918fd2bfe9a63)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420e3e040, 0xc42478a160, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc420e3e040, 0xc42478a160, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc420e3e040, 0xc42478a160, 0x20, 0x20, 0x20, 0x0, 0x6fc23a86f)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4205880e0, 0xbe9772aa41aef819, 0x9013e6b04, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x2051aac4f, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc424588300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420df1ce0, 0xc420da3920)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1397 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201d2e70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handleMsg(0xc420dafdc0, 0xc426138180, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:328 +0xca
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc420dafdc0, 0xc426138180, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:315 +0x72f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc420df1ce0, 0x1a1f280, 0xc4201d2e70, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:175 +0x252
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201d2e70, 0xc420df1ce0, 0x1a1f280, 0xc4201d2e70)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1396 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420df1ce0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1380 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420df1ce0, 0xe96380, 0xc425230f00, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4249a6000, 0xc420df1ce0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1170 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da36a0, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42024ae98, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42024ae98, 0xc424ff2100, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42024ae80, 0xc424ff2110, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42024ae80, 0xc424ff2110, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc42024ae98, 0xc420d9bd48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc4204d8008, 0xc424ff2110, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc4204d8008, 0xc424ff2110, 0x10, 0x10, 0x2, 0x0, 0x0, 0x215c5d825)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc424e90380, 0xc424ff2104, 0x2, 0x2, 0x0, 0xc424ff2110, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc424e903c0, 0xc424ff2104, 0x2, 0x2, 0xc, 0x2, 0xc4237cfa00, 0xc4254ba340, 0xc426175d60, 0xc426c1c760)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc424e903c0, 0xc424e903c0, 0xc4246e11c0, 0xc4259668e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc424ff2100, 0x4, 0x4, 0xc42267c900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 1155 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1070 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).update(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:778 +0x116
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:524 +0x77
goroutine 1069 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc42624e000, 0x1a26a80, 0xc420c0b7c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:512 +0x60f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x75a
goroutine 1153 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1154 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1068 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.Map(0x1a26b00, 0xc428091540, 0xc423050360, 0x1047003, 0x3, 0x917e, 0x917e, 0x106210d, 0xc)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc42624e000, 0xc425841980)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:448 +0x8b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x1fb
goroutine 1071 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1349 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b568, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc425626118, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc425626118, 0xc424516e00, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc425626100, 0xc424516e00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc425626100, 0xc424516e00, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fc6c8eee2c)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420e3e008, 0xc424516e00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc420e3e008, 0xc424516e00, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc420e3e008, 0xc424516e00, 0x20, 0x20, 0x20, 0x0, 0x6fc23a98e)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4261aa000, 0xbe9772aa019ad5ad, 0x8c58f7e69, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x1c96bc8b4, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc423fe2240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42074ad80, 0xc42074b0e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1025 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc422f86900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 182 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc420286050)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8
goroutine 183 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc420212200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1675 [sleep]:
time.Sleep(0x6315a8b19)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6315a8b19, 0xc423dac6c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc424f4c340, 0xc423dac6c0)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc424f4c340, 0xc423dac6c0, 0xc422f98240)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1150 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 195 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3760, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4202e8d98, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4202e8d98, 0xc420208300, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc4202e8d80, 0xc420208340, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc4202e8d80, 0xc420208340, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc4202e8d98, 0xc421003d48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc42008a018, 0xc420208340, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc42008a018, 0xc420208340, 0x10, 0x10, 0x2, 0x0, 0x0, 0x3bb278dd6)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc4202523e0, 0xc420208304, 0x2, 0x2, 0x0, 0xc420208340, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc420252400, 0xc420208304, 0x2, 0x2, 0xc, 0x2, 0x0, 0xc4202eaae0, 0xc4202eaa80, 0xc4204b8760)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc420252400, 0xc420252400, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc420208300, 0x4, 0x4, 0xc420fcca80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 184 [semacquire]:
sync.runtime_notifyListWait(0xc420116700, 0xc400000004)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4201166f0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc4201166c0, 0xc4237dac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420282af8, 0xc4237dac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4211221c0, 0xf0e90a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc4211221c0, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc4211221c0, 0xf24cc0, 0xc424912c40, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420286280, 0x0, 0x0, 0x0, 0xf0e900, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc420212240, 0x1a2afc0, 0xc420286280, 0xc420212240, 0xc42021a070, 0x1a2afc0, 0xc420286280, 0xc420c08898, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc420212240, 0x1a2afc0, 0xc420286280, 0xc4205e6000, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc420212240, 0x1a2afc0, 0xc420286280, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 185 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc42020e460, 0x1a2ac00, 0xc420fcf6c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1168 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc424e88280)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 210 [semacquire]:
sync.runtime_notifyListWait(0xc4201167c0, 0xc400000004)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4201167b0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420116780, 0xc4237db201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420282b08, 0xc4237db201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4219cc000, 0xeb190a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc4219cc000, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc4219cc000, 0xf24cc0, 0xc42000c220, 0xc420563a38, 0x45d530)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc4205639e0, 0xc42026bf90, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc42020e460, 0x1a2ac00, 0xc420fcf6c0, 0x3, 0xc4202247b8)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 397 [sleep]:
time.Sleep(0x6ecfada4a)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6ecfada4a, 0xc420012900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc422712340, 0xc420012900)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc422712340, 0xc420012900, 0xc4200922a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1342 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201d2d90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handleMsg(0xc420dafdc0, 0xc425b4c0c0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:328 +0xca
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc420dafdc0, 0xc425b4c0c0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:315 +0x72f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc420df1b60, 0x1a1f280, 0xc4201d2d90, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:175 +0x252
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201d2d90, 0xc420df1b60, 0x1a1f280, 0xc4201d2d90)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1553 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc424066fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420dcb620, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4242f0f00, 0xc426774540, 0x1a1f280, 0xc424066fc0, 0xc426774540, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4242f0f00, 0xc422f88d80, 0x1a1f280, 0xc424066fc0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc422f88d80, 0x1a1f280, 0xc424066fc0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc424066fc0, 0xc422f88d80, 0x1a1f280, 0xc424066fc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1007 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc426aa0a80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1238 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 189 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4204ea1e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 190 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4205aa750)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 284 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc422674320)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 1111 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420f2e540)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1209 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da33a0, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc425230918, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc425230918, 0xc424e82500, 0x500, 0x500)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc425230900, 0xc424e82500, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc425230900, 0xc424e82500, 0x500, 0x500, 0x45d5d0, 0x7f0a83ddd1e8, 0x43, 0xc4260a9ef0, 0x416dd7)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc420506ac0, 0xc424e82500, 0x500, 0x500, 0xc4260a9f20, 0x4309e9, 0xc420e6e030, 0xc4260a9f20)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc420506ac0, 0xc424e82500, 0x500, 0x500, 0x500, 0x500, 0x0, 0x0)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*udp).readLoop(0xc420c897c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:392 +0xdb
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.ListenUDP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:250 +0x14b
goroutine 1207 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420bab200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1206 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420bab200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1208 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop(0xc420561600)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:424 +0x8e2
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.newNetwork
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:177 +0x7e3
goroutine 1008 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc42708cb00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1113 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc420f2e480, 0xc4227166c0, 0xc422fb1800, 0x1a1ef80, 0xc424cb4aa0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:189 +0x261
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:132 +0xcf
goroutine 1108 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc422f86900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1133 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420c93740)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1036 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420117200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1683 [sleep]:
time.Sleep(0x631b7a853)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x631b7a853, 0xc420dfa000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc4261553c0, 0xc420dfa000)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc4261553c0, 0xc420dfa000, 0xc4236e61e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1035 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420116fc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1348 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42074ad80, 0xe96380, 0xc420de7300, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc423dac6c0, 0xc42074ad80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1351 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4261aa070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4242f0f00, 0xc42708cb00, 0x1a1f280, 0xc4261aa070, 0xc42708cb00, 0x451b4b)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4242f0f00, 0xc42074ad80, 0x1a1f280, 0xc4261aa070, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc42074ad80, 0x1a1f280, 0xc4261aa070, 0xc420d54000, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4261aa070, 0xc42074ad80, 0x1a1f280, 0xc4261aa070)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1350 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42074ad80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1353 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42074b3e0, 0xe96380, 0xc424561d80, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420dfa000, 0xc42074b3e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1356 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle.func2(0xc426138180, 0xc423050f60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:304 +0x16e
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:301 +0x711
goroutine 1355 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc423003840)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1112 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420f2e600)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1109 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*requestDistributor).loop(0xc42547fdb0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:116 +0x3e6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newRequestDistributor
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:84 +0x14e
goroutine 1714 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4236e7d40, 0xe96380, 0xc42011ec00, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420dfa000, 0xc4236e7d40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1110 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420f2e480)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1628 [sleep]:
time.Sleep(0x5f5e100)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop.func8(0x5f5e100, 0xc42263c480, 0xc426b66080, 0x14)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:566 +0x2b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:565 +0x14bb
goroutine 278 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc420cec6e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8
goroutine 279 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc420252760)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1149 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1046 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420c21c80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1147 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 249 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3160, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42024b018, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42024b018, 0xc420c51d00, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42024b000, 0xc420c51d60, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42024b000, 0xc420c51d60, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc42024b018, 0xc420de1d48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc420282cd0, 0xc420c51d60, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc420282cd0, 0xc420c51d60, 0x10, 0x10, 0x2, 0x0, 0x0, 0x3bdde1ecf)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc420cf2d00, 0xc420c51d2c, 0x2, 0x2, 0x0, 0xc420c51d60, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc420cf2d20, 0xc420c51d2c, 0x2, 0x2, 0xc, 0x2, 0xc42029be00, 0xc42029bc80, 0x0, 0xc420c8ff60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc420cf2d20, 0xc420cf2d20, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc420c51d28, 0x4, 0x4, 0xc420c92d20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 280 [semacquire]:
sync.runtime_notifyListWait(0xc420d62100, 0xc400000008)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420d620f0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420d620c0, 0xc4236f5201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42008a5f8, 0xc4236f5201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420d781c0, 0xf0e90a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420d781c0, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420d781c0, 0xf24cc0, 0xc4269afc80, 0x44, 0x50)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420cec910, 0x0, 0x0, 0x0, 0xf0e900, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4202527c0, 0x1a2afc0, 0xc420cec910, 0xc4202527c0, 0xc420500830, 0x1a2afc0, 0xc420cec910, 0xc420c08248, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4202527c0, 0x1a2afc0, 0xc420cec910, 0x0, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4202527c0, 0x1a2afc0, 0xc420cec910, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 281 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4201a40e0, 0x1a2ac00, 0xc420e98c30)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1211 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b0e8, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc425230d18, 0x72, 0xc4260a9500, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc425230d18, 0xffffffffffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc425230d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x1e2
net.(*netFD).accept(0xc425230d00, 0x1649b58, 0xc424cae0e0, 0xc420577f18)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc420506ae0, 0xc4260a96b0, 0x40abdb, 0xc420577ec0)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).Accept(0xc420506ae0, 0x0, 0xc420577ec0, 0x2, 0x2)
/usr/local/go/src/net/tcpsock.go:247 +0x49
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc423dac6c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:665 +0x278
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:443 +0x159
goroutine 94 [semacquire]:
sync.runtime_notifyListWait(0xc420d621c0, 0xc400000008)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420d621b0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420d62180, 0xc4236f5801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42008a608, 0xc4236f5801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4219d8700, 0xeb190a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc4219d8700, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc4219d8700, 0xf24cc0, 0xc420fca260, 0xc420d5f558, 0xc420c08250)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc420d5f500, 0xc420ddff90, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4201a40e0, 0x1a2ac00, 0xc420e98c30, 0x3030303030386137, 0x7d22)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 1205 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420bab200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 400 [sleep]:
time.Sleep(0x6ec433c2c)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6ec433c2c, 0xc42007cd80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc4227124d0, 0xc42007cd80)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc4227124d0, 0xc42007cd80, 0xc420284d20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1145 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1163 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).eventLoop(0xc426662fc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:285 +0x294
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:155 +0x1da
goroutine 1038 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc420116fc0, 0xc423dadd40, 0xc420fc8cc0, 0x1a1ef80, 0xc424455000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:189 +0x261
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:132 +0xcf
goroutine 1682 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc4249de900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 285 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc420d540f0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 286 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42267aa90)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1214 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1171 [select]:
github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).evictionLoop(0xc420c74410)
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:110 +0x16f
created by github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).Start
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:82 +0xd9
goroutine 1075 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1078 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1407 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle.func2(0xc425b4c0c0, 0xc42029a780)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:304 +0x16e
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:301 +0x711
goroutine 1077 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1134 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201a6310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4205de500, 0xc4202027c0, 0x1a1f280, 0xc4201a6310, 0xc4202027c0, 0xc420d5f860)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4205de500, 0xc420c93740, 0x1a1f280, 0xc4201a6310, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc420c93740, 0x1a1f280, 0xc4201a6310, 0xc420d5f6e0, 0x1baf900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201a6310, 0xc420c93740, 0x1a1f280, 0xc4201a6310)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1080 [semacquire]:
sync.runtime_notifyListWait(0xc4201170c0, 0xc400000000)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4201170b0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420117080, 0xc420e2c200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42022e288, 0xc420e2c200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc421122700, 0xf0e9c0, 0x150)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc421122700, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc421122700, 0xf24cc0, 0xc4243ca380, 0x0, 0x20)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420ced180, 0x0, 0x0, 0x0, 0x7f0a80184700, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4243d10e0, 0x1a2afc0, 0xc420ced180, 0x1, 0xf6f3e0, 0xc4247a4900, 0x1a26540, 0xc4234abb90, 0xa8cdc7)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4243d10e0, 0x1a2afc0, 0xc420ced180, 0x64f73a76ef32cc00, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4243d10e0, 0x1a2afc0, 0xc420ced180, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 1227 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1142 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1226 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1181 [semacquire]:
sync.runtime_notifyListWait(0xc42050a7c0, 0xc400000006)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc42050a7b0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc42050a780, 0xc42465b801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc4204d85c8, 0xc42465b801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4219cd340, 0xf0e90a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc4219cd340, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc4219cd340, 0xf24cc0, 0xc424e07480, 0x44, 0x50)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420e2e1e0, 0x0, 0x0, 0x0, 0xf0e900, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4237f63e0, 0x1a2afc0, 0xc420e2e1e0, 0xc4237f63e0, 0xc420500370, 0x1a2afc0, 0xc420e2e1e0, 0xc42008b510, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4237f63e0, 0x1a2afc0, 0xc420e2e1e0, 0xc423f27700, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4237f63e0, 0x1a2afc0, 0xc420e2e1e0, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 1219 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1218 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1217 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1216 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1192 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b3e8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42035cb18, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42035cb18, 0xc423712800, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42035cb00, 0xc423712890, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42035cb00, 0xc423712890, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc42035cb18, 0xc421e1ad48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc420282e58, 0xc423712890, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc420282e58, 0xc423712890, 0x10, 0x10, 0x2, 0x0, 0x0, 0x2177f4dfa)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc424e899e0, 0xc42371285c, 0x2, 0x2, 0x0, 0xc423712890, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc424e89a00, 0xc42371285c, 0x2, 0x2, 0xc, 0x2, 0xc423ad0080, 0xc425cb8260, 0xc426f43ee0, 0xc426c19f60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc424e89a00, 0xc424e89a00, 0xc423e2c780, 0xc423cdf3e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc423712858, 0x4, 0x4, 0xc420011320)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 1076 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1213 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc423dac6c0, 0x1a26a80, 0xc424fa2140)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:512 +0x60f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x75a
goroutine 1074 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1073 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1669 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da39a0, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4202e8398, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4202e8398, 0xc425d2fb00, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4202e8380, 0xc425d2fbc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc4202e8380, 0xc425d2fbc0, 0x20, 0x20, 0x1000000005497f3, 0x0, 0x918fd2b876d1e)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420282ed8, 0xc425d2fbc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc420282ed8, 0xc425d2fbc0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc420282ed8, 0xc425d2fbc0, 0x20, 0x20, 0x20, 0x0, 0x6fc23a7af)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc426b8a070, 0xbe9772aa41741803, 0x901038b0d, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x204dfc2eb, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc427427620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4202f8a20, 0xc422f88540)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1545 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4230eeba0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1199 [semacquire]:
sync.runtime_notifyListWait(0xc420091710, 0xe)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420091700)
/usr/local/go/src/sync/cond.go:56 +0x80
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).waitNext(0xc42469c6c0, 0x1000200010001, 0xc423e32e80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:57 +0x10e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc42469c6c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:39 +0x52
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newExecQueue
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x106
goroutine 1200 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc420fe44e0, 0xc425729c18, 0x4, 0x4, 0xc4249a6240, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:511 +0x14c
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc420fe44e0, 0xc4204ea4b0, 0x37eafbb8d728faf, 0x504239b5a87de1bc, 0xf500f99599a35247, 0xc749c173ea62972c, 0xc424d46740, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:484 +0x783
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc420fe44e0, 0xc425b80120, 0x10, 0x37eafbb8d728faf, 0x504239b5a87de1bc, 0xf500f99599a35247, 0xc749c173ea62972c, 0xc424d46740, 0x2, 0x0, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:397 +0x3fc
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc420fe44e0, 0xc425b80120, 0x10, 0x37eafbb8d728faf, 0x504239b5a87de1bc, 0xf500f99599a35247, 0xc749c173ea62972c, 0xc424d46740, 0x2, 0x4, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:318 +0x94
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).synchronise(0xc420dafdc0, 0xc425b4c0c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/sync.go:83 +0x1f3
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3.1(0x1a23d80, 0xc425b4c0c0, 0xc42024b580)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:435 +0x9b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:432 +0x52
goroutine 1072 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4205de500)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1544 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b628, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42035cf18, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42035cf18, 0xc427464500, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42035cf00, 0xc4274645a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc42035cf00, 0xc4274645a0, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fd373ac2c1)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc422f34ce0, 0xc4274645a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc422f34ce0, 0xc4274645a0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc422f34ce0, 0xc4274645a0, 0x20, 0x20, 0x20, 0x0, 0x6fc23aafc)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc426274000, 0xbe9772aa4ab10940, 0x90a407c00, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x20e1cca34, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc424805500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4230eeba0, 0xc4230eed20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1224 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1225 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1233 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).update(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:778 +0x116
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:524 +0x77
goroutine 1141 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1231 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).eventLoop(0xc425ea7d40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:285 +0x294
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:155 +0x1da
goroutine 1229 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1230 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).SearchTopic(0xc420561600, 0xc424cea680, 0x14, 0xc420c792d0, 0xc4230ee180, 0xc4234ac0d0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:311 +0xf3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:152 +0x2fc
goroutine 1228 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1235 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1232 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).syncer(0xc425d3d420)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/sync.go:44 +0x11f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:223 +0x46
goroutine 1143 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 342 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc4226f21c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1081 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc424473f80, 0x1a2ac00, 0xc420280e30)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1220 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 345 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc420ef2000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8
goroutine 1146 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1152 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1365 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420139320)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 256 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b4a8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42024ad18, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42024ad18, 0xc420014400, 0x10, 0x10)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc42024ad00, 0xc420014420, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc42024ad00, 0xc420014420, 0x10, 0x10, 0x0, 0x0, 0x0, 0xc42024ad18, 0xc420b98d48)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc420c08000, 0xc420014420, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc420c08000, 0xc420014420, 0x10, 0x10, 0x2, 0x0, 0x0, 0x3c0f047c9)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc420ef4260, 0xc420014414, 0x2, 0x2, 0x0, 0xc420014420, 0x10, 0x10, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2e6
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc420ef4280, 0xc420014414, 0x2, 0x2, 0xc, 0x2, 0x3837387830223a22, 0x6165363233383736, 0x3030303030303963, 0xc420c8e760)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x67
github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc420ef4280, 0xc420ef4280, 0x3835663561636522, 0x3236633862323937)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x98
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP.func1(0xc420014410, 0x4, 0x4, 0xc420fd0ea0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xb3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:71 +0xc5
goroutine 346 [semacquire]:
sync.runtime_notifyListWait(0xc42050a280, 0xc400000008)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc42050a270)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc42050a240, 0xc4237da001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42000e4d8, 0xc4237da001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420ef01c0, 0xf0e90a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420ef01c0, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420ef01c0, 0xf24cc0, 0xc4269aff40, 0x44, 0x50)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420ef2230, 0x0, 0x0, 0x0, 0xf0e900, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4226f22e0, 0x1a2afc0, 0xc420ef2230, 0xc4226f22e0, 0xc4205003c0, 0x1a2afc0, 0xc420ef2230, 0xc420c08270, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4226f22e0, 0x1a2afc0, 0xc420ef2230, 0x0, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4226f22e0, 0x1a2afc0, 0xc420ef2230, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 347 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4201d0070, 0x1a2ac00, 0xc4205cf190)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 257 [semacquire]:
sync.runtime_notifyListWait(0xc42050a400, 0xc400000008)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc42050a3f0)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc42050a3c0, 0xc4237da601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42000e4e8, 0xc4237da601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420c0e000, 0xeb190a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420c0e000, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420c0e000, 0xf24cc0, 0xc420ef42c0, 0xc420d5efb8, 0x45d530)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc420d5ef60, 0xc420bc5f90, 0x1, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4201d0070, 0x1a2ac00, 0xc4205cf190, 0x6c6162227b3a2239, 0x30223a2265636e61)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
goroutine 225 [sleep]:
time.Sleep(0x6e88ae5fe)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6e88ae5fe, 0xc420dfa900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/dial.go:376 +0x2b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc420087a58, 0xc420dfa900)
<autogenerated>:1 +0x46
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1a19c80, 0xc420087a58, 0xc420dfa900, 0xc4202f9800)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x3b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x18d
goroutine 1118 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420dafea0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1048 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420c21c80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1051 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420c21e00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1552 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc424066f50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef3a446c8a9904de, 0x727769964d39df51)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handleMsg(0xc425d3d420, 0xc420117e00, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:328 +0xca
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc425d3d420, 0xc420117e00, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:315 +0x72f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc422f88d80, 0x1a1f280, 0xc424066f50, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:175 +0x252
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc424066f50, 0xc422f88d80, 0x1a1f280, 0xc424066f50)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1212 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.Map(0x1a26b00, 0xc42511f900, 0xc4202fbce0, 0x1047003, 0x3, 0x974d, 0x974d, 0x106210d, 0xc)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc423dac6c0, 0xc424f46c30)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:448 +0x8b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x1fb
goroutine 1169 [semacquire]:
sync.runtime_notifyListWait(0xc420d62280, 0xc400000004)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420d62270)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420d62240, 0xc423f8a601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420282e38, 0xc423f8a601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc420ef0380, 0xf0e90a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc420ef0380, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc420ef0380, 0xf24cc0, 0xc424e07980, 0xab, 0xb0)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420dd2410, 0x0, 0x0, 0x0, 0xf0e900, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc424e882c0, 0x1a2afc0, 0xc420dd2410, 0xc424e882c0, 0xc42267e0b0, 0x1a2afc0, 0xc420dd2410, 0xc42008b530, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc424e882c0, 0x1a2afc0, 0xc420dd2410, 0x0, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc424e882c0, 0x1a2afc0, 0xc420dd2410, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 1215 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1459 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc420fe44e0, 0x1a19300, 0xc42007b820, 0xc422fb1a40, 0xc42271c340, 0xc424e3d2d0, 0xc421e1beb0, 0xc421e1bf00, 0xc421e1bef0, 0xc421e1bee0, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1001 +0x245
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0xc420fe44e0, 0x1, 0xc424fcff98, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:954 +0x33e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0xc400000008, 0x1207848)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:476 +0x37
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc424906680, 0xc420232f60, 0xc4243caee0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0x51
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0xc7
goroutine 1186 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4201a82a0, 0x1a2ac00, 0xc420e99010)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1021 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc426047450)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1115 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc420fe44e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1531 +0x352
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.New
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:231 +0xa1c
goroutine 1114 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.(*TxPool).eventLoop(0xc4240bc840)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/txpool.go:286 +0x139
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.NewTxPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/txpool.go:106 +0x41c
goroutine 1107 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc422f86900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1337 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc424473b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc423758ba0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc42661bb80, 0xc420cc6580, 0x1a1f280, 0xc424473b90, 0xc420cc6580, 0xc423f27740)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc42661bb80, 0xc423758840, 0x1a1f280, 0xc424473b90, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc423758840, 0x1a1f280, 0xc424473b90, 0xc4237f63ec, 0xc420500378)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc424473b90, 0xc423758840, 0x1a1f280, 0xc424473b90)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1551 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc422f88d80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1033 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420bab080)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1032 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420bab080)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1336 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc423758840)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1062 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc423036000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 1172 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc424111e60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 1049 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420f741c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1064 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc423dacfc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node/node.go:533 +0x7f
github.com/status-im/status-go/geth/node.(*NodeManager).startNode.func2(0xc423dacfc0, 0xc420dd2000, 0xc420dfe420)
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:143 +0x4ea
created by github.com/status-im/status-go/geth/node.(*NodeManager).startNode
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:84 +0x16e
goroutine 1341 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420df1b60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1063 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc425279450)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1061 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4243d0da0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 1044 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420f74000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1002 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc425f6e2a0, 0xe96380, 0xc426510500, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42624e000, 0xc425f6e2a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1167 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc420dd21e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8
goroutine 1366 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc423a05ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4205de500, 0xc4230d6e80, 0x1a1f280, 0xc423a05ea0, 0xc4230d6e80, 0xc425626580)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4205de500, 0xc420139320, 0x1a1f280, 0xc423a05ea0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc420139320, 0x1a1f280, 0xc423a05ea0, 0x2927da6f422cca91, 0x2075584140926afb)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc423a05ea0, 0xc420139320, 0x1a1f280, 0xc423a05ea0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1458 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc420fe44e0, 0x1a19300, 0xc42007b810, 0xc422fb19e0, 0xc42021a520, 0xc424e3d260, 0xc420e92eb0, 0xc420e92f00, 0xc420e92ef0, 0xc420e92ee0, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1001 +0x245
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc420fe44e0, 0x1, 0xc424fccf98, 0x7f0a80250408)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:930 +0x33e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func4(0x8, 0x1207848)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:475 +0x37
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc424906680, 0xc420232f60, 0xc4243caec0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0x51
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0xc7
goroutine 1335 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3460, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc426510098, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc426510098, 0xc4244bf500, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc426510080, 0xc4244bf500, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc426510080, 0xc4244bf500, 0x20, 0x20, 0x7f0a8010fa35, 0xc420f54701, 0xa8)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42000e500, 0xc4244bf500, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc42000e500, 0xc4244bf500, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc42000e500, 0xc4244bf500, 0x20, 0x20, 0x20, 0x0, 0x6fc23aad5)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc424473b20, 0xbe9772a9657d5a4d, 0x836a1a50d, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x13a7de9fe, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42410a4e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc423758840, 0xc4237589c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1164 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).syncer(0xc420dafdc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/sync.go:44 +0x11f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:223 +0x46
goroutine 1031 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420bab080)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1041 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc423d044e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:76 +0x15a
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.New
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:232 +0xa3e
goroutine 1037 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc4201172c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1040 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc423d044e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1531 +0x352
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.New
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:231 +0xa1c
goroutine 1237 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1202 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).syncLoop(0xc425230800)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:152 +0x9f9
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newLightFetcher
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:122 +0x290
goroutine 1204 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420bab200)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 1009 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc420cc6580)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1117 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).syncLoop(0xc42024b580)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:131 +0x264
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newLightFetcher
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:122 +0x290
goroutine 1018 [select]:
github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).evictionLoop(0xc420dd2050)
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:110 +0x16f
created by github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).Start
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:82 +0xd9
goroutine 1223 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1203 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc425d3d5e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1045 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420c21c80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 1079 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc4243d10a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1138 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1088 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4249a6000, 0x1a26a80, 0xc4200ae820)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:512 +0x60f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x75a
goroutine 1166 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc424a42140)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:426 +0x846
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:112 +0x104
goroutine 1715 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4aba8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420de6d98, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420de6d98, 0xc427332200, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420de6d80, 0xc4273322c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420de6d80, 0xc4273322c0, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fd37259881)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420e3e018, 0xc4273322c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc420e3e018, 0xc4273322c0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc420e3e018, 0xc4273322c0, 0x20, 0x20, 0x20, 0x0, 0x6fc23ab89)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc424b62620, 0xbe9772aa4a77f513, 0x90a0767ce, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x20de3b769, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420eb2180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4236e7d40, 0xc4236e7e60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1363 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420139320, 0xe96380, 0xc425626580, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42624e000, 0xc420139320)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 499 [chan send]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3.1(0x1a23d80, 0xc420d62300, 0xc4202e8580)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:436 +0xc1
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:432 +0x52
goroutine 1039 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.(*TxPool).eventLoop(0xc4275eb600)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/txpool.go:286 +0x139
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.NewTxPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/txpool.go:106 +0x41c
goroutine 465 [chan send]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3.1(0x1a23d80, 0xc420d62600, 0xc42024a580)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:436 +0xc1
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:432 +0x52
goroutine 1024 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc4203302a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1030 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420bab080)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 1165 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc424e88240)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x336
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xe7
goroutine 1340 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b9e8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420de6818, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420de6818, 0xc4226c3d00, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420de6800, 0xc4226c3de0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420de6800, 0xc4226c3de0, 0x20, 0x20, 0x1010000005497f3, 0x0, 0x918fd2bfe22a9)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42000e548, 0xc4226c3de0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc42000e548, 0xc4226c3de0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc42000e548, 0xc4226c3de0, 0x20, 0x20, 0x20, 0x0, 0x6fc23a7f3)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4201d2cb0, 0xbe9772aa42217f0b, 0x901b0f20a, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x2058d00cd, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4245206c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420df1b60, 0xc420dca600)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1222 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1132 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3ca0, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420f92498, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420f92498, 0xc425c8cc00, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420f92480, 0xc425c8cce0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420f92480, 0xc425c8cce0, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fd33b1fe07)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420e3e030, 0xc425c8cce0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc420e3e030, 0xc425c8cce0, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc420e3e030, 0xc425c8cce0, 0x20, 0x20, 0x20, 0x0, 0x6fc23aa0e)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4205cbea0, 0xbe9772aa39c3016f, 0x8fdb7aa30, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x201939ef3, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc424588090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420c93740, 0xc420df13e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1221 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc425d3d180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 514 [chan send]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3.1(0x1a23d80, 0xc420f2e0c0, 0xc420cd9680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:436 +0xc1
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:432 +0x52
goroutine 1139 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1087 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.Map(0x1a26b00, 0xc4247a5d00, 0xc420d48ba0, 0x1047003, 0x3, 0xad50, 0xad50, 0x106210d, 0xc)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc4249a6000, 0xc4235eec90)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:448 +0x8b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x1fb
goroutine 1089 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).update(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:778 +0x116
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:524 +0x77
goroutine 1234 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1140 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42661bb80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1374 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420c93740, 0xe96380, 0xc425230580, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42624e000, 0xc420c93740)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1550 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b6e8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420f92818, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420f92818, 0xc427332600, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420f92800, 0xc427332660, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420f92800, 0xc427332660, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fd3758517b)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc422f34cd8, 0xc427332660, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc422f34cd8, 0xc427332660, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc422f34cd8, 0xc427332660, 0x20, 0x20, 0x20, 0x0, 0x6fc23aada)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc424066ee0, 0xbe9772aa4aafbc5c, 0x90a3f2f15, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x20e1b7098, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc424805170, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc422f88d80, 0xc4230eefc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1426 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc4202153c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1240 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1116 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc420fe44e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:76 +0x15a
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.New
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:232 +0xa3e
goroutine 1704 [semacquire]:
sync.runtime_notifyListWait(0xc42708c2d0, 0x3651a87700000000)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc42708c2c0)
/usr/local/go/src/sync/cond.go:56 +0x80
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).waitNext(0xc4226703f0, 0x200010000, 0x20001)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:57 +0x10e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc4226703f0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:39 +0x30
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newExecQueue
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x106
goroutine 1600 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420fccc00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1239 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1732 [runnable]:
time.Sleep(0x5f5e100)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop.func8(0x5f5e100, 0xc4230ee060, 0xc424cea680, 0x14)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:566 +0x2b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:565 +0x14bb
goroutine 1151 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc420dafb20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1173 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc420d54000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 1174 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc426047860)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1175 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc422717680)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node/node.go:533 +0x7f
github.com/status-im/status-go/geth/node.(*NodeManager).startNode.func2(0xc422717680, 0xc423abc3c0, 0xc4204e69a0)
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:143 +0x4ea
created by github.com/status-im/status-go/geth/node.(*NodeManager).startNode
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:84 +0x16e
goroutine 1250 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420f84560)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
goroutine 1241 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc4242f0f00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1242 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc424455700)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x336
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xe7
goroutine 1243 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc420bfccc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:426 +0x846
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:112 +0x104
goroutine 1244 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc420c89900)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8
goroutine 1245 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc424455720)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1601 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc426b8a0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x990f08e518efbe4a, 0xbad91e597ab5116f)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handleMsg(0xc4251d0460, 0xc425b4c180, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:328 +0xca
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc4251d0460, 0xc425b4c180, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:315 +0x72f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc420fccc00, 0x1a1f280, 0xc426b8a0e0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:175 +0x252
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc426b8a0e0, 0xc420fccc00, 0x1a1f280, 0xc426b8a0e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1246 [semacquire]:
sync.runtime_notifyListWait(0xc420117480, 0xc400000006)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420117470)
/usr/local/go/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc420117440, 0xc42465ac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc420506f38, 0xc42465ac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc4256728c0, 0xf0e90a, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc4256728c0, 0x0, 0x0, 0x417538)
/usr/local/go/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc4256728c0, 0xf24cc0, 0xc424e07080, 0x44, 0x50)
/usr/local/go/src/encoding/json/stream.go:57 +0x78
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc420c89b30, 0x0, 0x0, 0x0, 0xf0e900, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc424455760, 0x1a2afc0, 0xc420c89b30, 0xc424455760, 0xc42007be80, 0x1a2afc0, 0xc420c89b30, 0xc42008b4f0, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc424455760, 0x1a2afc0, 0xc420c89b30, 0x0, 0x3, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc424455760, 0x1a2afc0, 0xc420c89b30, 0x3)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.DialInProc.func1
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
goroutine 1247 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4201d2bd0, 0x1a2ac00, 0xc420f1e6d0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1249 [select]:
github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).evictionLoop(0xc423abc410)
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:110 +0x16f
created by github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).Start
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:82 +0xd9
goroutine 1644 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4202f8a20, 0xe96380, 0xc424560580, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42624e000, 0xc4202f8a20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1251 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4204eae10)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c
goroutine 1252 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc420f6c410)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
goroutine 1253 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc42624fd40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/node/node.go:533 +0x7f
github.com/status-im/status-go/geth/node.(*NodeManager).startNode.func2(0xc42624fd40, 0xc420c89bd0, 0xc4275eb760)
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:143 +0x4ea
created by github.com/status-im/status-go/geth/node.(*NodeManager).startNode
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:84 +0x16e
goroutine 1354 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc423003940)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1255 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc425d3db20)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1256 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc422fbdc80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 1257 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc422fbdc80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1258 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc422fbdc80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1259 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc422fbdc80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1260 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*requestDistributor).loop(0xc426230be0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:116 +0x3e6
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newRequestDistributor
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/distributor.go:84 +0x14e
goroutine 1261 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420117800)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1262 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc4201178c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1263 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc420117980)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x176
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.NewChainIndexer
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
goroutine 1264 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc420117800, 0xc420dfafc0, 0xc423aba660, 0x1a1ef80, 0xc423695bc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:189 +0x261
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/chain_indexer.go:132 +0xcf
goroutine 1265 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.(*TxPool).eventLoop(0xc42590ac60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/txpool.go:286 +0x139
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.NewTxPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/txpool.go:106 +0x41c
goroutine 1266 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc423d05380)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1531 +0x352
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.New
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:231 +0xa1c
goroutine 1267 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc423d05380)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:76 +0x15a
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.New
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:232 +0xa3e
goroutine 1268 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).syncLoop(0xc420216800)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:131 +0x264
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newLightFetcher
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:122 +0x290
goroutine 1269 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc4251d0620)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
goroutine 1270 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc423e91380)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd
goroutine 1271 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc423e91380)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df
goroutine 1272 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc423e91380)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e
goroutine 1273 [select]:
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc423e91380)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680
goroutine 1274 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop(0xc420561b00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:424 +0x8e2
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.newNetwork
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:177 +0x7e3
goroutine 1275 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b328, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420216918, 0x72, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420216918, 0xc424e82a00, 0x500, 0x500)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc420216900, 0xc424e82a00, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:170 +0x19a
net.(*netFD).readFrom(0xc420216900, 0xc424e82a00, 0x500, 0x500, 0x61, 0x0, 0x0, 0x0, 0x416dd7)
/usr/local/go/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc4205070f0, 0xc424e82a00, 0x500, 0x500, 0xc423f25720, 0x4309e9, 0xc420e6e1c0, 0xc423f25720)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc4205070f0, 0xc424e82a00, 0x500, 0x500, 0x500, 0x500, 0x0, 0x0)
/usr/local/go/src/net/udpsock.go:106 +0x72
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*udp).readLoop(0xc426230e60)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:392 +0xdb
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.ListenUDP
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:250 +0x14b
goroutine 1277 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3220, 0x72, 0xffffffffffffffff)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420216c18, 0x72, 0xc423f24d00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420216c18, 0xffffffffffffff00, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc420216c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:335 +0x1e2
net.(*netFD).accept(0xc420216c00, 0x1649b58, 0xc424f4e360, 0xc4205e08f8)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc420507110, 0xc423f24eb0, 0x40abdb, 0xc4205e08a0)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).Accept(0xc420507110, 0x0, 0xc4205e08a0, 0x2, 0x2)
/usr/local/go/src/net/tcpsock.go:247 +0x49
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc420dfa000)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:665 +0x278
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:443 +0x159
goroutine 1278 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat.Map(0x1a26b00, 0xc420bcc7c0, 0xc4239b1680, 0x1047003, 0x3, 0xb4ba, 0xb4ba, 0x106210d, 0xc)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc420dfa000, 0xc42440cae0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:448 +0x8b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x1fb
goroutine 1279 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc420dfa000, 0x1a26a80, 0xc4207717c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:512 +0x60f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x75a
goroutine 1280 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1281 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1282 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1283 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1284 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1285 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1286 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1287 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1288 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1289 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1290 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1291 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1292 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1293 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1294 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1295 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers.func1(0xc4251d01c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:50 +0x13b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*LightEthereum).startBloomHandlers
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/bloombits.go:48 +0x48
goroutine 1296 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).SearchTopic(0xc420561b00, 0xc4244eca20, 0x14, 0xc4256aca80, 0xc423abb1a0, 0xc4234ac340)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:311 +0xf3
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:152 +0x2fc
goroutine 1297 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).eventLoop(0xc42620cd80)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:285 +0x294
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*serverPool).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/serverpool.go:155 +0x1da
goroutine 1298 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).syncer(0xc4251d0460)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/sync.go:44 +0x11f
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:223 +0x46
goroutine 1299 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).update(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:778 +0x116
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:524 +0x77
goroutine 1300 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1301 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1302 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1303 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1304 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1305 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1306 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1307 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).processQueue(0xc42625adc0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:757 +0x145
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).Start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:528 +0xae
goroutine 1308 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*PublicWhisperAPI).run(0xc4237f6320)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:73 +0x2e8
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.NewPublicWhisperAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/api.go:64 +0xb8
goroutine 1309 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc4237f63a0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x336
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xe7
goroutine 1310 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc420fd2980)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:426 +0x846
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:112 +0x104
goroutine 1311 [chan receive]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc426230fa0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8
goroutine 1182 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4244d62a0, 0x1a2ac00, 0xc422fe94c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc.newClient
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
goroutine 1598 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420fccc00, 0xe96380, 0xc42035c500, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420dfa000, 0xc420fccc00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1184 [select]:
github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).evictionLoop(0xc420c89c20)
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:110 +0x16f
created by github.com/status-im/status-go/geth/transactions/queue.(*TxQueue).Start
/home/gene/go/src/github.com/status-im/status-go/geth/transactions/queue/queue.go:82 +0xd9
goroutine 1316 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc425914180, 0xe96380, 0xc424561d00, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc42624e000, 0xc425914180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1318 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc425914180)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1319 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4244d6540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc425914420, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4205de500, 0xc423003840, 0x1a1f280, 0xc4244d6540, 0xc423003840, 0xc424561d00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4205de500, 0xc425914180, 0x1a1f280, 0xc4244d6540, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc425914180, 0x1a1f280, 0xc4244d6540, 0xcb099ce837e7125, 0x91ac887fa2723e5d)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4244d6540, 0xc425914180, 0x1a1f280, 0xc4244d6540)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1321 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83c4b268, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc424561898, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc424561898, 0xc424517300, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc424561880, 0xc424517340, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc424561880, 0xc424517340, 0x20, 0x20, 0x1002701005497f3, 0x0, 0x918fc6cb82032)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4204d85f0, 0xc424517340, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc4204d85f0, 0xc424517340, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc4204d85f0, 0xc424517340, 0x20, 0x20, 0x20, 0x0, 0x6fc23aad7)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc424473ab0, 0xbe9772aa01b9a459, 0x8c5ae4d15, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x1c98a9a56, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4240a96b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42074b3e0, 0xc4259144e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1322 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42074b3e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1323 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4261aa0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc42625adc0, 0xc423003940, 0x1a1f280, 0xc4261aa0e0, 0xc423003940, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc42625adc0, 0xc42074b3e0, 0x1a1f280, 0xc4261aa0e0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc42074b3e0, 0x1a1f280, 0xc4261aa0e0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4261aa0e0, 0xc42074b3e0, 0x1a1f280, 0xc4261aa0e0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1398 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4201d2ee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc42661bb80, 0xc4202153c0, 0x1a1f280, 0xc4201d2ee0, 0xc4202153c0, 0x417538)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc42661bb80, 0xc420df1ce0, 0x1a1f280, 0xc4201d2ee0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc420df1ce0, 0x1a1f280, 0xc4201d2ee0, 0x573877cd22918164, 0x8933ec0f39ee1a13)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4201d2ee0, 0xc420df1ce0, 0x1a1f280, 0xc4201d2ee0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1406 [semacquire]:
sync.runtime_notifyListWait(0xc420215bd0, 0xb)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc420215bc0)
/usr/local/go/src/sync/cond.go:56 +0x80
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).waitNext(0xc4245a8e40, 0xba58a146458cfe01, 0xc42663e3c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:57 +0x10e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc4245a8e40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:39 +0x52
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newExecQueue
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x106
goroutine 1460 [runnable]:
container/list.(*List).PushBack(0xc4255557d0, 0xe9a680, 0xc4254ab400, 0x17cddcf2b38ca3f7)
/usr/local/go/src/container/list/list.go:137 +0x1ed
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).acquireSnapshot(0xc422f86900, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:44 +0x112
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc422f86900, 0xc426b55a50, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:840 +0xb1
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc426047e10, 0xc426b55a50, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/ethdb/database.go:123 +0xb2
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7f0a801bf668, 0xc426047e10, 0xe63, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/database_util.go:94 +0x183
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*HeaderChain).WriteHeader(0xc42024b280, 0xc426769440, 0xc422716618, 0xc42572d6e8, 0x7cfed6)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/headerchain.go:170 +0x65b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.(*LightChain).InsertHeaderChain.func2(0xc426769440, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/lightchain.go:382 +0xca
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core.(*HeaderChain).InsertHeaderChain(0xc42024b280, 0xc420592400, 0x180, 0x180, 0xc4256256e0, 0xbe9772a2c3105cee, 0x2067c2403, 0x1bafb00, 0x67dc066cfa080c3c, 0xa61b8a6567daef9b, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/core/headerchain.go:274 +0x180
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light.(*LightChain).InsertHeaderChain(0xc422716480, 0xc420592400, 0x180, 0x180, 0x64, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/light/lightchain.go:395 +0x232
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc420fe44e0, 0xd81, 0xc424d46740, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1272 +0xab0
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0xc400000008, 0x1207848)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:477 +0x40
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc424906680, 0xc420232f60, 0xc4243caf00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0x51
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0xc7
goroutine 1721 [semacquire]:
sync.runtime_notifyListWait(0xc4259801d0, 0xc749c17300000001)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4259801c0)
/usr/local/go/src/sync/cond.go:56 +0x80
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).waitNext(0xc42668c480, 0x463401, 0xc422fb06c0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:57 +0x10e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc42668c480)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:39 +0x52
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newExecQueue
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x106
goroutine 1629 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc423d62a00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1543 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4230eeba0, 0xe96380, 0xc420f92580, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc423dac6c0, 0xc4230eeba0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Server).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 1599 [IO wait]:
internal/poll.runtime_pollWait(0x7f0a83da3a60, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420de6c98, 0x72, 0xffffffffffffff00, 0x1a1db40, 0x1a17178)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc420de6c98, 0xc426c34400, 0x20, 0x20)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420de6c80, 0xc426c34420, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:126 +0x18a
net.(*netFD).Read(0xc420de6c80, 0xc426c34420, 0x20, 0x20, 0x1000000005497f3, 0x0, 0x918fd3727371a)
/usr/local/go/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42022e020, 0xc426c34420, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f0a802503e0, 0xc42022e020, 0xc426c34420, 0x20, 0x20, 0x20, 0x101df60, 0x464500, 0x7f0a802503e0)
/usr/local/go/src/io/io.go:309 +0x86
io.ReadFull(0x7f0a802503e0, 0xc42022e020, 0xc426c34420, 0x20, 0x20, 0x20, 0x0, 0x6fc23ab91)
/usr/local/go/src/io/io.go:327 +0x58
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc423d10070, 0xbe9772aa4a799afe, 0x90a090db7, 0x1bafb00, 0x0, 0x0, 0x1bafb00, 0x20de55d6e, 0x1bafb00, 0x20002)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc420dbc360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420fccc00, 0xc420fcd260)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2
goroutine 1671 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc424473ce0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc425f6e720, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc4205de500, 0xc4249de900, 0x1a1f280, 0xc424473ce0, 0xc4249de900, 0x417538)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc4205de500, 0xc4202f8a20, 0x1a1f280, 0xc424473ce0, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc4202f8a20, 0x1a1f280, 0xc424473ce0, 0x573877cd22918164, 0x8933ec0f39ee1a13)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc424473ce0, 0xc4202f8a20, 0x1a1f280, 0xc424473ce0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1703 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc423d62980)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1689 [sleep]:
time.Sleep(0x5f5e100)
/usr/local/go/src/runtime/time.go:65 +0x130
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop.func8(0x5f5e100, 0xc423abb080, 0xc4244eca20, 0x14)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:566 +0x2b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/net.go:565 +0x14bb
goroutine 1716 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4236e7d40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).run
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117
goroutine 1717 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc424b62700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420df08a0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).runMessageLoop(0xc42625adc0, 0xc423d62a00, 0x1a1f280, 0xc424b62700, 0xc423d62a00, 0x417538)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:585 +0xbd
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer(0xc42625adc0, 0xc4236e7d40, 0x1a1f280, 0xc424b62700, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:578 +0x17a
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Whisper).HandlePeer-fm(0xc4236e7d40, 0x1a1f280, 0xc424b62700, 0x573877cd22918164, 0x8933ec0f39ee1a13)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/whisper.go:112 +0x48
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc424b62700, 0xc4236e7d40, 0x1a1f280, 0xc424b62700)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1718 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc424b62690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x990f08e518efbe4a, 0xbad91e597ab5116f)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handleMsg(0xc4251d0460, 0xc420117d40, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:328 +0xca
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc4251d0460, 0xc420117d40, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:315 +0x72f
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc4236e7d40, 0x1a1f280, 0xc424b62690, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:175 +0x252
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc424b62690, 0xc4236e7d40, 0x1a1f280, 0xc424b62690)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228
goroutine 1722 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle.func2(0xc420117d40, 0xc420563aa0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:304 +0x16e
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:301 +0x711
goroutine 1723 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeight(0xc423d05380, 0xc42192e5a0, 0xbe9772a2ca7c450e, 0x20de80bc9, 0x1bafb00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:565 +0x369
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc423d05380, 0xc42192e5a0, 0x37eafbb8d728faf, 0x504239b5a87de1bc, 0xf500f99599a35247, 0xc749c173ea62972c, 0xc42620e200, 0x0, 0x0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:422 +0x32b
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc423d05380, 0xc426743180, 0x10, 0x37eafbb8d728faf, 0x504239b5a87de1bc, 0xf500f99599a35247, 0xc749c173ea62972c, 0xc42620e200, 0x2, 0x0, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:397 +0x3fc
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc423d05380, 0xc426743180, 0x10, 0x37eafbb8d728faf, 0x504239b5a87de1bc, 0xf500f99599a35247, 0xc749c173ea62972c, 0xc42620e200, 0x2, 0x4, ...)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:318 +0x94
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).synchronise(0xc4251d0460, 0xc420117d40)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/sync.go:83 +0x1f3
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3.1(0x1a23d80, 0xc420117d40, 0xc420216800)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:435 +0x9b
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func3
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/fetcher.go:432 +0x52
goroutine 1631 [runnable]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc424824840)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:38
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newExecQueue
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x106
goroutine 1724 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc426774540)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1725 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).update(0xc426774400)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:107 +0x187
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5.(*Peer).start
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/whisper/whisperv5/peer.go:57 +0x54
goroutine 1726 [semacquire]:
sync.runtime_notifyListWait(0xc425980d10, 0xd2e2415d00000000)
/usr/local/go/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc425980d00)
/usr/local/go/src/sync/cond.go:56 +0x80
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).waitNext(0xc42668cf00, 0x2000100000000, 0x1)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:57 +0x10e
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc42668cf00)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:39 +0x30
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.newExecQueue
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x106
goroutine 1727 [select]:
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle.func2(0xc420117e00, 0xc420563ce0)
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:304 +0x16e
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/les/handler.go:301 +0x711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment