Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

memdb - out of memory #42

Open
hyangl opened this issue Dec 15, 2018 · 0 comments
Open

memdb - out of memory #42

hyangl opened this issue Dec 15, 2018 · 0 comments

Comments

@hyangl
Copy link
Collaborator

hyangl commented Dec 15, 2018

INFO [12-15|17:24:21.329] Peer connected success                   id=28d7353497c2bdc9 conn=dyndial name=Getrue/v0.9.1-unstable-527329fb/linux-amd64/go1.10   RemoteAddr=47.92.124.238:30313
INFO [12-15|17:24:23.401] Finalize:                                header.SnailHash=d6de4b…91b106 header.SnailNumber=9326
INFO [12-15|17:24:26.478] Finalize:                                header.SnailHash=781b0a…e494f1 header.SnailNumber=9327
INFO [12-15|17:24:29.120] Finalize:                                header.SnailHash=5534b7…c4e495 header.SnailNumber=9328
INFO [12-15|17:24:29.520] Imported new fast chain segment          blocks=150 txs=7892  mgas=165.732 elapsed=8.287s  mgasps=19.998 number=591154 hash=1e21f2…24bd46 cache=268.27mB
INFO [12-15|17:24:30.515] Finalize:                                header.SnailHash=cd9333…e13127 header.SnailNumber=9329
INFO [12-15|17:24:31.815] Finalize:                                header.SnailHash=dfc831…f8f807 header.SnailNumber=9330
INFO [12-15|17:24:36.201] Finalize:                                header.SnailHash=538f7e…127f2c header.SnailNumber=9331
INFO [12-15|17:24:37.524] Imported new fast chain segment          blocks=182 txs=9196  mgas=193.116 elapsed=8.004s  mgasps=24.126 number=591336 hash=154533…5ff124 cache=268.22mB
INFO [12-15|17:24:37.570] Finalize:                                header.SnailHash=cfa2d3…c269e7 header.SnailNumber=9332
INFO [12-15|17:24:43.928] Finalize:                                header.SnailHash=b7eb45…1b45e5 header.SnailNumber=9333
INFO [12-15|17:24:45.527] Imported new fast chain segment          blocks=88  txs=3935  mgas=82.635  elapsed=8.002s  mgasps=10.326 number=591424 hash=307721…59d53d cache=268.00mB
INFO [12-15|17:24:45.704] Truechain message handling failed        id=28d7353497c2bdc9 conn=dyndial RemoteAddr=47.92.124.238:30313   err=EOF
INFO [12-15|17:24:45.704] Removing Truechain peer                  peer=28d7353497c2bdc9 RemoteAddr=47.92.124.238:30313
fatal error: runtime: out of memory

runtime stack:
runtime.throw(0x10c7404, 0x16)
	/usr/lib/go-1.10/src/runtime/panic.go:616 +0x81
runtime.sysMap(0xc5e76f0000, 0xc000000, 0x0, 0x1e21538)
	/usr/lib/go-1.10/src/runtime/mem_linux.go:216 +0x20a
runtime.(*mheap).sysAlloc(0x1e07a40, 0xc000000, 0x7efd0c8e2e58)
	/usr/lib/go-1.10/src/runtime/malloc.go:470 +0xd4
runtime.(*mheap).grow(0x1e07a40, 0x6000, 0x0)
	/usr/lib/go-1.10/src/runtime/mheap.go:907 +0x60
runtime.(*mheap).allocSpanLocked(0x1e07a40, 0x6000, 0x1e21548, 0x7efd00000001)
	/usr/lib/go-1.10/src/runtime/mheap.go:820 +0x301
runtime.(*mheap).alloc_m(0x1e07a40, 0x6000, 0x7efd36eb0101, 0x438cea)
	/usr/lib/go-1.10/src/runtime/mheap.go:686 +0x118
runtime.(*mheap).alloc.func1()
	/usr/lib/go-1.10/src/runtime/mheap.go:753 +0x4d
runtime.(*mheap).alloc(0x1e07a40, 0x6000, 0x7efd0e010101, 0x7efd36eb8eb0)
	/usr/lib/go-1.10/src/runtime/mheap.go:752 +0x8a
runtime.largeAlloc(0xc000000, 0x7efd36eb0101, 0x46a73e)
	/usr/lib/go-1.10/src/runtime/malloc.go:826 +0x94
runtime.mallocgc.func1()
	/usr/lib/go-1.10/src/runtime/malloc.go:721 +0x46
runtime.systemstack(0x7efd00000000)
	/usr/lib/go-1.10/src/runtime/asm_amd64.s:409 +0x79
runtime.mstart()
	/usr/lib/go-1.10/src/runtime/proc.go:1175

goroutine 672 [running]:
runtime.systemstack_switch()
	/usr/lib/go-1.10/src/runtime/asm_amd64.s:363 fp=0xc443942608 sp=0xc443942600 pc=0x46d460
runtime.mallocgc(0xc000000, 0xeedfc0, 0xdeadbe01, 0xc4ddb02ff0)
	/usr/lib/go-1.10/src/runtime/malloc.go:720 +0x8a2 fp=0xc4439426a8 sp=0xc443942608 pc=0x426092
runtime.makeslice(0xeedfc0, 0x0, 0xc000000, 0x7efd3a331000, 0xc431112a00, 0x640901)
	/usr/lib/go-1.10/src/runtime/slice.go:61 +0x77 fp=0xc4439426d8 sp=0xc4439426a8 pc=0x457577
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/memdb.New(0x121d9e0, 0xc42023b8d0, 0xc000000, 0xc518190a80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:470 +0xfc fp=0xc443942770 sp=0xc4439426d8 pc=0x64f95c
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolGet(0xc42256c1a0, 0xcde2, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:90 +0xb5 fp=0xc4439427b0 sp=0xc443942770 pc=0x677ef5
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).newMem(0xc42256c1a0, 0xcde2, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:147 +0x226 fp=0xc443942858 sp=0xc4439427b0 pc=0x678416
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).rotateMem(0xc42256c1a0, 0xcde2, 0x0, 0xc443942a10, 0xc443942970, 0x45fac8)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:46 +0x81 fp=0xc4439428b0 sp=0xc443942858 pc=0x67b7c1
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).flush.func1(0xbefd4ff77319e500)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:106 +0x2ad fp=0xc443942938 sp=0xc4439428b0 pc=0x690e0d
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).flush(0xc42256c1a0, 0xcde2, 0xc4fd8cbda0, 0x1326, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:118 +0x160 fp=0xc443942a00 sp=0xc443942938 pc=0x67ba80
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).writeLocked(0xc42256c1a0, 0xc43cca6740, 0x0, 0x1, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:157 +0x5f fp=0xc443942b78 sp=0xc443942a00 pc=0x67bd2f
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).Write(0xc42256c1a0, 0xc43cca6740, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:317 +0x2f3 fp=0xc443942e18 sp=0xc443942b78 pc=0x67c903
github.com/truechain/truechain-engineering-code/ethdb.(*ldbBatch).Write(0xc59711bea0, 0xc59711bea0, 0x9064a)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/ethdb/database.go:398 +0x40 fp=0xc443942e50 sp=0xc443942e18 pc=0x6991f0
github.com/truechain/truechain-engineering-code/core.(*BlockChain).WriteBlockWithState(0xc422501000, 0xc4aeea5b80, 0xc5bd12bc00, 0x64, 0x80, 0xc48fa200e0, 0x1, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/blockchain.go:1117 +0xbb7 fp=0xc443943240 sp=0xc443942e50 pc=0x877167
github.com/truechain/truechain-engineering-code/core.(*BlockChain).insertChain(0xc422501000, 0xc4ca984000, 0xa520, 0xc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/blockchain.go:1320 +0x1801 fp=0xc4439466d0 sp=0xc443943240 pc=0x879641
github.com/truechain/truechain-engineering-code/core.(*BlockChain).insertChain(0xc422501000, 0xc45b37ea80, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/blockchain.go:1279 +0x13d3 fp=0xc443949b60 sp=0xc4439466d0 pc=0x879213
github.com/truechain/truechain-engineering-code/core.(*BlockChain).InsertChain(0xc422501000, 0xc45b37ea80, 0x2, 0x2, 0x2, 0x4, 0x6)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/blockchain.go:1149 +0x67 fp=0xc443949bf0 sp=0xc443949b60 pc=0x877d87
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).importBlockResults(0xc430df9380, 0xc45b37ea70, 0x2, 0x2, 0x2, 0x60f281)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:1471 +0x78c fp=0xc443949f00 sp=0xc443949bf0 pc=0xa61c4c
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).processFullSyncContent(0xc430df9380, 0x0, 0x2)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:1442 +0x79 fp=0xc443949f58 sp=0xc443949f00 pc=0xa61439
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).(github.com/truechain/truechain-engineering-code/etrue/fastdownloader.processFullSyncContent)-fm(0x10e3b46, 0x30)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:487 +0x2a fp=0xc443949f80 sp=0xc443949f58 pc=0xa7512a
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).spawnSync.func1(0xc430df9380, 0xc45a218420, 0xc4591b3030)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:500 +0x83 fp=0xc443949fc8 sp=0xc443949f80 pc=0xa722a3
runtime.goexit()
	/usr/lib/go-1.10/src/runtime/asm_amd64.s:2361 +0x1 fp=0xc443949fd0 sp=0xc443949fc8 pc=0x46fff1
created by github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).spawnSync
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:500 +0xaf

goroutine 1 [select, 2 minutes]:
github.com/truechain/truechain-engineering-code/console.(*Console).Interactive(0xc4335bc5b0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/console/console.go:328 +0x29d
main.localConsole(0xc4200e62c0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/getrue/consolecmd.go:95 +0x39a
github.com/truechain/truechain-engineering-code/cmd/utils.MigrateFlags.func1(0xc4200e62c0, 0x0, 0xc4200e62c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/utils/flags.go:1398 +0x103
github.com/truechain/truechain-engineering-code/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xf08e80, 0xc4224f83a0, 0xc4200e62c0, 0xc42008ca00, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xc8
github.com/truechain/truechain-engineering-code/vendor/gopkg.in/urfave/cli%2ev1.Command.Run(0x10b5261, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10e00c3, 0x2b, 0x0, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/gopkg.in/urfave/cli.v1/command.go:210 +0xa36
github.com/truechain/truechain-engineering-code/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc420032820, 0xc4200300b0, 0xb, 0xb, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/gopkg.in/urfave/cli.v1/app.go:255 +0x6a0
main.main()
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/getrue/main.go:230 +0x55

goroutine 6 [chan receive]:
github.com/truechain/truechain-engineering-code/metrics.(*meterArbiter).tick(0x1df4ec0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/metrics/meter.go:250 +0x78
created by github.com/truechain/truechain-engineering-code/metrics.NewMeter
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/metrics/meter.go:44 +0x10b

goroutine 7 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc42008c1e0, 0xc42008c120)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0xb6
created by github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0xf2

goroutine 8 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc42008c1e0, 0xc42008c180)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x7b
created by github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x11e

goroutine 9 [syscall, 15 minutes]:
os/signal.signal_recv(0x0)
	/usr/lib/go-1.10/src/runtime/sigqueue.go:139 +0xa6
os/signal.loop()
	/usr/lib/go-1.10/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.0
	/usr/lib/go-1.10/src/os/signal/signal_unix.go:28 +0x41

goroutine 10 [chan receive, 9 minutes]:
github.com/truechain/truechain-engineering-code/core.(*txSenderCacher).cache(0xc420047730)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/tx_cacher.go:63 +0x97
created by github.com/truechain/truechain-engineering-code/core.newTxSenderCacher
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/tx_cacher.go:55 +0xa4

goroutine 11 [chan receive, 9 minutes]:
github.com/truechain/truechain-engineering-code/core.(*txSenderCacher).cache(0xc420047730)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/tx_cacher.go:63 +0x97
created by github.com/truechain/truechain-engineering-code/core.newTxSenderCacher
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/tx_cacher.go:55 +0xa4

goroutine 22 [select, 15 minutes, locked to thread]:
runtime.gopark(0x1105a38, 0x0, 0x10b453f, 0x6, 0x18, 0x1)
	/usr/lib/go-1.10/src/runtime/proc.go:291 +0x11a
runtime.selectgo(0xc420208f50, 0xc4201fa3c0)
	/usr/lib/go-1.10/src/runtime/select.go:392 +0xe50
runtime.ensureSigM.func1()
	/usr/lib/go-1.10/src/runtime/signal_unix.go:549 +0x1f4
runtime.goexit()
	/usr/lib/go-1.10/src/runtime/asm_amd64.s:2361 +0x1

goroutine 16 [sleep]:
time.Sleep(0xb2d05e00)
	/usr/lib/go-1.10/src/runtime/time.go:102 +0x166
github.com/truechain/truechain-engineering-code/metrics.CollectProcessMetrics(0xb2d05e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/metrics/metrics.go:86 +0x2e8
created by main.init.0.func1
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/getrue/main.go:216 +0x275

goroutine 34 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/accounts/keystore.(*watcher).loop(0xc4224847e0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/keystore/watch.go:94 +0x4a0
created by github.com/truechain/truechain-engineering-code/accounts/keystore.(*watcher).start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/keystore/watch.go:52 +0x5d

goroutine 24 [syscall, 15 minutes]:
syscall.Syscall6(0xe8, 0xb, 0xc420205f6c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0xeedd00, 0x120dc40)
	/usr/lib/go-1.10/src/syscall/asm_linux_amd64.s:44 +0x5
github.com/truechain/truechain-engineering-code/vendor/golang.org/x/sys/unix.EpollWait(0xb, 0xc420205f6c, 0x1, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go:1529 +0x7a
github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc4200ea000, 0xc4200967e0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/watcher_inotify.go:194 +0x8b
created by github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/watcher_inotify.go:134 +0x128

goroutine 25 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200ea000, 0xc4200967e0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/watcher_inotify.go:254 +0xae
created by github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/watcher_inotify.go:137 +0x17b

goroutine 26 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200ea000, 0xc4200967e0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/watcher_inotify.go:254 +0xae
created by github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/rjeczalik/notify/watcher_inotify.go:137 +0x17b

goroutine 35 [select]:
github.com/truechain/truechain-engineering-code/accounts/keystore.(*KeyStore).updater(0xc4222a64b0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/keystore/keystore.go:203 +0xf0
created by github.com/truechain/truechain-engineering-code/accounts/keystore.(*KeyStore).Subscribe
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/keystore/keystore.go:190 +0x122

goroutine 36 [sleep]:
time.Sleep(0x3b9aca00)
	/usr/lib/go-1.10/src/runtime/time.go:102 +0x166
github.com/truechain/truechain-engineering-code/accounts/usbwallet.(*Hub).updater(0xc4224a6c80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/usbwallet/hub.go:224 +0x3e
created by github.com/truechain/truechain-engineering-code/accounts/usbwallet.(*Hub).Subscribe
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/usbwallet/hub.go:213 +0x122

goroutine 37 [sleep]:
time.Sleep(0x3b9aca00)
	/usr/lib/go-1.10/src/runtime/time.go:102 +0x166
github.com/truechain/truechain-engineering-code/accounts/usbwallet.(*Hub).updater(0xc4224a6dc0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/usbwallet/hub.go:224 +0x3e
created by github.com/truechain/truechain-engineering-code/accounts/usbwallet.(*Hub).Subscribe
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/usbwallet/hub.go:213 +0x122

goroutine 38 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/accounts.(*Manager).update(0xc4200a3ee0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/manager.go:95 +0x1c6
created by github.com/truechain/truechain-engineering-code/accounts.NewManager
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/accounts/manager.go:68 +0x54c

goroutine 39 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420078540)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x152
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x171

goroutine 40 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc42256c1a0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0xff
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x49d

goroutine 41 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc42256c1a0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x127
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:143 +0x4bf

goroutine 42 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc42256c1a0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x277
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x627

goroutine 43 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc42256c1a0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x15d
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x649

goroutine 44 [select]:
github.com/truechain/truechain-engineering-code/ethdb.(*LDBDatabase).meter(0xc4200314a0, 0xb2d05e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/ethdb/database.go:361 +0x19b5
created by github.com/truechain/truechain-engineering-code/ethdb.(*LDBDatabase).Meter
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/ethdb/database.go:177 +0x1b8

goroutine 45 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/core.(*ChainIndexer).updateLoop(0xc422666300)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/chain_indexer.go:272 +0x16c
created by github.com/truechain/truechain-engineering-code/core.NewChainIndexer
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/chain_indexer.go:108 +0x23b

goroutine 46 [select]:
github.com/truechain/truechain-engineering-code/core/snailchain.(*SnailBlockChain).update(0xc4224fe000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/snailchain/blockchain.go:1268 +0x12d
created by github.com/truechain/truechain-engineering-code/core/snailchain.NewSnailBlockChain
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/snailchain/blockchain.go:196 +0x7a9

goroutine 8374 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331540, 0x77, 0xc423098300)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4fd0a8a18, 0x77, 0xc579176700, 0xc579176718, 0x449c14)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitWrite(0xc4fd0a8a18, 0xc579176700, 0x28, 0x5d2186)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc4fd0a8a00, 0x1105220, 0x1229120)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:440 +0x37
net.(*netFD).connect(0xc4fd0a8a00, 0x1229120, 0xc443e24fc0, 0x0, 0x0, 0x121e420, 0xc57a4d29e0, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/fd_unix.go:152 +0x299
net.(*netFD).dial(0xc4fd0a8a00, 0x1229120, 0xc443e24fc0, 0x122cc80, 0x0, 0x122cc80, 0xc5a0388930, 0xc579176938, 0x5ef75e)
	/usr/lib/go-1.10/src/net/sock_posix.go:142 +0xe9
net.socket(0x1229120, 0xc443e24fc0, 0x10b1474, 0x3, 0x2, 0x1, 0x0, 0x0, 0x122cc80, 0x0, ...)
	/usr/lib/go-1.10/src/net/sock_posix.go:93 +0x1a6
net.internetSocket(0x1229120, 0xc443e24fc0, 0x10b1474, 0x3, 0x122cc80, 0x0, 0x122cc80, 0xc5a0388930, 0x1, 0x0, ...)
	/usr/lib/go-1.10/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x1229120, 0xc443e24fc0, 0x10b1474, 0x3, 0x0, 0xc5a0388930, 0x1e1f6a0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x1229120, 0xc443e24fc0, 0x10b1474, 0x3, 0x0, 0xc5a0388930, 0xdd92df5c79, 0x1df9960, 0x37e11af01)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x1229120, 0xc443e24fc0, 0xc4fd0a8980, 0x1221f60, 0xc5a0388930, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:547 +0x375
net.dialSerial(0x1229120, 0xc443e24fc0, 0xc4fd0a8980, 0xc54a0a1b80, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:515 +0x22d
net.(*Dialer).DialContext(0xc4200dfd40, 0x12290e0, 0xc420036078, 0x10b1474, 0x3, 0xc57a4d29c0, 0x12, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/dial.go:397 +0x678
net.(*Dialer).Dial(0xc4200dfd40, 0x10b1474, 0x3, 0xc57a4d29c0, 0x12, 0x7efd3a332380, 0xc436b9afc0, 0x121c880, 0xc58f8cf8b0)
	/usr/lib/go-1.10/src/net/dial.go:320 +0x75
github.com/truechain/truechain-engineering-code/p2p.TCPDialer.Dial(0xc4200dfd40, 0xc4e1f992c0, 0xc420204f60, 0x989a92, 0xc5246dc1c0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:65 +0xa9
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).dial(0xc5a0388900, 0xc420195400, 0xc4e1f992c0, 0x0, 0x8c)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:349 +0x48
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).Do(0xc5a0388900, 0xc420195400)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:297 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2.1(0x121cf60, 0xc5a0388900, 0xc420195400, 0xc44accdf80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x3b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x19a

goroutine 51 [select]:
github.com/truechain/truechain-engineering-code/core.(*BlockChain).update(0xc422501000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/blockchain.go:1549 +0x12d
created by github.com/truechain/truechain-engineering-code/core.NewBlockChain
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/blockchain.go:239 +0x980

goroutine 52 [select]:
github.com/truechain/truechain-engineering-code/core.(*TxPool).loop(0xc430df91e0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/tx_pool.go:281 +0x32f
created by github.com/truechain/truechain-engineering-code/core.NewTxPool
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/tx_pool.go:253 +0x4d1

goroutine 53 [select]:
github.com/truechain/truechain-engineering-code/core/snailchain.(*SnailPool).loop(0xc4268a3600)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/snailchain/snail_pool.go:294 +0x30e
created by github.com/truechain/truechain-engineering-code/core/snailchain.NewSnailPool
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/core/snailchain/snail_pool.go:154 +0x2df

goroutine 54 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).stateFetcher(0xc430df9380)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/statesync.go:78 +0x146
created by github.com/truechain/truechain-engineering-code/etrue/fastdownloader.New
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:241 +0x45c

goroutine 55 [select]:
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).qosTuner(0xc4268a3760)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:1699 +0x33e
created by github.com/truechain/truechain-engineering-code/etrue/downloader.New
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:237 +0x2d3

goroutine 56 [select]:
github.com/truechain/truechain-engineering-code/miner.(*worker).update(0xc44ed8ba40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/worker.go:330 +0x45c
created by github.com/truechain/truechain-engineering-code/miner.newWorker
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/worker.go:187 +0x642

goroutine 57 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/miner.(*worker).wait(0xc44ed8ba40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/worker.go:394 +0x8d
created by github.com/truechain/truechain-engineering-code/miner.newWorker
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/worker.go:189 +0x664

goroutine 69 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc430df9860)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x127
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:143 +0x4bf

goroutine 59 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/miner.(*Miner).loop(0xc452615760)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/miner.go:122 +0x16e
created by github.com/truechain/truechain-engineering-code/miner.New
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/miner.go:111 +0x3a3

goroutine 60 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/miner.(*Miner).update(0xc452615760)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/miner.go:164 +0x260
created by github.com/truechain/truechain-engineering-code/miner.New
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/miner/miner.go:114 +0x369

goroutine 61 [select]:
github.com/truechain/truechain-engineering-code/p2p/nat.Map(0x12299a0, 0xc42027e700, 0xc4201fb020, 0x10b1483, 0x3, 0x7669, 0x7669, 0x10c1cd7, 0x12)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/nat/nat.go:114 +0x4b9
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:474 +0xf56

goroutine 67 [select]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc428c897a0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x152
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x171

goroutine 70 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc430df9860)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x277
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x627

goroutine 68 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc430df9860)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0xff
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x49d

goroutine 71 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc430df9860)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x15d
created by github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x649

goroutine 72 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/p2p/discover.(*nodeDB).expirer(0xc45289efc0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/database.go:233 +0x114
created by github.com/truechain/truechain-engineering-code/p2p/discover.(*nodeDB).ensureExpirer.func1
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/database.go:224 +0x3e

goroutine 73 [select]:
github.com/truechain/truechain-engineering-code/p2p/discover.(*Table).loop(0xc42242eb40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/table.go:370 +0x3d2
created by github.com/truechain/truechain-engineering-code/p2p/discover.newTable
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/table.go:132 +0x450

goroutine 74 [select]:
github.com/truechain/truechain-engineering-code/p2p/discover.(*udp).loop(0xc432ab0690)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/udp.go:401 +0x543
created by github.com/truechain/truechain-engineering-code/p2p/discover.newUDP
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/udp.go:260 +0x306

goroutine 75 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331f00, 0x72, 0x0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc452882218, 0x72, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc452882218, 0xc42ae88000, 0x500, 0x500)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc452882200, 0xc42ae88000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:207 +0x17d
net.(*netFD).readFrom(0xc452882200, 0xc42ae88000, 0x500, 0x500, 0xecfef57da8d493e7, 0xd18bde9768c7391b, 0xc0010ab82622bc88, 0x9c4ca5cac8765fbe, 0x6e0bdd04fbcb6d89)
	/usr/lib/go-1.10/src/net/fd_unix.go:208 +0x5b
net.(*UDPConn).readFrom(0xc422fdb8c0, 0xc42ae88000, 0x500, 0x500, 0xc42b6f3ed8, 0x80be11, 0xf43c20, 0x0)
	/usr/lib/go-1.10/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc422fdb8c0, 0xc42ae88000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/udpsock.go:106 +0x6f
github.com/truechain/truechain-engineering-code/p2p/discover.(*udp).readLoop(0xc432ab0690, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/udp.go:536 +0xec
created by github.com/truechain/truechain-engineering-code/p2p/discover.newUDP
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/discover/udp.go:261 +0x338

goroutine 76 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331d60, 0x72, 0x0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc452883f98, 0x72, 0xc4527ec700, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc452883f98, 0xffffffffffffff00, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc452883f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:372 +0x1a8
net.(*netFD).accept(0xc452883f80, 0xc51034c220, 0xc4528aaf38, 0xc42b6f64d8)
	/usr/lib/go-1.10/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc423661220, 0x4198bb, 0xc42b6f6480, 0x0)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).Accept(0xc423661220, 0x0, 0xc420195400, 0x122df40, 0xc543bffdd0)
	/usr/lib/go-1.10/src/net/tcpsock.go:259 +0x49
github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop(0xc420195400)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:820 +0x23c
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).startListening
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:558 +0x159

goroutine 77 [select]:
github.com/truechain/truechain-engineering-code/p2p/nat.Map(0x12299a0, 0xc42027e700, 0xc4201fb020, 0x10b1474, 0x3, 0x7669, 0x7669, 0x10bb3a2, 0xc)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/nat/nat.go:114 +0x4b9
github.com/truechain/truechain-engineering-code/p2p.(*Server).startListening.func1(0xc420195400, 0xc42866abd0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:563 +0x8b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).startListening
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:562 +0x1ee

goroutine 78 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Server).run(0xc420195400, 0x1229920, 0xc432e67180)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:627 +0x631
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:543 +0x810

goroutine 79 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 80 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 81 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 82 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 83 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 84 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 85 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 86 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 87 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 88 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 89 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 90 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 91 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 92 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 93 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 94 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers.func1(0xc4200c26c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:56 +0x381
created by github.com/truechain/truechain-engineering-code/etrue.(*Truechain).startBloomHandlers
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/bloombits.go:54 +0x48

goroutine 95 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).txBroadcastLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:1324 +0x203
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:296 +0xd4

goroutine 96 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).fruitBroadcastLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:1339 +0x13a
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:301 +0x179

goroutine 97 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).minedFastBroadcastLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:1271 +0x123
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:306 +0x224

goroutine 98 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).pbSignBroadcastLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:1284 +0x29a
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:311 +0x2cf

goroutine 99 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).pbNodeInfoBroadcastLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:1300 +0x11e
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:316 +0x37a

goroutine 100 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).minedSnailBlockLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:1314 +0x59
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:320 +0x407

goroutine 101 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*PbftAgent).loop(0xc44fa3c000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/pbft_agent.go:366 +0x1f0
created by github.com/truechain/truechain-engineering-code/etrue.(*PbftAgent).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/pbft_agent.go:220 +0x73

goroutine 103 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/consensus/election.(*Election).loop(0xc420191c80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/consensus/election/election.go:868 +0x16b
created by github.com/truechain/truechain-engineering-code/consensus/election.(*Election).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/consensus/election/election.go:859 +0x362

goroutine 104 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).syncer(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/sync.go:246 +0x241
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:282 +0x3f

goroutine 105 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).txsyncLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/sync.go:136 +0x25c
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:283 +0x61

goroutine 106 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).fruitsyncLoop(0xc420191e00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/sync.go:207 +0x25c
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).Start2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:284 +0x83

goroutine 107 [select]:
github.com/truechain/truechain-engineering-code/etruestats.(*Service).loop(0xc432ab02a0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etruestats/etruestats.go:282 +0xb5e
created by github.com/truechain/truechain-engineering-code/etruestats.(*Service).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etruestats/etruestats.go:135 +0x57

goroutine 108 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue/downloader.(*PublicDownloaderAPI).eventLoop(0xc44d777620)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/api.go:63 +0x2f7
created by github.com/truechain/truechain-engineering-code/etrue/downloader.NewPublicDownloaderAPI
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/api.go:49 +0xd7

goroutine 109 [select]:
github.com/truechain/truechain-engineering-code/etrue/filters.(*EventSystem).eventLoop(0xc432e67a40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/filter_system.go:464 +0x53d
created by github.com/truechain/truechain-engineering-code/etrue/filters.NewEventSystem
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/filter_system.go:145 +0x3fd

goroutine 110 [chan receive]:
github.com/truechain/truechain-engineering-code/etrue/filters.(*PublicFilterAPI).timeoutLoop(0xc4319c88c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/api.go:83 +0x124
created by github.com/truechain/truechain-engineering-code/etrue/filters.NewPublicFilterAPI
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/api.go:73 +0x15f

goroutine 111 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/etrue/downloader.(*PublicDownloaderAPI).eventLoop(0xc44d7776e0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/api.go:63 +0x2f7
created by github.com/truechain/truechain-engineering-code/etrue/downloader.NewPublicDownloaderAPI
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/api.go:49 +0xd7

goroutine 112 [select]:
github.com/truechain/truechain-engineering-code/etrue/filters.(*EventSystem).eventLoop(0xc432e67ae0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/filter_system.go:464 +0x53d
created by github.com/truechain/truechain-engineering-code/etrue/filters.NewEventSystem
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/filter_system.go:145 +0x3fd

goroutine 113 [chan receive]:
github.com/truechain/truechain-engineering-code/etrue/filters.(*PublicFilterAPI).timeoutLoop(0xc4319c8910)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/api.go:83 +0x124
created by github.com/truechain/truechain-engineering-code/etrue/filters.NewPublicFilterAPI
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/filters/api.go:73 +0x15f

goroutine 114 [IO wait, 15 minutes]:
internal/poll.runtime_pollWait(0x7efd3a331c90, 0x72, 0x0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc43307f918, 0x72, 0xc42b6f5500, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc43307f918, 0xffffffffffffff00, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc43307f900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:372 +0x1a8
net.(*netFD).accept(0xc43307f900, 0x1e1f6a0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/fd_unix.go:238 +0x42
net.(*UnixListener).accept(0xc428d25740, 0x0, 0x0, 0xf52c40)
	/usr/lib/go-1.10/src/net/unixsock_posix.go:162 +0x32
net.(*UnixListener).Accept(0xc428d25740, 0x15f90, 0xc44e5d0ec0, 0xc44e5d3900, 0x1e1f6a0)
	/usr/lib/go-1.10/src/net/unixsock.go:253 +0x49
github.com/truechain/truechain-engineering-code/rpc.(*Server).ServeListener(0xc44e5e1480, 0x12276a0, 0xc428d25740, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/ipc.go:30 +0x49
created by github.com/truechain/truechain-engineering-code/rpc.StartIPCEndpoint
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/endpoints.go:100 +0x2ad

goroutine 115 [chan receive, 15 minutes]:
github.com/truechain/truechain-engineering-code/cmd/utils.StartNode.func1(0xc420195180)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/utils/cmd.go:74 +0xee
created by github.com/truechain/truechain-engineering-code/cmd/utils.StartNode
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/utils/cmd.go:70 +0xad

goroutine 116 [chan receive, 15 minutes]:
main.startNode.func1(0xc420195180, 0xc433075da0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/getrue/main.go:284 +0x308
created by main.startNode
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/cmd/getrue/main.go:269 +0x2c9

goroutine 139 [select, 6 minutes]:
net.(*pipe).read(0xc43307fb00, 0xc449039001, 0xdff, 0xdff, 0xc430712d78, 0x552de8, 0xc5350026e0)
	/usr/lib/go-1.10/src/net/pipe.go:164 +0x1d7
net.(*pipe).Read(0xc43307fb00, 0xc449039001, 0xdff, 0xdff, 0x56676f, 0xc430712e08, 0x0)
	/usr/lib/go-1.10/src/net/pipe.go:147 +0x4d
encoding/json.(*Decoder).refill(0xc44e5c2f00, 0xc430712e0a, 0x9)
	/usr/lib/go-1.10/src/encoding/json/stream.go:159 +0x132
encoding/json.(*Decoder).readValue(0xc44e5c2f00, 0x0, 0x0, 0xeceac0)
	/usr/lib/go-1.10/src/encoding/json/stream.go:134 +0x23d
encoding/json.(*Decoder).Decode(0xc44e5c2f00, 0xf56760, 0xc44947cca0, 0xc430712f10, 0x418d45)
	/usr/lib/go-1.10/src/encoding/json/stream.go:63 +0x78
github.com/truechain/truechain-engineering-code/rpc.(*Client).read.func1(0xc444bc4780, 0xc430712f90, 0x1, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:682 +0x79
github.com/truechain/truechain-engineering-code/rpc.(*Client).read(0xc43344bea0, 0x122e300, 0xc43307fb00, 0xc4452bef30, 0xc4452befc0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:695 +0x14d
created by github.com/truechain/truechain-engineering-code/rpc.(*Client).dispatch
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:517 +0x71

goroutine 118 [select, 6 minutes]:
net.(*pipe).read(0xc43307fa80, 0xc42a9b5801, 0x5ff, 0x5ff, 0x6, 0xc44e01fa68, 0x457577)
	/usr/lib/go-1.10/src/net/pipe.go:164 +0x1d7
net.(*pipe).Read(0xc43307fa80, 0xc42a9b5801, 0x5ff, 0x5ff, 0x8, 0x18, 0xc4bde69780)
	/usr/lib/go-1.10/src/net/pipe.go:147 +0x4d
encoding/json.(*Decoder).refill(0xc44e5c21e0, 0xc44e01fb0a, 0x9)
	/usr/lib/go-1.10/src/encoding/json/stream.go:159 +0x132
encoding/json.(*Decoder).readValue(0xc44e5c21e0, 0x0, 0x0, 0x425ae9)
	/usr/lib/go-1.10/src/encoding/json/stream.go:134 +0x23d
encoding/json.(*Decoder).Decode(0xc44e5c21e0, 0xf56760, 0xc4bde697a0, 0x1, 0xc4bde697a0)
	/usr/lib/go-1.10/src/encoding/json/stream.go:63 +0x78
encoding/json.(*Decoder).Decode-fm(0xf56760, 0xc4bde697a0, 0xc4319c8f68, 0x6)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/json.go:119 +0x3e
github.com/truechain/truechain-engineering-code/rpc.(*jsonCodec).ReadRequestHeaders(0xc4319c8f50, 0x0, 0x0, 0x0, 0xc4236b4b00, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/json.go:144 +0xbe
github.com/truechain/truechain-engineering-code/rpc.(*Server).readRequest(0xc44d7777c0, 0x122f320, 0xc4319c8f50, 0xc44d7777c0, 0xc449480fc0, 0x122f320, 0xc4319c8f50, 0xc4be2dc3c8, 0x1)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/server.go:378 +0x5f
github.com/truechain/truechain-engineering-code/rpc.(*Server).serveRequest(0xc44d7777c0, 0x12290e0, 0xc420036078, 0x122f320, 0xc4319c8f50, 0x5b3bded59a597400, 0x3, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/server.go:163 +0x2ee
github.com/truechain/truechain-engineering-code/rpc.(*Server).ServeCodec(0xc44d7777c0, 0x122f320, 0xc4319c8f50, 0x3)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/server.go:219 +0x94
created by github.com/truechain/truechain-engineering-code/rpc.DialInProc.func1
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/inproc.go:29 +0xbd

goroutine 119 [select, 6 minutes]:
github.com/truechain/truechain-engineering-code/rpc.(*Client).dispatch(0xc43344bea0, 0x122e300, 0xc43307fb00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:541 +0x3df
created by github.com/truechain/truechain-engineering-code/rpc.newClient
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:244 +0x2d0

goroutine 120 [select, 6 minutes]:
github.com/truechain/truechain-engineering-code/internal/jsre.(*JSRE).runEventLoop(0xc433078840)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/internal/jsre/jsre.go:177 +0x525
created by github.com/truechain/truechain-engineering-code/internal/jsre.New
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/internal/jsre/jsre.go:78 +0x12e

goroutine 650 [chan receive, 14 minutes]:
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).spawnSync(0xc430df9380, 0xc45a341b00, 0x5, 0x8, 0x5, 0xc45a341b00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:512 +0x156
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).syncWithPeer(0xc430df9380, 0x12347a0, 0xc44a8c4d20, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x98217, 0x2a, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:490 +0x6c5
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).synchronise(0xc430df9380, 0xc44aacf170, 0x10, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x0, 0x98217, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:417 +0x3bf
github.com/truechain/truechain-engineering-code/etrue/fastdownloader.(*Downloader).Synchronise(0xc430df9380, 0xc44aacf170, 0x10, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x0, 0x98217, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fastdownloader/downloader.go:333 +0xbc
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).importBlockResults(0xc4268a3760, 0xc45a380a40, 0x4, 0x4, 0x1234640, 0xc44a8c4c30, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:1439 +0x14fe
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).processFullSyncContent(0xc4268a3760, 0x1234640, 0xc44a8c4c30, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x0, 0xc44e70b798)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:1380 +0xe8
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).syncWithPeer.func7(0xc400000008, 0x11033f0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:496 +0x61
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).spawnSync.func2(0xc4268a3760, 0xc4592bf2c0, 0xc444165360)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:516 +0x51
created by github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).spawnSync
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:514 +0xda

goroutine 440 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).run(0xc449d398c0, 0xeb3ec0, 0xc44a2a1e80, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:207 +0x2ce
github.com/truechain/truechain-engineering-code/p2p.(*Server).runPeer(0xc420195400, 0xc449d398c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:952 +0x12b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:704 +0x1361

goroutine 448 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331950, 0x72, 0xc44a4b5ac0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc44a2a1b18, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc44a2a1b18, 0xc5e0b83900, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc44a2a1b00, 0xc5e0b83960, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc44a2a1b00, 0xc5e0b83960, 0x20, 0x20, 0xc449d5aa80, 0xc42008de20, 0xc44a4b5d88)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc4278a14b8, 0xc5e0b83960, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc44917b720, 0xc5e0b83960, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc44917b720, 0xc5e0b83960, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc44917b720, 0xc5e0b83960, 0x20, 0x20, 0x20, 0xc44a2a1b00, 0xbefd4ffec90b268e)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc449d31a40, 0xbefd4ffec90b268e, 0xe2a679e4a1, 0x1df9960, 0x0, 0x0, 0x1df9960, 0xdbaa5632c2, 0x1df9960, 0x20002)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).ReadMsg(0xc449d41470, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:95 +0x127
github.com/truechain/truechain-engineering-code/p2p.(*Peer).readLoop(0xc44a8e8480, 0xc44a8e8660)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:260 +0xa6
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:197 +0xf2

goroutine 2563 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*protoRW).ReadMsg(0xc433553c70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48845a, 0x121f000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:407 +0x130
github.com/truechain/truechain-engineering-code/etrue.(*meteredMsgReadWriter).ReadMsg(0xc4eab33de0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/metrics.go:94 +0x93
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handleMsg(0xc420191e00, 0xc539355200, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:459 +0xe7
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handle(0xc420191e00, 0xc539355200, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:448 +0xdd3
github.com/truechain/truechain-engineering-code/etrue.NewProtocolManager.func1(0xc538f575c0, 0x12210a0, 0xc433553c70, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:180 +0x1db
github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols.func1(0xc433553c70, 0xc538f575c0, 0x12210a0, 0xc433553c70)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:353 +0x66
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:352 +0x201

goroutine 2545 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331470, 0x72, 0xc4528abac0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4b9e17c18, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc4b9e17c18, 0xc5de6f4300, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4b9e17c00, 0xc5de6f4300, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc4b9e17c00, 0xc5de6f4300, 0x20, 0x20, 0xc4d8a4b318, 0x0, 0xc4528abd88)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc4b5b11af0, 0xc5de6f4300, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc4b8c8ac40, 0xc5de6f4300, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc4b8c8ac40, 0xc5de6f4300, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc4b8c8ac40, 0xc5de6f4300, 0x20, 0x20, 0x20, 0xc4b9e17c00, 0xbefd4ffec8748024)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc433553b20, 0xbefd4ffec8748024, 0xe2a5e33e37, 0x1df9960, 0x0, 0x0, 0x1df9960, 0xdba9ab5ed4, 0x1df9960, 0x20002)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).ReadMsg(0xc5200f2690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:95 +0x127
github.com/truechain/truechain-engineering-code/p2p.(*Peer).readLoop(0xc538f575c0, 0xc538850b40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:260 +0xa6
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:197 +0xf2

goroutine 132 [select]:
github.com/truechain/truechain-engineering-code/etrue/fetcher.(*Fetcher).loop(0xc42242e3c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fetcher/fetcher.go:476 +0xce8
created by github.com/truechain/truechain-engineering-code/etrue/fetcher.(*Fetcher).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fetcher/fetcher.go:249 +0x3f

goroutine 133 [select, 1 minutes]:
github.com/truechain/truechain-engineering-code/etrue/fetcher/snail.(*Fetcher).loop(0xc44e953280)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fetcher/snail/fetcher.go:219 +0xb1b
created by github.com/truechain/truechain-engineering-code/etrue/fetcher/snail.(*Fetcher).Start
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/fetcher/snail/fetcher.go:140 +0x3f

goroutine 134 [select]:
github.com/truechain/truechain-engineering-code/etruestats.(*Service).loop.func1(0xc42bdd60c0, 0xc42bdd6300, 0xc42bdd6240, 0xc42bdd6360, 0xc42bdd6180, 0xc42b6f6a80, 0x1220e20, 0xc42b6fa8a0, 0x1220e20, 0xc42b6fa880, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etruestats/etruestats.go:194 +0x1a3
created by github.com/truechain/truechain-engineering-code/etruestats.(*Service).loop
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etruestats/etruestats.go:189 +0x363

goroutine 152 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331bc0, 0x72, 0xc42b6edba8)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4542a8f18, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc4542a8f18, 0xc44b8f3000, 0x1000, 0x1000)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4542a8f00, 0xc44b8f3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc4542a8f00, 0xc44b8f3000, 0x1000, 0x1000, 0xc42b6edd28, 0x40, 0x50)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc425cac588, 0xc44b8f3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
bufio.(*Reader).fill(0xc44bacc5a0)
	/usr/lib/go-1.10/src/bufio/bufio.go:100 +0x11e
bufio.(*Reader).ReadByte(0xc44bacc5a0, 0xc4423428c0, 0x13cefd0, 0x90)
	/usr/lib/go-1.10/src/bufio/bufio.go:242 +0x39
github.com/truechain/truechain-engineering-code/vendor/golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc44bacc5a0, 0x1105b78, 0xc450c5b4f8, 0xc4201fb018, 0x46a270)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/golang.org/x/net/websocket/hybi.go:123 +0x60
github.com/truechain/truechain-engineering-code/vendor/golang.org/x/net/websocket.Codec.Receive(0x1104da8, 0x1104db0, 0xc450c5b4d0, 0xec3f80, 0xc428312688, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/golang.org/x/net/websocket/websocket.go:338 +0xb0
github.com/truechain/truechain-engineering-code/etruestats.(*Service).readLoop(0xc432ab02a0, 0xc450c5b4d0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etruestats/etruestats.go:335 +0xb0
created by github.com/truechain/truechain-engineering-code/etruestats.(*Service).loop
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etruestats/etruestats.go:265 +0x71f

goroutine 136 [select, 15 minutes]:
net.(*pipe).read(0xc448b64c00, 0xc42c829400, 0x200, 0x200, 0xc4496aca60, 0x457577, 0x200)
	/usr/lib/go-1.10/src/net/pipe.go:164 +0x1d7
net.(*pipe).Read(0xc448b64c00, 0xc42c829400, 0x200, 0x200, 0x0, 0x200, 0x0)
	/usr/lib/go-1.10/src/net/pipe.go:147 +0x4d
encoding/json.(*Decoder).refill(0xc44e5c2b40, 0x4, 0xc4496acb98)
	/usr/lib/go-1.10/src/encoding/json/stream.go:159 +0x132
encoding/json.(*Decoder).readValue(0xc44e5c2b40, 0x0, 0x0, 0x8aa09fe4c11c4b4)
	/usr/lib/go-1.10/src/encoding/json/stream.go:134 +0x23d
encoding/json.(*Decoder).Decode(0xc44e5c2b40, 0xf56760, 0xc44947d0a0, 0x51738dcbf2e23c01, 0xc44947d0a0)
	/usr/lib/go-1.10/src/encoding/json/stream.go:63 +0x78
encoding/json.(*Decoder).Decode-fm(0xf56760, 0xc44947d0a0, 0xc432031468, 0x78a8fa1e)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/json.go:119 +0x3e
github.com/truechain/truechain-engineering-code/rpc.(*jsonCodec).ReadRequestHeaders(0xc432031450, 0x0, 0x0, 0x0, 0xc420036000, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/json.go:144 +0xbe
github.com/truechain/truechain-engineering-code/rpc.(*Server).readRequest(0xc44d7777c0, 0x122f320, 0xc432031450, 0x1, 0xfaf360, 0xc44947ed00, 0x1229160, 0xc43300fe30, 0x9c584c672d613aaa)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/server.go:378 +0x5f
github.com/truechain/truechain-engineering-code/rpc.(*Server).serveRequest(0xc44d7777c0, 0x12290e0, 0xc420036078, 0x122f320, 0xc432031450, 0x545c25f23deabb00, 0x3, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/server.go:163 +0x2ee
github.com/truechain/truechain-engineering-code/rpc.(*Server).ServeCodec(0xc44d7777c0, 0x122f320, 0xc432031450, 0x3)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/server.go:219 +0x94
created by github.com/truechain/truechain-engineering-code/rpc.DialInProc.func1
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/inproc.go:29 +0xbd

goroutine 137 [select, 15 minutes]:
github.com/truechain/truechain-engineering-code/rpc.(*Client).dispatch(0xc431ea9dc0, 0x122e300, 0xc448b64c80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:541 +0x3df
created by github.com/truechain/truechain-engineering-code/rpc.newClient
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:244 +0x2d0

goroutine 138 [select, 15 minutes]:
net.(*pipe).read(0xc448b64c80, 0xc42c828e00, 0x200, 0x200, 0xc44e5cdd80, 0x457577, 0x200)
	/usr/lib/go-1.10/src/net/pipe.go:164 +0x1d7
net.(*pipe).Read(0xc448b64c80, 0xc42c828e00, 0x200, 0x200, 0x0, 0x200, 0x26)
	/usr/lib/go-1.10/src/net/pipe.go:147 +0x4d
encoding/json.(*Decoder).refill(0xc44e5c2d20, 0x405b400000000000, 0x34e23004)
	/usr/lib/go-1.10/src/encoding/json/stream.go:159 +0x132
encoding/json.(*Decoder).readValue(0xc44e5c2d20, 0x0, 0x0, 0xeceac0)
	/usr/lib/go-1.10/src/encoding/json/stream.go:134 +0x23d
encoding/json.(*Decoder).Decode(0xc44e5c2d20, 0xf56760, 0xc44947c8a0, 0x21000034e23004, 0xc44e5cdf10)
	/usr/lib/go-1.10/src/encoding/json/stream.go:63 +0x78
github.com/truechain/truechain-engineering-code/rpc.(*Client).read.func1(0xfb6e80, 0xc44947c8c0, 0xc448b64c80, 0x7efd259e3138, 0xc448b64c80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:682 +0x79
github.com/truechain/truechain-engineering-code/rpc.(*Client).read(0xc431ea9dc0, 0x122e300, 0xc448b64c80, 0x0, 0xf52c40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:695 +0x14d
created by github.com/truechain/truechain-engineering-code/rpc.(*Client).dispatch
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/rpc/client.go:517 +0x71

goroutine 150 [select, 2 minutes]:
github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner.(*State).readNext(0xc4224a6a00, 0x1104301, 0xc4224a6a00, 0xc44e019b50, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner/input.go:137 +0x1dc
github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner.(*State).PromptWithSuggestion(0xc4224a6a00, 0x10b0ca2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner/line.go:637 +0x7dd
github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner.(*State).Prompt(0xc4224a6a00, 0x10b0ca2, 0x2, 0xc44ba6ea18, 0xc44ba6e9c0, 0xc44e019f40, 0xc44e019f40)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner/line.go:581 +0x50
github.com/truechain/truechain-engineering-code/console.(*terminalPrompter).PromptInput(0xc4224ea1b0, 0x10b0ca2, 0x2, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/console/prompter.go:105 +0xac
github.com/truechain/truechain-engineering-code/console.(*Console).Interactive.func1(0xc4335bc5b0, 0xc44ba6e9c0, 0xc44b8f0f60, 0xc44b8a72d8, 0xc44b8f0f70)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/console/console.go:305 +0x6c
created by github.com/truechain/truechain-engineering-code/console.(*Console).Interactive
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/console/console.go:302 +0x122

goroutine 631 [chan receive, 14 minutes]:
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).spawnSync(0xc4268a3760, 0xc4593e6240, 0x4, 0x6, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:528 +0x14b
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).syncWithPeer(0xc4268a3760, 0x1234640, 0xc44a8c4c30, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:498 +0x8a0
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).synchronise(0xc4268a3760, 0xc44aacf170, 0x10, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x0, 0x0, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:415 +0x37c
github.com/truechain/truechain-engineering-code/etrue/downloader.(*Downloader).Synchronise(0xc4268a3760, 0xc44aacf170, 0x10, 0xc6d8ca61878cb9a, 0xf5c341072d5b8c24, 0x1524e92c195083a5, 0x2eae65152f375198, 0xc458915fc0, 0x0, 0xc457c1fb90, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/downloader/downloader.go:326 +0x97
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).synchronise(0xc420191e00, 0xc4529d7500)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/sync.go:354 +0x500
created by github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handleMsg
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:972 +0x2ba1

goroutine 441 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331880, 0x72, 0xc42237dac0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc44a2a1a18, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc44a2a1a18, 0xc5b7748f00, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc44a2a1a00, 0xc5b7748f00, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc44a2a1a00, 0xc5b7748f00, 0x20, 0x20, 0xc449d733d8, 0x0, 0xc42237dd88)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc42735dcf8, 0xc5b7748f00, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc449b02570, 0xc5b7748f00, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc449b02570, 0xc5b7748f00, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc449b02570, 0xc5b7748f00, 0x20, 0x20, 0x20, 0xc44a2a1a00, 0xbefd4ffec3a23909)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc449d31880, 0xbefd4ffec3a23909, 0xe2a110f71c, 0x1df9960, 0x0, 0x0, 0x1df9960, 0xdba4e34e14, 0x1df9960, 0x20002)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).ReadMsg(0xc449d56ea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:95 +0x127
github.com/truechain/truechain-engineering-code/p2p.(*Peer).readLoop(0xc449d398c0, 0xc449d39aa0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:260 +0xa6
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:197 +0xf2

goroutine 6225 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*protoRW).ReadMsg(0xc50db0afc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48845a, 0x121f000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:407 +0x130
github.com/truechain/truechain-engineering-code/etrue.(*meteredMsgReadWriter).ReadMsg(0xc57c7d35a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/metrics.go:94 +0x93
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handleMsg(0xc420191e00, 0xc4dac4a100, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:459 +0xe7
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handle(0xc420191e00, 0xc4dac4a100, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:448 +0xdd3
github.com/truechain/truechain-engineering-code/etrue.NewProtocolManager.func1(0xc44d132120, 0x12210a0, 0xc50db0afc0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:180 +0x1db
github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols.func1(0xc50db0afc0, 0xc44d132120, 0x12210a0, 0xc50db0afc0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:353 +0x66
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:352 +0x201

goroutine 8412 [runnable]:
syscall.Syscall6(0x37, 0x162, 0x1, 0x4, 0xc579179714, 0xc579179710, 0x0, 0x0, 0x4, 0x0)
	/usr/lib/go-1.10/src/syscall/asm_linux_amd64.s:44 +0x5
syscall.getsockopt(0x162, 0x1, 0x4, 0xc579179714, 0xc579179710, 0xc579179700, 0x0)
	/usr/lib/go-1.10/src/syscall/zsyscall_linux_amd64.go:1598 +0x89
syscall.GetsockoptInt(0x162, 0x1, 0x4, 0xc4e9d39f20, 0xc4590b6c80, 0xc4c75967e0)
	/usr/lib/go-1.10/src/syscall/syscall_unix.go:245 +0x63
net.(*netFD).connect(0xc4590b6c80, 0x1229120, 0xc4e9d39f20, 0x0, 0x0, 0x121e420, 0xc506590f20, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/fd_unix.go:160 +0x2da
net.(*netFD).dial(0xc4590b6c80, 0x1229120, 0xc4e9d39f20, 0x122cc80, 0x0, 0x122cc80, 0xc54e0e7830, 0xc579179938, 0x5ef75e)
	/usr/lib/go-1.10/src/net/sock_posix.go:142 +0xe9
net.socket(0x1229120, 0xc4e9d39f20, 0x10b1474, 0x3, 0x2, 0x1, 0x0, 0x0, 0x122cc80, 0x0, ...)
	/usr/lib/go-1.10/src/net/sock_posix.go:93 +0x1a6
net.internetSocket(0x1229120, 0xc4e9d39f20, 0x10b1474, 0x3, 0x122cc80, 0x0, 0x122cc80, 0xc54e0e7830, 0x1, 0x0, ...)
	/usr/lib/go-1.10/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x1229120, 0xc4e9d39f20, 0x10b1474, 0x3, 0x0, 0xc54e0e7830, 0x1e1f6a0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x1229120, 0xc4e9d39f20, 0x10b1474, 0x3, 0x0, 0xc54e0e7830, 0xdf496c1513, 0x1df9960, 0x37e11a8d7)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x1229120, 0xc4e9d39f20, 0xc4590b6c00, 0x1221f60, 0xc54e0e7830, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:547 +0x375
net.dialSerial(0x1229120, 0xc4e9d39f20, 0xc4590b6c00, 0xc511afba60, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:515 +0x22d
net.(*Dialer).DialContext(0xc4200dfd40, 0x12290e0, 0xc420036078, 0x10b1474, 0x3, 0xc506590f00, 0x15, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/dial.go:397 +0x678
net.(*Dialer).Dial(0xc4200dfd40, 0x10b1474, 0x3, 0xc506590f00, 0x15, 0x1, 0x121d200, 0x1, 0x99)
	/usr/lib/go-1.10/src/net/dial.go:320 +0x75
github.com/truechain/truechain-engineering-code/p2p.TCPDialer.Dial(0xc4200dfd40, 0xc4e1f994a0, 0xc566e31980, 0xc44ad4a040, 0xc44ad4a040, 0xc44ad4a000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:65 +0xa9
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).dial(0xc54e0e76e0, 0xc420195400, 0xc4e1f994a0, 0x0, 0xc420058f90)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:349 +0x48
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).Do(0xc54e0e76e0, 0xc420195400)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:297 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2.1(0x121cf60, 0xc54e0e76e0, 0xc420195400, 0xc44accdf80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x3b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x19a

goroutine 443 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*protoRW).ReadMsg(0xc449d31960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48845a, 0x121f000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:407 +0x130
github.com/truechain/truechain-engineering-code/etrue.(*meteredMsgReadWriter).ReadMsg(0xc44ab1f980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/metrics.go:94 +0x93
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handleMsg(0xc420191e00, 0xc4529d7300, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:459 +0xe7
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handle(0xc420191e00, 0xc4529d7300, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:448 +0xdd3
github.com/truechain/truechain-engineering-code/etrue.NewProtocolManager.func1(0xc449d398c0, 0x12210a0, 0xc449d31960, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:180 +0x1db
github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols.func1(0xc449d31960, 0xc449d398c0, 0x12210a0, 0xc449d31960)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:353 +0x66
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:352 +0x201

goroutine 8428 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a3316e0, 0x72, 0xc44e01b8c0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc44942cd18, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc44942cd18, 0xc53b823700, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc44942cd00, 0xc53b823740, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc44942cd00, 0xc53b823740, 0x20, 0x20, 0x10, 0xc44e01b9d8, 0x426338)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc44d060160, 0xc53b823740, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc543bffdd0, 0xc53b823740, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc543bffdd0, 0xc53b823740, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc543bffdd0, 0xc53b823740, 0x20, 0x20, 0x20, 0x122b160, 0x0)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc4b6d282a0, 0x2, 0xc44e01bdb0, 0x2, 0xc44e01bcc0, 0x425ae9, 0xc50399ac60, 0x60, 0x60, 0x1068300)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.readProtocolHandshake(0x121cfc0, 0xc4b6d282a0, 0xc42e103170, 0xc4e5eca510, 0xc42e103170, 0x2)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:145 +0x73
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).doProtoHandshake(0xc4e5eca510, 0xc42e103170, 0xc4201fb140, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:131 +0xa7
github.com/truechain/truechain-engineering-code/p2p.(*Server).setupConn(0xc420195400, 0xc4be286820, 0xc400000004, 0x0, 0x1e1f220, 0x20002)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:893 +0x72f
github.com/truechain/truechain-engineering-code/p2p.(*Server).SetupConn(0xc420195400, 0x122df40, 0xc543bffdd0, 0x4, 0x0, 0x46fff1, 0xc452882180)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:859 +0x14e
github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop.func1(0xc420195400, 0x122df40, 0xc543bffdd0, 0xc42b6f6480)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:844 +0x50
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:843 +0x4b9

goroutine 442 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).pingLoop(0xc449d398c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:244 +0x16e
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:198 +0x117

goroutine 447 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).run(0xc44a8e8480, 0xeb3ec0, 0xc44a8ec200, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:207 +0x2ce
github.com/truechain/truechain-engineering-code/p2p.(*Server).runPeer(0xc420195400, 0xc44a8e8480)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:952 +0x12b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:704 +0x1361

goroutine 453 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*peer).broadcast(0xc4529d7300)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:162 +0x31e
created by github.com/truechain/truechain-engineering-code/etrue.(*peerSet).Register
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:684 +0x121

goroutine 449 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).pingLoop(0xc44a8e8480)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:244 +0x16e
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:198 +0x117

goroutine 450 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*protoRW).ReadMsg(0xc449d31b20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48845a, 0x121f000)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:407 +0x130
github.com/truechain/truechain-engineering-code/etrue.(*meteredMsgReadWriter).ReadMsg(0xc44a8f0160, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/metrics.go:94 +0x93
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handleMsg(0xc420191e00, 0xc4529d7500, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:459 +0xe7
github.com/truechain/truechain-engineering-code/etrue.(*ProtocolManager).handle(0xc420191e00, 0xc4529d7500, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:448 +0xdd3
github.com/truechain/truechain-engineering-code/etrue.NewProtocolManager.func1(0xc44a8e8480, 0x12210a0, 0xc449d31b20, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/handler.go:180 +0x1db
github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols.func1(0xc449d31b20, 0xc44a8e8480, 0x12210a0, 0xc449d31b20)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:353 +0x66
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).startProtocols
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:352 +0x201

goroutine 454 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*peer).broadcast(0xc4529d7500)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:162 +0x31e
created by github.com/truechain/truechain-engineering-code/etrue.(*peerSet).Register
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:684 +0x121

goroutine 8413 [select]:
net.(*netFD).connect.func2(0x1229120, 0xc4e9d39f20, 0xc4590b6c80, 0xc4c75967e0, 0xc4c7596780)
	/usr/lib/go-1.10/src/net/fd_unix.go:129 +0xde
created by net.(*netFD).connect
	/usr/lib/go-1.10/src/net/fd_unix.go:128 +0x286

goroutine 7334 [syscall, 2 minutes]:
syscall.Syscall(0x0, 0x0, 0xc4224ec000, 0x1000, 0xc449d5be00, 0xc42b6f5080, 0x0)
	/usr/lib/go-1.10/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0x0, 0xc4224ec000, 0x1000, 0x1000, 0xc42b6f5001, 0x0, 0x0)
	/usr/lib/go-1.10/src/syscall/zsyscall_linux_amd64.go:749 +0x5f
syscall.Read(0x0, 0xc4224ec000, 0x1000, 0x1000, 0x1, 0x0, 0x0)
	/usr/lib/go-1.10/src/syscall/syscall_unix.go:162 +0x49
internal/poll.(*FD).Read(0xc4200a6000, 0xc4224ec000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:153 +0x118
os.(*File).read(0xc42000e010, 0xc4224ec000, 0x1000, 0x1000, 0xc44bacc500, 0xc432e6f728, 0x419267)
	/usr/lib/go-1.10/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e010, 0xc4224ec000, 0x1000, 0x1000, 0xc432e6f760, 0x4197ec, 0xc4ec751fd8)
	/usr/lib/go-1.10/src/os/file.go:107 +0x6a
bufio.(*Reader).fill(0xc4200df260)
	/usr/lib/go-1.10/src/bufio/bufio.go:100 +0x11e
bufio.(*Reader).ReadRune(0xc4200df260, 0xc432e6f7a8, 0x1, 0x0, 0x0)
	/usr/lib/go-1.10/src/bufio/bufio.go:273 +0x2c
github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner.(*State).restartPrompt.func1(0xc4224a6a00, 0xc55156c3c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner/input.go:94 +0x33
created by github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner.(*State).restartPrompt
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/vendor/github.com/peterh/liner/input.go:91 +0x6b

goroutine 8406 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331a20, 0x77, 0xc44a2a4d80)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc576129f18, 0x77, 0x0, 0x21, 0x449c14)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitWrite(0xc576129f18, 0xc457c19700, 0x28, 0x5d2186)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc576129f00, 0x1105220, 0x1229120)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:440 +0x37
net.(*netFD).connect(0xc576129f00, 0x1229120, 0xc4fc324f00, 0x0, 0x0, 0x121e420, 0xc5af4aeb40, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/fd_unix.go:152 +0x299
net.(*netFD).dial(0xc576129f00, 0x1229120, 0xc4fc324f00, 0x122cc80, 0x0, 0x122cc80, 0xc5d28e22d0, 0xc457c19938, 0x5ef75e)
	/usr/lib/go-1.10/src/net/sock_posix.go:142 +0xe9
net.socket(0x1229120, 0xc4fc324f00, 0x10b1474, 0x3, 0x2, 0x1, 0x0, 0x0, 0x122cc80, 0x0, ...)
	/usr/lib/go-1.10/src/net/sock_posix.go:93 +0x1a6
net.internetSocket(0x1229120, 0xc4fc324f00, 0x10b1474, 0x3, 0x122cc80, 0x0, 0x122cc80, 0xc5d28e22d0, 0x1, 0x0, ...)
	/usr/lib/go-1.10/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x1229120, 0xc4fc324f00, 0x10b1474, 0x3, 0x0, 0xc5d28e22d0, 0x1e1f6a0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x1229120, 0xc4fc324f00, 0x10b1474, 0x3, 0x0, 0xc5d28e22d0, 0xde855788de, 0x1df9960, 0x37e117c32)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x1229120, 0xc4fc324f00, 0xc576129e80, 0x1221f60, 0xc5d28e22d0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:547 +0x375
net.dialSerial(0x1229120, 0xc4fc324f00, 0xc576129e80, 0xc578737d10, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:515 +0x22d
net.(*Dialer).DialContext(0xc4200dfd40, 0x12290e0, 0xc420036078, 0x10b1474, 0x3, 0xc5af4aeb20, 0x15, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/dial.go:397 +0x678
net.(*Dialer).Dial(0xc4200dfd40, 0x10b1474, 0x3, 0xc5af4aeb20, 0x15, 0x7efd3a332380, 0xc43d503180, 0x121c880, 0xc4e1f25b80)
	/usr/lib/go-1.10/src/net/dial.go:320 +0x75
github.com/truechain/truechain-engineering-code/p2p.TCPDialer.Dial(0xc4200dfd40, 0xc4e1f99400, 0xc420059f60, 0x989a92, 0xc4e4257420, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:65 +0xa9
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).dial(0xc5d28e22a0, 0xc420195400, 0xc4e1f99400, 0x0, 0x8c)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:349 +0x48
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).Do(0xc5d28e22a0, 0xc420195400)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:297 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2.1(0x121cf60, 0xc5d28e22a0, 0xc420195400, 0xc44accdf80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x3b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x19a

goroutine 8370 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a3313a0, 0x72, 0xc4a866b338)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc562a04618, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc562a04618, 0xc503c7b300, 0xd2, 0xd2)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc562a04600, 0xc503c7b340, 0xd2, 0xd2, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc562a04600, 0xc503c7b340, 0xd2, 0xd2, 0xc4a866b458, 0x4495ab, 0xc4a866b490)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc42bf63078, 0xc503c7b340, 0xd2, 0xd2, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc4e91439e0, 0xc503c7b340, 0xd2, 0xd2, 0xd2, 0xc503c7b340, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc4e91439e0, 0xc503c7b340, 0xd2, 0xd2, 0xd2, 0xeedfc0, 0x1, 0xc503c7b340)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc4e91439e0, 0xc503c7b340, 0xd2, 0xd2, 0xd2, 0x5c14c859, 0x3)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.readHandshakeMsg(0x121cf00, 0xc5b31d7380, 0xd2, 0xc4224eb020, 0x7efd259edbf8, 0xc4e91439e0, 0x0, 0x0, 0x30, 0xc4dbe22f00, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:488 +0xa8
github.com/truechain/truechain-engineering-code/p2p.initiatorEncHandshake(0x7efd259edbd0, 0xc4e91439e0, 0xc4224eb020, 0xdba38cf6fd460208, 0x3636c616dfc75f1d, 0xcb3df5e0a9f8e32a, 0xfe60b453406ad98b, 0xb2b8c00ba2787358, 0x6a9370f16fcf6c2b, 0x9328d38c0d722324, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:298 +0x206
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).doEncHandshake(0xc4dbe22f30, 0xc4224eb020, 0xc4e1f99220, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:186 +0x12e
github.com/truechain/truechain-engineering-code/p2p.(*Server).setupConn(0xc420195400, 0xc43f7da6e0, 0xc500000001, 0xc4e1f99220, 0x426338, 0x10)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:877 +0xbc
github.com/truechain/truechain-engineering-code/p2p.(*Server).SetupConn(0xc420195400, 0x122df40, 0xc4e91439e0, 0x1, 0xc4e1f99220, 0x0, 0x2a2cd82cab05b6ef)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:859 +0x14e
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).dial(0xc505322840, 0xc420195400, 0xc4e1f99220, 0x0, 0xc432e6df90)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:354 +0x116
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).Do(0xc505322840, 0xc420195400)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:297 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2.1(0x121cf60, 0xc505322840, 0xc420195400, 0xc44accdf80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x3b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x19a

goroutine 2562 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).pingLoop(0xc538f575c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:244 +0x16e
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:198 +0x117

goroutine 2567 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*peer).broadcast(0xc539355200)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:162 +0x31e
created by github.com/truechain/truechain-engineering-code/etrue.(*peerSet).Register
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:684 +0x121

goroutine 8407 [select]:
net.(*netFD).connect.func2(0x1229120, 0xc4fc324f00, 0xc576129f00, 0xc570a10c60, 0xc570a10c00)
	/usr/lib/go-1.10/src/net/fd_unix.go:129 +0xde
created by net.(*netFD).connect
	/usr/lib/go-1.10/src/net/fd_unix.go:128 +0x286

goroutine 6228 [select]:
github.com/truechain/truechain-engineering-code/etrue.(*peer).broadcast(0xc4dac4a100)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:162 +0x31e
created by github.com/truechain/truechain-engineering-code/etrue.(*peerSet).Register
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/etrue/peer.go:684 +0x121

goroutine 8375 [select]:
net.(*netFD).connect.func2(0x1229120, 0xc443e24fc0, 0xc4fd0a8a00, 0xc4a21ccd20, 0xc4a21cccc0)
	/usr/lib/go-1.10/src/net/fd_unix.go:129 +0xde
created by net.(*netFD).connect
	/usr/lib/go-1.10/src/net/fd_unix.go:128 +0x286

goroutine 6224 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).pingLoop(0xc44d132120)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:244 +0x16e
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:198 +0x117

goroutine 8361 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331af0, 0x77, 0xc449b90180)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc562b27a18, 0x77, 0xc42bdc4700, 0xc42bdc4718, 0x449c14)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitWrite(0xc562b27a18, 0xc42bdc4700, 0x28, 0x5d2186)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc562b27a00, 0x1105220, 0x1229120)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:440 +0x37
net.(*netFD).connect(0xc562b27a00, 0x1229120, 0xc5180bb560, 0x0, 0x0, 0x121e420, 0xc4d48069e0, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/fd_unix.go:152 +0x299
net.(*netFD).dial(0xc562b27a00, 0x1229120, 0xc5180bb560, 0x122cc80, 0x0, 0x122cc80, 0xc5109471a0, 0xc42bdc4938, 0x5ef75e)
	/usr/lib/go-1.10/src/net/sock_posix.go:142 +0xe9
net.socket(0x1229120, 0xc5180bb560, 0x10b1474, 0x3, 0x2, 0x1, 0x0, 0x0, 0x122cc80, 0x0, ...)
	/usr/lib/go-1.10/src/net/sock_posix.go:93 +0x1a6
net.internetSocket(0x1229120, 0xc5180bb560, 0x10b1474, 0x3, 0x122cc80, 0x0, 0x122cc80, 0xc5109471a0, 0x1, 0x0, ...)
	/usr/lib/go-1.10/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x1229120, 0xc5180bb560, 0x10b1474, 0x3, 0x0, 0xc5109471a0, 0x1e1f6a0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x1229120, 0xc5180bb560, 0x10b1474, 0x3, 0x0, 0xc5109471a0, 0xdcc4ff5e20, 0x1df9960, 0x37e11a412)
	/usr/lib/go-1.10/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x1229120, 0xc5180bb560, 0xc562b27980, 0x1221f60, 0xc5109471a0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:547 +0x375
net.dialSerial(0x1229120, 0xc5180bb560, 0xc562b27980, 0xc4ac92fdc0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/dial.go:515 +0x22d
net.(*Dialer).DialContext(0xc4200dfd40, 0x12290e0, 0xc420036078, 0x10b1474, 0x3, 0xc4d48069c0, 0x12, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.10/src/net/dial.go:397 +0x678
net.(*Dialer).Dial(0xc4200dfd40, 0x10b1474, 0x3, 0xc4d48069c0, 0x12, 0x60, 0x90, 0x98, 0xc4bd24cfa0)
	/usr/lib/go-1.10/src/net/dial.go:320 +0x75
github.com/truechain/truechain-engineering-code/p2p.TCPDialer.Dial(0xc4200dfd40, 0xc5789d32c0, 0x426338, 0xa0, 0x1064e00, 0xf60601)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:65 +0xa9
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).dial(0xc510947080, 0xc420195400, 0xc5789d32c0, 0x400, 0xeedd00)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:349 +0x48
github.com/truechain/truechain-engineering-code/p2p.(*dialTask).Do(0xc510947080, 0xc420195400)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/dial.go:297 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2.1(0x121cf60, 0xc510947080, 0xc420195400, 0xc44accdf80)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x3b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run.func2
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:608 +0x19a

goroutine 8402 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331610, 0x72, 0xc4a866f8c0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc5868e1b98, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc5868e1b98, 0xc5415f6800, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc5868e1b80, 0xc5415f6800, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc5868e1b80, 0xc5415f6800, 0x20, 0x20, 0x8, 0x100, 0x40)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc42000ecf8, 0xc5415f6800, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc43ecdd650, 0xc5415f6800, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc43ecdd650, 0xc5415f6800, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc43ecdd650, 0xc5415f6800, 0x20, 0x20, 0x20, 0x122b160, 0x0)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc54c3e20e0, 0x7efd0de61a49, 0xc4a866fd40, 0xe, 0xc4a866fc50, 0x433c16, 0xc43ecdd680, 0x7efcfe2507ad, 0x1, 0x168)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.readProtocolHandshake(0x121cfc0, 0xc54c3e20e0, 0xc42e103170, 0xc4f716ae40, 0xc42e103170, 0x2)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:145 +0x73
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).doProtoHandshake(0xc4f716ae40, 0xc42e103170, 0xc4201fb140, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:131 +0xa7
github.com/truechain/truechain-engineering-code/p2p.(*Server).setupConn(0xc420195400, 0xc4c0092b40, 0xc500000004, 0x0, 0xc432e6bf40, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:893 +0x72f
github.com/truechain/truechain-engineering-code/p2p.(*Server).SetupConn(0xc420195400, 0x122df40, 0xc43ecdd650, 0x4, 0x0, 0x448918, 0x11058c8)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:859 +0x14e
github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop.func1(0xc420195400, 0x122df40, 0xc43ecdd650, 0xc42b6f6480)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:844 +0x50
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:843 +0x4b9

goroutine 8362 [select]:
net.(*netFD).connect.func2(0x1229120, 0xc5180bb560, 0xc562b27a00, 0xc58c33f260, 0xc58c33f200)
	/usr/lib/go-1.10/src/net/fd_unix.go:129 +0xde
created by net.(*netFD).connect
	/usr/lib/go-1.10/src/net/fd_unix.go:128 +0x286

goroutine 6222 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).run(0xc44d132120, 0xeb3ec0, 0xc58ea05e80, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:207 +0x2ce
github.com/truechain/truechain-engineering-code/p2p.(*Server).runPeer(0xc420195400, 0xc44d132120)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:952 +0x12b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:704 +0x1361

goroutine 8411 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a331130, 0x72, 0xc4496b98c0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc440d77c98, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc440d77c98, 0xc5e18c1b00, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc440d77c80, 0xc5e18c1ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc440d77c80, 0xc5e18c1ba0, 0x20, 0x20, 0xc4496b99c0, 0x426d99, 0xc42b6efa30)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc429237b18, 0xc5e18c1ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc5bc88a9a0, 0xc5e18c1ba0, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc5bc88a9a0, 0xc5e18c1ba0, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc5bc88a9a0, 0xc5e18c1ba0, 0x20, 0x20, 0x20, 0x122b160, 0x0)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc54f6c2460, 0x7efcff7ae8f9, 0xc4496b9d80, 0x4f, 0xc4496b9c50, 0x433c16, 0xc5de51d870, 0x7efcff793480, 0x80, 0x187)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.readProtocolHandshake(0x121cfc0, 0xc54f6c2460, 0xc42e103170, 0xc5e104b230, 0xc42e103170, 0x2)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:145 +0x73
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).doProtoHandshake(0xc5e104b230, 0xc42e103170, 0xc4201fb140, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:131 +0xa7
github.com/truechain/truechain-engineering-code/p2p.(*Server).setupConn(0xc420195400, 0xc5bc1ebc20, 0xc500000004, 0x0, 0xc452896a00, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:893 +0x72f
github.com/truechain/truechain-engineering-code/p2p.(*Server).SetupConn(0xc420195400, 0x122df40, 0xc5bc88a9a0, 0xc400000004, 0x0, 0x11058c8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:859 +0x14e
github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop.func1(0xc420195400, 0x122df40, 0xc5bc88a9a0, 0xc42b6f6480)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:844 +0x50
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).listenLoop
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:843 +0x4b9

goroutine 6223 [IO wait]:
internal/poll.runtime_pollWait(0x7efd3a3317b0, 0x72, 0xc4496aeac0)
	/usr/lib/go-1.10/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc58ea05b98, 0x72, 0xffffffffffffff00, 0x121f5c0, 0x1a1b030)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc58ea05b98, 0xc439604400, 0x20, 0x20)
	/usr/lib/go-1.10/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc58ea05b80, 0xc439604460, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/internal/poll/fd_unix.go:157 +0x17d
net.(*netFD).Read(0xc58ea05b80, 0xc439604460, 0x20, 0x20, 0xc44a27f800, 0xc530550e60, 0xc4496aed88)
	/usr/lib/go-1.10/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc4465e8118, 0xc439604460, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.10/src/net/net.go:176 +0x6a
github.com/truechain/truechain-engineering-code/p2p.(*meteredConn).Read(0xc511afa5e0, 0xc439604460, 0x20, 0x20, 0xffa920, 0x7efd259edbf8, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/metrics.go:60 +0x55
io.ReadAtLeast(0x7efd259edbf8, 0xc511afa5e0, 0xc439604460, 0x20, 0x20, 0x20, 0xffa920, 0x0, 0x7efd259edbf8)
	/usr/lib/go-1.10/src/io/io.go:309 +0x86
io.ReadFull(0x7efd259edbf8, 0xc511afa5e0, 0xc439604460, 0x20, 0x20, 0x20, 0xc58ea05b80, 0xbefd4ffe1ffe40c5)
	/usr/lib/go-1.10/src/io/io.go:327 +0x58
github.com/truechain/truechain-engineering-code/p2p.(*rlpxFrameRW).ReadMsg(0xc50db0aee0, 0xbefd4ffe1ffe40c5, 0xe20a9ca0d8, 0x1df9960, 0x0, 0x0, 0x1df9960, 0xdb0e78e22c, 0x1df9960, 0x20002)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:655 +0xfd
github.com/truechain/truechain-engineering-code/p2p.(*rlpx).ReadMsg(0xc4d7f557a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/rlpx.go:95 +0x127
github.com/truechain/truechain-engineering-code/p2p.(*Peer).readLoop(0xc44d132120, 0xc44d132840)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:260 +0xa6
created by github.com/truechain/truechain-engineering-code/p2p.(*Peer).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:197 +0xf2

goroutine 2540 [select]:
github.com/truechain/truechain-engineering-code/p2p.(*Peer).run(0xc538f575c0, 0xeb3ec0, 0xc4b4d54600, 0x0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/peer.go:207 +0x2ce
github.com/truechain/truechain-engineering-code/p2p.(*Server).runPeer(0xc420195400, 0xc538f575c0)
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:952 +0x12b
created by github.com/truechain/truechain-engineering-code/p2p.(*Server).run
	/home/ubuntu/goSpace/src/github.com/truechain/truechain-engineering-code/build/_workspace/src/github.com/truechain/truechain-engineering-code/p2p/server.go:704 +0x1361
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant