ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.19k stars 19.98k forks source link

Mining crash #14725

Closed EasonWang01 closed 6 years ago

EasonWang01 commented 7 years ago

System information

Geth version: geth version 1.6.6 OS & Version: Windows10

miner.start()

83378

ifminer.start(1) will hang on there for 2hour and more.

karalabe commented 7 years ago

Could you please paste in a larger crash log? I'm curious of the entire upper dump, which it cut off now in the middle. I'd like to know the exact all path.

EasonWang01 commented 7 years ago
C:\Users\user>geth --ipcdisable --rpc --rpcport 8104 --dat                adir "./privatechain/01" --networkid 123 --rpcapi="db,eth,                net,web3,personal" --port=30310 console
INFO [06-29|14:38:26] Starting peer-to-peer node                               instance=Geth/v1.6.6-stable-10a45cb5/windows-amd64/go                1.8.3
INFO [06-29|14:38:26] Allocated cache and file handles                         database=C:\\Users\\user\\privatechain\\01\\geth\\cha                indata cache=128 handles=1024
INFO [06-29|14:38:26] Initialised chain configuration                          config="{ChainID: 1 Homestead: 1150000 DAO: 1920000 D                AOSupport: true EIP150: 2463000 EIP155: 2675000 EIP158: 26                75000 Metropolis: 9223372036854775807 Engine: ethash}"
INFO [06-29|14:38:26] Disk storage enabled for ethash cach                es   dir=C:\\Users\\user\\privatechain\\01\\geth\\ethash c                ount=3
INFO [06-29|14:38:26] Disk storage enabled for ethash DAGs                     dir=C:\\Users\\user\\AppData\\Ethash                c                ount=2
INFO [06-29|14:38:26] Initialising Ethereum protocol                           versions="[63 62]" network=123
INFO [06-29|14:38:26] Loaded most recent local header                          number=0 hash=d4e567…cb8fa3 td=17179869184
INFO [06-29|14:38:26] Loaded most recent local full block                      number=0 hash=d4e567…cb8fa3 td=17179869184
INFO [06-29|14:38:26] Loaded most recent local fast block                      number=0 hash=d4e567…cb8fa3 td=17179869184
INFO [06-29|14:38:26] Starting P2P networking
INFO [06-29|14:38:28] UDP listener up                                          self=enode://7b97151f34723fae1f48639e1adf84e12876673f                fb66b8b4414cd42201c1d67b146458d730a30a8982ec598e727291b967                ac3d9c1f5d51464a5a39852306991b@[::]:30310
INFO [06-29|14:38:28] RLPx listener up                                         self=enode://7b97151f34723fae1f48639e1adf84e12876673f                fb66b8b4414cd42201c1d67b146458d730a30a8982ec598e727291b967                ac3d9c1f5d51464a5a39852306991b@[::]:30310
INFO [06-29|14:38:28] HTTP endpoint opened: http://127.0.0                .1:8104
Welcome to the Geth JavaScript console!

instance: Geth/v1.6.6-stable-10a45cb5/windows-amd64/go1.8.                3
coinbase: 0x3437f418c1e0e2ac0b6075c669d8d6a51cb9f35d
at block: 0 (Thu, 01 Jan 1970 08:00:00 CST)
 datadir: C:\Users\user\privatechain\01
 modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 pe                rsonal:1.0 rpc:1.0 txpool:1.0 web3:1.0

> miner.start(1)
INFO [06-29|14:38:53] Updated mining threads                                   threads=1
INFO [06-29|14:38:53] Transaction pool price threshold upd                ated price=18000000000
INFnOu l[l0
6-> 29|14:38:53] Starting mining operation
INFO [06-29|14:38:53] Commit new mining work                                   number=1 txs=0 uncles=0 elapsed=0s
^C
> miner.start()
INFO [06-29|15:23:39] Updated mining threads                                   threads=0
null
> minruntime: unexpected return pc for net.(*netFD).writeT                o called from 0x80002000720013
fatal error: unknown caller pc

runtime stack:
runtime.throw(0xea8762, 0x11)
        C:/go/src/runtime/panic.go:596 +0x9c
runtime.gentraceback(0xffffffffffffffff, 0xc044903698, 0x0                , 0xc0440544e0, 0x0, 0x0, 0x7fffffff, 0xf405e8, 0x45c2f978                , 0x0, ...)
        C:/go/src/runtime/traceback.go:317 +0x13f8
runtime.copystack(0xc0440544e0, 0x2000, 0x0)
        C:/go/src/runtime/stack.go:932 +0x377
runtime.shrinkstack(0xc0440544e0)
        C:/go/src/runtime/stack.go:1186 +0x18c
runtime.scanstack(0xc0440544e0, 0xc042015228)
        C:/go/src/runtime/mgcmark.go:762 +0x386
runtime.scang(0xc0440544e0, 0xc042015228)
        C:/go/src/runtime/proc.go:866 +0x210
runtime.markroot.func1()
        C:/go/src/runtime/mgcmark.go:264 +0x7b
runtime.systemstack(0x45c2fda0)
        C:/go/src/runtime/asm_amd64.s:343 +0xb5
runtime.markroot(0xc042015228, 0xc00000006b)
        C:/go/src/runtime/mgcmark.go:269 +0x1e9
runtime.gcDrain(0xc042015228, 0x6)
        C:/go/src/runtime/mgcmark.go:1051 +0xcc
runtime.gcBgMarkWorker.func2()
        C:/go/src/runtime/mgc.go:1530 +0x101
runtime.systemstack(0xc0429f9700)
        C:/go/src/runtime/asm_amd64.s:327 +0x7e
runtime.mstart()
        C:/go/src/runtime/proc.go:1132

goroutine 19 [GC worker (idle)]:
runtime.systemstack_switch()
        C:/go/src/runtime/asm_amd64.s:281 fp=0xc042439f50                 sp=0xc042439f48
runtime.gcBgMarkWorker(0xc042014000)
        C:/go/src/runtime/mgc.go:1537 +0x218 fp=0xc042439f                d8 sp=0xc042439f50
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0424                39fe0 sp=0xc042439fd8
created by runtime.gcBgMarkStartWorkers
        C:/go/src/runtime/mgc.go:1412 +0x9f

goroutine 1 [select]:
github.com/ethereum/go-ethereum/console.(*Console).Interac                tive(0xc0421811f0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ole/console.go:321 +0x844
main.localConsole(0xc042221e00, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                geth/consolecmd.go:106 +0x3da
github.com/ethereum/go-ethereum/cmd/utils.MigrateFlags.fun                c1(0xc042221e00, 0x0, 0xc042221e00)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                utils/flags.go:1103 +0xca
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli                %2ev1.HandleAction(0xd3e740, 0xc042402900, 0xc042221e00, 0                xc042225200, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/gopkg.in/urfave/cli.v1/app.go:485 +0xdb
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli                %2ev1.Command.Run(0xe8eef8, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0,                 0xede984, 0x2b, 0x0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/gopkg.in/urfave/cli.v1/command.go:193 +0xb79
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli                %2ev1.(*App).Run(0xc0421c0820, 0xc04204a000, 0xc, 0xc, 0x0                , 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/gopkg.in/urfave/cli.v1/app.go:250 +0x7d7
main.main()
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                geth/main.go:185 +0x5c

goroutine 17 [syscall, 45 minutes, locked to thread]:
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1

goroutine 6 [syscall, 45 minutes]:
os/signal.signal_recv(0x0)
        C:/go/src/runtime/sigqueue.go:116 +0x10b
os/signal.loop()
        C:/go/src/os/signal/signal_unix.go:22 +0x29
created by os/signal.init.1
        C:/go/src/os/signal/signal_unix.go:28 +0x48

goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/vendor/github.com/rcrowley                /go-metrics.(*meterArbiter).tick(0x1591300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/rcrowley/go-metrics/meter.go:221 +0x53
created by github.com/ethereum/go-ethereum/vendor/github.c                om/rcrowley/go-metrics.NewMeter
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/rcrowley/go-metrics/meter.go:40 +0x12e

goroutine 139938 [select]:
net.(*netFD).connect.func2(0x148ae60, 0xc0433008a0, 0xc043                1e16c0, 0xc043300900)
        C:/go/src/net/fd_windows.go:376 +0x164
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 20 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeySto                re).updater(0xc04207c000)
        C:/gopath/src/github.com/ethereum/go-ethereum/acco                unts/keystore/keystore.go:203 +0x194
created by github.com/ethereum/go-ethereum/accounts/keysto                re.(*KeyStore).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/acco                unts/keystore/keystore.go:190 +0x13a

goroutine 21 [chan receive]:
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Ledge                rHub).updater(0xc04207c1e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/acco                unts/usbwallet/ledger_hub.go:203 +0x61
created by github.com/ethereum/go-ethereum/accounts/usbwal                let.(*LedgerHub).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/acco                unts/usbwallet/ledger_hub.go:188 +0x13a

goroutine 22 [select, 45 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update                (0xc0420f84e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/acco                unts/manager.go:95 +0x415
created by github.com/ethereum/go-ethereum/accounts.NewMan                ager
        C:/gopath/src/github.com/ethereum/go-ethereum/acco                unts/manager.go:68 +0x5f4

goroutine 23 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb/util.(*BufferPool).drain(0xc042176540)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go                :206 +0x246
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb/util.NewBufferPool
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go                :237 +0x1a3

goroutine 37 [select, 45 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).compactionError(0xc0420a0180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90                 +0x5e0
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x58a

goroutine 38 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).mpoolDrain(0xc0420a0180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x2                50
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x5ac

goroutine 39 [select, 45 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).tCompaction(0xc0420a0180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_compaction.go:80                4 +0x63f
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x729

goroutine 40 [select, 45 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).mCompaction(0xc0420a0180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_compaction.go:75                1 +0x249
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x74b

goroutine 41 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(                0xc0420fc000)
        C:/gopath/src/github.com/ethereum/go-ethereum/core                /blockchain.go:1242 +0x12e
created by github.com/ethereum/go-ethereum/core.NewBlockCh                ain
        C:/gopath/src/github.com/ethereum/go-ethereum/core                /blockchain.go:167 +0xc1c

goroutine 42 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0                xc04246ef00)
        C:/gopath/src/github.com/ethereum/go-ethereum/core                /tx_pool.go:222 +0x7e3
created by github.com/ethereum/go-ethereum/core.NewTxPool
        C:/gopath/src/github.com/ethereum/go-ethereum/core                /tx_pool.go:203 +0x6c5

goroutine 43 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).expirationL                oop(0xc04246ef00)
        C:/gopath/src/github.com/ethereum/go-ethereum/core                /tx_pool.go:902 +0x40d
created by github.com/ethereum/go-ethereum/core.NewTxPool
        C:/gopath/src/github.com/ethereum/go-ethereum/core                /tx_pool.go:204 +0x6e7

goroutine 44 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloade                r).qosTuner(0xc0420e21e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                downloader/downloader.go:1503 +0x3bf
created by github.com/ethereum/go-ethereum/eth/downloader.                New
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                downloader/downloader.go:206 +0xcc4

goroutine 45 [select, 45 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloade                r).stateFetcher(0xc0420e21e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                downloader/statesync.go:74 +0x17f
created by github.com/ethereum/go-ethereum/eth/downloader.                New
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                downloader/downloader.go:207 +0xce6

goroutine 46 [chan receive, 45 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc                04214ac00)
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/worker.go:233 +0x89
created by github.com/ethereum/go-ethereum/miner.newWorker                
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/worker.go:142 +0x49b

goroutine 47 [chan receive, 45 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc04                214ac00)
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/worker.go:261 +0xb2
created by github.com/ethereum/go-ethereum/miner.newWorker                
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/worker.go:144 +0x4bd

goroutine 48 [chan receive, 45 minutes]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc0                42150b40)
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/miner.go:81 +0x15c
created by github.com/ethereum/go-ethereum/miner.New
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/miner.go:69 +0x28c

goroutine 49 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x148b4e0, 0xc                0421d86c0, 0xc042479f80, 0xe8ae79, 0x3, 0x7666, 0x7666, 0x                ea9b72, 0x12)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                nat/nat.go:114 +0x846
created by github.com/ethereum/go-ethereum/p2p/discover.ne                wUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:243 +0x555

goroutine 26 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb/util.(*BufferPool).drain(0xc04491a000)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go                :206 +0x246
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb/util.NewBufferPool
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go                :237 +0x1a3

goroutine 9 [semacquire]:
sync.runtime_notifyListWait(0xc04204a880, 0xc00000000a)
        C:/go/src/runtime/sema.go:298 +0x119
sync.(*Cond).Wait(0xc04204a870)
        C:/go/src/sync/cond.go:57 +0x90
io.(*pipe).read(0xc04204a840, 0xc043915801, 0x5ff, 0x5ff,                 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b
io.(*PipeReader).Read(0xc042470f40, 0xc043915801, 0x5ff, 0                x5ff, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53
encoding/json.(*Decoder).refill(0xc04695bc00, 0xa, 0x9)
        C:/go/src/encoding/json/stream.go:152 +0x110
encoding/json.(*Decoder).readValue(0xc04695bc00, 0x0, 0x0,                 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1
encoding/json.(*Decoder).Decode(0xc04695bc00, 0xd79be0, 0x                c0421cd9c0, 0xce6600, 0xc0448fbf10)
        C:/go/src/encoding/json/stream.go:57 +0x8c
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0                xd1d400, 0xc04698c5a0, 0xc0448fbf90, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:631 +0x97
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc0421                80d90, 0x148f000, 0xc0469c80e0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:644 +0x143
created by github.com/ethereum/go-ethereum/rpc.(*Client).d                ispatch
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:466 +0x78

goroutine 27 [select, 13 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).compactionError(0xc0420a0300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90                 +0x5e0
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x58a

goroutine 82 [select, 45 minutes]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loo                p(0xc0420f8d00)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                fetcher/fetcher.go:314 +0x4698
created by github.com/ethereum/go-ethereum/eth/fetcher.(*F                etcher).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                fetcher/fetcher.go:176 +0x46

goroutine 28 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).mpoolDrain(0xc0420a0300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x2                50
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x5ac

goroutine 29 [select, 13 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).tCompaction(0xc0420a0300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_compaction.go:80                4 +0x63f
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x729

goroutine 30 [select, 13 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).mCompaction(0xc0420a0300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_compaction.go:75                1 +0x249
created by github.com/ethereum/go-ethereum/vendor/github.c                om/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x74b

goroutine 31 [select, 45 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refr                eshLoop(0xc042428900)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:326 +0x4d4
created by github.com/ethereum/go-ethereum/p2p/discover.ne                wTable
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:116 +0x3fd

goroutine 32 [runnable]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0                xc042085f80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:375 +0xade
created by github.com/ethereum/go-ethereum/p2p/discover.ne                wUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:258 +0x335

goroutine 33 [IO wait]:
net.runtime_pollWait(0x4c442b8, 0x72, 0x147c688)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc0421cefa0, 0x72, 0x147c688, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa690, 0xc0421cee60, 0xe950be,                 0xb, 0xf40128, 0xc04207aa00, 0x20, 0x500)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).readFrom(0xc0421cee00, 0xc04207aa00, 0x500, 0                x500, 0x0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:481 +0x161
net.(*UDPConn).readFrom(0xc0420fa6a0, 0xc04207aa00, 0x500,                 0x500, 0x0, 0x0, 0xc04729fed8, 0x964bec)
        C:/go/src/net/udpsock_posix.go:47 +0x71
net.(*UDPConn).ReadFromUDP(0xc0420fa6a0, 0xc04207aa00, 0x5                00, 0x500, 0x500, 0x0, 0x0, 0x0)
        C:/go/src/net/udpsock.go:97 +0x7c
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLo                op(0xc042085f80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:502 +0xd1
created by github.com/ethereum/go-ethereum/p2p/discover.ne                wUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:259 +0x35a

goroutine 66 [IO wait, 45 minutes]:
net.runtime_pollWait(0x4c441f8, 0x72, 0x147c688)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc042217be0, 0x72, 0x147c688, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa690, 0xc042217aa0, 0xe8ffea,                 0x8, 0xc04245a360, 0xc0421d61c0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).acceptOne(0xc042217a40, 0xc0469c6000, 0x2, 0x                2, 0xc042217aa0, 0x412db2, 0xc0420ea3c0, 0x0)
        C:/go/src/net/fd_windows.go:591 +0x1ae
net.(*netFD).accept(0xc042217a40, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:621 +0x10a
net.(*TCPListener).accept(0xc042470078, 0xc04229be48, 0x40                5da5, 0xd1e440)
        C:/go/src/net/tcpsock_posix.go:136 +0x35
net.(*TCPListener).Accept(0xc042470078, 0xc0420ea3c0, 0x0,                 0x2, 0x2)
        C:/go/src/net/tcpsock.go:228 +0x50
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0                xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:641 +0x254
created by github.com/ethereum/go-ethereum/p2p.(*Server).s                tartListening
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:432 +0x169

goroutine 67 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x148b4e0, 0xc                0421d86c0, 0xc042479c80, 0xe8ae6a, 0x3, 0x7666, 0x7666, 0x                e977f7, 0xc)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                nat/nat.go:114 +0x846
github.com/ethereum/go-ethereum/p2p.(*Server).startListeni                ng.func1(0xc04217dc00, 0xc04224e240)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:437 +0x92
created by github.com/ethereum/go-ethereum/p2p.(*Server).s                tartListening
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:439 +0x20d

goroutine 68 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc04217                dc00, 0x148b460, 0xc04221e6e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:501 +0x15a9
created by github.com/ethereum/go-ethereum/p2p.(*Server).S                tart
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:417 +0x6ad

goroutine 69 [chan receive, 45 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txB                roadcastLoop(0xc0421466c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                handler.go:730 +0x72
created by github.com/ethereum/go-ethereum/eth.(*ProtocolM                anager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                handler.go:207 +0xc2

goroutine 70 [chan receive, 45 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).min                edBroadcastLoop(0xc0421466c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                handler.go:719 +0x65
created by github.com/ethereum/go-ethereum/eth.(*ProtocolM                anager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                handler.go:210 +0x156

goroutine 71 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syn                cer(0xc0421466c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                sync.go:143 +0x28c
created by github.com/ethereum/go-ethereum/eth.(*ProtocolM                anager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                handler.go:213 +0x178

goroutine 72 [select, 45 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txs                yncLoop(0xc0421466c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                sync.go:109 +0x63e
created by github.com/ethereum/go-ethereum/eth.(*ProtocolM                anager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                handler.go:214 +0x19a

goroutine 73 [select, 45 minutes]:
github.com/ethereum/go-ethereum/contracts/release.(*Releas                eService).checker(0xc042151220)
        C:/gopath/src/github.com/ethereum/go-ethereum/cont                racts/release/release.go:118 +0x1b5
created by github.com/ethereum/go-ethereum/contracts/relea                se.(*ReleaseService).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/cont                racts/release/release.go:98 +0x46

goroutine 74 [select, 45 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDow                nloaderAPI).eventLoop(0xc04206bdc0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                downloader/api.go:63 +0x5d7
created by github.com/ethereum/go-ethereum/eth/downloader.                NewPublicDownloaderAPI
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                downloader/api.go:49 +0x106

goroutine 75 [select, 45 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem)                .eventLoop(0xc04220d080)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                filters/filter_system.go:407 +0x7bb
created by github.com/ethereum/go-ethereum/eth/filters.New                EventSystem
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                filters/filter_system.go:100 +0x115

goroutine 76 [chan receive]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilter                API).timeoutLoop(0xc042178910)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                filters/api.go:85 +0x74
created by github.com/ethereum/go-ethereum/eth/filters.New                PublicFilterAPI
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/                filters/api.go:75 +0x1c0

goroutine 1130 [select]:
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .Seal(0xc042146540, 0x148df80, 0xc0420fc000, 0xc0422886c0,                 0xc042a18fc0, 0xc042a19080, 0xc042a190e0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:77 +0x44b
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .Seal(0xc042146540, 0x148df80, 0xc0420fc000, 0xc0422886c0,                 0xc042a18fc0, 0xd1ca00, 0xc042cd4cca, 0xd26d00)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:88 +0x403
github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc                042150b90, 0xc0449162c0, 0xc042a18fc0)
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/agent.go:102 +0x83
created by github.com/ethereum/go-ethereum/miner.(*CpuAgen                t).update
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/agent.go:76 +0x15a

goroutine 1231 [select, 45 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0                xc042150b90)
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/agent.go:69 +0x2a2
created by github.com/ethereum/go-ethereum/miner.(*CpuAgen                t).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/agent.go:63 +0x59

goroutine 140526 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xbdd38524293b0d33, 0xb9965f5d7eadb319, 0x76d                cd10356af49b7, 0xf0dd9933cfc1de13, 0xeb9eeaa9bfc52feb, 0xd                fe4af74ccd4fc75, 0xcd574e06112ac84c, 0xfb9f9681349b2190, 0                xc04356b0e0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xbdd38524293b0d33, 0xb9965f5d7eadb319, 0x7                6dcd10356af49b7, 0xf0dd9933cfc1de13, 0xeb9eeaa9bfc52feb, 0                xdfe4af74ccd4fc75, 0xcd574e06112ac84c, 0xfb9f9681349b2190,                 0xc04356b0e0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824240, 0xd38524293b0d3300, 0x965                f5d7eadb319bd, 0xdcd10356af49b7b9, 0xdd9933cfc1de1376, 0x9                eeaa9bfc52febf0, 0xe4af74ccd4fc75eb, 0x574e06112ac84cdf, 0                x9f9681349b2190cd, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xd38524293b0d3300, 0x965f5d7eadb319bd, 0xd                cd10356af49b7b9, 0xdd9933cfc1de1376, 0x9eeaa9bfc52febf0, 0                xe4af74ccd4fc75eb, 0x574e06112ac84cdf, 0x9f9681349b2190cd,                 0x9726fb, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046b64f00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 77 [IO wait, 45 minutes]:
net.runtime_pollWait(0x4c44138, 0x72, 0x147c688)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc046942360, 0x72, 0x147c688, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa690, 0xc046942220, 0xe8ffea,                 0x8, 0xc04696c6e0, 0xc046942380, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).acceptOne(0xc0469421c0, 0xc04491a460, 0x2, 0x                2, 0xc046942220, 0x30, 0x30, 0xc046960c30)
        C:/go/src/net/fd_windows.go:591 +0x1ae
net.(*netFD).accept(0xc0469421c0, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:621 +0x10a
net.(*TCPListener).accept(0xc042470d10, 0xc046960c30, 0xd6                43a0, 0x155de20)
        C:/go/src/net/tcpsock_posix.go:136 +0x35
net.(*TCPListener).Accept(0xc042470d10, 0xc046960c00, 0xd6                43a0, 0x155de20, 0xdf1060)
        C:/go/src/net/tcpsock.go:228 +0x50
net/http.(*Server).Serve(0xc044918840, 0x1489b20, 0xc04247                0d10, 0x0, 0x0)
        C:/go/src/net/http/server.go:2643 +0x22f
created by github.com/ethereum/go-ethereum/node.(*Node).st                artHTTP
        C:/gopath/src/github.com/ethereum/go-ethereum/node                /node.go:403 +0x4cb

goroutine 80 [chan receive, 45 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(                0xc042174000)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                utils/cmd.go:69 +0xf5
created by github.com/ethereum/go-ethereum/cmd/utils.Start                Node
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                utils/cmd.go:80 +0xbe

goroutine 81 [chan receive, 45 minutes]:
main.startNode.func1(0xc042174000, 0xc04698c240)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                geth/main.go:239 +0x3b1
created by main.startNode
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/                geth/main.go:252 +0x25c

goroutine 62 [semacquire, 45 minutes]:
sync.runtime_notifyListWait(0xc042146a00, 0xc000000000)
        C:/go/src/runtime/sema.go:298 +0x119
sync.(*Cond).Wait(0xc0421469f0)
        C:/go/src/sync/cond.go:57 +0x90
io.(*pipe).read(0xc0421469c0, 0xc04216ea00, 0x200, 0x200,                 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b
io.(*PipeReader).Read(0xc0420fa720, 0xc04216ea00, 0x200, 0                x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53
encoding/json.(*Decoder).refill(0xc04695b880, 0x20, 0x18)
        C:/go/src/encoding/json/stream.go:152 +0x110
encoding/json.(*Decoder).readValue(0xc04695b880, 0x0, 0x0,                 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1
encoding/json.(*Decoder).Decode(0xc04695b880, 0xd79be0, 0x                c0421cd9a0, 0x96f4b5, 0xc042428900)
        C:/go/src/encoding/json/stream.go:57 +0x8c
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadReque                stHeaders(0xc04227d310, 0x0, 0x0, 0x0, 0xc042428900, 0x0,                 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                json.go:126 +0x113
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(                0xc04224e390, 0x148f3c0, 0xc04227d310, 0x1, 0xdbffe0, 0xc0                469d40c0, 0x148aea0, 0xc0421c5140, 0xd26d00)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                server.go:395 +0x66
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest                (0xc04224e390, 0x148f3c0, 0xc04227d310, 0xb1f3673756de9200                , 0x3, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                server.go:179 +0x249
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0                xc04224e390, 0x148f3c0, 0xc04227d310, 0x3)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                server.go:235 +0x83
created by github.com/ethereum/go-ethereum/rpc.DialInProc.                func1
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                inproc.go:29 +0x2d2

goroutine 63 [select, 45 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc                042132fc0, 0x148f000, 0xc0421bd920)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:490 +0xf32
created by github.com/ethereum/go-ethereum/rpc.newClient
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:203 +0x3c6

goroutine 98 [semacquire]:
sync.runtime_notifyListWait(0xc04204a7c0, 0xc00000000a)
        C:/go/src/runtime/sema.go:298 +0x119
sync.(*Cond).Wait(0xc04204a7b0)
        C:/go/src/sync/cond.go:57 +0x90
io.(*pipe).read(0xc04204a780, 0xc043915201, 0x5ff, 0x5ff,                 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b
io.(*PipeReader).Read(0xc042470f30, 0xc043915201, 0x5ff, 0                x5ff, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53
encoding/json.(*Decoder).refill(0xc0469ca000, 0xa, 0x9)
        C:/go/src/encoding/json/stream.go:152 +0x110
encoding/json.(*Decoder).readValue(0xc0469ca000, 0x0, 0x0,                 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1
encoding/json.(*Decoder).Decode(0xc0469ca000, 0xd79be0, 0x                c042bacaa0, 0x6, 0x8)
        C:/go/src/encoding/json/stream.go:57 +0x8c
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadReque                stHeaders(0xc04696aaa0, 0x0, 0x0, 0x0, 0xd66a00, 0x0, 0x0)                
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                json.go:126 +0x113
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(                0xc04224e390, 0x148f3c0, 0xc04696aaa0, 0xc04224e390, 0xc04                2356660, 0x148f3c0, 0xc04696aaa0, 0xc042bb0490, 0x1)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                server.go:395 +0x66
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest                (0xc04224e390, 0x148f3c0, 0xc04696aaa0, 0x0, 0x3, 0x0, 0x0                )
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                server.go:179 +0x249
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0                xc04224e390, 0x148f3c0, 0xc04696aaa0, 0x3)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                server.go:235 +0x83
created by github.com/ethereum/go-ethereum/rpc.DialInProc.                func1
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                inproc.go:29 +0x2d2

goroutine 99 [select]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc                042180d90, 0x148f000, 0xc0469c80e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:490 +0xf32
created by github.com/ethereum/go-ethereum/rpc.newClient
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:203 +0x3c6

goroutine 64 [semacquire, 45 minutes]:
sync.runtime_notifyListWait(0xc042146ac0, 0xc000000000)
        C:/go/src/runtime/sema.go:298 +0x119
sync.(*Cond).Wait(0xc042146ab0)
        C:/go/src/sync/cond.go:57 +0x90
io.(*pipe).read(0xc042146a80, 0xc04216e800, 0x200, 0x200,                 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b
io.(*PipeReader).Read(0xc0420fa730, 0xc04216e800, 0x200, 0                x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53
encoding/json.(*Decoder).refill(0xc04695ba40, 0x20, 0x18)
        C:/go/src/encoding/json/stream.go:152 +0x110
encoding/json.(*Decoder).readValue(0xc04695ba40, 0x0, 0x0,                 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1
encoding/json.(*Decoder).Decode(0xc04695ba40, 0xd79be0, 0x                c0421cd940, 0xc0421bd100, 0xdbe0e0)
        C:/go/src/encoding/json/stream.go:57 +0x8c
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0                xdc7060, 0xc0421cd960, 0xc0421bd920, 0x4c44460, 0xc0421bd9                20)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:631 +0x97
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc0421                32fc0, 0x148f000, 0xc0421bd920, 0x96f2a0, 0xc042428900)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:644 +0x143
created by github.com/ethereum/go-ethereum/rpc.(*Client).d                ispatch
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/                client.go:466 +0x78

goroutine 100 [select]:
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).runE                ventLoop(0xc04229f940)
        C:/gopath/src/github.com/ethereum/go-ethereum/inte                rnal/jsre/jsre.go:177 +0xcdb
created by github.com/ethereum/go-ethereum/internal/jsre.N                ew
        C:/gopath/src/github.com/ethereum/go-ethereum/inte                rnal/jsre/jsre.go:78 +0x165

goroutine 101 [select, 45 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).exp                irer(0xc042035b60)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:231 +0x200
created by github.com/ethereum/go-ethereum/p2p/discover.(*                nodeDB).ensureExpirer.func1
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:223 +0x45

goroutine 84 [runnable, locked to thread]:
syscall.Syscall6(0x7ffcc6d84ab0, 0x4, 0x54, 0xc044539884,                 0x1, 0xc044539780, 0x0, 0x0, 0x1, 0x0, ...)
        C:/go/src/runtime/syscall_windows.go:174 +0x6b
syscall.(*Proc).Call(0xc0440062a0, 0xc042dd2180, 0x4, 0x4,                 0x20, 0xd36820, 0x1483201, 0xc042dd2180)
        C:/go/src/syscall/dll_windows.go:153 +0x4dc
syscall.(*LazyProc).Call(0xc0421d1e60, 0xc042dd2180, 0x4,                 0x4, 0x1, 0x0, 0x14832e0, 0xc0423560b0)
        C:/go/src/syscall/dll_windows.go:303 +0x66
github.com/ethereum/go-ethereum/vendor/github.com/peterh/l                iner.(*State).readNext(0xc0421daa80, 0xc044539ae0, 0x2, 0x                20, 0xc044539a60)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/peterh/liner/input_windows.go:178 +0x120
github.com/ethereum/go-ethereum/vendor/github.com/peterh/l                iner.(*State).PromptWithSuggestion(0xc0421daa80, 0xe8a5d4,                 0x2, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/peterh/liner/line.go:612 +0x433
github.com/ethereum/go-ethereum/vendor/github.com/peterh/l                iner.(*State).Prompt(0xc0421daa80, 0xe8a5d4, 0x2, 0xc042cc                0e40, 0xc044021f30, 0xc046a69f30, 0x405da5)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/peterh/liner/line.go:563 +0x65
github.com/ethereum/go-ethereum/console.(*terminalPrompter                ).PromptInput(0xc04234e1b0, 0xe8a5d4, 0x2, 0x0, 0x0, 0x0,                 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ole/prompter.go:116 +0xd0
github.com/ethereum/go-ethereum/console.(*Console).Interac                tive.func1(0xc0421811f0, 0xc044004240, 0xc042c312c0, 0xc04                2c312d0, 0xc042c312e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ole/console.go:298 +0x8c
created by github.com/ethereum/go-ethereum/console.(*Conso                le).Interactive
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ole/console.go:312 +0x14d

goroutine 140517 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xa4cde9105b542bb2, 0xafac1c0cb3424ce2, 0xaf4                4c29a2fda6584, 0xb57d5b3ff174e295, 0x57e0ad119916681a, 0xf                9e68dab5578387c, 0x897247a9f7c9a013, 0x9f198fb030b44c57, 0                xc04356b6b0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xa4cde9105b542bb2, 0xafac1c0cb3424ce2, 0xa                f44c29a2fda6584, 0xb57d5b3ff174e295, 0x57e0ad119916681a, 0                xf9e68dab5578387c, 0x897247a9f7c9a013, 0x9f198fb030b44c57,                 0xc04356b6b0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824980, 0xcde9105b542bb200, 0xac1                c0cb3424ce2a4, 0x44c29a2fda6584af, 0x7d5b3ff174e295af, 0xe                0ad119916681ab5, 0xe68dab5578387c57, 0x7247a9f7c9a013f9, 0                x198fb030b44c5789, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xcde9105b542bb200, 0xac1c0cb3424ce2a4, 0x4                4c29a2fda6584af, 0x7d5b3ff174e295af, 0xe0ad119916681ab5, 0                xe68dab5578387c57, 0x7247a9f7c9a013f9, 0x198fb030b44c5789,                 0x97269f, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f62c80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140495 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xfa3f5fc39996fd2d, 0xa1bddd40cdcb2f63, 0x232                9c1016e6f5d52, 0x12fe1e438f13f740, 0x90ad800b25ca3e92, 0xf                78a46c541b5ec53, 0xdf275c64dcba6bb5, 0x8a59a123e66aa6b0, 0                xc043465cb0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xfa3f5fc39996fd2d, 0xa1bddd40cdcb2f63, 0x2                329c1016e6f5d52, 0x12fe1e438f13f740, 0x90ad800b25ca3e92, 0                xf78a46c541b5ec53, 0xdf275c64dcba6bb5, 0x8a59a123e66aa6b0,                 0xc043465cb0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0437df6c0, 0x3f5fc39996fd2d00, 0xbdd                d40cdcb2f63fa, 0x29c1016e6f5d52a1, 0xfe1e438f13f74023, 0xa                d800b25ca3e9212, 0x8a46c541b5ec5390, 0x275c64dcba6bb5f7, 0                x59a123e66aa6b0df, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x3f5fc39996fd2d00, 0xbddd40cdcb2f63fa, 0x2                9c1016e6f5d52a1, 0xfe1e438f13f74023, 0xad800b25ca3e9212, 0                x8a46c541b5ec5390, 0x275c64dcba6bb5f7, 0x59a123e66aa6b0df,                 0x8a, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc042cad140, 0xc04917c700)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140524 [runnable (scan)]:
net.runtime_pollWait(0x4c442b8, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc0421cefa0, 0x77, 0x0, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc0421cef00, 0xe91b9f,                 0x9, 0xf40140, 0x4, 0x4, 0x765f)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).writeTo(0xc0421cee00, 0xc04697a1a0, 0x8b, 0xc                3, 0x1481420, 0xc042bd6b40, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:561 +0x17f
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139784 [IO wait]:
net.runtime_pollWait(0x4c43b38, 0x77, 0xc042cd4548)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc043ecc6e0, 0x77, 0xc042cd4548, 0x0                )
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc043ecc640, 0xe917dc,                 0x9, 0xf40118, 0xc04340d260, 0xc042cd4540, 0xc042cd450c)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).connect(0xc043ecc540, 0x148ae60, 0xc04340d080                , 0x0, 0x0, 0x14813e0, 0xc043c9a380, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d
net.(*netFD).dial(0xc043ecc540, 0x148ae60, 0xc04340d080, 0                x148e100, 0x0, 0x148e100, 0xc043509da0, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0
net.socket(0x148ae60, 0xc04340d080, 0xe8ae6a, 0x3, 0x2, 0x                1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab
net.internetSocket(0x148ae60, 0xc04340d080, 0xe8ae6a, 0x3,                 0x148e100, 0x0, 0x148e100, 0xc043509da0, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171
net.doDialTCP(0x148ae60, 0xc04340d080, 0xe8ae6a, 0x3, 0x0,                 0xc043509da0, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0
net.dialTCP(0x148ae60, 0xc04340d080, 0xe8ae6a, 0x3, 0x0, 0                xc043509da0, 0xc046debb30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb
net.dialSingle(0x148ae60, 0xc04340d080, 0xc04834e600, 0x14                85860, 0xc043509da0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480
net.dialSerial(0x148ae60, 0xc04340d080, 0xc04834e600, 0xc0                42cd4510, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227
net.(*Dialer).DialContext(0xc042479c20, 0x148ae20, 0xc0420                0c2f0, 0xe8ae6a, 0x3, 0xc043c9a340, 0x13, 0x0, 0x0, 0x0, .                ..)
        C:/go/src/net/dial.go:371 +0x712
net.(*Dialer).Dial(0xc042479c20, 0xe8ae6a, 0x3, 0xc043c9a3                40, 0x13, 0xc043433980, 0xd1ca00, 0xc042cd0b70, 0xc046debe                e0)
        C:/go/src/net/dial.go:294 +0x7c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                3509b90, 0xc04217dc00, 0xc047f2a480, 0x11214641fb37a78a)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:322 +0xd8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0435                09b90, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc043509b90, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 140509 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b1000, 0x961b6fd06ddddb00, 0x212                3d7d740296228, 0x979503d6eecc4958, 0xa183b58c3ee46951, 0xd                cbd93d1a1310b2b, 0x3f125e0c5bfbeaeb, 0x2829b55d2ba34813, 0                x4bbe5fe9a86b9c48, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:509 +0x55
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x961b6fd06ddddb00, 0x2123d7d740296228, 0x9                79503d6eecc4958, 0xa183b58c3ee46951, 0xdcbd93d1a1310b2b, 0                x3f125e0c5bfbeaeb, 0x2829b55d2ba34813, 0x4bbe5fe9a86b9c48,                 0xc04347ccb3, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b900)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139792 [select]:
net.(*netFD).connect.func2(0x148ae60, 0xc04340d080, 0xc043                ecc540, 0xc04340d260)
        C:/go/src/net/fd_windows.go:376 +0x164
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 140505 [chan receive]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).putRec(0xc0420a0300, 0x1, 0xc043522                120, 0x54, 0x60, 0xc04313a690, 0x5, 0xa, 0x0, 0xb2a9562c,                 ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:313 +0x                3ea
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).Put(0xc0420a0300, 0xc043522120, 0x5                4, 0x60, 0xc04313a690, 0x5, 0xa, 0x0, 0x54, 0x52)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:351 +0x                94
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).sto                reInt64(0xc042035b60, 0xc043522120, 0x54, 0x60, 0x5954ab16                , 0x1c7b8807b27114a2, 0x39e425029f9c3693)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:175 +0xe4
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).upd                ateLastPing(0xc042035b60, 0xd9659f072d050b9c, 0xd11120da64                ce4e42, 0x56fdaf1df5065de0, 0x5fcc8e875de81d01, 0x9f03159a                d44aca51, 0x1c7b8807b27114a2, 0x39e425029f9c3693, 0x5cadda                3bf0b45e7c, 0xed0e6a216, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:278 +0xa9
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xd9659f072d050b9c, 0xd11120da64ce4e42, 0x5                6fdaf1df5065de0, 0x5fcc8e875de81d01, 0x9f03159ad44aca51, 0                x1c7b8807b27114a2, 0x39e425029f9c3693, 0x5cadda3bf0b45e7c,                 0xc0435df9b0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:532 +0x8b
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b0e20, 0x659f072d050b9c00, 0x112                0da64ce4e42d9, 0xfdaf1df5065de0d1, 0xcc8e875de81d0156, 0x3                159ad44aca515f, 0x7b8807b27114a29f, 0xe425029f9c36931c, 0x                adda3bf0b45e7c39, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x659f072d050b9c00, 0x1120da64ce4e42d9, 0xf                daf1df5065de0d1, 0xcc8e875de81d0156, 0x3159ad44aca515f, 0x                7b8807b27114a29f, 0xe425029f9c36931c, 0xadda3bf0b45e7c39,                 0xc0441b1f5c, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b500)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139849 [select]:
net.(*netFD).connect.func2(0x148ae60, 0xc04340c360, 0xc042                1d6fc0, 0xc04340c3c0)
        C:/go/src/net/fd_windows.go:376 +0x164
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 140237 [select]:
net.(*netFD).connect.func2(0x148ae60, 0xc0432dae40, 0xc047                af4700, 0xc0432db140)
        C:/go/src/net/fd_windows.go:376 +0x164
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 140496 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xca4f62feaa03bde5, 0x652f44fb333985ec, 0x1d6                c7f6a19a668f5, 0xdb32e35644436939, 0x3a79df493796a766, 0x7                75f67edef0d2b2f, 0x143906e681f7132, 0x99d2035b833c82db, 0x                c043465da0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xca4f62feaa03bde5, 0x652f44fb333985ec, 0x1                d6c7f6a19a668f5, 0xdb32e35644436939, 0x3a79df493796a766, 0                x775f67edef0d2b2f, 0x143906e681f7132, 0x99d2035b833c82db,                 0xc043465da0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0437df800, 0x4f62feaa03bde500, 0x2f4                4fb333985ecca, 0x6c7f6a19a668f565, 0x32e356444369391d, 0x7                9df493796a766db, 0x5f67edef0d2b2f3a, 0x43906e681f713277, 0                xd2035b833c82db01, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x4f62feaa03bde500, 0x2f44fb333985ecca, 0x6                c7f6a19a668f565, 0x32e356444369391d, 0x79df493796a766db, 0                x5f67edef0d2b2f3a, 0x43906e681f713277, 0xd2035b833c82db01,                 0xcf3a99, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc042cad140, 0xc04917c880)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140449 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xed9ca701afdd6a8, 0x8d4f9af5d01c6f20, 0x2f99                1e2719ff2a75, 0xf107bc06c52b1bb6, 0xd0d6f5c66d3f3f38, 0x6a                423917e677741e, 0x42e9fadcc14cbd9e, 0x1a7555945eeb47f7, 0x                c04356b2c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xed9ca701afdd6a8, 0x8d4f9af5d01c6f20, 0x2f                991e2719ff2a75, 0xf107bc06c52b1bb6, 0xd0d6f5c66d3f3f38, 0x                6a423917e677741e, 0x42e9fadcc14cbd9e, 0x1a7555945eeb47f7,                 0xc04356b2c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824540, 0xd9ca701afdd6a800, 0x4f9                af5d01c6f200e, 0x991e2719ff2a758d, 0x7bc06c52b1bb62f, 0xd6                f5c66d3f3f38f1, 0x423917e677741ed0, 0xe9fadcc14cbd9e6a, 0x                7555945eeb47f742, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xd9ca701afdd6a800, 0x4f9af5d01c6f200e, 0x9                91e2719ff2a758d, 0x7bc06c52b1bb62f, 0xd6f5c66d3f3f38f1, 0x                423917e677741ed0, 0xe9fadcc14cbd9e6a, 0x7555945eeb47f742,                 0xc048517f1a, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f62880)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139827 [select]:
net.(*netFD).connect.func2(0x148ae60, 0xc04340d860, 0xc043                ecca80, 0xc04340d920)
        C:/go/src/net/fd_windows.go:376 +0x164
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 139787 [IO wait]:
net.runtime_pollWait(0x4c438f8, 0x77, 0xc042cd46c8)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc043eccc20, 0x77, 0xc042cd46c8, 0x0                )
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc043eccb80, 0xe917dc,                 0x9, 0xf40118, 0xc04340d920, 0xc042cd46c0, 0xc042cd46ac)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).connect(0xc043ecca80, 0x148ae60, 0xc04340d860                , 0x0, 0x0, 0x14813e0, 0xc043c9a500, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d
net.(*netFD).dial(0xc043ecca80, 0x148ae60, 0xc04340d860, 0                x148e100, 0x0, 0x148e100, 0xc043509ec0, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0
net.socket(0x148ae60, 0xc04340d860, 0xe8ae6a, 0x3, 0x2, 0x                1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab
net.internetSocket(0x148ae60, 0xc04340d860, 0xe8ae6a, 0x3,                 0x148e100, 0x0, 0x148e100, 0xc043509ec0, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171
net.doDialTCP(0x148ae60, 0xc04340d860, 0xe8ae6a, 0x3, 0x0,                 0xc043509ec0, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0
net.dialTCP(0x148ae60, 0xc04340d860, 0xe8ae6a, 0x3, 0x0, 0                xc043509ec0, 0xc044643b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb
net.dialSingle(0x148ae60, 0xc04340d860, 0xc04834e780, 0x14                85860, 0xc043509ec0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480
net.dialSerial(0x148ae60, 0xc04340d860, 0xc04834e780, 0xc0                42cd46b0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227
net.(*Dialer).DialContext(0xc042479c20, 0x148ae20, 0xc0420                0c2f0, 0xe8ae6a, 0x3, 0xc043c9a4c0, 0x13, 0x0, 0x0, 0x0, .                ..)
        C:/go/src/net/dial.go:371 +0x712
net.(*Dialer).Dial(0xc042479c20, 0xe8ae6a, 0x3, 0xc043c9a4                c0, 0x13, 0xc043433980, 0xd1ca00, 0xc042cd01c0, 0xc044643e                e0)
        C:/go/src/net/dial.go:294 +0x7c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                3509c20, 0xc04217dc00, 0xc047dd9980, 0x69c80ee55387a183)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:322 +0xd8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0435                09c20, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc043509c20, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 1232 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).loop(                0xc042489080, 0xc04328e5a0, 0xc04328e540)
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/remote_agent.go:175 +0x491
created by github.com/ethereum/go-ethereum/miner.(*RemoteA                gent).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/mine                r/remote_agent.go:86 +0xe1

goroutine 140500 [GC assist wait]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.makeInternalKey(0x0, 0x0, 0x0, 0xc0428f2d                c2, 0x54, 0x28a, 0x1c271, 0x1, 0xc042244050, 0x0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/key.go:82 +0x169
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*Batch).putMem(0xc044658d80, 0x1c271, 0x                c042176380, 0x1, 0x1c271)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/batch.go:218 +0x18b                
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).writeLocked(0xc0420a0300, 0xc044658                d80, 0xc044658d80, 0x1, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:217 +0x                4e2
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).putRec(0xc0420a0300, 0x1, 0xc043522                000, 0x54, 0x60, 0xc04313a420, 0x5, 0xa, 0x0, 0xb2a9562c,                 ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:341 +0x                35b
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).Put(0xc0420a0300, 0xc043522000, 0x5                4, 0x60, 0xc04313a420, 0x5, 0xa, 0x0, 0x54, 0x52)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:351 +0x                94
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).sto                reInt64(0xc042035b60, 0xc043522000, 0x54, 0x60, 0x5954ab16                , 0x28f0a53e928cea4c, 0x58fdee05b7009852)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:175 +0xe4
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).upd                ateLastPing(0xc042035b60, 0xaf9ec986556bcf45, 0xa8a9fa51ea                ac5e4a, 0x67c583c63a8c99, 0xdd7dd7bc1b4c5e72, 0xb165fbee19                1028fc, 0x28f0a53e928cea4c, 0x58fdee05b7009852, 0x43b490cb                45b9eea2, 0xed0e6a216, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:278 +0xa9
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xaf9ec986556bcf45, 0xa8a9fa51eaac5e4a, 0x6                7c583c63a8c99, 0xdd7dd7bc1b4c5e72, 0xb165fbee191028fc, 0x2                8f0a53e928cea4c, 0x58fdee05b7009852, 0x43b490cb45b9eea2, 0                xc0435df6e0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:532 +0x8b
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b0c60, 0x9ec986556bcf4500, 0xa9f                a51eaac5e4aaf, 0x67c583c63a8c99a8, 0x7dd7bc1b4c5e7200, 0x6                5fbee191028fcdd, 0xf0a53e928cea4cb1, 0xfdee05b700985228, 0                xb490cb45b9eea258, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x9ec986556bcf4500, 0xa9fa51eaac5e4aaf, 0x6                7c583c63a8c99a8, 0x7dd7bc1b4c5e7200, 0x65fbee191028fcdd, 0                xf0a53e928cea4cb1, 0xfdee05b700985228, 0xb490cb45b9eea258,                 0x972643, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b000)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140448 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xbe8f72b7ebb99683, 0x8febb412a33dd1b4, 0xb2d                16334ddefa7b6, 0xef844b6a4f814b46, 0x2c82e2a128d5ae04, 0x5                94186a0c2838c76, 0x8f13b097f841fc0b, 0xeea0186988bb612b, 0                xc04356b1d0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xbe8f72b7ebb99683, 0x8febb412a33dd1b4, 0xb                2d16334ddefa7b6, 0xef844b6a4f814b46, 0x2c82e2a128d5ae04, 0                x594186a0c2838c76, 0x8f13b097f841fc0b, 0xeea0186988bb612b,                 0xc04356b1d0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824400, 0x8f72b7ebb9968300, 0xebb                412a33dd1b4be, 0xd16334ddefa7b68f, 0x844b6a4f814b46b2, 0x8                2e2a128d5ae04ef, 0x4186a0c2838c762c, 0x13b097f841fc0b59, 0                xa0186988bb612b8f, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x8f72b7ebb9968300, 0xebb412a33dd1b4be, 0xd                16334ddefa7b68f, 0x844b6a4f814b46b2, 0x82e2a128d5ae04ef, 0                x4186a0c2838c762c, 0x13b097f841fc0b59, 0xa0186988bb612b8f,                 0x9726ee, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f62780)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140512 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b11a0, 0x244deb2402e6ad00, 0x151                d9b7e748eaf2f, 0x12e92a43454e79e5, 0x41abf77fc16a0b98, 0x4                ec4ead246843aba, 0xa571a02bface47ec, 0xc10675ebdcbe7877, 0                xfe4b7b82e08d3425, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:509 +0x55
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x244deb2402e6ad00, 0x151d9b7e748eaf2f, 0x1                2e92a43454e79e5, 0x41abf77fc16a0b98, 0x4ec4ead246843aba, 0                xa571a02bface47ec, 0xc10675ebdcbe7877, 0xfe4b7b82e08d3425,                 0xed0e6a221, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926bc80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140482 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all(0xc042428900, 0xc046f12100, 0x10, 0x10, 0xcf7d2bf6779b                bf79, 0xe6f259143f7ac6b, 0x9a01890b91e7f4e1)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:435 +0x11f
github.com/ethereum/go-ethereum/p2p/discover.(*Table).look                up.func1(0xc042428900, 0xc047d6c500, 0xc046fb8000, 0xc0469                a16e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:287 +0x17f
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:288 +0x46d

goroutine 140521 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xdc72c250bf7889fc, 0x1a08b3e3e3fa5dc4, 0x86d                0328d0a25863a, 0x884f71d2d2c1fe4a, 0xb9921b25a9ef6c66, 0xf                93d3740ddc1a247, 0xffa80ba4a3e1685c, 0xe46eba4c68c96cd3, 0                xc04356bc50, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xdc72c250bf7889fc, 0x1a08b3e3e3fa5dc4, 0x8                6d0328d0a25863a, 0x884f71d2d2c1fe4a, 0xb9921b25a9ef6c66, 0                xf93d3740ddc1a247, 0xffa80ba4a3e1685c, 0xe46eba4c68c96cd3,                 0xc04356bc50, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824ea0, 0x72c250bf7889fc00, 0x8b3                e3e3fa5dc4dc, 0xd0328d0a25863a1a, 0x4f71d2d2c1fe4a86, 0x92                1b25a9ef6c6688, 0x3d3740ddc1a247b9, 0xa80ba4a3e1685cf9, 0x                6eba4c68c96cd3ff, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x72c250bf7889fc00, 0x8b3e3e3fa5dc4dc, 0xd0                328d0a25863a1a, 0x4f71d2d2c1fe4a86, 0x921b25a9ef6c6688, 0x                3d3740ddc1a247b9, 0xa80ba4a3e1685cf9, 0x6eba4c68c96cd3ff,                 0xe4, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f63080)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139262 [GC assist wait]:
github.com/ethereum/go-ethereum/crypto.Keccak512(0xc044215                bb8, 0x1, 0x1, 0xc0432c1890, 0x28, 0x28)
        C:/gopath/src/github.com/ethereum/go-ethereum/cryp                to/crypto.go:64 +0x38
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                (0xc044215d78, 0x20, 0x20, 0x1dac76d42d75b0a4, 0x3ffff880,                 0xc042b7a8a0, 0xc044215c48, 0x406a5b, 0xd1e440, 0xc04347c                0c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:298 +0x14d
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                Full(0x5590008, 0xffffe20, 0xffffe20, 0xc044215d78, 0x20,                 0x20, 0x1dac76d42d75b0a4, 0xc042b7a840, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:355 +0xc5
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .mine(0xc042146540, 0xc0422886c0, 0x0, 0x1dac76d42d599372,                 0xc04347c0c0, 0xc04347c180)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:130 +0x458
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .Seal.func1(0xc042356240, 0xc042146540, 0xc0422886c0, 0xc0                4347c0c0, 0xc04347c180, 0x0, 0x1dac76d42d599372)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:72 +0x8e
created by github.com/ethereum/go-ethereum/consensus/ethas                h.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:73 +0x1de

goroutine 139791 [select]:
net.(*netFD).connect.func2(0x148ae60, 0xc04340cde0, 0xc043                ecc380, 0xc04340cfc0)
        C:/go/src/net/fd_windows.go:376 +0x164
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 140483 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all(0xc042428900, 0xc044234600, 0xf, 0x10, 0xcf0a81b653432                996, 0xe1380607421c583a, 0x33dfd2b05018b909)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:435 +0x11f
github.com/ethereum/go-ethereum/p2p/discover.(*Table).look                up.func1(0xc042428900, 0xc043ebfc00, 0xc046fb8000, 0xc0469                a16e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:287 +0x17f
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:288 +0x46d

goroutine 140523 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0x9fc664bbccfd7642, 0xfbd5cf907154faec, 0xf7c                b6e27b9294b6c, 0x7bac2f2b5be399b5, 0x9c2731e4f729e9c3, 0xe                cf2baccdfefa8ed, 0xb2cb5df972f2b4b, 0x74b95bca8e5ccdb8, 0x                c04356be00, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0x9fc664bbccfd7642, 0xfbd5cf907154faec, 0xf                7cb6e27b9294b6c, 0x7bac2f2b5be399b5, 0x9c2731e4f729e9c3, 0                xecf2baccdfefa8ed, 0xb2cb5df972f2b4b, 0x74b95bca8e5ccdb8,                 0xc04356be00, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824fe0, 0xc664bbccfd764200, 0xd5c                f907154faec9f, 0xcb6e27b9294b6cfb, 0xac2f2b5be399b5f7, 0x2                731e4f729e9c37b, 0xf2baccdfefa8ed9c, 0x2cb5df972f2b4bec, 0                xb95bca8e5ccdb80b, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xc664bbccfd764200, 0xd5cf907154faec9f, 0xc                b6e27b9294b6cfb, 0xac2f2b5be399b5f7, 0x2731e4f729e9c37b, 0                xf2baccdfefa8ed9c, 0x2cb5df972f2b4bec, 0xb95bca8e5ccdb80b,                 0xc04340d274, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f63280)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139783 [IO wait]:
net.runtime_pollWait(0x4c44078, 0x77, 0xc042cd4478)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc043ecc520, 0x77, 0xc042cd4478, 0x0                )
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc043ecc480, 0xe917dc,                 0x9, 0xf40118, 0xc04340cfc0, 0xc042cd4470, 0xc042cd444c)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).connect(0xc043ecc380, 0x148ae60, 0xc04340cde0                , 0x0, 0x0, 0x14813e0, 0xc043c9a300, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d
net.(*netFD).dial(0xc043ecc380, 0x148ae60, 0xc04340cde0, 0                x148e100, 0x0, 0x148e100, 0xc043509d40, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0
net.socket(0x148ae60, 0xc04340cde0, 0xe8ae6a, 0x3, 0x2, 0x                1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab
net.internetSocket(0x148ae60, 0xc04340cde0, 0xe8ae6a, 0x3,                 0x148e100, 0x0, 0x148e100, 0xc043509d40, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171
net.doDialTCP(0x148ae60, 0xc04340cde0, 0xe8ae6a, 0x3, 0x0,                 0xc043509d40, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0
net.dialTCP(0x148ae60, 0xc04340cde0, 0xe8ae6a, 0x3, 0x0, 0                xc043509d40, 0xc0441b3b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb
net.dialSingle(0x148ae60, 0xc04340cde0, 0xc04834e580, 0x14                85860, 0xc043509d40, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480
net.dialSerial(0x148ae60, 0xc04340cde0, 0xc04834e580, 0xc0                42cd4450, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227
net.(*Dialer).DialContext(0xc042479c20, 0x148ae20, 0xc0420                0c2f0, 0xe8ae6a, 0x3, 0xc043c9a2c0, 0x15, 0x0, 0x0, 0x0, .                ..)
        C:/go/src/net/dial.go:371 +0x712
net.(*Dialer).Dial(0xc042479c20, 0xe8ae6a, 0x3, 0xc043c9a2                c0, 0x15, 0xa9792ca38fdb1d4c, 0xef2634da12e7dca5, 0x54b791                615baf4019, 0xd3d6b48c2c8f0a80)
        C:/go/src/net/dial.go:294 +0x7c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                3509b60, 0xc04217dc00, 0xc049274000, 0xebaa24469e1e5b37)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:322 +0xd8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0435                09b60, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc043509b60, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 140504 [chan receive]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).putRec(0xc0420a0300, 0x1, 0xc043522                060, 0x54, 0x60, 0xc04313a580, 0x5, 0xa, 0x0, 0xb2a9562c,                 ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:313 +0x                3ea
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).Put(0xc0420a0300, 0xc043522060, 0x5                4, 0x60, 0xc04313a580, 0x5, 0xa, 0x0, 0x54, 0x52)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:351 +0x                94
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).sto                reInt64(0xc042035b60, 0xc043522060, 0x54, 0x60, 0x5954ab16                , 0x16d0e4c3f672fd24, 0xf180dd975d1c9f1b)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:175 +0xe4
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).upd                ateLastPing(0xc042035b60, 0xbc6cb98962ac01f, 0x9a91895c217                c2134, 0x1fc49238bfd5455f, 0xd86ccc13366aabfb, 0xfefefe910                189b566, 0x16d0e4c3f672fd24, 0xf180dd975d1c9f1b, 0xebfc0fd                e21c2f4a5, 0xed0e6a216, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:278 +0xa9
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xbc6cb98962ac01f, 0x9a91895c217c2134, 0x1f                c49238bfd5455f, 0xd86ccc13366aabfb, 0xfefefe910189b566, 0x                16d0e4c3f672fd24, 0xf180dd975d1c9f1b, 0xebfc0fde21c2f4a5,                 0xc0435df920, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:532 +0x8b
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b0dc0, 0xc6cb98962ac01f00, 0x918                95c217c21340b, 0xc49238bfd5455f9a, 0x6ccc13366aabfb1f, 0xf                efe910189b566d8, 0xd0e4c3f672fd24fe, 0x80dd975d1c9f1b16, 0                xfc0fde21c2f4a5f1, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xc6cb98962ac01f00, 0x91895c217c21340b, 0xc                49238bfd5455f9a, 0x6ccc13366aabfb1f, 0xfefe910189b566d8, 0                xd0e4c3f672fd24fe, 0x80dd975d1c9f1b16, 0xfc0fde21c2f4a5f1,                 0xc044217feb, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b400)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139848 [IO wait]:
net.runtime_pollWait(0x4c43a78, 0x77, 0xc04313a428)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc0421d7160, 0x77, 0xc04313a428, 0x0                )
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc0421d70c0, 0xe917dc,                 0x9, 0xf40118, 0xc04340c3c0, 0xc04313a420, 0xc0423565fc)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).connect(0xc0421d6fc0, 0x148ae60, 0xc04340c360                , 0x0, 0x0, 0x14813e0, 0xc0434d83e0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d
net.(*netFD).dial(0xc0421d6fc0, 0x148ae60, 0xc04340c360, 0                x148e100, 0x0, 0x148e100, 0xc0428b40f0, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0
net.socket(0x148ae60, 0xc04340c360, 0xe8ae6a, 0x3, 0x2, 0x                1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab
net.internetSocket(0x148ae60, 0xc04340c360, 0xe8ae6a, 0x3,                 0x148e100, 0x0, 0x148e100, 0xc0428b40f0, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171
net.doDialTCP(0x148ae60, 0xc04340c360, 0xe8ae6a, 0x3, 0x0,                 0xc0428b40f0, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0
net.dialTCP(0x148ae60, 0xc04340c360, 0xe8ae6a, 0x3, 0x0, 0                xc0428b40f0, 0xc0469d1b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb
net.dialSingle(0x148ae60, 0xc04340c360, 0xc04841c180, 0x14                85860, 0xc0428b40f0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480
net.dialSerial(0x148ae60, 0xc04340c360, 0xc04841c180, 0xc0                42357fe0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227
net.(*Dialer).DialContext(0xc042479c20, 0x148ae20, 0xc0420                0c2f0, 0xe8ae6a, 0x3, 0xc0434d8380, 0x15, 0x0, 0x0, 0x0, .                ..)
        C:/go/src/net/dial.go:371 +0x712
net.(*Dialer).Dial(0xc042479c20, 0xe8ae6a, 0x3, 0xc0434d83                80, 0x15, 0x148eee0, 0xc042d8e0d8, 0x0, 0x0)
        C:/go/src/net/dial.go:294 +0x7c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                28b40c0, 0xc04217dc00, 0xc0447c8b80, 0x86fd93b54ab3b262)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:322 +0xd8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0428                b40c0, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc0428b40c0, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 140503 [chan receive]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).putRec(0xc0420a0300, 0x1, 0xc043300                060, 0x54, 0x60, 0xc0423560c0, 0x5, 0xa, 0x0, 0xb2a9562c,                 ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:313 +0x                3ea
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/g                oleveldb/leveldb.(*DB).Put(0xc0420a0300, 0xc043300060, 0x5                4, 0x60, 0xc0423560c0, 0x5, 0xa, 0x0, 0x54, 0x52)
        C:/gopath/src/github.com/ethereum/go-ethereum/vend                or/github.com/syndtr/goleveldb/leveldb/db_write.go:351 +0x                94
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).sto                reInt64(0xc042035b60, 0xc043300060, 0x54, 0x60, 0x5954ab16                , 0xf0c1b9d1b271a588, 0xfad35fef0977e25e)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:175 +0xe4
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).upd                ateLastPing(0xc042035b60, 0x6ed3040e8072e808, 0xe160d4edc1                8a8fc7, 0x1b1b888d4ab1c043, 0x6c4a6b0e63b3fdd0, 0xb4dd9ebe                3ce64cc6, 0xf0c1b9d1b271a588, 0xfad35fef0977e25e, 0x9026f7                bde9a71407, 0xed0e6a216, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:278 +0xa9
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0x6ed3040e8072e808, 0xe160d4edc18a8fc7, 0x1                b1b888d4ab1c043, 0x6c4a6b0e63b3fdd0, 0xb4dd9ebe3ce64cc6, 0                xf0c1b9d1b271a588, 0xfad35fef0977e25e, 0x9026f7bde9a71407,                 0xc0435df890, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:532 +0x8b
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b0d60, 0xd3040e8072e80800, 0x60d                4edc18a8fc76e, 0x1b888d4ab1c043e1, 0x4a6b0e63b3fdd01b, 0xd                d9ebe3ce64cc66c, 0xc1b9d1b271a588b4, 0xd35fef0977e25ef0, 0                x26f7bde9a71407fa, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xd3040e8072e80800, 0x60d4edc18a8fc76e, 0x1                b888d4ab1c043e1, 0x4a6b0e63b3fdd01b, 0xdd9ebe3ce64cc66c, 0                xc1b9d1b271a588b4, 0xd35fef0977e25ef0, 0x26f7bde9a71407fa,                 0x972690, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b300)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140519 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0x4eeaf2ddf293fa5d, 0x9c19b9367447f3d2, 0x55c                85ff5025e1471, 0xed1868c258a175fd, 0x691e97ef1dab1308, 0x6                7696761f7c398bd, 0x422a55fc2e948c90, 0xdfc521164f22ad45, 0                xc04356ba10, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0x4eeaf2ddf293fa5d, 0x9c19b9367447f3d2, 0x5                5c85ff5025e1471, 0xed1868c258a175fd, 0x691e97ef1dab1308, 0                x67696761f7c398bd, 0x422a55fc2e948c90, 0xdfc521164f22ad45,                 0xc04356ba10, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824c80, 0xeaf2ddf293fa5d00, 0x19b                9367447f3d24e, 0xc85ff5025e14719c, 0x1868c258a175fd55, 0x1                e97ef1dab1308ed, 0x696761f7c398bd69, 0x2a55fc2e948c9067, 0                xc521164f22ad4542, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xeaf2ddf293fa5d00, 0x19b9367447f3d24e, 0xc                85ff5025e14719c, 0x1868c258a175fd55, 0x1e97ef1dab1308ed, 0                x696761f7c398bd69, 0x2a55fc2e948c9067, 0xc521164f22ad4542,                 0x9726df, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f62e80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140506 [GC assist wait]:
github.com/ethereum/go-ethereum/p2p/discover.makeKey(0xb58                3932b74f9b31c, 0xad2d33c36a612ee9, 0x3934b1fe19f26dcc, 0xc                76685f65402acce, 0x61423af469ffd340, 0x7e92660bbd25948b, 0                xd20515009d09a543, 0xd23d78e290fec555, 0xc0421367a0, 0x12,                 ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:138 +0x1ca
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).upd                ateLastPing(0xc042035b60, 0xb583932b74f9b31c, 0xad2d33c36a                612ee9, 0x3934b1fe19f26dcc, 0xc76685f65402acce, 0x61423af4                69ffd340, 0x7e92660bbd25948b, 0xd20515009d09a543, 0xd23d78                e290fec555, 0xed0e6a216, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/database.go:278 +0x63
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xb583932b74f9b31c, 0xad2d33c36a612ee9, 0x3                934b1fe19f26dcc, 0xc76685f65402acce, 0x61423af469ffd340, 0                x7e92660bbd25948b, 0xd20515009d09a543, 0xd23d78e290fec555,                 0xc0435dfa40, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:532 +0x8b
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b0e80, 0x83932b74f9b31c00, 0x2d3                3c36a612ee9b5, 0x34b1fe19f26dccad, 0x6685f65402acce39, 0x4                23af469ffd340c7, 0x92660bbd25948b61, 0x515009d09a5437e, 0x                3d78e290fec555d2, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x83932b74f9b31c00, 0x2d33c36a612ee9b5, 0x3                4b1fe19f26dccad, 0x6685f65402acce39, 0x423af469ffd340c7, 0                x92660bbd25948b61, 0x515009d09a5437e, 0x3d78e290fec555d2,                 0xc048517fd2, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b600)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140236 [IO wait]:
net.runtime_pollWait(0x4c43fb8, 0x77, 0xc042cd4488)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc047af48a0, 0x77, 0xc042cd4488, 0x0                )
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc047af4800, 0xe917dc,                 0x9, 0xf40118, 0xc0432db140, 0xc042cd4480, 0xc042cd440c)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).connect(0xc047af4700, 0x148ae60, 0xc0432dae40                , 0x0, 0x0, 0x14813e0, 0xc0437ed4c0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d
net.(*netFD).dial(0xc047af4700, 0x148ae60, 0xc0432dae40, 0                x148e100, 0x0, 0x148e100, 0xc043423380, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0
net.socket(0x148ae60, 0xc0432dae40, 0xe8ae6a, 0x3, 0x2, 0x                1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab
net.internetSocket(0x148ae60, 0xc0432dae40, 0xe8ae6a, 0x3,                 0x148e100, 0x0, 0x148e100, 0xc043423380, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171
net.doDialTCP(0x148ae60, 0xc0432dae40, 0xe8ae6a, 0x3, 0x0,                 0xc043423380, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0
net.dialTCP(0x148ae60, 0xc0432dae40, 0xe8ae6a, 0x3, 0x0, 0                xc043423380, 0xc044217b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb
net.dialSingle(0x148ae60, 0xc0432dae40, 0xc04842fb80, 0x14                85860, 0xc043423380, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480
net.dialSerial(0x148ae60, 0xc0432dae40, 0xc04842fb80, 0xc0                42cd4470, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227
net.(*Dialer).DialContext(0xc042479c20, 0x148ae20, 0xc0420                0c2f0, 0xe8ae6a, 0x3, 0xc0437ed460, 0x13, 0x0, 0x0, 0x0, .                ..)
        C:/go/src/net/dial.go:371 +0x712
net.(*Dialer).Dial(0xc042479c20, 0xe8ae6a, 0x3, 0xc0437ed4                60, 0x13, 0x148eee0, 0xc0420042d0, 0x0, 0x0)
        C:/go/src/net/dial.go:294 +0x7c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                3423350, 0xc04217dc00, 0xc043236d80, 0xc046dcb601)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:322 +0xd8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0434                23350, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc043423350, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 140476 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all(0xc042428900, 0xc047d8a080, 0x10, 0x10, 0x9c7def088b12                3ec9, 0xe7d70f4d61192681, 0x46df293dfa93593f)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:435 +0x11f
github.com/ethereum/go-ethereum/p2p/discover.(*Table).look                up.func1(0xc042428900, 0xc04263e080, 0xc046fb8000, 0xc0469                a16e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:287 +0x17f
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:288 +0x46d

goroutine 140515 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0                xc042085f80, 0xb35ca084a201bad5, 0xf09120d92d66435b, 0x541                862b5e0391aee, 0x2bc30cb22b0163cc, 0xff194998d977763d, 0xc                206815ad533e2fc, 0xaea8ded0329ab849, 0x2bd63dc5fbff153e, 0                xc04356b530, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/udp.go:279 +0x253
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                (0xc042428900, 0xb35ca084a201bad5, 0xf09120d92d66435b, 0x5                41862b5e0391aee, 0x2bc30cb22b0163cc, 0xff194998d977763d, 0                xc206815ad533e2fc, 0xaea8ded0329ab849, 0x2bd63dc5fbff153e,                 0xc04356b530, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:533 +0xd8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc043824820, 0x5ca084a201bad500, 0x912                0d92d66435bb3, 0x1862b5e0391aeef0, 0xc30cb22b0163cc54, 0x1                94998d977763d2b, 0x6815ad533e2fcff, 0xa8ded0329ab849c2, 0x                d63dc5fbff153eae, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:513 +0xc5
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x5ca084a201bad500, 0x9120d92d66435bb3, 0x1                862b5e0391aeef0, 0xc30cb22b0163cc54, 0x194998d977763d2b, 0                x6815ad533e2fcff, 0xa8ded0329ab849c2, 0xd63dc5fbff153eae,                 0xc044217f2b, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc0434c36e0, 0xc046f62a80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139264 [GC assist wait]:
github.com/ethereum/go-ethereum/crypto/sha3.(*state).Sum(0                xc044670700, 0x0, 0x0, 0x0, 0x60, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cryp                to/sha3/sha3.go:190 +0xf7
github.com/ethereum/go-ethereum/crypto.Keccak256(0xc0447f1                ba0, 0x1, 0x1, 0x40, 0x60, 0xc044655180)
        C:/gopath/src/github.com/ethereum/go-ethereum/cryp                to/crypto.go:48 +0xe3
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                (0xc0447f1d78, 0x20, 0x20, 0x2c80bd7726e83ed5, 0x3ffff880,                 0xc043dbabc0, 0xc0447f1c48, 0x406a5b, 0xd1e440, 0xc04347c                0c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:326 +0x644
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                Full(0x5590008, 0xffffe20, 0xffffe20, 0xc0447f1d78, 0x20,                 0x20, 0x2c80bd7726e83ed5, 0xc043dbab60, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:355 +0xc5
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .mine(0xc042146540, 0xc0422886c0, 0x2, 0x2c80bd7726cbfbd0,                 0xc04347c0c0, 0xc04347c180)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:130 +0x458
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .Seal.func1(0xc042356240, 0xc042146540, 0xc0422886c0, 0xc0                4347c0c0, 0xc04347c180, 0x2, 0x2c80bd7726cbfbd0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:72 +0x8e
created by github.com/ethereum/go-ethereum/consensus/ethas                h.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:73 +0x1de

goroutine 140508 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b0fa0, 0x25408b895129ac00, 0xc66                c71f6c7e68db8, 0x148c2691c2fd9e60, 0xde8c07286dbfe29c, 0xf                ee59f7d6347e21f, 0xcafec8d7443db696, 0xa3792143a1f628b3, 0                xb8e10816ef99adce, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:509 +0x55
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x25408b895129ac00, 0xc66c71f6c7e68db8, 0x1                48c2691c2fd9e60, 0xde8c07286dbfe29c, 0xfee59f7d6347e21f, 0                xcafec8d7443db696, 0xa3792143a1f628b3, 0xb8e10816ef99adce,                 0x598cbce85e4ffb76, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926b800)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140414 [runnable]:
net.runtime_pollWait(0x4c43478, 0x72, 0x147c688)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc0485016a0, 0x72, 0x147c688, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa690, 0xc048501560, 0xe8ec0b,                 0x7, 0xf400f0, 0xc0448c04e0, 0xc044535440, 0x24)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).Read(0xc048501500, 0xc04491a0e0, 0xd2, 0xd2,                 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:452 +0x13d
net.(*conn).Read(0xc042d8e0d8, 0xc04491a0e0, 0xd2, 0xd2, 0                x0, 0x0, 0x0)
        C:/go/src/net/net.go:181 +0x77
io.ReadAtLeast(0x52f4110, 0xc042d8e0d8, 0xc04491a0e0, 0xd2                , 0xd2, 0xd2, 0xc042017950, 0xc042017900, 0x0)
        C:/go/src/io/io.go:307 +0xb0
io.ReadFull(0x52f4110, 0xc042d8e0d8, 0xc04491a0e0, 0xd2, 0                xd2, 0xd2, 0xc044535600, 0x0)
        C:/go/src/io/io.go:325 +0x5f
github.com/ethereum/go-ethereum/p2p.readHandshakeMsg(0x147                eee0, 0xc043f1d100, 0xd2, 0xc04234fc50, 0x52f4110, 0xc042d                8e0d8, 0x0, 0x0, 0xc04200f000, 0x455f40, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                rlpx.go:474 +0xaf
github.com/ethereum/go-ethereum/p2p.initiatorEncHandshake(                0x52f40b8, 0xc042d8e0d8, 0xc04234fc50, 0x7269f4fae248805d,                 0xcd28092e5edf7862, 0x19202079d75c1301, 0x9a411b96ad5b868                , 0x1975e6908366ef74, 0x457e9ec3fdd1b677, 0x4e441e2036977f                4b, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                rlpx.go:283 +0x234
github.com/ethereum/go-ethereum/p2p.(*rlpx).doEncHandshake                (0xc0432c1a10, 0xc04234fc50, 0xc047de4400, 0x0, 0x0, 0x0,                 0x0, 0x0, 0x0, 0x0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                rlpx.go:171 +0x120
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0x                c04217dc00, 0x148eee0, 0xc042d8e0d8, 0x1, 0xc047de4400)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:689 +0x1ce
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                33aa810, 0xc04217dc00, 0xc047de4400, 0xc042479d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:328 +0x293
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0433                aa810, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc0433aa810, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 140511 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b1140, 0x6889a0d8d466f300, 0xfe2                1450687a7b5a8, 0x6a57a5d8f139bd27, 0x11d70e299c1fed85, 0xa                c7968fa43cff7ae, 0x5b2a73a585b6836d, 0xa5ff5fdf38ad44b5, 0                x49deaa189ccba2a4, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:509 +0x55
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0x6889a0d8d466f300, 0xfe21450687a7b5a8, 0x6                a57a5d8f139bd27, 0x11d70e299c1fed85, 0xac7968fa43cff7ae, 0                x5b2a73a585b6836d, 0xa5ff5fdf38ad44b5, 0x49deaa189ccba2a4,                 0xe8, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926bb00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140530 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b1280, 0xeb4ea44ee05bbf00, 0x489                4528ee1d8ef13, 0x882086696b694b05, 0xe6496b246dbc1f30, 0xe                981d81471822759, 0xd9aab887aa520481, 0x2fd0caa23f0e4c76, 0                x8413c376e7a638c9, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:509 +0x55
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xeb4ea44ee05bbf00, 0x4894528ee1d8ef13, 0x8                82086696b694b05, 0xe6496b246dbc1f30, 0xe981d81471822759, 0                xd9aab887aa520481, 0x2fd0caa23f0e4c76, 0x8413c376e7a638c9,                 0xcf3a05, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926be80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 140317 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).look                up(0xc042428900, 0x74a34e2e6bd090f9, 0x90e21946f001e860, 0                x9bcd743b4eae86b0, 0x586ce2ce31ba4caa, 0x2b872c7d6b24df87,                 0x3b818ff4b8b7264d, 0x2013aa76a57c2259, 0xaa5874c63662e4b                1, 0x1, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:296 +0x4d1
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Look                up(0xc042428900, 0x74a34e2e6bd090f9, 0x90e21946f001e860, 0                x9bcd743b4eae86b0, 0x586ce2ce31ba4caa, 0x2b872c7d6b24df87,                 0x3b818ff4b8b7264d, 0x2013aa76a57c2259, 0xaa5874c63662e4b                1, 0x404dcd, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:234 +0x57
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc                0428c22c0, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:347 +0x18e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147efa0, 0xc0428c22c0, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 140513 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping                pong(0xc042428900, 0xc0469b1200, 0xf2b3591cdbec7b00, 0x574                86aa94a6cc18a, 0x9cbf895a760479c, 0xad8f8a39fce84e75, 0x16                51ad6c4650a9cc, 0x1f27bc5cec11bc19, 0xb5e339a5f5dade77, 0x                9cd31bcf0aba2270, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:509 +0x55
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                (0xc042428900, 0xf2b3591cdbec7b00, 0x57486aa94a6cc18a, 0x9                cbf895a760479c, 0xad8f8a39fce84e75, 0x1651ad6c4650a9cc, 0x                1f27bc5cec11bc19, 0xb5e339a5f5dade77, 0x9cd31bcf0aba2270,                 0x97266e, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:485 +0x7d0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond                all.func1(0xc042428900, 0xc043433aa0, 0xc04926bd80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:430 +0xe4
created by github.com/ethereum/go-ethereum/p2p/discover.(*                Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                discover/table.go:432 +0xac

goroutine 139263 [GC assist wait]:
github.com/ethereum/go-ethereum/crypto.Keccak256(0xc0469cf                ba0, 0x1, 0x1, 0x40, 0x60, 0xc044678200)
        C:/gopath/src/github.com/ethereum/go-ethereum/cryp                to/crypto.go:44 +0x38
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                (0xc0469cfd78, 0x20, 0x20, 0x7ba1bea68bd9df37, 0x3ffff880,                 0xc042dd2780, 0xc0469cfc48, 0x406a5b, 0xd1e440, 0xc04347c                0c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:326 +0x644
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                Full(0x5590008, 0xffffe20, 0xffffe20, 0xc0469cfd78, 0x20,                 0x20, 0x7ba1bea68bd9df37, 0xc042dd2720, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:355 +0xc5
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .mine(0xc042146540, 0xc0422886c0, 0x1, 0x7ba1bea68bbdbac0,                 0xc04347c0c0, 0xc04347c180)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:130 +0x458
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .Seal.func1(0xc042356240, 0xc042146540, 0xc0422886c0, 0xc0                4347c0c0, 0xc04347c180, 0x1, 0x7ba1bea68bbdbac0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:72 +0x8e
created by github.com/ethereum/go-ethereum/consensus/ethas                h.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:73 +0x1de

goroutine 139921 [IO wait]:
net.runtime_pollWait(0x1b52f00, 0x77, 0xc042cd02d8)
        C:/go/src/runtime/netpoll.go:164 +0x60
net.(*pollDesc).wait(0xc0431e1860, 0x77, 0xc042cd02d8, 0x0                )
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f
net.(*ioSrv).ExecIO(0xc0420fa698, 0xc0431e17c0, 0xe917dc,                 0x9, 0xf40118, 0xc043300900, 0xc042cd02d0, 0xc042cd02ac)
        C:/go/src/net/fd_windows.go:196 +0xfe
net.(*netFD).connect(0xc0431e16c0, 0x148ae60, 0xc0433008a0                , 0x0, 0x0, 0x14813e0, 0xc043c8c720, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d
net.(*netFD).dial(0xc0431e16c0, 0x148ae60, 0xc0433008a0, 0                x148e100, 0x0, 0x148e100, 0xc0434b0900, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0
net.socket(0x148ae60, 0xc0433008a0, 0xe8ae6a, 0x3, 0x2, 0x                1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab
net.internetSocket(0x148ae60, 0xc0433008a0, 0xe8ae6a, 0x3,                 0x148e100, 0x0, 0x148e100, 0xc0434b0900, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171
net.doDialTCP(0x148ae60, 0xc0433008a0, 0xe8ae6a, 0x3, 0x0,                 0xc0434b0900, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0
net.dialTCP(0x148ae60, 0xc0433008a0, 0xe8ae6a, 0x3, 0x0, 0                xc0434b0900, 0xc0447edb30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb
net.dialSingle(0x148ae60, 0xc0433008a0, 0xc048118e80, 0x14                85860, 0xc0434b0900, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480
net.dialSerial(0x148ae60, 0xc0433008a0, 0xc048118e80, 0xc0                42cd02c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227
net.(*Dialer).DialContext(0xc042479c20, 0x148ae20, 0xc0420                0c2f0, 0xe8ae6a, 0x3, 0xc043c8c6e0, 0x12, 0x0, 0x0, 0x0, .                ..)
        C:/go/src/net/dial.go:371 +0x712
net.(*Dialer).Dial(0xc042479c20, 0xe8ae6a, 0x3, 0xc043c8c6                e0, 0x12, 0x9ace4b, 0x180001, 0x0, 0x0)
        C:/go/src/net/dial.go:294 +0x7c
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04                34b08d0, 0xc04217dc00, 0xc046b68a00, 0xc042479d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:322 +0xd8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc0434                b08d0, 0xc04217dc00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                dial.go:276 +0x59
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(                0x147ef60, 0xc0434b08d0, 0xc04217dc00, 0xc046959d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).r                un.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/                server.go:482 +0x1c5

goroutine 139265 [GC assist wait]:
github.com/ethereum/go-ethereum/crypto/sha3.(*state).Sum(0                xc0446756c0, 0x0, 0x0, 0x0, 0x28, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cryp                to/sha3/sha3.go:189 +0x38
github.com/ethereum/go-ethereum/crypto.Keccak512(0xc042871                bb8, 0x1, 0x1, 0xc0432c1830, 0x28, 0x28)
        C:/gopath/src/github.com/ethereum/go-ethereum/cryp                to/crypto.go:68 +0xe3
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                (0xc042871d78, 0x20, 0x20, 0x78fc806c9a47c8a8, 0x3ffff880,                 0xc042b7a7a0, 0xc042871c48, 0x406a5b, 0xd1e440, 0xc04347c                0c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:298 +0x14d
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto                Full(0x5590008, 0xffffe20, 0xffffe20, 0xc042871d78, 0x20,                 0x20, 0x78fc806c9a47c8a8, 0xc042b7a740, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/algorithm.go:355 +0xc5
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .mine(0xc042146540, 0xc0422886c0, 0x3, 0x78fc806c9a2b927b,                 0xc04347c0c0, 0xc04347c180)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:130 +0x458
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash)                .Seal.func1(0xc042356240, 0xc042146540, 0xc0422886c0, 0xc0                4347c0c0, 0xc04347c180, 0x3, 0x78fc806c9a2b927b)
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:72 +0x8e
created by github.com/ethereum/go-ethereum/consensus/ethas                h.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/cons                ensus/ethash/sealer.go:73 +0x1de
karalabe commented 7 years ago

This one seems to be something in Go's GC. I've opened an issue upstream, lets see if they have some idea on what might have caused this. Was this a one-off crash or did you manage to reproduce it multiple times?

EasonWang01 commented 7 years ago

After conduct some experiment,it will always happen when running with miner.start() with default genesis block in private net, and about 1/20 happen in custom genesis block with miner.start() .I guess it might cause by 100% loading of CPU.

aclements commented 7 years ago

@EasonWang01, can you reproduce this with the GOTRACEBACK environment variable set to system and paste the entire traceback?

EasonWang01 commented 7 years ago

How to set GOTRACEBACK with geth?

karalabe commented 7 years ago

That's an environmental variable, you need to set it in your operating system. If you're running Geth from the command prompt, you should be able to do something like setx GOTRACEBACK system before running the geth command.

If you are not using the command line to start Geth, you'll need to do it via the Windows UI such as in https://www.computerhope.com/issues/ch000549.htm. You might need to restart though if using this method for the changes to come into effect.

EasonWang01 commented 7 years ago

Microsoft Windows [版本 10.0.14393]
(c) 2016 Microsoft Corporation. 著作權所有,並保留一切權利。

C:\Users\user>ffdsdfsdfsdfsdfsfdgeth --ipcdisable --rpc --rpcport 8104 --datadir "./privatechain/01" --networkid 123 --rpcapi="db,eth,net,web3,personal" --port=30310 consolfffsdsf
'ffdsdfsdfsdfsdfsfdgeth' 不是內部或外部命令、可執行的程式或批次檔。

C:\Users\user>geth --ipcdisable --rpc --rpcport 8108 --datadir "./privatechain/03" --networkid 123 --rpcapi="db,eth,net,web3,personal" --port=30312 console
INFO [06-30|16:44:38] Starting peer-to-peer node               instance=Geth/v1.6.6-stable-10a45cb5/windows-amd64/go1.8.3
INFO [06-30|16:44:38] Allocated cache and file handles         database=C:\\Users\\user\\privatechain\\03\\geth\\chaindata cache=128 handles=1024
INFO [06-30|16:44:38] Initialised chain configuration          config="{ChainID: 123 Homestead: 1 DAO: <nil> DAOSupport: false EIP150: 2 EIP155: 3 EIP158: 3 Metropolis: <nil> Engine: ethash}"
INFO [06-30|16:44:38] Disk storage enabled for ethash caches   dir=C:\\Users\\user\\privatechain\\03\\geth\\ethash count=3
INFO [06-30|16:44:38] Disk storage enabled for ethash DAGs     dir=C:\\Users\\user\\AppData\\Ethash                count=2
INFO [06-30|16:44:38] Initialising Ethereum protocol           versions="[63 62]" network=123
INFO [06-30|16:44:38] Loaded most recent local header          number=727 hash=c09071…602487 td=526271660
INFO [06-30|16:44:38] Loaded most recent local full block      number=727 hash=c09071…602487 td=526271660
INFO [06-30|16:44:38] Loaded most recent local fast block      number=727 hash=c09071…602487 td=526271660
WARN [06-30|16:44:38] Blockchain not empty, fast sync disabled
INFO [06-30|16:44:38] Starting P2P networking
INFO [06-30|16:44:40] UDP listener up                          self=enode://2e4f4b718e1ff34fbfe7c4c4d0d73e17a2f235c29f98d7077d63f2ebcf9d873b0c074053633130bf3d5bfdd065d4296c5a3ea600f11698fdcbb338c50368eaac@[::]:30312
INFO [06-30|16:44:40] RLPx listener up                         self=enode://2e4f4b718e1ff34fbfe7c4c4d0d73e17a2f235c29f98d7077d63f2ebcf9d873b0c074053633130bf3d5bfdd065d4296c5a3ea600f11698fdcbb338c50368eaac@[::]:30312
INFO [06-30|16:44:40] HTTP endpoint opened: http://127.0.0.1:8108
Welcome to the Geth JavaScript console!

instance: Geth/v1.6.6-stable-10a45cb5/windows-amd64/go1.8.3
coinbase: 0x5dad12eec9198226b3c2a72e31cb071b67f9ffd1
at block: 727 (Fri, 30 Jun 2017 16:37:45 CST)
 datadir: C:\Users\user\privatechain\03
 modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0

> miner.start()
INFO [06-30|16:44:45] Updated mining threads                   threads=0
INFO [06-30|16:44:45] Transaction pool price threshold updated price=18000000000
INFO [0n6u-l3l0|
16> :44:45] Starting mining operation
INFO [06-30|16:44:45] Commit new mining work                   number=728 txs=0 uncles=0 elapsed=501.7µs
INFO [06-30|16:44:48] Successfully sealed new block            number=728 hash=d5e99d…294eca
INFO [06-30|16:44:48] 🔨 mined potential block                  number=728 hash=d5e99d…294eca
INFO [06-30|16:44:48] Commit new mining work                   number=729 txs=0 uncles=0 elapsed=500.7µs
INFO [06-30|16:44:51] Successfully sealed new block            number=729 hash=62b9ac…87d2a5
INFO [06-30|16:44:51] 🔨 mined potential block                  number=729 hash=62b9ac…87d2a5
INFO [06-30|16:44:51] Commit new mining work                   number=730 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:44:52] Successfully sealed new block            number=730 hash=ef388c…a7502c
INFO [06-30|16:44:52] 🔨 mined potential block                  number=730 hash=ef388c…a7502c
INFO [06-30|16:44:52] Commit new mining work                   number=731 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:44:55] Successfully sealed new block            number=731 hash=f664f0…0ade2e
INFO [06-30|16:44:55] 🔨 mined potential block                  number=731 hash=f664f0…0ade2e
INFO [06-30|16:44:55] Commit new mining work                   number=732 txs=0 uncles=0 elapsed=501.1µs
INFO [06-30|16:44:56] Successfully sealed new block            number=732 hash=966227…07a294
INFO [06-30|16:44:56] 🔨 mined potential block                  number=732 hash=966227…07a294
INFO [06-30|16:44:56] Commit new mining work                   number=733 txs=0 uncles=0 elapsed=502µs
INFO [06-30|16:44:57] Successfully sealed new block            number=733 hash=62a026…6ff4f0
INFO [06-30|16:44:57] 🔗 block reached canonical chain          number=728 hash=d5e99d…294eca
INFO [06-30|16:44:57] 🔨 mined potential block                  number=733 hash=62a026…6ff4f0
INFO [06-30|16:44:57] Commit new mining work                   number=734 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:44:59] Successfully sealed new block            number=734 hash=c24856…4f9122
INFO [06-30|16:44:59] 🔗 block reached canonical chain          number=729 hash=62b9ac…87d2a5
INFO [06-30|16:44:59] 🔨 mined potential block                  number=734 hash=c24856…4f9122
INFO [06-30|16:44:59] Commit new mining work                   number=735 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:03] Successfully sealed new block            number=735 hash=1dda74…e8b9a2
INFO [06-30|16:45:03] 🔗 block reached canonical chain          number=730 hash=ef388c…a7502c
INFO [06-30|16:45:03] 🔨 mined potential block                  number=735 hash=1dda74…e8b9a2
INFO [06-30|16:45:03] Commit new mining work                   number=736 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:03] Successfully sealed new block            number=736 hash=b742e7…4d20f7
INFO [06-30|16:45:03] 🔗 block reached canonical chain          number=731 hash=f664f0…0ade2e
INFO [06-30|16:45:03] 🔨 mined potential block                  number=736 hash=b742e7…4d20f7
INFO [06-30|16:45:03] Commit new mining work                   number=737 txs=0 uncles=0 elapsed=501.4µs
INFO [06-30|16:45:04] Successfully sealed new block            number=737 hash=caf968…135114
INFO [06-30|16:45:04] 🔗 block reached canonical chain          number=732 hash=966227…07a294
INFO [06-30|16:45:04] 🔨 mined potential block                  number=737 hash=caf968…135114
INFO [06-30|16:45:04] Commit new mining work                   number=738 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:08] Successfully sealed new block            number=738 hash=74e252…d1b537
INFO [06-30|16:45:08] 🔗 block reached canonical chain          number=733 hash=62a026…6ff4f0
INFO [06-30|16:45:08] 🔨 mined potential block                  number=738 hash=74e252…d1b537
INFO [06-30|16:45:08] Commit new mining work                   number=739 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:11] Successfully sealed new block            number=739 hash=74f241…81e4d5
INFO [06-30|16:45:11] 🔗 block reached canonical chain          number=734 hash=c24856…4f9122
INFO [06-30|16:45:11] 🔨 mined potential block                  number=739 hash=74f241…81e4d5
INFO [06-30|16:45:11] Commit new mining work                   number=740 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:15] Successfully sealed new block            number=740 hash=c5931a…72e37e
INFO [06-30|16:45:15] 🔗 block reached canonical chain          number=735 hash=1dda74…e8b9a2
INFO [06-30|16:45:15] 🔨 mined potential block                  number=740 hash=c5931a…72e37e
INFO [06-30|16:45:15] Commit new mining work                   number=741 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:16] Successfully sealed new block            number=741 hash=e91f79…8409e1
INFO [06-30|16:45:16] 🔗 block reached canonical chain          number=736 hash=b742e7…4d20f7
INFO [06-30|16:45:16] 🔨 mined potential block                  number=741 hash=e91f79…8409e1
INFO [06-30|16:45:16] Commit new mining work                   number=742 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:23] Successfully sealed new block            number=742 hash=1656a0…834e53
INFO [06-30|16:45:23] 🔗 block reached canonical chain          number=737 hash=caf968…135114
INFO [06-30|16:45:23] 🔨 mined potential block                  number=742 hash=1656a0…834e53
INFO [06-30|16:45:23] Commit new mining work                   number=743 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:28] Successfully sealed new block            number=743 hash=8d59ac…3ad5bd
INFO [06-30|16:45:28] 🔗 block reached canonical chain          number=738 hash=74e252…d1b537
INFO [06-30|16:45:28] 🔨 mined potential block                  number=743 hash=8d59ac…3ad5bd
INFO [06-30|16:45:28] Commit new mining work                   number=744 txs=0 uncles=0 elapsed=501.5µs
INFO [06-30|16:45:29] Successfully sealed new block            number=744 hash=cb9a10…0e16ed
INFO [06-30|16:45:29] 🔗 block reached canonical chain          number=739 hash=74f241…81e4d5
INFO [06-30|16:45:29] Commit new mining work                   number=745 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:29] 🔨 mined potential block                  number=744 hash=cb9a10…0e16ed
INFO [06-30|16:45:29] Successfully sealed new block            number=745 hash=21f088…27ce5d
INFO [06-30|16:45:29] 🔗 block reached canonical chain          number=740 hash=c5931a…72e37e
INFO [06-30|16:45:29] 🔨 mined potential block                  number=745 hash=21f088…27ce5d
INFO [06-30|16:45:29] Commit new mining work                   number=746 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:30] Successfully sealed new block            number=746 hash=d6d18c…cf8d96
INFO [06-30|16:45:30] 🔗 block reached canonical chain          number=741 hash=e91f79…8409e1
INFO [06-30|16:45:30] Commit new mining work                   number=747 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:30] 🔨 mined potential block                  number=746 hash=d6d18c…cf8d96
INFO [06-30|16:45:31] Successfully sealed new block            number=747 hash=435735…6796c3
INFO [06-30|16:45:31] 🔗 block reached canonical chain          number=742 hash=1656a0…834e53
INFO [06-30|16:45:31] Commit new mining work                   number=748 txs=0 uncles=0 elapsed=497.2µs
INFO [06-30|16:45:31] 🔨 mined potential block                  number=747 hash=435735…6796c3
INFO [06-30|16:45:32] Successfully sealed new block            number=748 hash=b41560…18c136
INFO [06-30|16:45:32] 🔗 block reached canonical chain          number=743 hash=8d59ac…3ad5bd
INFO [06-30|16:45:32] 🔨 mined potential block                  number=748 hash=b41560…18c136
INFO [06-30|16:45:32] Commit new mining work                   number=749 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:32] Successfully sealed new block            number=749 hash=32daea…1ad48d
INFO [06-30|16:45:32] 🔗 block reached canonical chain          number=744 hash=cb9a10…0e16ed
INFO [06-30|16:45:32] Mining too far in the future             wait=2s
INFO [06-30|16:45:32] 🔨 mined potential block                  number=749 hash=32daea…1ad48d
INFO [06-30|16:45:34] Commit new mining work                   number=750 txs=0 uncles=0 elapsed=2.005s
INFO [06-30|16:45:42] Successfully sealed new block            number=750 hash=0470a3…423db1
INFO [06-30|16:45:42] 🔗 block reached canonical chain          number=745 hash=21f088…27ce5d
INFO [06-30|16:45:42] 🔨 mined potential block                  number=750 hash=0470a3…423db1
INFO [06-30|16:45:42] Commit new mining work                   number=751 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:43] Successfully sealed new block            number=751 hash=aa899a…5bf8b0
INFO [06-30|16:45:43] 🔗 block reached canonical chain          number=746 hash=d6d18c…cf8d96
INFO [06-30|16:45:43] Commit new mining work                   number=752 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:43] 🔨 mined potential block                  number=751 hash=aa899a…5bf8b0
INFO [06-30|16:45:48] Successfully sealed new block            number=752 hash=1dbc88…f54304
INFO [06-30|16:45:48] 🔗 block reached canonical chain          number=747 hash=435735…6796c3
INFO [06-30|16:45:48] 🔨 mined potential block                  number=752 hash=1dbc88…f54304
INFO [06-30|16:45:48] Commit new mining work                   number=753 txs=0 uncles=0 elapsed=501.7µs
INFO [06-30|16:45:48] Successfully sealed new block            number=753 hash=af4279…13d531
INFO [06-30|16:45:48] 🔗 block reached canonical chain          number=748 hash=b41560…18c136
INFO [06-30|16:45:48] 🔨 mined potential block                  number=753 hash=af4279…13d531
INFO [06-30|16:45:48] Commit new mining work                   number=754 txs=0 uncles=0 elapsed=501.8µs
INFO [06-30|16:45:53] Successfully sealed new block            number=754 hash=3e25f0…dd97b0
INFO [06-30|16:45:53] 🔗 block reached canonical chain          number=749 hash=32daea…1ad48d
INFO [06-30|16:45:53] 🔨 mined potential block                  number=754 hash=3e25f0…dd97b0
INFO [06-30|16:45:53] Commit new mining work                   number=755 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:54] Successfully sealed new block            number=755 hash=15314a…03f307
INFO [06-30|16:45:54] 🔗 block reached canonical chain          number=750 hash=0470a3…423db1
INFO [06-30|16:45:54] 🔨 mined potential block                  number=755 hash=15314a…03f307
INFO [06-30|16:45:54] Commit new mining work                   number=756 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:57] Successfully sealed new block            number=756 hash=6a1a5a…6fac9f
INFO [06-30|16:45:57] 🔗 block reached canonical chain          number=751 hash=aa899a…5bf8b0
INFO [06-30|16:45:57] 🔨 mined potential block                  number=756 hash=6a1a5a…6fac9f
INFO [06-30|16:45:57] Commit new mining work                   number=757 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:45:57] Successfully sealed new block            number=757 hash=f49da0…f8a6ee
INFO [06-30|16:45:57] 🔗 block reached canonical chain          number=752 hash=1dbc88…f54304
INFO [06-30|16:45:57] Commit new mining work                   number=758 txs=0 uncles=0 elapsed=501.4µs
INFO [06-30|16:45:57] 🔨 mined potential block                  number=757 hash=f49da0…f8a6ee
INFO [06-30|16:45:59] Successfully sealed new block            number=758 hash=704a51…b3857d
INFO [06-30|16:45:59] 🔗 block reached canonical chain          number=753 hash=af4279…13d531
INFO [06-30|16:45:59] 🔨 mined potential block                  number=758 hash=704a51…b3857d
INFO [06-30|16:45:59] Commit new mining work                   number=759 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:46:00] Successfully sealed new block            number=759 hash=7ca551…8388de
INFO [06-30|16:46:00] 🔗 block reached canonical chain          number=754 hash=3e25f0…dd97b0
INFO [06-30|16:46:00] 🔨 mined potential block                  number=759 hash=7ca551…8388de
INFO [06-30|16:46:00] Commit new mining work                   number=760 txs=0 uncles=0 elapsed=500.8µs
INFO [06-30|16:46:04] Successfully sealed new block            number=760 hash=421d27…0f271c
INFO [06-30|16:46:04] 🔗 block reached canonical chain          number=755 hash=15314a…03f307
INFO [06-30|16:46:04] 🔨 mined potential block                  number=760 hash=421d27…0f271c
INFO [06-30|16:46:04] Commit new mining work                   number=761 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:46:05] Successfully sealed new block            number=761 hash=3d63c7…789a76
INFO [06-30|16:46:05] 🔗 block reached canonical chain          number=756 hash=6a1a5a…6fac9f
INFO [06-30|16:46:05] 🔨 mined potential block                  number=761 hash=3d63c7…789a76
INFO [06-30|16:46:05] Commit new mining work                   number=762 txs=0 uncles=0 elapsed=502.1µs
INFO [06-30|16:46:05] Successfully sealed new block            number=762 hash=913d8b…a121fb
INFO [06-30|16:46:05] 🔗 block reached canonical chain          number=757 hash=f49da0…f8a6ee
INFO [06-30|16:46:05] 🔨 mined potential block                  number=762 hash=913d8b…a121fb
INFO [06-30|16:46:05] Commit new mining work                   number=763 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:46:06] Successfully sealed new block            number=763 hash=751e3a…ccc565
INFO [06-30|16:46:06] 🔗 block reached canonical chain          number=758 hash=704a51…b3857d
INFO [06-30|16:46:06] 🔨 mined potential block                  number=763 hash=751e3a…ccc565
INFO [06-30|16:46:06] Commit new mining work                   number=764 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:46:08] Successfully sealed new block            number=764 hash=7cf224…e8fc1e
INFO [06-30|16:46:08] 🔗 block reached canonical chain          number=759 hash=7ca551…8388de
INFO [06-30|16:46:08] 🔨 mined potential block                  number=764 hash=7cf224…e8fc1e
INFO [06-30|16:46:08] Commit new mining work                   number=765 txs=0 uncles=0 elapsed=501.4µs
> miner.stop()
> var browser_ballot_s

undefined
> miner.start()
INFO [06-30|16:46:47] Updated mining threads                   threads=0
INFO [06-30|16:46:47] Transaction pool price threshold updated price=18000000000
nIuNlFlO
 > [06-30|16:46:48] Starting mining operation
INFO [06-30|16:46:49] Commit new mining work                   number=765 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:46:58] Successfully sealed new block            number=765 hash=3ba81b…2911eb
INFO [06-30|16:47:00] 🔗 block reached canonical chain          number=760 hash=421d27…0f271c
INFO [06-30|16:47:01] 🔨 mined potential block                  number=765 hash=3ba81b…2911eb
INFO [06-30|16:47:00] Commit new mining work                   number=766 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:47:06] Successfully sealed new block            number=766 hash=0faa35…627cce
INFO [06-30|16:47:08] 🔗 block reached canonical chain          number=761 hash=3d63c7…789a76
INFO [06-30|16:47:10] 🔨 mined potential block                  number=766 hash=0faa35…627cce
INFO [06-30|16:47:08] Commit new mining work                   number=767 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:47:13] Successfully sealed new block            number=767 hash=dac1da…0ce017
INFO [06-30|16:47:15] 🔗 block reached canonical chain          number=762 hash=913d8b…a121fb
INFO [06-30|16:47:17] 🔨 mined potential block                  number=767 hash=dac1da…0ce017
INFO [06-30|16:47:15] Commit new mining work                   number=768 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:47:18] Successfully sealed new block            number=768 hash=af51f7…488040
INFO [06-30|16:47:18] 🔗 block reached canonical chain          number=763 hash=751e3a…ccc565
INFO [06-30|16:47:18] 🔨 mined potential block                  number=768 hash=af51f7…488040
INFO [06-30|16:47:18] Commit new mining work                   number=769 txs=0 uncles=0 elapsed=0s
> miINFO [06-30|16:47:23] Successfully sealed new block            number=769 hash=ce8d01…e5c239
INFO [06-30|16:47:23] 🔗 block reached canonical chain          number=764 hash=7cf224…e8fc1e
INFO [06-30|16:47:23] 🔨 mined potential block                  number=769 hash=ce8d01…e5c239
INFO [06-30|16:47:23] Commit new mining work                   number=770 txs=0 uncles=0 elapsed=0s
INFO [06-30|16:47:23] Successfully sealed new block            number=770 hash=9c9c4a…dfbb28
INFO [06-30|16:47:23] 🔗 block reached canonical chain          number=765 hash=3ba81b…2911eb
INFO [06-30|16:47:23] 🔨 mined potential block                  number=770 hash=9c9c4a…dfbb28
INFO [06-30|16:47:23] Commit new mining work                   number=771 txs=0 uncles=0 elapsed=501.4µs
INFO [06-30|16:47:25] Successfully sealed new block            number=771 hash=88d32e…8a6451
INFO [06-30|16:47:25] 🔗 block reached canonical chain          number=766 hash=0faa35…627cce
INFO [06-30|16:47:25] 🔨 mined potential block                  number=771 hash=88d32e…8a6451
INFO [06-30|16:47:25] Commit new mining work                   number=772 txs=0 uncles=0 elapsed=500.8µs
unexpected fault address 0xffffffffffffffff
fatal error: fault
[signal 0xc0000005 code=0x0 addr=0xffffffffffffffff pc=0x5cb4f6]

goroutine 7117 [running]:
runtime.throw(0xe8c58f, 0x5)
        C:/go/src/runtime/panic.go:596 +0x9c fp=0xc042c83860 sp=0xc042c83840
runtime.sigpanic()
        C:/go/src/runtime/signal_windows.go:164 +0xff fp=0xc042c83890 sp=0xc042c83860
net.(*netFD).writeTo(0xc042221dc0, 0xc042468340, 0x8b, 0xc3, 0x1481420, 0xc04908e4c0, 0x8b, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:565 +0x1e6 fp=0xc042c83898 sp=0xc042c83890
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 1 [select, 1 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046ca3300 sp=0xc046ca32d0
runtime.selectgoImpl(0xc046ca3698, 0xc046ca35ef, 0x20)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc046ca3578 sp=0xc046ca3300
runtime.selectgo(0xc046ca3698)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc046ca35a0 sp=0xc046ca3578
github.com/ethereum/go-ethereum/console.(*Console).Interactive(0xc042194460)
        C:/gopath/src/github.com/ethereum/go-ethereum/console/console.go:321 +0x844 fp=0xc046ca3728 sp=0xc046ca35a0
main.localConsole(0xc0420417c0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/consolecmd.go:106 +0x3da fp=0xc046ca3888 sp=0xc046ca3728
github.com/ethereum/go-ethereum/cmd/utils.MigrateFlags.func1(0xc0420417c0, 0x0, 0xc0420417c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/flags.go:1103 +0xca fp=0xc046ca3900 sp=0xc046ca3888
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xd3e740, 0xc04241a920, 0xc0420417c0, 0xc042034b00, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:485 +0xdb fp=0xc046ca3928 sp=0xc046ca3900
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.Command.Run(0xe8eef8, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0xede984, 0x2b, 0x0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/command.go:193 +0xb79 fp=0xc046ca3d08 sp=0xc046ca3928
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc0421429c0, 0xc04205c000, 0xc, 0xc, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:250 +0x7d7 fp=0xc046ca3f28 sp=0xc046ca3d08
main.main()
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:185 +0x5c fp=0xc046ca3f88 sp=0xc046ca3f28
runtime.main()
        C:/go/src/runtime/proc.go:185 +0x206 fp=0xc046ca3fe0 sp=0xc046ca3f88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046ca3fe8 sp=0xc046ca3fe0

goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042023fe8 sp=0xc042023fe0

goroutine 2 [force gc (idle), 2 minutes]:
runtime.gopark(0xf40898, 0x1590620, 0xe9ef86, 0xf, 0xf40714, 0x1)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042021f68 sp=0xc042021f38
runtime.goparkunlock(0x1590620, 0xe9ef86, 0xf, 0xc04201a014, 0x1)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042021fa8 sp=0xc042021f68
runtime.forcegchelper()
        C:/go/src/runtime/proc.go:226 +0xac fp=0xc042021fe0 sp=0xc042021fa8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042021fe8 sp=0xc042021fe0
created by runtime.init.4
        C:/go/src/runtime/proc.go:215 +0x3c

goroutine 3 [runnable]:
runtime.Gosched()
        C:/go/src/runtime/proc.go:240 +0x1e fp=0xc04201df98 sp=0xc04201df80
runtime.bgsweep(0xc04202c000)
        C:/go/src/runtime/mgcsweep.go:61 +0xe6 fp=0xc04201dfd8 sp=0xc04201df98
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04201dfe0 sp=0xc04201dfd8
created by runtime.gcenable
        C:/go/src/runtime/mgc.go:212 +0x68

goroutine 18 [finalizer wait, 2 minutes]:
runtime.gopark(0xf40898, 0x15b6948, 0xe9c08d, 0xe, 0x14, 0x1)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042057f18 sp=0xc042057ee8
runtime.goparkunlock(0x15b6948, 0xe9c08d, 0xe, 0x14, 0x1)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042057f58 sp=0xc042057f18
runtime.runfinq()
        C:/go/src/runtime/mfinal.go:161 +0xc4 fp=0xc042057fe0 sp=0xc042057f58
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042057fe8 sp=0xc042057fe0
created by runtime.createfing
        C:/go/src/runtime/mfinal.go:142 +0x69

goroutine 19 [runnable]:
runtime.notetsleepg(0x15912d8, 0x135d59a4, 0x0)
        C:/go/src/runtime/lock_sema.go:257 +0x59 fp=0xc042059f60 sp=0xc042059f20
runtime.timerproc()
        C:/go/src/runtime/time.go:209 +0x335 fp=0xc042059fe0 sp=0xc042059f60
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042059fe8 sp=0xc042059fe0
created by runtime.addtimerLocked
        C:/go/src/runtime/time.go:116 +0xf4

goroutine 20 [syscall, 2 minutes]:
runtime.notetsleepg(0x15b6fa0, 0xffffffffffffffff, 0x0)
        C:/go/src/runtime/lock_sema.go:257 +0x59 fp=0xc042053f80 sp=0xc042053f40
os/signal.signal_recv(0x0)
        C:/go/src/runtime/sigqueue.go:116 +0x10b fp=0xc042053fa8 sp=0xc042053f80
os/signal.loop()
        C:/go/src/os/signal/signal_unix.go:22 +0x29 fp=0xc042053fe0 sp=0xc042053fa8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042053fe8 sp=0xc042053fe0
created by os/signal.init.1
        C:/go/src/os/signal/signal_unix.go:28 +0x48

goroutine 21 [chan receive]:
runtime.gopark(0xf40898, 0xc042034898, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042055e98 sp=0xc042055e68
runtime.goparkunlock(0xc042034898, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042055ed8 sp=0xc042055e98
runtime.chanrecv(0xd1c9c0, 0xc042034840, 0x0, 0x1, 0xc0420367e0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042055f78 sp=0xc042055ed8
runtime.chanrecv1(0xd1c9c0, 0xc042034840, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc042055fb0 sp=0xc042055f78
github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1591300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x53 fp=0xc042055fd8 sp=0xc042055fb0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042055fe0 sp=0xc042055fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.NewMeter
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x12e

goroutine 23 [GC worker (idle)]:
runtime.gopark(0xf40710, 0xc0420f11f0, 0xea16b2, 0x10, 0x14, 0x0)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042105f50 sp=0xc042105f20
runtime.gcBgMarkWorker(0xc042017900)
        C:/go/src/runtime/mgc.go:1491 +0x14d fp=0xc042105fd8 sp=0xc042105f50
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042105fe0 sp=0xc042105fd8
created by runtime.gcBgMarkStartWorkers
        C:/go/src/runtime/mgc.go:1412 +0x9f

goroutine 34 [GC worker (idle)]:
runtime.gopark(0xf40710, 0xc04200c0e0, 0xea16b2, 0x10, 0x14, 0x0)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042101f50 sp=0xc042101f20
runtime.gcBgMarkWorker(0xc042014000)
        C:/go/src/runtime/mgc.go:1491 +0x14d fp=0xc042101fd8 sp=0xc042101f50
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042101fe0 sp=0xc042101fd8
created by runtime.gcBgMarkStartWorkers
        C:/go/src/runtime/mgc.go:1412 +0x9f

goroutine 4 [GC worker (idle)]:
runtime.gopark(0xf40710, 0xc0420f11e0, 0xea16b2, 0x10, 0x14, 0x0)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04201ff50 sp=0xc04201ff20
runtime.gcBgMarkWorker(0xc042015300)
        C:/go/src/runtime/mgc.go:1491 +0x14d fp=0xc04201ffd8 sp=0xc04201ff50
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04201ffe0 sp=0xc04201ffd8
created by runtime.gcBgMarkStartWorkers
        C:/go/src/runtime/mgc.go:1412 +0x9f

goroutine 5 [GC worker (idle)]:
runtime.gopark(0xf40710, 0xc04241ad50, 0xea16b2, 0x10, 0x14, 0x0)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042447f50 sp=0xc042447f20
runtime.gcBgMarkWorker(0xc042016600)
        C:/go/src/runtime/mgc.go:1491 +0x14d fp=0xc042447fd8 sp=0xc042447f50
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042447fe0 sp=0xc042447fd8
created by runtime.gcBgMarkStartWorkers
        C:/go/src/runtime/mgc.go:1412 +0x9f

goroutine 28 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046cdba20 sp=0xc046cdb9f0
runtime.selectgoImpl(0xc046cdbe28, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc046cdbc98 sp=0xc046cdba20
runtime.selectgo(0xc046cdbe28)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc046cdbcc0 sp=0xc046cdbc98
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc042196300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x63f fp=0xc046cdbfd8 sp=0xc046cdbcc0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046cdbfe0 sp=0xc046cdbfd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x729

goroutine 6 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0434e5c70 sp=0xc0434e5c40
runtime.selectgoImpl(0xc0434e5f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0434e5ee8 sp=0xc0434e5c70
runtime.selectgo(0xc0434e5f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0434e5f10 sp=0xc0434e5ee8
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc0420f8000)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x194 fp=0xc0434e5fd8 sp=0xc0434e5f10
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0434e5fe0 sp=0xc0434e5fd8
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x13a

goroutine 7 [chan receive]:
runtime.gopark(0xf40898, 0xc0422bc778, 0xe97383, 0xc, 0xc042103f17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042103e90 sp=0xc042103e60
runtime.goparkunlock(0xc0422bc778, 0xe97383, 0xc, 0xc04223a017, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042103ed0 sp=0xc042103e90
runtime.chanrecv(0xd1c9c0, 0xc0422bc720, 0x0, 0x3b9aca01, 0xc048423200)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042103f70 sp=0xc042103ed0
runtime.chanrecv1(0xd1c9c0, 0xc0422bc720, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc042103fa8 sp=0xc042103f70
github.com/ethereum/go-ethereum/accounts/usbwallet.(*LedgerHub).updater(0xc0420f81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/ledger_hub.go:203 +0x61 fp=0xc042103fd8 sp=0xc042103fa8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042103fe0 sp=0xc042103fd8
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*LedgerHub).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/ledger_hub.go:188 +0x13a

goroutine 8 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042443bc8 sp=0xc042443b98
runtime.selectgoImpl(0xc042443f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042443e40 sp=0xc042443bc8
runtime.selectgo(0xc042443f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042443e68 sp=0xc042443e40
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc0424696c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x415 fp=0xc042443fd8 sp=0xc042443e68
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042443fe0 sp=0xc042443fd8
created by github.com/ethereum/go-ethereum/accounts.NewManager
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5f4

goroutine 9 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042445c00 sp=0xc042445bd0
runtime.selectgoImpl(0xc042445f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042445e78 sp=0xc042445c00
runtime.selectgo(0xc042445f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042445ea0 sp=0xc042445e78
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc042190540)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x246 fp=0xc042445fd8 sp=0xc042445ea0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042445fe0 sp=0xc042445fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x1a3

goroutine 10 [select, 1 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04210fa48 sp=0xc04210fa18
runtime.selectgoImpl(0xc04210fda8, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc04210fcc0 sp=0xc04210fa48
runtime.selectgo(0xc04210fda8)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc04210fce8 sp=0xc04210fcc0
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc042196180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x5e0 fp=0xc04210ffd8 sp=0xc04210fce8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04210ffe0 sp=0xc04210ffd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x58a

goroutine 11 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042111be0 sp=0xc042111bb0
runtime.selectgoImpl(0xc042111f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042111e58 sp=0xc042111be0
runtime.selectgo(0xc042111f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042111e80 sp=0xc042111e58
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc042196180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x250 fp=0xc042111fd8 sp=0xc042111e80
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042111fe0 sp=0xc042111fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x5ac

goroutine 12 [select, 1 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047219a20 sp=0xc0472199f0
runtime.selectgoImpl(0xc047219e28, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc047219c98 sp=0xc047219a20
runtime.selectgo(0xc047219e28)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc047219cc0 sp=0xc047219c98
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc042196180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x63f fp=0xc047219fd8 sp=0xc047219cc0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047219fe0 sp=0xc047219fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x729

goroutine 13 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04210dc48 sp=0xc04210dc18
runtime.selectgoImpl(0xc04210df48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc04210dec0 sp=0xc04210dc48
runtime.selectgo(0xc04210df48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc04210dee8 sp=0xc04210dec0
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc042196180)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x249 fp=0xc04210dfd8 sp=0xc04210dee8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04210dfe0 sp=0xc04210dfd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x74b

goroutine 14 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042263c78 sp=0xc042263c48
runtime.selectgoImpl(0xc042263f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042263ef0 sp=0xc042263c78
runtime.selectgo(0xc042263f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042263f18 sp=0xc042263ef0
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc04211e000)
        C:/gopath/src/github.com/ethereum/go-ethereum/core/blockchain.go:1242 +0x12e fp=0xc042263fd8 sp=0xc042263f18
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042263fe0 sp=0xc042263fd8
created by github.com/ethereum/go-ethereum/core.NewBlockChain
        C:/gopath/src/github.com/ethereum/go-ethereum/core/blockchain.go:167 +0xc1c

goroutine 15 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc048407b18 sp=0xc048407ae8
runtime.selectgoImpl(0xc048407f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc048407d90 sp=0xc048407b18
runtime.selectgo(0xc048407f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc048407db8 sp=0xc048407d90
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc0420963c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/core/tx_pool.go:222 +0x7e3 fp=0xc048407fd8 sp=0xc048407db8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc048407fe0 sp=0xc048407fd8
created by github.com/ethereum/go-ethereum/core.NewTxPool
        C:/gopath/src/github.com/ethereum/go-ethereum/core/tx_pool.go:203 +0x6c5

goroutine 16 [select, 1 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04225fb80 sp=0xc04225fb50
runtime.selectgoImpl(0xc04225ff48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc04225fdf8 sp=0xc04225fb80
runtime.selectgo(0xc04225ff48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc04225fe20 sp=0xc04225fdf8
github.com/ethereum/go-ethereum/core.(*TxPool).expirationLoop(0xc0420963c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/core/tx_pool.go:902 +0x40d fp=0xc04225ffd8 sp=0xc04225fe20
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04225ffe0 sp=0xc04225ffd8
created by github.com/ethereum/go-ethereum/core.NewTxPool
        C:/gopath/src/github.com/ethereum/go-ethereum/core/tx_pool.go:204 +0x6e7

goroutine 50 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042261bb8 sp=0xc042261b88
runtime.selectgoImpl(0xc042261f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042261e30 sp=0xc042261bb8
runtime.selectgo(0xc042261f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042261e58 sp=0xc042261e30
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc0420f21e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1503 +0x3bf fp=0xc042261fd8 sp=0xc042261e58
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042261fe0 sp=0xc042261fd8
created by github.com/ethereum/go-ethereum/eth/downloader.New
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:206 +0xcc4

goroutine 51 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04228bc30 sp=0xc04228bc00
runtime.selectgoImpl(0xc04228bf10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc04228bea8 sp=0xc04228bc30
runtime.selectgo(0xc04228bf10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc04228bed0 sp=0xc04228bea8
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc0420f21e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:74 +0x17f fp=0xc04228bfd8 sp=0xc04228bed0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04228bfe0 sp=0xc04228bfd8
created by github.com/ethereum/go-ethereum/eth/downloader.New
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:207 +0xce6

goroutine 52 [chan receive]:
runtime.gopark(0xf40898, 0xc042151b58, 0xe97383, 0xc, 0xc042018617, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0471fbde8 sp=0xc0471fbdb8
runtime.goparkunlock(0xc042151b58, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0471fbe28 sp=0xc0471fbde8
runtime.chanrecv(0xd1c800, 0xc042151b00, 0xc042c83fc0, 0xd59d01, 0xc0434b82c0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0471fbec8 sp=0xc0471fbe28
runtime.chanrecv2(0xd1c800, 0xc042151b00, 0xc042c83fc0, 0x617028206e6f6901)
        C:/go/src/runtime/chan.go:400 +0x35 fp=0xc0471fbf00 sp=0xc0471fbec8
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc042140c00)
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:233 +0x89 fp=0xc0471fbfd8 sp=0xc0471fbf00
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0471fbfe0 sp=0xc0471fbfd8
created by github.com/ethereum/go-ethereum/miner.newWorker
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x49b

goroutine 53 [chan receive]:
runtime.gopark(0xf40898, 0xc042151af8, 0xe97383, 0xc, 0xc046c9fd17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04717bcb0 sp=0xc04717bc80
runtime.goparkunlock(0xc042151af8, 0xe97383, 0xc, 0x317, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04717bcf0 sp=0xc04717bcb0
runtime.chanrecv(0xd1cf40, 0xc042151aa0, 0xc046c9ff38, 0xe11601, 0xc043dabae0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc04717bd90 sp=0xc04717bcf0
runtime.chanrecv2(0xd1cf40, 0xc042151aa0, 0xc046c9ff38, 0xd53ae3b0b5bfd00d)
        C:/go/src/runtime/chan.go:400 +0x35 fp=0xc04717bdc8 sp=0xc04717bd90
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc042140c00)
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:261 +0xb2 fp=0xc04717bfd8 sp=0xc04717bdc8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04717bfe0 sp=0xc04717bfd8
created by github.com/ethereum/go-ethereum/miner.newWorker
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:144 +0x4bd

goroutine 54 [chan receive, 2 minutes]:
runtime.gopark(0xf40898, 0xc0421d62f8, 0xe97383, 0xc, 0xc042010717, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042289e30 sp=0xc042289e00
runtime.goparkunlock(0xc0421d62f8, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042289e70 sp=0xc042289e30
runtime.chanrecv(0xd1c800, 0xc0421d62a0, 0xc042289f80, 0x1493701, 0xd973e0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042289f10 sp=0xc042289e70
runtime.chanrecv2(0xd1c800, 0xc0421d62a0, 0xc042289f80, 0x3)
        C:/go/src/runtime/chan.go:400 +0x35 fp=0xc042289f48 sp=0xc042289f10
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc042144d20)
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/miner.go:81 +0x15c fp=0xc042289fd8 sp=0xc042289f48
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042289fe0 sp=0xc042289fd8
created by github.com/ethereum/go-ethereum/miner.New
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/miner.go:69 +0x28c

goroutine 55 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0422b7ac0 sp=0xc0422b7a90
runtime.selectgoImpl(0xc0422b7e88, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0422b7d38 sp=0xc0422b7ac0
runtime.selectgo(0xc0422b7e88)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0422b7d60 sp=0xc0422b7d38
github.com/ethereum/go-ethereum/p2p/nat.Map(0x148b4e0, 0xc0421f0640, 0xc0421da540, 0xe8ae79, 0x3, 0x7668, 0x7668, 0xea9b72, 0x12)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x846 fp=0xc0422b7f98 sp=0xc0422b7d60
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0422b7fa0 sp=0xc0422b7f98
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:243 +0x555

goroutine 25 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0422b9c00 sp=0xc0422b9bd0
runtime.selectgoImpl(0xc0422b9f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0422b9e78 sp=0xc0422b9c00
runtime.selectgo(0xc0422b9f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0422b9ea0 sp=0xc0422b9e78
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc042190380)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x246 fp=0xc0422b9fd8 sp=0xc0422b9ea0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0422b9fe0 sp=0xc0422b9fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x1a3

goroutine 27 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0422b3be0 sp=0xc0422b3bb0
runtime.selectgoImpl(0xc0422b3f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0422b3e58 sp=0xc0422b3be0
runtime.selectgo(0xc0422b3f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0422b3e80 sp=0xc0422b3e58
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc042196300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x250 fp=0xc0422b3fd8 sp=0xc0422b3e80
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0422b3fe0 sp=0xc0422b3fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x5ac

goroutine 26 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0422b5a48 sp=0xc0422b5a18
runtime.selectgoImpl(0xc0422b5da8, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0422b5cc0 sp=0xc0422b5a48
runtime.selectgo(0xc0422b5da8)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0422b5ce8 sp=0xc0422b5cc0
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc042196300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x5e0 fp=0xc0422b5fd8 sp=0xc0422b5ce8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0422b5fe0 sp=0xc0422b5fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x58a

goroutine 29 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0422c3c48 sp=0xc0422c3c18
runtime.selectgoImpl(0xc0422c3f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0422c3ec0 sp=0xc0422c3c48
runtime.selectgo(0xc0422c3f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0422c3ee8 sp=0xc0422c3ec0
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc042196300)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x249 fp=0xc0422c3fd8 sp=0xc0422c3ee8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0422c3fe0 sp=0xc0422c3fd8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x74b

goroutine 30 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0422c5b98 sp=0xc0422c5b68
runtime.selectgoImpl(0xc0422c5ee0, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0422c5e10 sp=0xc0422c5b98
runtime.selectgo(0xc0422c5ee0)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0422c5e38 sp=0xc0422c5e10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc04243e900)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:326 +0x4d4 fp=0xc0422c5fd8 sp=0xc0422c5e38
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0422c5fe0 sp=0xc0422c5fd8
created by github.com/ethereum/go-ethereum/p2p/discover.newTable
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x3fd

goroutine 31 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046c9fa80 sp=0xc046c9fa50
runtime.selectgoImpl(0xc046c9fee0, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc046c9fcf8 sp=0xc046c9fa80
runtime.selectgo(0xc046c9fee0)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc046c9fd20 sp=0xc046c9fcf8
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc04209e0e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:375 +0xade fp=0xc046c9ffd8 sp=0xc046c9fd20
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046c9ffe0 sp=0xc046c9ffd8
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:258 +0x335

goroutine 32 [runnable]:
runtime.gopark(0xf40860, 0x19a29e0, 0xe8e84c, 0x7, 0xc04721bc1b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04721bbf0 sp=0xc04721bbc0
runtime.netpollblock(0x19a29b8, 0x72, 0xc04209e310)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc04721bc38 sp=0xc04721bbf0
net.runtime_pollWait(0x19a29b8, 0x72, 0x0)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc04721bc60 sp=0xc04721bc38
net.(*pollDesc).wait(0xc042221f60, 0x72, 0x0, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc04721bc88 sp=0xc04721bc60
net.(*ioSrv).ExecIO(0xc042004d70, 0xc042221e20, 0xe950be, 0xb, 0xf40128, 0xc042094a00, 0x20, 0x500)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc04721bd40 sp=0xc04721bc88
net.(*netFD).readFrom(0xc042221dc0, 0xc042094a00, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:481 +0x161 fp=0xc04721bdc0 sp=0xc04721bd40
net.(*UDPConn).readFrom(0xc042004d80, 0xc042094a00, 0x500, 0x500, 0x0, 0x0, 0xc04721bed8, 0x964bec)
        C:/go/src/net/udpsock_posix.go:47 +0x71 fp=0xc04721be68 sp=0xc04721bdc0
net.(*UDPConn).ReadFromUDP(0xc042004d80, 0xc042094a00, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
        C:/go/src/net/udpsock.go:97 +0x7c fp=0xc04721bee8 sp=0xc04721be68
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc04209e0e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:502 +0xd1 fp=0xc04721bfd8 sp=0xc04721bee8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04721bfe0 sp=0xc04721bfd8
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:259 +0x35a

goroutine 33 [IO wait, 2 minutes]:
runtime.gopark(0xf40860, 0x19a2860, 0xe8e84c, 0x7, 0xc042221a1b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042da7b28 sp=0xc042da7af8
runtime.netpollblock(0x19a2838, 0x72, 0x7000000000)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc042da7b70 sp=0xc042da7b28
net.runtime_pollWait(0x19a2838, 0x72, 0x147c688)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc042da7b98 sp=0xc042da7b70
net.(*pollDesc).wait(0xc042221be0, 0x72, 0x147c688, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc042da7bc0 sp=0xc042da7b98
net.(*ioSrv).ExecIO(0xc042004d70, 0xc042221aa0, 0xe8ffea, 0x8, 0xc04245a6e0, 0xc0421921c0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc042da7c78 sp=0xc042da7bc0
net.(*netFD).acceptOne(0xc042221a40, 0xc042e66000, 0x2, 0x2, 0xc042221aa0, 0x412db2, 0xc04223c6c0, 0x0)
        C:/go/src/net/fd_windows.go:591 +0x1ae fp=0xc042da7d28 sp=0xc042da7c78
net.(*netFD).accept(0xc042221a40, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:621 +0x10a fp=0xc042da7dd8 sp=0xc042da7d28
net.(*TCPListener).accept(0xc042004188, 0xc0422d3e48, 0x405da5, 0xd1e440)
        C:/go/src/net/tcpsock_posix.go:136 +0x35 fp=0xc042da7e08 sp=0xc042da7dd8
net.(*TCPListener).Accept(0xc042004188, 0xc04223c6c0, 0x0, 0x2, 0x2)
        C:/go/src/net/tcpsock.go:228 +0x50 fp=0xc042da7e58 sp=0xc042da7e08
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:641 +0x254 fp=0xc042da7fd8 sp=0xc042da7e58
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042da7fe0 sp=0xc042da7fd8
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x169

goroutine 66 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0464efaa0 sp=0xc0464efa70
runtime.selectgoImpl(0xc0464efe68, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0464efd18 sp=0xc0464efaa0
runtime.selectgo(0xc0464efe68)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0464efd40 sp=0xc0464efd18
github.com/ethereum/go-ethereum/p2p/nat.Map(0x148b4e0, 0xc0421f0640, 0xc0421da240, 0xe8ae6a, 0x3, 0x7668, 0x7668, 0xe977f7, 0xc)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x846 fp=0xc0464eff78 sp=0xc0464efd40
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc042192380, 0xc04205fd40)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x92 fp=0xc0464effd0 sp=0xc0464eff78
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0464effd8 sp=0xc0464effd0
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:439 +0x20d

goroutine 67 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0481a1380 sp=0xc0481a1350
runtime.selectgoImpl(0xc0481a1e00, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0481a15f8 sp=0xc0481a1380
runtime.selectgo(0xc0481a1e00)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0481a1620 sp=0xc0481a15f8
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc042192380, 0x148b460, 0xc042182640)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:501 +0x15a9 fp=0xc0481a1fc8 sp=0xc0481a1620
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0481a1fd0 sp=0xc0481a1fc8
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:417 +0x6ad

goroutine 68 [chan receive, 2 minutes]:
runtime.gopark(0xf40898, 0xc04649f5b8, 0xe97383, 0xc, 0xc042145617, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0464fbe40 sp=0xc0464fbe10
runtime.goparkunlock(0xc04649f5b8, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0464fbe80 sp=0xc0464fbe40
runtime.chanrecv(0xd1c800, 0xc04649f560, 0xc0464fbfc0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0464fbf20 sp=0xc0464fbe80
runtime.chanrecv2(0xd1c800, 0xc04649f560, 0xc0464fbfc0, 0x0)
        C:/go/src/runtime/chan.go:400 +0x35 fp=0xc0464fbf58 sp=0xc0464fbf20
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc04205c780)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:730 +0x72 fp=0xc0464fbfd8 sp=0xc0464fbf58
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0464fbfe0 sp=0xc0464fbfd8
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:207 +0xc2

goroutine 69 [chan receive]:
runtime.gopark(0xf40898, 0xc04649f6d8, 0xe97383, 0xc, 0xc042014d17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042d81e78 sp=0xc042d81e48
runtime.goparkunlock(0xc04649f6d8, 0xe97383, 0xc, 0xe11617, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042d81eb8 sp=0xc042d81e78
runtime.chanrecv(0xd1c800, 0xc04649f680, 0xc047dd3fc0, 0xd59d01, 0xc043400088)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042d81f58 sp=0xc042d81eb8
runtime.chanrecv2(0xd1c800, 0xc04649f680, 0xc047dd3fc0, 0x1)
        C:/go/src/runtime/chan.go:400 +0x35 fp=0xc042d81f90 sp=0xc042d81f58
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc04205c780)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:719 +0x65 fp=0xc042d81fd8 sp=0xc042d81f90
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042d81fe0 sp=0xc042d81fd8
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:210 +0x156

goroutine 70 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0464f7c38 sp=0xc0464f7c08
runtime.selectgoImpl(0xc0464f7f10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0464f7eb0 sp=0xc0464f7c38
runtime.selectgo(0xc0464f7f10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0464f7ed8 sp=0xc0464f7eb0
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc04205c780)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/sync.go:143 +0x28c fp=0xc0464f7fd8 sp=0xc0464f7ed8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0464f7fe0 sp=0xc0464f7fd8
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:213 +0x178

goroutine 71 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c6fa88 sp=0xc042c6fa58
runtime.selectgoImpl(0xc042c6ff10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042c6fd00 sp=0xc042c6fa88
runtime.selectgo(0xc042c6ff10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042c6fd28 sp=0xc042c6fd00
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc04205c780)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/sync.go:109 +0x63e fp=0xc042c6ffd8 sp=0xc042c6fd28
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c6ffe0 sp=0xc042c6ffd8
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:214 +0x19a

goroutine 72 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046a27c58 sp=0xc046a27c28
runtime.selectgoImpl(0xc046a27f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc046a27ed0 sp=0xc046a27c58
runtime.selectgo(0xc046a27f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc046a27ef8 sp=0xc046a27ed0
github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).checker(0xc042145450)
        C:/gopath/src/github.com/ethereum/go-ethereum/contracts/release/release.go:118 +0x1b5 fp=0xc046a27fd8 sp=0xc046a27ef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046a27fe0 sp=0xc046a27fd8
created by github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/contracts/release/release.go:98 +0x46

goroutine 73 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c6ba80 sp=0xc042c6ba50
runtime.selectgoImpl(0xc042c6bf10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042c6bcf8 sp=0xc042c6ba80
runtime.selectgo(0xc042c6bf10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042c6bd20 sp=0xc042c6bcf8
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc0464ea2e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x5d7 fp=0xc042c6bfd8 sp=0xc042c6bd20
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c6bfe0 sp=0xc042c6bfd8
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0x106

goroutine 74 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c6da88 sp=0xc042c6da58
runtime.selectgoImpl(0xc042c6df10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042c6dd00 sp=0xc042c6da88
runtime.selectgo(0xc042c6df10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042c6dd28 sp=0xc042c6dd00
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc042153f40)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:407 +0x7bb fp=0xc042c6dfd8 sp=0xc042c6dd28
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c6dfe0 sp=0xc042c6dfd8
created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:100 +0x115

goroutine 75 [chan receive, 2 minutes]:
runtime.gopark(0xf40898, 0xc0464e8658, 0xe97383, 0xc, 0xc042145a17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c77df8 sp=0xc042c77dc8
runtime.goparkunlock(0xc0464e8658, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042c77e38 sp=0xc042c77df8
runtime.chanrecv(0xd1c9c0, 0xc0464e8600, 0x0, 0xc0464e8601, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042c77ed8 sp=0xc042c77e38
runtime.chanrecv1(0xd1c9c0, 0xc0464e8600, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc042c77f10 sp=0xc042c77ed8
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc042010ff0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/api.go:85 +0x74 fp=0xc042c77fd8 sp=0xc042c77f10
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c77fe0 sp=0xc042c77fd8
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/api.go:75 +0x1c0

goroutine 82 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c867f0 sp=0xc042c867c0
runtime.selectgoImpl(0xc042c87e10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042c86a68 sp=0xc042c867f0
runtime.selectgo(0xc042c87e10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042c86a90 sp=0xc042c86a68
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc04245e9c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:314 +0x4698 fp=0xc042c87fd8 sp=0xc042c86a90
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c87fe0 sp=0xc042c87fd8
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:176 +0x46

goroutine 7034 [chan receive]:
runtime.gopark(0xf40898, 0xc0422bd018, 0xe97383, 0xc, 0xc0490a0417, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0464edbe8 sp=0xc0464edbb8
runtime.goparkunlock(0xc0422bd018, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0464edc28 sp=0xc0464edbe8
runtime.chanrecv(0xd1d000, 0xc0422bcfc0, 0xc0464edd80, 0xc0464edd01, 0x96e92c)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0464edcc8 sp=0xc0464edc28
runtime.chanrecv1(0xd1d000, 0xc0422bcfc0, 0xc0464edd80)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc0464edd00 sp=0xc0464edcc8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall(0xc04243e900, 0xc049156000, 0x10, 0x10, 0x3623c88896d8edfa, 0x4145c3aab967d7b1, 0xb442e24235055473)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:435 +0x11f fp=0xc0464edd98 sp=0xc0464edd00
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc04243e900, 0xc0431ebc00, 0xc048dc6540, 0xc043d21260)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:287 +0x17f fp=0xc0464edfc0 sp=0xc0464edd98
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0464edfc8 sp=0xc0464edfc0
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x46d

goroutine 76 [IO wait, 2 minutes]:
runtime.gopark(0xf40860, 0x19a2920, 0xe8e84c, 0x7, 0xc0464fe41b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c79be0 sp=0xc042c79bb0
runtime.netpollblock(0x19a28f8, 0x72, 0x7000000000)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc042c79c28 sp=0xc042c79be0
net.runtime_pollWait(0x19a28f8, 0x72, 0x147c688)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc042c79c50 sp=0xc042c79c28
net.(*pollDesc).wait(0xc0464fe520, 0x72, 0x147c688, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc042c79c78 sp=0xc042c79c50
net.(*ioSrv).ExecIO(0xc042004d70, 0xc0464fe3e0, 0xe8ffea, 0x8, 0xc042cf97e0, 0xc0464fe540, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc042c79d30 sp=0xc042c79c78
net.(*netFD).acceptOne(0xc0464fe380, 0xc042190e00, 0x2, 0x2, 0xc0464fe3e0, 0x30, 0x30, 0xc042ccb710)
        C:/go/src/net/fd_windows.go:591 +0x1ae fp=0xc042c79de0 sp=0xc042c79d30
net.(*netFD).accept(0xc0464fe380, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:621 +0x10a fp=0xc042c79e90 sp=0xc042c79de0
net.(*TCPListener).accept(0xc042004f18, 0xc042ccb710, 0xd643a0, 0x155de20)
        C:/go/src/net/tcpsock_posix.go:136 +0x35 fp=0xc042c79ec0 sp=0xc042c79e90
net.(*TCPListener).Accept(0xc042004f18, 0xc042ccb6e0, 0xd643a0, 0x155de20, 0xdf1060)
        C:/go/src/net/tcpsock.go:228 +0x50 fp=0xc042c79f10 sp=0xc042c79ec0
net/http.(*Server).Serve(0xc04216d290, 0x1489b20, 0xc042004f18, 0x0, 0x0)
        C:/go/src/net/http/server.go:2643 +0x22f fp=0xc042c79fb8 sp=0xc042c79f10
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c79fc0 sp=0xc042c79fb8
created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP
        C:/gopath/src/github.com/ethereum/go-ethereum/node/node.go:403 +0x4cb

goroutine 5666 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042287c60 sp=0xc042287c30
runtime.selectgoImpl(0xc042287f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042287ed8 sp=0xc042287c60
runtime.selectgo(0xc042287f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042287f00 sp=0xc042287ed8
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc042144d70)
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:69 +0x2a2 fp=0xc042287fd8 sp=0xc042287f00
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042287fe0 sp=0xc042287fd8
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:63 +0x59

goroutine 6628 [IO wait]:
runtime.gopark(0xf40860, 0x19a1ca8, 0xe8e84c, 0x7, 0xc042d7c31b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042d835f8 sp=0xc042d835c8
runtime.netpollblock(0x19a1c38, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc042d83640 sp=0xc042d835f8
net.runtime_pollWait(0x19a1c38, 0x77, 0xc043444a60)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc042d83668 sp=0xc042d83640
net.(*pollDesc).wait(0xc04917fbe0, 0x77, 0xc043444a60, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc042d83690 sp=0xc042d83668
net.(*ioSrv).ExecIO(0xc042004d78, 0xc04917fb40, 0xe917dc, 0x9, 0xf40118, 0xc0422bc840, 0xc043444a18, 0xc043444a4c)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc042d83748 sp=0xc042d83690
net.(*netFD).connect(0xc04917fa40, 0x148ae60, 0xc0422bc780, 0x0, 0x0, 0x14813e0, 0xc0439edb40, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d fp=0xc042d83810 sp=0xc042d83748
net.(*netFD).dial(0xc04917fa40, 0x148ae60, 0xc0422bc780, 0x148e100, 0x0, 0x148e100, 0xc042f097d0, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0 fp=0xc042d838b0 sp=0xc042d83810
net.socket(0x148ae60, 0xc0422bc780, 0xe8ae6a, 0x3, 0x2, 0x1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab fp=0xc042d83958 sp=0xc042d838b0
net.internetSocket(0x148ae60, 0xc0422bc780, 0xe8ae6a, 0x3, 0x148e100, 0x0, 0x148e100, 0xc042f097d0, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171 fp=0xc042d839e0 sp=0xc042d83958
net.doDialTCP(0x148ae60, 0xc0422bc780, 0xe8ae6a, 0x3, 0x0, 0xc042f097d0, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0 fp=0xc042d83a88 sp=0xc042d839e0
net.dialTCP(0x148ae60, 0xc0422bc780, 0xe8ae6a, 0x3, 0x0, 0xc042f097d0, 0xc042d83b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb fp=0xc042d83ae0 sp=0xc042d83a88
net.dialSingle(0x148ae60, 0xc0422bc780, 0xc04365f500, 0x1485860, 0xc042f097d0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480 fp=0xc042d83b78 sp=0xc042d83ae0
net.dialSerial(0x148ae60, 0xc0422bc780, 0xc04365f500, 0xc043444a50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227 fp=0xc042d83c68 sp=0xc042d83b78
net.(*Dialer).DialContext(0xc0421da1e0, 0x148ae20, 0xc0420362a0, 0xe8ae6a, 0x3, 0xc0439edb00, 0x15, 0x0, 0x0, 0x0, ...)
        C:/go/src/net/dial.go:371 +0x712 fp=0xc042d83df8 sp=0xc042d83c68
net.(*Dialer).Dial(0xc0421da1e0, 0xe8ae6a, 0x3, 0xc0439edb00, 0x15, 0x322f158f18441b9b, 0x29f9c2744221ab6b, 0xb0732d25d4b48fc6, 0x8bc87e8a0fe37175)
        C:/go/src/net/dial.go:294 +0x7c fp=0xc042d83e60 sp=0xc042d83df8
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc042591ef0, 0xc042192380, 0xc043644a80, 0xd26d00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xd8 fp=0xc042d83f58 sp=0xc042d83e60
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc042591ef0, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x59 fp=0xc042d83f88 sp=0xc042d83f58
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147ef60, 0xc042591ef0, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc042d83fc0 sp=0xc042d83f88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042d83fc8 sp=0xc042d83fc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 6936 [chan receive]:
runtime.gopark(0xf40898, 0xc043ea6598, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0466bfbe8 sp=0xc0466bfbb8
runtime.goparkunlock(0xc043ea6598, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0466bfc28 sp=0xc0466bfbe8
runtime.chanrecv(0xd1d000, 0xc043ea6540, 0xc0466bfd80, 0xc0466bfd01, 0x960101)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0466bfcc8 sp=0xc0466bfc28
runtime.chanrecv1(0xd1d000, 0xc043ea6540, 0xc0466bfd80)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc0466bfd00 sp=0xc0466bfcc8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall(0xc04243e900, 0xc048d12100, 0x10, 0x10, 0xb7188efaa81d28f6, 0x403568459cdefb32, 0xeef39ffe9b188ad0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:435 +0x11f fp=0xc0466bfd98 sp=0xc0466bfd00
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc04243e900, 0xc04414f880, 0xc048dc6540, 0xc043d21260)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:287 +0x17f fp=0xc0466bffc0 sp=0xc0466bfd98
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0466bffc8 sp=0xc0466bffc0
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x46d

goroutine 79 [semacquire, 2 minutes]:
runtime.gopark(0xf40898, 0xc0421687c8, 0xe94499, 0xa, 0xc042d7d11a, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0464f3c30 sp=0xc0464f3c00
runtime.goparkunlock(0xc0421687c8, 0xe94499, 0xa, 0xc04218aa1a, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0464f3c70 sp=0xc0464f3c30
sync.runtime_notifyListWait(0xc0421687c0, 0xc000000000)
        C:/go/src/runtime/sema.go:298 +0x119 fp=0xc0464f3cc0 sp=0xc0464f3c70
sync.(*Cond).Wait(0xc0421687b0)
        C:/go/src/sync/cond.go:57 +0x90 fp=0xc0464f3cf0 sp=0xc0464f3cc0
io.(*pipe).read(0xc042168780, 0xc04218aa00, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b fp=0xc0464f3d30 sp=0xc0464f3cf0
io.(*PipeReader).Read(0xc042005068, 0xc04218aa00, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53 fp=0xc0464f3d78 sp=0xc0464f3d30
encoding/json.(*Decoder).refill(0xc042e37340, 0x20, 0x18)
        C:/go/src/encoding/json/stream.go:152 +0x110 fp=0xc0464f3de0 sp=0xc0464f3d78
encoding/json.(*Decoder).readValue(0xc042e37340, 0x0, 0x0, 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1 fp=0xc0464f3e60 sp=0xc0464f3de0
encoding/json.(*Decoder).Decode(0xc042e37340, 0xd79be0, 0xc042cf9e20, 0xdd92e0, 0x1)
        C:/go/src/encoding/json/stream.go:57 +0x8c fp=0xc0464f3eb0 sp=0xc0464f3e60
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xdc7060, 0xc042cf9e40, 0xc04236f4c0, 0x18dc160, 0xc04236f4c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:631 +0x97 fp=0xc0464f3f20 sp=0xc0464f3eb0
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc0421943f0, 0x148f000, 0xc04236f4c0, 0x96ec38, 0xc04649eea0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x143 fp=0xc0464f3fb8 sp=0xc0464f3f20
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0464f3fc0 sp=0xc0464f3fb8
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:466 +0x78

goroutine 122 [semacquire, 1 minutes]:
runtime.gopark(0xf40898, 0xc0421f2108, 0xe94499, 0xa, 0xc042d7d31a, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046a298f8 sp=0xc046a298c8
runtime.goparkunlock(0xc0421f2108, 0xe94499, 0xa, 0xc0433f251a, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc046a29938 sp=0xc046a298f8
sync.runtime_notifyListWait(0xc0421f2100, 0xc00000000b)
        C:/go/src/runtime/sema.go:298 +0x119 fp=0xc046a29988 sp=0xc046a29938
sync.(*Cond).Wait(0xc0421f20f0)
        C:/go/src/sync/cond.go:57 +0x90 fp=0xc046a299b8 sp=0xc046a29988
io.(*pipe).read(0xc0421f20c0, 0xc043a20601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b fp=0xc046a299f8 sp=0xc046a299b8
io.(*PipeReader).Read(0xc04204fa60, 0xc043a20601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53 fp=0xc046a29a40 sp=0xc046a299f8
encoding/json.(*Decoder).refill(0xc042e02540, 0xa, 0x9)
        C:/go/src/encoding/json/stream.go:152 +0x110 fp=0xc046a29aa8 sp=0xc046a29a40
encoding/json.(*Decoder).readValue(0xc042e02540, 0x0, 0x0, 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1 fp=0xc046a29b28 sp=0xc046a29aa8
encoding/json.(*Decoder).Decode(0xc042e02540, 0xd79be0, 0xc043931b40, 0x6, 0x8)
        C:/go/src/encoding/json/stream.go:57 +0x8c fp=0xc046a29b78 sp=0xc046a29b28
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc042e2c3c0, 0x0, 0x0, 0x0, 0xd66a00, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x113 fp=0xc046a29bf8 sp=0xc046a29b78
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc042008690, 0x148f3c0, 0xc042e2c3c0, 0xc042008690, 0xc04236f550, 0x148f3c0, 0xc042e2c3c0, 0xc0433f9e40, 0x1)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x66 fp=0xc046a29e20 sp=0xc046a29bf8
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc042008690, 0x148f3c0, 0xc042e2c3c0, 0xac2cbd1fcc898f00, 0x3, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x249 fp=0xc046a29f78 sp=0xc046a29e20
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc042008690, 0x148f3c0, 0xc042e2c3c0, 0x3)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x83 fp=0xc046a29fc0 sp=0xc046a29f78
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046a29fc8 sp=0xc046a29fc0
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d2

goroutine 123 [select, 1 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042da1948 sp=0xc042da1918
runtime.selectgoImpl(0xc042da1e68, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042da1bc0 sp=0xc042da1948
runtime.selectgo(0xc042da1e68)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042da1be8 sp=0xc042da1bc0
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc042157570, 0x148f000, 0xc0422bb6e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:490 +0xf32 fp=0xc042da1fc8 sp=0xc042da1be8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042da1fd0 sp=0xc042da1fc8
created by github.com/ethereum/go-ethereum/rpc.newClient
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x3c6

goroutine 6634 [IO wait]:
runtime.gopark(0xf40860, 0x19a2128, 0xe8e84c, 0x7, 0xc042d7d61b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0434e95f8 sp=0xc0434e95c8
runtime.netpollblock(0x19a20b8, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc0434e9640 sp=0xc0434e95f8
net.runtime_pollWait(0x19a20b8, 0x77, 0xc0434bc548)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc0434e9668 sp=0xc0434e9640
net.(*pollDesc).wait(0xc04917c8a0, 0x77, 0xc0434bc548, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc0434e9690 sp=0xc0434e9668
net.(*ioSrv).ExecIO(0xc042004d78, 0xc04917c800, 0xe917dc, 0x9, 0xf40118, 0xc043bd40c0, 0xc0434bc540, 0xc0434bc52c)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc0434e9748 sp=0xc0434e9690
net.(*netFD).connect(0xc04917c700, 0x148ae60, 0xc043bd4060, 0x0, 0x0, 0x14813e0, 0xc043d7a000, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d fp=0xc0434e9810 sp=0xc0434e9748
net.(*netFD).dial(0xc04917c700, 0x148ae60, 0xc043bd4060, 0x148e100, 0x0, 0x148e100, 0xc04265c060, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0 fp=0xc0434e98b0 sp=0xc0434e9810
net.socket(0x148ae60, 0xc043bd4060, 0xe8ae6a, 0x3, 0x2, 0x1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab fp=0xc0434e9958 sp=0xc0434e98b0
net.internetSocket(0x148ae60, 0xc043bd4060, 0xe8ae6a, 0x3, 0x148e100, 0x0, 0x148e100, 0xc04265c060, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171 fp=0xc0434e99e0 sp=0xc0434e9958
net.doDialTCP(0x148ae60, 0xc043bd4060, 0xe8ae6a, 0x3, 0x0, 0xc04265c060, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0 fp=0xc0434e9a88 sp=0xc0434e99e0
net.dialTCP(0x148ae60, 0xc043bd4060, 0xe8ae6a, 0x3, 0x0, 0xc04265c060, 0xc0434e9b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb fp=0xc0434e9ae0 sp=0xc0434e9a88
net.dialSingle(0x148ae60, 0xc043bd4060, 0xc0486d6d80, 0x1485860, 0xc04265c060, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480 fp=0xc0434e9b78 sp=0xc0434e9ae0
net.dialSerial(0x148ae60, 0xc043bd4060, 0xc0486d6d80, 0xc0434bc530, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227 fp=0xc0434e9c68 sp=0xc0434e9b78
net.(*Dialer).DialContext(0xc0421da1e0, 0x148ae20, 0xc0420362a0, 0xe8ae6a, 0x3, 0xc043959fc0, 0x13, 0x0, 0x0, 0x0, ...)
        C:/go/src/net/dial.go:371 +0x712 fp=0xc0434e9df8 sp=0xc0434e9c68
net.(*Dialer).Dial(0xc0421da1e0, 0xe8ae6a, 0x3, 0xc043959fc0, 0x13, 0xc043e15c20, 0xd1ca00, 0xc043477148, 0xc0434e9ee0)
        C:/go/src/net/dial.go:294 +0x7c fp=0xc0434e9e60 sp=0xc0434e9df8
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc04265c030, 0xc042192380, 0xc0489c6c80, 0xdeb6e0e2291cac92)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xd8 fp=0xc0434e9f58 sp=0xc0434e9e60
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc04265c030, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x59 fp=0xc0434e9f88 sp=0xc0434e9f58
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147ef60, 0xc04265c030, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc0434e9fc0 sp=0xc0434e9f88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0434e9fc8 sp=0xc0434e9fc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 136 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042c75c30 sp=0xc042c75c00
runtime.selectgoImpl(0xc042c75f48, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042c75ea8 sp=0xc042c75c30
runtime.selectgo(0xc042c75f48)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042c75ed0 sp=0xc042c75ea8
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc04649eea0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:231 +0x200 fp=0xc042c75fd8 sp=0xc042c75ed0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042c75fe0 sp=0xc042c75fd8
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:223 +0x45

goroutine 7052 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0466ddc58 sp=0xc0466ddc28
runtime.selectgoImpl(0xc0466ddf30, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0466dded0 sp=0xc0466ddc58
runtime.selectgo(0xc0466ddf30)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0466ddef8 sp=0xc0466dded0
net.(*netFD).connect.func2(0x148ae60, 0xc0422bcc60, 0xc04903c1c0, 0xc0422bcd20)
        C:/go/src/net/fd_windows.go:376 +0x164 fp=0xc0466ddfc0 sp=0xc0466ddef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0466ddfc8 sp=0xc0466ddfc0
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 124 [select, 1 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042d7fa10 sp=0xc042d7f9e0
runtime.selectgoImpl(0xc042d7ff10, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc042d7fc88 sp=0xc042d7fa10
runtime.selectgo(0xc042d7ff10)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc042d7fcb0 sp=0xc042d7fc88
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).runEventLoop(0xc042d1d500)
        C:/gopath/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:177 +0xcdb fp=0xc042d7ffd8 sp=0xc042d7fcb0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042d7ffe0 sp=0xc042d7ffd8
created by github.com/ethereum/go-ethereum/internal/jsre.New
        C:/gopath/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:78 +0x165

goroutine 121 [chan receive, 2 minutes]:
runtime.gopark(0xf40898, 0xc042e322f8, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042d85c00 sp=0xc042d85bd0
runtime.goparkunlock(0xc042e322f8, 0xe97383, 0xc, 0x42de17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042d85c40 sp=0xc042d85c00
runtime.chanrecv(0xd1d840, 0xc042e322a0, 0xc042d85e48, 0xc04236f401, 0xc042469778)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042d85ce0 sp=0xc042d85c40
runtime.chanrecv2(0xd1d840, 0xc042e322a0, 0xc042d85e48, 0x4)
        C:/go/src/runtime/chan.go:400 +0x35 fp=0xc042d85d18 sp=0xc042d85ce0
main.startNode.func1(0xc04218e000, 0xc042e322a0)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:239 +0x3b1 fp=0xc042d85fd0 sp=0xc042d85d18
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042d85fd8 sp=0xc042d85fd0
created by main.startNode
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:252 +0x25c

goroutine 120 [chan receive, 2 minutes]:
runtime.gopark(0xf40898, 0xc04223c7d8, 0xe97383, 0xc, 0xc042224517, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042dade20 sp=0xc042daddf0
runtime.goparkunlock(0xc04223c7d8, 0xe97383, 0xc, 0xc042dade17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042dade60 sp=0xc042dade20
runtime.chanrecv(0xd1e3c0, 0xc04223c780, 0x0, 0xc042dadf01, 0xc042460a80)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc042dadf00 sp=0xc042dade60
runtime.chanrecv1(0xd1e3c0, 0xc04223c780, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc042dadf38 sp=0xc042dadf00
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc04218e000)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:69 +0xf5 fp=0xc042dadfd8 sp=0xc042dadf38
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042dadfe0 sp=0xc042dadfd8
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:80 +0xbe

goroutine 7113 [chan receive]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643717, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04924ba80 sp=0xc04924ba50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04924bac0 sp=0xc04924ba80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f1c48)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc04924bb60 sp=0xc04924bac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc04924bb98 sp=0xc04924bb60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5cee0, 0xc315731c16ca5500, 0x4917a0b7671cc4e2, 0x6f0c4fcefb127a65, 0xcbe6ebefcaf870a0, 0x6b8f8191159a5fbf, 0xaf58235f60cd7414, 0xc01b6b726428fd4c, 0x4e272df893294481, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc04924bc18 sp=0xc04924bb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xc315731c16ca5500, 0x4917a0b7671cc4e2, 0x6f0c4fcefb127a65, 0xcbe6ebefcaf870a0, 0x6b8f8191159a5fbf, 0xaf58235f60cd7414, 0xc01b6b726428fd4c, 0x4e272df893294481, 0x8d, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04924bef0 sp=0xc04924bc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aab80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04924bfc8 sp=0xc04924bef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04924bfd0 sp=0xc04924bfc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7033 [runnable]:
runtime.makeslice(0xd26f80, 0x20, 0x20, 0xc0441bcf80, 0x20, 0x20)
        C:/go/src/runtime/slice.go:39 +0x15b fp=0xc042265a48 sp=0xc042265a40
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc042265d78, 0x20, 0x20, 0x64309f97fe18216, 0x3ffff880, 0xc0438b2340, 0xc042265c48, 0x406a5b, 0xd1e440, 0xc043d206c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:322 +0x4d0 fp=0xc042265be0 sp=0xc042265a48
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x5370008, 0xffffe20, 0xffffe20, 0xc042265d78, 0x20, 0x20, 0x64309f97fe18216, 0xc0438b22c0, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xc5 fp=0xc042265c58 sp=0xc042265be0
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc04205c600, 0xc0440161b0, 0x3, 0x64309f97fe042d4, 0xc043d206c0, 0xc043d20960)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x458 fp=0xc042265f68 sp=0xc042265c58
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc043477020, 0xc04205c600, 0xc0440161b0, 0xc043d206c0, 0xc043d20960, 0x3, 0x64309f97fe042d4)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x8e fp=0xc042265fa8 sp=0xc042265f68
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042265fb0 sp=0xc042265fa8
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:73 +0x1de

goroutine 7091 [chan receive]:
runtime.gopark(0xf40898, 0xc0422bc4d8, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0466d1940 sp=0xc0466d1910
runtime.goparkunlock(0xc0422bc4d8, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0466d1980 sp=0xc0466d1940
runtime.chanrecv(0xd1c880, 0xc0422bc480, 0xc0466d1af0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0466d1a20 sp=0xc0466d1980
runtime.chanrecv1(0xd1c880, 0xc0422bc480, 0xc0466d1af0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc0466d1a58 sp=0xc0466d1a20
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x1af2de8f2fba2758, 0x7b4ef0044d3865a2, 0xfcb86db18a46962f, 0x534b10f4cde0f705, 0x89676ba4720921d, 0xcd9c0b99b5c4b73f, 0xb69c3cc1569ee5dc, 0x9ccf83d15f0d47eb, 0xc042736a50, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc0466d1b10 sp=0xc0466d1a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x1af2de8f2fba2758, 0x7b4ef0044d3865a2, 0xfcb86db18a46962f, 0x534b10f4cde0f705, 0x89676ba4720921d, 0xcd9c0b99b5c4b73f, 0xb69c3cc1569ee5dc, 0x9ccf83d15f0d47eb, 0xc042736a50, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc0466d1b98 sp=0xc0466d1b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc043e32b40, 0xf2de8f2fba275800, 0x4ef0044d3865a21a, 0xb86db18a46962f7b, 0x4b10f4cde0f705fc, 0x9676ba4720921d53, 0x9c0b99b5c4b73f08, 0x9c3cc1569ee5dccd, 0xcf83d15f0d47ebb6, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc0466d1c18 sp=0xc0466d1b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xf2de8f2fba275800, 0x4ef0044d3865a21a, 0xb86db18a46962f7b, 0x4b10f4cde0f705fc, 0x9676ba4720921d53, 0x9c0b99b5c4b73f08, 0x9c3cc1569ee5dccd, 0xcf83d15f0d47ebb6, 0xc0442d289c, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc0466d1ef0 sp=0xc0466d1c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc048e10200)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc0466d1fc8 sp=0xc0466d1ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0466d1fd0 sp=0xc0466d1fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 80 [semacquire, 1 minutes]:
runtime.gopark(0xf40898, 0xc0421f21c8, 0xe94499, 0xa, 0xc042daf11a, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042d9fc30 sp=0xc042d9fc00
runtime.goparkunlock(0xc0421f21c8, 0xe94499, 0xa, 0x1a, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042d9fc70 sp=0xc042d9fc30
sync.runtime_notifyListWait(0xc0421f21c0, 0xc00000000b)
        C:/go/src/runtime/sema.go:298 +0x119 fp=0xc042d9fcc0 sp=0xc042d9fc70
sync.(*Cond).Wait(0xc0421f21b0)
        C:/go/src/sync/cond.go:57 +0x90 fp=0xc042d9fcf0 sp=0xc042d9fcc0
io.(*pipe).read(0xc0421f2180, 0xc043a20c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b fp=0xc042d9fd30 sp=0xc042d9fcf0
io.(*PipeReader).Read(0xc04204fa70, 0xc043a20c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53 fp=0xc042d9fd78 sp=0xc042d9fd30
encoding/json.(*Decoder).refill(0xc042e37500, 0xa, 0x9)
        C:/go/src/encoding/json/stream.go:152 +0x110 fp=0xc042d9fde0 sp=0xc042d9fd78
encoding/json.(*Decoder).readValue(0xc042e37500, 0x0, 0x0, 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1 fp=0xc042d9fe60 sp=0xc042d9fde0
encoding/json.(*Decoder).Decode(0xc042e37500, 0xd79be0, 0xc042cf9ec0, 0xce6600, 0xc042d9ff10)
        C:/go/src/encoding/json/stream.go:57 +0x8c fp=0xc042d9feb0 sp=0xc042d9fe60
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xd1d400, 0xc042e32600, 0xc042d9ff90, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:631 +0x97 fp=0xc042d9ff20 sp=0xc042d9feb0
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc042157570, 0x148f000, 0xc0422bb6e0, 0x96ec38, 0xc04649eea0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:644 +0x143 fp=0xc042d9ffb8 sp=0xc042d9ff20
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042d9ffc0 sp=0xc042d9ffb8
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:466 +0x78

goroutine 78 [select, 2 minutes]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0464f1948 sp=0xc0464f1918
runtime.selectgoImpl(0xc0464f1e68, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0464f1bc0 sp=0xc0464f1948
runtime.selectgo(0xc0464f1e68)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0464f1be8 sp=0xc0464f1bc0
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc0421943f0, 0x148f000, 0xc04236f4c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:490 +0xf32 fp=0xc0464f1fc8 sp=0xc0464f1be8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0464f1fd0 sp=0xc0464f1fc8
created by github.com/ethereum/go-ethereum/rpc.newClient
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x3c6

goroutine 77 [semacquire, 2 minutes]:
runtime.gopark(0xf40898, 0xc042168708, 0xe94499, 0xa, 0xc042daf51a, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc042da58f8 sp=0xc042da58c8
runtime.goparkunlock(0xc042168708, 0xe94499, 0xa, 0xc04218ac1a, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc042da5938 sp=0xc042da58f8
sync.runtime_notifyListWait(0xc042168700, 0xc000000000)
        C:/go/src/runtime/sema.go:298 +0x119 fp=0xc042da5988 sp=0xc042da5938
sync.(*Cond).Wait(0xc0421686f0)
        C:/go/src/sync/cond.go:57 +0x90 fp=0xc042da59b8 sp=0xc042da5988
io.(*pipe).read(0xc0421686c0, 0xc04218ac00, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0x10b fp=0xc042da59f8 sp=0xc042da59b8
io.(*PipeReader).Read(0xc042005058, 0xc04218ac00, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53 fp=0xc042da5a40 sp=0xc042da59f8
encoding/json.(*Decoder).refill(0xc042e37180, 0x20, 0x18)
        C:/go/src/encoding/json/stream.go:152 +0x110 fp=0xc042da5aa8 sp=0xc042da5a40
encoding/json.(*Decoder).readValue(0xc042e37180, 0x0, 0x0, 0x411c3f)
        C:/go/src/encoding/json/stream.go:128 +0x1d1 fp=0xc042da5b28 sp=0xc042da5aa8
encoding/json.(*Decoder).Decode(0xc042e37180, 0xd79be0, 0xc042cf9e80, 0x0, 0x0)
        C:/go/src/encoding/json/stream.go:57 +0x8c fp=0xc042da5b78 sp=0xc042da5b28
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc0421df040, 0x0, 0x0, 0x0, 0xc04649ee00, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0x113 fp=0xc042da5bf8 sp=0xc042da5b78
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc042008690, 0x148f3c0, 0xc0421df040, 0x1, 0xdbffe0, 0xc04200b700, 0x148aea0, 0xc042ccbbc0, 0xc042ccb980)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:395 +0x66 fp=0xc042da5e20 sp=0xc042da5bf8
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc042008690, 0x148f3c0, 0xc0421df040, 0x8bf0b6e21a5ed200, 0x3, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:179 +0x249 fp=0xc042da5f78 sp=0xc042da5e20
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc042008690, 0x148f3c0, 0xc0421df040, 0x3)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x83 fp=0xc042da5fc0 sp=0xc042da5f78
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042da5fc8 sp=0xc042da5fc0
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d2

goroutine 5667 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047cf7ae0 sp=0xc047cf7ab0
runtime.selectgoImpl(0xc047cf7f00, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc047cf7d58 sp=0xc047cf7ae0
runtime.selectgo(0xc047cf7f00)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc047cf7d80 sp=0xc047cf7d58
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).loop(0xc04224b580, 0xc04316ccc0, 0xc04316cc60)
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:175 +0x491 fp=0xc047cf7fc8 sp=0xc047cf7d80
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047cf7fd0 sp=0xc047cf7fc8
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:86 +0xe1

goroutine 135 [runnable, locked to thread]:
runtime.cgocall(0x45cde0, 0x1596068, 0xc0434000c8)
        C:/go/src/runtime/cgocall.go:131 +0xe8 fp=0xc048b89568 sp=0xc048b89528
syscall.Syscall6(0x7ffcc6d84ab0, 0x4, 0x48, 0xc042c83884, 0x1, 0xc042c83780, 0x0, 0x0, 0x1, 0x0, ...)
        C:/go/src/runtime/syscall_windows.go:174 +0x6b fp=0xc048b89598 sp=0xc048b89568
syscall.(*Proc).Call(0xc044161a20, 0xc048ca6bc0, 0x4, 0x4, 0x20, 0xd36820, 0x1483201, 0xc048ca6bc0)
        C:/go/src/syscall/dll_windows.go:153 +0x4dc fp=0xc048b896f0 sp=0xc048b89598
syscall.(*LazyProc).Call(0xc0421e9ef0, 0xc048ca6bc0, 0x4, 0x4, 0x1, 0x0, 0x14832e0, 0xc0434000c8)
        C:/go/src/syscall/dll_windows.go:303 +0x66 fp=0xc048b89740 sp=0xc048b896f0
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).readNext(0xc0421f2a80, 0xc042c83ae0, 0x2, 0x20, 0xc042c83a60)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/input_windows.go:178 +0x120 fp=0xc048b898b8 sp=0xc048b89740
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).PromptWithSuggestion(0xc0421f2a80, 0xe8a5d4, 0x2, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/line.go:612 +0x433 fp=0xc048b89e70 sp=0xc048b898b8
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).Prompt(0xc0421f2a80, 0xe8a5d4, 0x2, 0xc0433f71a0, 0xc042c83f30, 0xc042c83f30, 0x405da5)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/line.go:563 +0x65 fp=0xc048b89ed0 sp=0xc048b89e70
github.com/ethereum/go-ethereum/console.(*terminalPrompter).PromptInput(0xc042366240, 0xe8a5d4, 0x2, 0x0, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/console/prompter.go:116 +0xd0 fp=0xc048b89f40 sp=0xc048b89ed0
github.com/ethereum/go-ethereum/console.(*Console).Interactive.func1(0xc042194460, 0xc044133bc0, 0xc0434af580, 0xc0434af578, 0xc0434af590)
        C:/gopath/src/github.com/ethereum/go-ethereum/console/console.go:298 +0x8c fp=0xc048b89fb8 sp=0xc048b89f40
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc048b89fc0 sp=0xc048b89fb8
created by github.com/ethereum/go-ethereum/console.(*Console).Interactive
        C:/gopath/src/github.com/ethereum/go-ethereum/console/console.go:312 +0x14d

goroutine 7116 [chan receive]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643917, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04925fa80 sp=0xc04925fa50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04925fac0 sp=0xc04925fa80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f1ed8)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc04925fb60 sp=0xc04925fac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc04925fb98 sp=0xc04925fb60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5d000, 0x792ceea2bf75ac00, 0xbe3f0a4c9381407a, 0xc167e27141117b09, 0x7bcbf54c74dfb874, 0xcb3ed70200fbd672, 0xe523297e1a23de08, 0xabd7a31757583513, 0x1f9a63cf5ebcf1bf, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc04925fc18 sp=0xc04925fb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x792ceea2bf75ac00, 0xbe3f0a4c9381407a, 0xc167e27141117b09, 0x7bcbf54c74dfb874, 0xcb3ed70200fbd672, 0xe523297e1a23de08, 0xabd7a31757583513, 0x1f9a63cf5ebcf1bf, 0x35, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04925fef0 sp=0xc04925fc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0490a0280)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04925ffc8 sp=0xc04925fef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04925ffd0 sp=0xc04925ffc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7056 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04922f6b0 sp=0xc04922f680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04922f6f0 sp=0xc04922f6b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc04922f760 sp=0xc04922f6f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc04922f780 sp=0xc04922f760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc04922f7d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc04922f7f0 sp=0xc04922f780
net.(*netFD).writeLock(0xc042221dc0, 0xc04922f888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc04922f818 sp=0xc04922f7f0
net.(*netFD).writeTo(0xc042221dc0, 0xc042468680, 0x8b, 0xc3, 0x1481420, 0xc04908e8c0, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc04922f898 sp=0xc04922f818
net.(*UDPConn).writeTo(0xc042004d80, 0xc042468680, 0x8b, 0xc3, 0xc0439e23c0, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc04922f8f0 sp=0xc04922f898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc042468680, 0x8b, 0xc3, 0xc0439e23c0, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc04922f978 sp=0xc04922f8f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e23c0, 0x1594401, 0x14848e0, 0xc043bf64d0, 0x57afc2d100006b9b, 0xccdf40e092b7f29e)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc04922fa58 sp=0xc04922f978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xaaa11475b8d5a09b, 0x2ff7cd22d02f9168, 0xbdd4c772cbb5518e, 0x9cec95baae3d2db7, 0x57afc2d18eb1abdb, 0xccdf40e092b7f29e, 0x89a5e3fffa078cda, 0x6022a94b6f09c22b, 0xc0439e23c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc04922fb10 sp=0xc04922fa58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xaaa11475b8d5a09b, 0x2ff7cd22d02f9168, 0xbdd4c772cbb5518e, 0x9cec95baae3d2db7, 0x57afc2d18eb1abdb, 0xccdf40e092b7f29e, 0x89a5e3fffa078cda, 0x6022a94b6f09c22b, 0xc0439e23c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc04922fb98 sp=0xc04922fb10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5c7c0, 0xa11475b8d5a09b00, 0xf7cd22d02f9168aa, 0xd4c772cbb5518e2f, 0xec95baae3d2db7bd, 0xafc2d18eb1abdb9c, 0xdf40e092b7f29e57, 0xa5e3fffa078cdacc, 0x22a94b6f09c22b89, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc04922fc18 sp=0xc04922fb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xa11475b8d5a09b00, 0xf7cd22d02f9168aa, 0xd4c772cbb5518e2f, 0xec95baae3d2db7bd, 0xafc2d18eb1abdb9c, 0xdf40e092b7f29e57, 0xa5e3fffa078cdacc, 0x22a94b6f09c22b89, 0x972660, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04922fef0 sp=0xc04922fc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa280)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04922ffc8 sp=0xc04922fef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04922ffd0 sp=0xc04922ffc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7112 [chan receive]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643617, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04924fa80 sp=0xc04924fa50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04924fac0 sp=0xc04924fa80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f1828)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc04924fb60 sp=0xc04924fac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc04924fb98 sp=0xc04924fb60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5ce80, 0xd853f6d220069c00, 0x5f18e8de91e38a89, 0x898b73cd734ac1a6, 0xee297b142772e6ab, 0x5abdc294c73c9215, 0x48d0618b8779a63f, 0x6e878ae999ee0843, 0xcff719f05f418a5a, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc04924fc18 sp=0xc04924fb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xd853f6d220069c00, 0x5f18e8de91e38a89, 0x898b73cd734ac1a6, 0xee297b142772e6ab, 0x5abdc294c73c9215, 0x48d0618b8779a63f, 0x6e878ae999ee0843, 0xcff719f05f418a5a, 0x972691, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04924fef0 sp=0xc04924fc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aaa80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04924ffc8 sp=0xc04924fef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04924ffd0 sp=0xc04924ffc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7110 [runnable]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643417, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc049247a80 sp=0xc049247a50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc049247ac0 sp=0xc049247a80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f1598)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc049247b60 sp=0xc049247ac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc049247b98 sp=0xc049247b60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5cdc0, 0x453417d2bc87800, 0xbb3a78c151088012, 0x58beb24e2be2e88a, 0x81eff97dc0d6de49, 0x245f24c9d0ea8f02, 0xa6d55bb1c2897fa6, 0x6ebdfec110e84541, 0xad97fdf1be47cdb1, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc049247c18 sp=0xc049247b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x453417d2bc87800, 0xbb3a78c151088012, 0x58beb24e2be2e88a, 0x81eff97dc0d6de49, 0x245f24c9d0ea8f02, 0xa6d55bb1c2897fa6, 0x6ebdfec110e84541, 0xad97fdf1be47cdb1, 0xc0422bcd0b, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049247ef0 sp=0xc049247c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa880)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049247fc8 sp=0xc049247ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049247fd0 sp=0xc049247fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7030 [runnable]:
runtime.makeslice(0xd26f80, 0x20, 0x20, 0xc046f57f00, 0x20, 0x20)
        C:/go/src/runtime/slice.go:39 +0x15b fp=0xc047df3a48 sp=0xc047df3a40
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc047df3d78, 0x20, 0x20, 0x13d6eeafe9f4935f, 0x3ffff880, 0xc043ddb120, 0xc047df3c48, 0x406a5b, 0xd1e440, 0xc043d206c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:322 +0x4d0 fp=0xc047df3be0 sp=0xc047df3a48
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x5370008, 0xffffe20, 0xffffe20, 0xc047df3d78, 0x20, 0x20, 0x13d6eeafe9f4935f, 0xc043ddb080, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xc5 fp=0xc047df3c58 sp=0xc047df3be0
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc04205c600, 0xc0440161b0, 0x0, 0x13d6eeafe9f3452d, 0xc043d206c0, 0xc043d20960)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x458 fp=0xc047df3f68 sp=0xc047df3c58
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc043477020, 0xc04205c600, 0xc0440161b0, 0xc043d206c0, 0xc043d20960, 0x0, 0x13d6eeafe9f3452d)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x8e fp=0xc047df3fa8 sp=0xc047df3f68
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047df3fb0 sp=0xc047df3fa8
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:73 +0x1de

goroutine 6909 [IO wait]:
runtime.gopark(0xf40860, 0x19a2368, 0xe8e84c, 0x7, 0xc0442d2b1b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0466e15f8 sp=0xc0466e15c8
runtime.netpollblock(0x19a22f8, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc0466e1640 sp=0xc0466e15f8
net.runtime_pollWait(0x19a22f8, 0x77, 0xc0434cc610)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc0466e1668 sp=0xc0466e1640
net.(*pollDesc).wait(0xc048e2f860, 0x77, 0xc0434cc610, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc0466e1690 sp=0xc0466e1668
net.(*ioSrv).ExecIO(0xc042004d78, 0xc048e2f7c0, 0xe917dc, 0x9, 0xf40118, 0xc043d21560, 0xc0434cc5c8, 0xc0434cc5fc)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc0466e1748 sp=0xc0466e1690
net.(*netFD).connect(0xc048e2f6c0, 0x148ae60, 0xc043d21500, 0x0, 0x0, 0x14813e0, 0xc0425043c0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d fp=0xc0466e1810 sp=0xc0466e1748
net.(*netFD).dial(0xc048e2f6c0, 0x148ae60, 0xc043d21500, 0x148e100, 0x0, 0x148e100, 0xc0435eab70, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0 fp=0xc0466e18b0 sp=0xc0466e1810
net.socket(0x148ae60, 0xc043d21500, 0xe8ae6a, 0x3, 0x2, 0x1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab fp=0xc0466e1958 sp=0xc0466e18b0
net.internetSocket(0x148ae60, 0xc043d21500, 0xe8ae6a, 0x3, 0x148e100, 0x0, 0x148e100, 0xc0435eab70, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171 fp=0xc0466e19e0 sp=0xc0466e1958
net.doDialTCP(0x148ae60, 0xc043d21500, 0xe8ae6a, 0x3, 0x0, 0xc0435eab70, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0 fp=0xc0466e1a88 sp=0xc0466e19e0
net.dialTCP(0x148ae60, 0xc043d21500, 0xe8ae6a, 0x3, 0x0, 0xc0435eab70, 0xc0466e1b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb fp=0xc0466e1ae0 sp=0xc0466e1a88
net.dialSingle(0x148ae60, 0xc043d21500, 0xc0470d3c00, 0x1485860, 0xc0435eab70, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480 fp=0xc0466e1b78 sp=0xc0466e1ae0
net.dialSerial(0x148ae60, 0xc043d21500, 0xc0470d3c00, 0xc0434cc600, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227 fp=0xc0466e1c68 sp=0xc0466e1b78
net.(*Dialer).DialContext(0xc0421da1e0, 0x148ae20, 0xc0420362a0, 0xe8ae6a, 0x3, 0xc042504380, 0x13, 0x0, 0x0, 0x0, ...)
        C:/go/src/net/dial.go:371 +0x712 fp=0xc0466e1df8 sp=0xc0466e1c68
net.(*Dialer).Dial(0xc0421da1e0, 0xe8ae6a, 0x3, 0xc042504380, 0x13, 0xd380ad9ad481770c, 0xabf7602c8484816, 0x829cfb9e4666920f, 0x2b931884083f105d)
        C:/go/src/net/dial.go:294 +0x7c fp=0xc0466e1e60 sp=0xc0466e1df8
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc042652420, 0xc042192380, 0xc048f39400, 0xd006675828fa6a9e)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xd8 fp=0xc0466e1f58 sp=0xc0466e1e60
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc042652420, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x59 fp=0xc0466e1f88 sp=0xc0466e1f58
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147ef60, 0xc042652420, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc0466e1fc0 sp=0xc0466e1f88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0466e1fc8 sp=0xc0466e1fc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 7054 [runnable]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0492276b0 sp=0xc049227680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0492276f0 sp=0xc0492276b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc049227760 sp=0xc0492276f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc049227780 sp=0xc049227760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc0492277d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc0492277f0 sp=0xc049227780
net.(*netFD).writeLock(0xc042221dc0, 0xc049227888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc049227818 sp=0xc0492277f0
net.(*netFD).writeTo(0xc042221dc0, 0xc042468410, 0x8b, 0xc3, 0x1481420, 0xc04908e680, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc049227898 sp=0xc049227818
net.(*UDPConn).writeTo(0xc042004d80, 0xc042468410, 0x8b, 0xc3, 0xc0439e2180, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc0492278f0 sp=0xc049227898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc042468410, 0x8b, 0xc3, 0xc0439e2180, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc049227978 sp=0xc0492278f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e2180, 0x1594401, 0x14848e0, 0xc0465afdc0, 0xca48cc8e00008217, 0x881b8a79620d2737)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc049227a58 sp=0xc049227978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xcdd075a9b523abb3, 0xecdcf64efd7e15e, 0x492f723d30228ef9, 0xe8207f1b77f8c060, 0xca48cc8e54930aea, 0x881b8a79620d2737, 0x768ed1e5ea46ef6d, 0x83c9d5489e4250e7, 0xc0439e2180, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc049227b10 sp=0xc049227a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xcdd075a9b523abb3, 0xecdcf64efd7e15e, 0x492f723d30228ef9, 0xe8207f1b77f8c060, 0xca48cc8e54930aea, 0x881b8a79620d2737, 0x768ed1e5ea46ef6d, 0x83c9d5489e4250e7, 0xc0439e2180, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc049227b98 sp=0xc049227b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5c5c0, 0xd075a9b523abb300, 0xcdcf64efd7e15ecd, 0x2f723d30228ef90e, 0x207f1b77f8c06049, 0x48cc8e54930aeae8, 0x1b8a79620d2737ca, 0x8ed1e5ea46ef6d88, 0xc9d5489e4250e776, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc049227c18 sp=0xc049227b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xd075a9b523abb300, 0xcdcf64efd7e15ecd, 0x2f723d30228ef90e, 0x207f1b77f8c06049, 0x48cc8e54930aeae8, 0x1b8a79620d2737ca, 0x8ed1e5ea46ef6d88, 0xc9d5489e4250e776, 0x83, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049227ef0 sp=0xc049227c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa080)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049227fc8 sp=0xc049227ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049227fd0 sp=0xc049227fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7027 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0466d9c58 sp=0xc0466d9c28
runtime.selectgoImpl(0xc0466d9f30, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0466d9ed0 sp=0xc0466d9c58
runtime.selectgo(0xc0466d9f30)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0466d9ef8 sp=0xc0466d9ed0
net.(*netFD).connect.func2(0x148ae60, 0xc043d21500, 0xc048e2f6c0, 0xc043d21560)
        C:/go/src/net/fd_windows.go:376 +0x164 fp=0xc0466d9fc0 sp=0xc0466d9ef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0466d9fc8 sp=0xc0466d9fc0
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 7055 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0492236b0 sp=0xc049223680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0492236f0 sp=0xc0492236b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc049223760 sp=0xc0492236f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc049223780 sp=0xc049223760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc0492237d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc0492237f0 sp=0xc049223780
net.(*netFD).writeLock(0xc042221dc0, 0xc049223888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc049223818 sp=0xc0492237f0
net.(*netFD).writeTo(0xc042221dc0, 0xc0424685b0, 0x8b, 0xc3, 0x1481420, 0xc04908e780, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc049223898 sp=0xc049223818
net.(*UDPConn).writeTo(0xc042004d80, 0xc0424685b0, 0x8b, 0xc3, 0xc0439e22a0, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc0492238f0 sp=0xc049223898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc0424685b0, 0x8b, 0xc3, 0xc0439e22a0, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc049223978 sp=0xc0492238f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e22a0, 0x1594401, 0x14848e0, 0xc043bf6230, 0xce8cf58a0000f02f, 0x81f9fb3b1475f74f)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc049223a58 sp=0xc049223978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x57d5c410f5eb5d9, 0xf902747c384cbe4d, 0xec4973da38f0332, 0x1cd060a7fbf38912, 0xce8cf58a664e2470, 0x81f9fb3b1475f74f, 0xf75dcbaeef8533b2, 0xb6f4c00c0ab3c7a7, 0xc0439e22a0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc049223b10 sp=0xc049223a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x57d5c410f5eb5d9, 0xf902747c384cbe4d, 0xec4973da38f0332, 0x1cd060a7fbf38912, 0xce8cf58a664e2470, 0x81f9fb3b1475f74f, 0xf75dcbaeef8533b2, 0xb6f4c00c0ab3c7a7, 0xc0439e22a0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc049223b98 sp=0xc049223b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5c6c0, 0x7d5c410f5eb5d900, 0x2747c384cbe4d05, 0xc4973da38f0332f9, 0xd060a7fbf389120e, 0x8cf58a664e24701c, 0xf9fb3b1475f74fce, 0x5dcbaeef8533b281, 0xf4c00c0ab3c7a7f7, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc049223c18 sp=0xc049223b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x7d5c410f5eb5d900, 0x2747c384cbe4d05, 0xc4973da38f0332f9, 0xd060a7fbf389120e, 0x8cf58a664e24701c, 0xf9fb3b1475f74fce, 0x5dcbaeef8533b281, 0xf4c00c0ab3c7a7f7, 0xc04417f6b6, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049223ef0 sp=0xc049223c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa180)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049223fc8 sp=0xc049223ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049223fd0 sp=0xc049223fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7089 [chan receive]:
runtime.gopark(0xf40898, 0xc043b1ea78, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047175940 sp=0xc047175910
runtime.goparkunlock(0xc043b1ea78, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc047175980 sp=0xc047175940
runtime.chanrecv(0xd1c880, 0xc043b1ea20, 0xc047175af0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc047175a20 sp=0xc047175980
runtime.chanrecv1(0xd1c880, 0xc043b1ea20, 0xc047175af0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc047175a58 sp=0xc047175a20
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xb4b38cc15afb51b2, 0x6fb61a095ee2c6f2, 0x53fad816688d487d, 0x5463d1b95508e2d7, 0xe9b5f6c0fe1b6d34, 0x7fee7f1a844ba596, 0x3c8e516a4c10f225, 0x37c1d3952dc4022, 0xc042736840, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc047175b10 sp=0xc047175a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xb4b38cc15afb51b2, 0x6fb61a095ee2c6f2, 0x53fad816688d487d, 0x5463d1b95508e2d7, 0xe9b5f6c0fe1b6d34, 0x7fee7f1a844ba596, 0x3c8e516a4c10f225, 0x37c1d3952dc4022, 0xc042736840, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc047175b98 sp=0xc047175b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc043e32a20, 0xb38cc15afb51b200, 0xb61a095ee2c6f2b4, 0xfad816688d487d6f, 0x63d1b95508e2d753, 0xb5f6c0fe1b6d3454, 0xee7f1a844ba596e9, 0x8e516a4c10f2257f, 0x7c1d3952dc40223c, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc047175c18 sp=0xc047175b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xb38cc15afb51b200, 0xb61a095ee2c6f2b4, 0xfad816688d487d6f, 0x63d1b95508e2d753, 0xb5f6c0fe1b6d3454, 0xee7f1a844ba596e9, 0x8e516a4c10f2257f, 0x7c1d3952dc40223c, 0x3, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc047175ef0 sp=0xc047175c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc048dfde80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc047175fc8 sp=0xc047175ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047175fd0 sp=0xc047175fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7107 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0492336b0 sp=0xc049233680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0492336f0 sp=0xc0492336b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc049233760 sp=0xc0492336f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc049233780 sp=0xc049233760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc0492337d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc0492337f0 sp=0xc049233780
net.(*netFD).writeLock(0xc042221dc0, 0xc049233888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc049233818 sp=0xc0492337f0
net.(*netFD).writeTo(0xc042221dc0, 0xc0424688f0, 0x8b, 0xc3, 0x1481420, 0xc04908ed40, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc049233898 sp=0xc049233818
net.(*UDPConn).writeTo(0xc042004d80, 0xc0424688f0, 0x8b, 0xc3, 0xc0439e28a0, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc0492338f0 sp=0xc049233898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc0424688f0, 0x8b, 0xc3, 0xc0439e28a0, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc049233978 sp=0xc0492338f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e28a0, 0x1594401, 0x14848e0, 0xc043bf6ee0, 0x58eea1710000765f, 0x62a38617e0b9242)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc049233a58 sp=0xc049233978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x38145366bb8c341a, 0xb1b0473b45186d74, 0x382439dd4ac13cc1, 0x83804971faa280ac, 0x58eea171a249b014, 0x62a38617e0b9242, 0x6c1d75c283585d99, 0x8c2d81170d9e6a7e, 0xc0439e28a0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc049233b10 sp=0xc049233a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x38145366bb8c341a, 0xb1b0473b45186d74, 0x382439dd4ac13cc1, 0x83804971faa280ac, 0x58eea171a249b014, 0x62a38617e0b9242, 0x6c1d75c283585d99, 0x8c2d81170d9e6a7e, 0xc0439e28a0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc049233b98 sp=0xc049233b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5cac0, 0x145366bb8c341a00, 0xb0473b45186d7438, 0x2439dd4ac13cc1b1, 0x804971faa280ac38, 0xeea171a249b01483, 0x2a38617e0b924258, 0x1d75c283585d9906, 0x2d81170d9e6a7e6c, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc049233c18 sp=0xc049233b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x145366bb8c341a00, 0xb0473b45186d7438, 0x2439dd4ac13cc1b1, 0x804971faa280ac38, 0xeea171a249b01483, 0x2a38617e0b924258, 0x1d75c283585d9906, 0x2d81170d9e6a7e6c, 0x97268c, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049233ef0 sp=0xc049233c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa580)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049233fc8 sp=0xc049233ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049233fd0 sp=0xc049233fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7086 [chan receive]:
runtime.gopark(0xf40898, 0xc0422bc298, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047df5940 sp=0xc047df5910
runtime.goparkunlock(0xc0422bc298, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc047df5980 sp=0xc047df5940
runtime.chanrecv(0xd1c880, 0xc0422bc240, 0xc042c83af0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc047df5a20 sp=0xc047df5980
runtime.chanrecv1(0xd1c880, 0xc0422bc240, 0xc042c83af0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc047df5a58 sp=0xc047df5a20
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xa6c8d7f267fc2187, 0x87ed86546c5d7d48, 0x115b16210704cf4e, 0x5291ec89d882446b, 0x155a9c17c527bb68, 0xb4c66f77deb798fb, 0x1937503fb58409aa, 0x8e671ffddc47b16f, 0xc042736540, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc047df5b10 sp=0xc047df5a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xa6c8d7f267fc2187, 0x87ed86546c5d7d48, 0x115b16210704cf4e, 0x5291ec89d882446b, 0x155a9c17c527bb68, 0xb4c66f77deb798fb, 0x1937503fb58409aa, 0x8e671ffddc47b16f, 0xc042736540, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc047df5b98 sp=0xc047df5b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc043e328a0, 0xc8d7f267fc218700, 0xed86546c5d7d48a6, 0x5b16210704cf4e87, 0x91ec89d882446b11, 0x5a9c17c527bb6852, 0xc66f77deb798fb15, 0x37503fb58409aab4, 0x671ffddc47b16f19, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc047df5c18 sp=0xc047df5b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xc8d7f267fc218700, 0xed86546c5d7d48a6, 0x5b16210704cf4e87, 0x91ec89d882446b11, 0x5a9c17c527bb6852, 0xc66f77deb798fb15, 0x37503fb58409aab4, 0x671ffddc47b16f19, 0xc04440fb8e, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc047df5ef0 sp=0xc047df5c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc048dfdb80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc047df5fc8 sp=0xc047df5ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047df5fd0 sp=0xc047df5fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7109 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0xc046643319, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04923b6b0 sp=0xc04923b680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04923b6f0 sp=0xc04923b6b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc04923b760 sp=0xc04923b6f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc04923b780 sp=0xc04923b760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc04923b7d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc04923b7f0 sp=0xc04923b780
net.(*netFD).writeLock(0xc042221dc0, 0xc04923b888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc04923b818 sp=0xc04923b7f0
net.(*netFD).writeTo(0xc042221dc0, 0xc042468a90, 0x8b, 0xc3, 0x1481420, 0xc04908f040, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc04923b898 sp=0xc04923b818
net.(*UDPConn).writeTo(0xc042004d80, 0xc042468a90, 0x8b, 0xc3, 0xc0439e2b40, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc04923b8f0 sp=0xc04923b898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc042468a90, 0x8b, 0xc3, 0xc0439e2b40, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc04923b978 sp=0xc04923b8f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e2b40, 0x1594401, 0x14848e0, 0xc043bf7810, 0x12f0a900007660, 0xdba9f13172fde73c)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc04923ba58 sp=0xc04923b978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xca6009c1428e096b, 0x52b9f3cfa2c02cab, 0x430982a6559ac189, 0x82070658a3ca68e5, 0x12f0a92b0d7fbb, 0xdba9f13172fde73c, 0xfa9b97aa44744dc2, 0xc972cc496e77747c, 0xc0439e2b40, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc04923bb10 sp=0xc04923ba58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xca6009c1428e096b, 0x52b9f3cfa2c02cab, 0x430982a6559ac189, 0x82070658a3ca68e5, 0x12f0a92b0d7fbb, 0xdba9f13172fde73c, 0xfa9b97aa44744dc2, 0xc972cc496e77747c, 0xc0439e2b40, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc04923bb98 sp=0xc04923bb10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5ccc0, 0x6009c1428e096b00, 0xb9f3cfa2c02cabca, 0x982a6559ac18952, 0x70658a3ca68e543, 0x12f0a92b0d7fbb82, 0xa9f13172fde73c00, 0x9b97aa44744dc2db, 0x72cc496e77747cfa, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc04923bc18 sp=0xc04923bb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x6009c1428e096b00, 0xb9f3cfa2c02cabca, 0x982a6559ac18952, 0x70658a3ca68e543, 0x12f0a92b0d7fbb82, 0xa9f13172fde73c00, 0x9b97aa44744dc2db, 0x72cc496e77747cfa, 0xc04417f6c9, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04923bef0 sp=0xc04923bc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa780)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04923bfc8 sp=0xc04923bef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04923bfd0 sp=0xc04923bfc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7114 [chan receive]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643817, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc049257a80 sp=0xc049257a50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc049257ac0 sp=0xc049257a80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f1e98)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc049257b60 sp=0xc049257ac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc049257b98 sp=0xc049257b60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5cf40, 0xaebd11afd7204400, 0x9696adf6cdb1dcfe, 0xfbe26b6241448cc7, 0xd39a1ae9ac413966, 0xb929fbb65d73134e, 0x2a12c9cbd114e766, 0x6cd6eae9e5be55e9, 0xd4e0066d01bd44ac, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc049257c18 sp=0xc049257b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xaebd11afd7204400, 0x9696adf6cdb1dcfe, 0xfbe26b6241448cc7, 0xd39a1ae9ac413966, 0xb929fbb65d73134e, 0x2a12c9cbd114e766, 0x6cd6eae9e5be55e9, 0xd4e0066d01bd44ac, 0x972675, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049257ef0 sp=0xc049257c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0490a0080)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049257fc8 sp=0xc049257ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049257fd0 sp=0xc049257fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7031 [runnable]:
runtime.makeslice(0xd26f80, 0x20, 0x20, 0xc0437ad680, 0x20, 0x20)
        C:/go/src/runtime/slice.go:39 +0x15b fp=0xc042da9a48 sp=0xc042da9a40
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc042da9d78, 0x20, 0x20, 0x2b52a33ce6463bb8, 0x3ffff880, 0xc043e714c0, 0xc042da9c48, 0x406a5b, 0xd1e440, 0xc043d206c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:322 +0x4d0 fp=0xc042da9be0 sp=0xc042da9a48
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x5370008, 0xffffe20, 0xffffe20, 0xc042da9d78, 0x20, 0x20, 0x2b52a33ce6463bb8, 0xc043e71460, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xc5 fp=0xc042da9c58 sp=0xc042da9be0
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc04205c600, 0xc0440161b0, 0x1, 0x2b52a33ce644f0dc, 0xc043d206c0, 0xc043d20960)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x458 fp=0xc042da9f68 sp=0xc042da9c58
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc043477020, 0xc04205c600, 0xc0440161b0, 0xc043d206c0, 0xc043d20960, 0x1, 0x2b52a33ce644f0dc)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x8e fp=0xc042da9fa8 sp=0xc042da9f68
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042da9fb0 sp=0xc042da9fa8
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:73 +0x1de

goroutine 6629 [IO wait]:
runtime.gopark(0xf40860, 0x19a1d68, 0xe8e84c, 0x7, 0xc04434b81b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0466d35f8 sp=0xc0466d35c8
runtime.netpollblock(0x19a1cf8, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc0466d3640 sp=0xc0466d35f8
net.runtime_pollWait(0x19a1cf8, 0x77, 0xc043444ad8)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc0466d3668 sp=0xc0466d3640
net.(*pollDesc).wait(0xc04917fda0, 0x77, 0xc043444ad8, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc0466d3690 sp=0xc0466d3668
net.(*ioSrv).ExecIO(0xc042004d78, 0xc04917fd00, 0xe917dc, 0x9, 0xf40118, 0xc0422bc960, 0xc043444ad0, 0xc043444aac)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc0466d3748 sp=0xc0466d3690
net.(*netFD).connect(0xc04917fc00, 0x148ae60, 0xc0422bc900, 0x0, 0x0, 0x14813e0, 0xc0439edc20, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d fp=0xc0466d3810 sp=0xc0466d3748
net.(*netFD).dial(0xc04917fc00, 0x148ae60, 0xc0422bc900, 0x148e100, 0x0, 0x148e100, 0xc042f09800, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0 fp=0xc0466d38b0 sp=0xc0466d3810
net.socket(0x148ae60, 0xc0422bc900, 0xe8ae6a, 0x3, 0x2, 0x1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab fp=0xc0466d3958 sp=0xc0466d38b0
net.internetSocket(0x148ae60, 0xc0422bc900, 0xe8ae6a, 0x3, 0x148e100, 0x0, 0x148e100, 0xc042f09800, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171 fp=0xc0466d39e0 sp=0xc0466d3958
net.doDialTCP(0x148ae60, 0xc0422bc900, 0xe8ae6a, 0x3, 0x0, 0xc042f09800, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0 fp=0xc0466d3a88 sp=0xc0466d39e0
net.dialTCP(0x148ae60, 0xc0422bc900, 0xe8ae6a, 0x3, 0x0, 0xc042f09800, 0xc0466d3b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb fp=0xc0466d3ae0 sp=0xc0466d3a88
net.dialSingle(0x148ae60, 0xc0422bc900, 0xc04365f580, 0x1485860, 0xc042f09800, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480 fp=0xc0466d3b78 sp=0xc0466d3ae0
net.dialSerial(0x148ae60, 0xc0422bc900, 0xc04365f580, 0xc043444ab0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227 fp=0xc0466d3c68 sp=0xc0466d3b78
net.(*Dialer).DialContext(0xc0421da1e0, 0x148ae20, 0xc0420362a0, 0xe8ae6a, 0x3, 0xc0439edbc0, 0x11, 0x0, 0x0, 0x0, ...)
        C:/go/src/net/dial.go:371 +0x712 fp=0xc0466d3df8 sp=0xc0466d3c68
net.(*Dialer).Dial(0xc0421da1e0, 0xe8ae6a, 0x3, 0xc0439edbc0, 0x11, 0xc048761ea0, 0x44adf2, 0xc047982f08, 0x4588e0)
        C:/go/src/net/dial.go:294 +0x7c fp=0xc0466d3e60 sp=0xc0466d3df8
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc042591f20, 0xc042192380, 0xc043534d80, 0x68896a)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xd8 fp=0xc0466d3f58 sp=0xc0466d3e60
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc042591f20, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x59 fp=0xc0466d3f88 sp=0xc0466d3f58
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147ef60, 0xc042591f20, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc0466d3fc0 sp=0xc0466d3f88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0466d3fc8 sp=0xc0466d3fc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 7098 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04819f940 sp=0xc04819f910
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04819f980 sp=0xc04819f940
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc04819f9f0 sp=0xc04819f980
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc04819fa10 sp=0xc04819f9f0
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc04819fa68)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc04819fa80 sp=0xc04819fa10
net.(*netFD).writeLock(0xc042221dc0, 0xc04819fb18, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc04819faa8 sp=0xc04819fa80
net.(*netFD).writeTo(0xc042221dc0, 0xc042043450, 0xab, 0xc3, 0x1481420, 0xc0474279c0, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc04819fb28 sp=0xc04819faa8
net.(*UDPConn).writeTo(0xc042004d80, 0xc042043450, 0xab, 0xc3, 0xc042820d50, 0x4a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc04819fb80 sp=0xc04819fb28
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc042043450, 0xab, 0xc3, 0xc042820d50, 0xab, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc04819fc08 sp=0xc04819fb80
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc042820d50, 0x1594403, 0x1484860, 0xc043ea6060, 0xfe51a7357dc306d, 0xf1f4fea9e55cb170)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc04819fce8 sp=0xc04819fc08
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc04209e0e0, 0x7cfb46f7d21301f6, 0x5e21879cc5b07fe3, 0xbccf9d89e155a28b, 0xd45569ec6acac2bf, 0xfe51a7357dc306d, 0xf1f4fea9e55cb170, 0xa0946b432f23dd2, 0xf57840fd7327a04c, 0xc042820d50, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:307 +0x278 fp=0xc04819fd98 sp=0xc04819fce8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc04243e900, 0xc047569100, 0xc048dc6540, 0xc043d21260)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:275 +0x11e fp=0xc04819ffc0 sp=0xc04819fd98
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04819ffc8 sp=0xc04819ffc0
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x46d

goroutine 7115 [chan receive]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643817, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc049253a80 sp=0xc049253a50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc049253ac0 sp=0xc049253a80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f1408)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc049253b60 sp=0xc049253ac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc049253b98 sp=0xc049253b60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5cfa0, 0xb4bd3c885d96ba00, 0x4406347b840ec606, 0x4b356f83700b96a5, 0x8697e36bd04e6819, 0xdb7a517a16482dd3, 0x51e7e5ebca087e1, 0xf704a0ef4372a5ac, 0x2fdd0963bda92eea, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc049253c18 sp=0xc049253b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xb4bd3c885d96ba00, 0x4406347b840ec606, 0x4b356f83700b96a5, 0x8697e36bd04e6819, 0xdb7a517a16482dd3, 0x51e7e5ebca087e1, 0xf704a0ef4372a5ac, 0x2fdd0963bda92eea, 0x5e, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049253ef0 sp=0xc049253c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0490a0180)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049253fc8 sp=0xc049253ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049253fd0 sp=0xc049253fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 6635 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc048b03c58 sp=0xc048b03c28
runtime.selectgoImpl(0xc048b03f30, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc048b03ed0 sp=0xc048b03c58
runtime.selectgo(0xc048b03f30)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc048b03ef8 sp=0xc048b03ed0
net.(*netFD).connect.func2(0x148ae60, 0xc043bd4060, 0xc04917c700, 0xc043bd40c0)
        C:/go/src/net/fd_windows.go:376 +0x164 fp=0xc048b03fc0 sp=0xc048b03ef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc048b03fc8 sp=0xc048b03fc0
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 6910 [chan receive]:
runtime.gopark(0xf40898, 0xc043d212b8, 0xe97383, 0xc, 0x33eee417, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04721d7c8 sp=0xc04721d798
runtime.goparkunlock(0xc043d212b8, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04721d808 sp=0xc04721d7c8
runtime.chanrecv(0xd1d380, 0xc043d21260, 0xc04721ddd8, 0xc04721d801, 0x96d73d)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc04721d8a8 sp=0xc04721d808
runtime.chanrecv1(0xd1d380, 0xc043d21260, 0xc04721ddd8)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc04721d8e0 sp=0xc04721d8a8
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup(0xc04243e900, 0x61e6afbddee2451a, 0x81652345bdf2c3da, 0x1127a2e707b98f8b, 0xb81690fdfd24a6f5, 0xe389322379b72737, 0xa01dc709db0bf631, 0xe3320de9d9f8261f, 0xbaf38b02e822cbac, 0x1, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:296 +0x4d1 fp=0xc04721de78 sp=0xc04721d8e0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0xc04243e900, 0x61e6afbddee2451a, 0x81652345bdf2c3da, 0x1127a2e707b98f8b, 0xb81690fdfd24a6f5, 0xe389322379b72737, 0xa01dc709db0bf631, 0xe3320de9d9f8261f, 0xbaf38b02e822cbac, 0xfb89a95fd0f7cfdf, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:234 +0x57 fp=0xc04721def0 sp=0xc04721de78
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc048da4060, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:347 +0x18e fp=0xc04721df88 sp=0xc04721def0
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147efa0, 0xc048da4060, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc04721dfc0 sp=0xc04721df88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04721dfc8 sp=0xc04721dfc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 7111 [chan receive]:
runtime.gopark(0xf40898, 0xc04649ef58, 0xe97383, 0xc, 0xc046643617, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc049243a80 sp=0xc049243a50
runtime.goparkunlock(0xc04649ef58, 0xe97383, 0xc, 0x5f9917, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc049243ac0 sp=0xc049243a80
runtime.chanrecv(0xd1e440, 0xc04649ef00, 0x0, 0xdc3801, 0xc0465f13c8)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc049243b60 sp=0xc049243ac0
runtime.chanrecv1(0xd1e440, 0xc04649ef00, 0x0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc049243b98 sp=0xc049243b60
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5ce20, 0x9f2502b794aa1a00, 0x5fc834a4011e695d, 0xaff44b1ad0801c69, 0x6b0ed4a0df2a604d, 0x8ba627dc48700bc7, 0xbdf24fe255625186, 0x1bd18c99a69a1499, 0xd3f5ad9634ef57dd, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:509 +0x55 fp=0xc049243c18 sp=0xc049243b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x9f2502b794aa1a00, 0x5fc834a4011e695d, 0xaff44b1ad0801c69, 0x6b0ed4a0df2a604d, 0x8ba627dc48700bc7, 0xbdf24fe255625186, 0x1bd18c99a69a1499, 0xd3f5ad9634ef57dd, 0xc0442d2825, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049243ef0 sp=0xc049243c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa980)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049243fc8 sp=0xc049243ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049243fd0 sp=0xc049243fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7097 [chan receive]:
runtime.gopark(0xf40898, 0xc043b1eb98, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047cf9910 sp=0xc047cf98e0
runtime.goparkunlock(0xc043b1eb98, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc047cf9950 sp=0xc047cf9910
runtime.chanrecv(0xd1c880, 0xc043b1eb40, 0xc042c83ac0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc047cf99f0 sp=0xc047cf9950
runtime.chanrecv1(0xd1c880, 0xc043b1eb40, 0xc042c83ac0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc047cf9a28 sp=0xc047cf99f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x5ca54d5c28186e97, 0xdb58973c7ed894cf, 0x4dfaf998c4f56fbb, 0x952952b935b92ed3, 0x7b7434fe78e5197d, 0x7c14b529327d92f, 0xae8f92034bfcbb2c, 0xa3b96c51f2579ab1, 0xc04324ae40, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc047cf9ae0 sp=0xc047cf9a28
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x5ca54d5c28186e97, 0xdb58973c7ed894cf, 0x4dfaf998c4f56fbb, 0x952952b935b92ed3, 0x7b7434fe78e5197d, 0x7c14b529327d92f, 0xae8f92034bfcbb2c, 0xa3b96c51f2579ab1, 0xc04324ae40, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc047cf9b68 sp=0xc047cf9ae0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).add(0xc04243e900, 0xc047766b00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:572 +0x1fc fp=0xc047cf9c18 sp=0xc047cf9b68
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xcfc569265083bc00, 0xe7cca9f60b18d8fc, 0xee47d2d6f3398746, 0xeea89492924de130, 0xda34297c36b3ad06, 0xc60e63907444ab93, 0xcac666c18c667882, 0x78cd7f7be4024231, 0xc04417f692, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:501 +0x5fb fp=0xc047cf9ef0 sp=0xc047cf9c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc04814c380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc047cf9fc8 sp=0xc047cf9ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047cf9fd0 sp=0xc047cf9fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 6632 [IO wait]:
runtime.gopark(0xf40860, 0x19a21e8, 0xe8e84c, 0x7, 0xc042f92d1b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046cd95f8 sp=0xc046cd95c8
runtime.netpollblock(0x19a2178, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc046cd9640 sp=0xc046cd95f8
net.runtime_pollWait(0x19a2178, 0x77, 0xc0434bc630)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc046cd9668 sp=0xc046cd9640
net.(*pollDesc).wait(0xc04917cc20, 0x77, 0xc0434bc630, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc046cd9690 sp=0xc046cd9668
net.(*ioSrv).ExecIO(0xc042004d78, 0xc04917cb80, 0xe917dc, 0x9, 0xf40118, 0xc043bd44e0, 0xc0434bc5e8, 0xc0434bc61c)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc046cd9748 sp=0xc046cd9690
net.(*netFD).connect(0xc04917ca80, 0x148ae60, 0xc043bd4480, 0x0, 0x0, 0x14813e0, 0xc043d7a120, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d fp=0xc046cd9810 sp=0xc046cd9748
net.(*netFD).dial(0xc04917ca80, 0x148ae60, 0xc043bd4480, 0x148e100, 0x0, 0x148e100, 0xc04265c0c0, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0 fp=0xc046cd98b0 sp=0xc046cd9810
net.socket(0x148ae60, 0xc043bd4480, 0xe8ae6a, 0x3, 0x2, 0x1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab fp=0xc046cd9958 sp=0xc046cd98b0
net.internetSocket(0x148ae60, 0xc043bd4480, 0xe8ae6a, 0x3, 0x148e100, 0x0, 0x148e100, 0xc04265c0c0, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171 fp=0xc046cd99e0 sp=0xc046cd9958
net.doDialTCP(0x148ae60, 0xc043bd4480, 0xe8ae6a, 0x3, 0x0, 0xc04265c0c0, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0 fp=0xc046cd9a88 sp=0xc046cd99e0
net.dialTCP(0x148ae60, 0xc043bd4480, 0xe8ae6a, 0x3, 0x0, 0xc04265c0c0, 0xc046cd9b30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb fp=0xc046cd9ae0 sp=0xc046cd9a88
net.dialSingle(0x148ae60, 0xc043bd4480, 0xc0486d6e80, 0x1485860, 0xc04265c0c0, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480 fp=0xc046cd9b78 sp=0xc046cd9ae0
net.dialSerial(0x148ae60, 0xc043bd4480, 0xc0486d6e80, 0xc0434bc620, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227 fp=0xc046cd9c68 sp=0xc046cd9b78
net.(*Dialer).DialContext(0xc0421da1e0, 0x148ae20, 0xc0420362a0, 0xe8ae6a, 0x3, 0xc043d7a0e0, 0x15, 0x0, 0x0, 0x0, ...)
        C:/go/src/net/dial.go:371 +0x712 fp=0xc046cd9df8 sp=0xc046cd9c68
net.(*Dialer).Dial(0xc0421da1e0, 0xe8ae6a, 0x3, 0xc043d7a0e0, 0x15, 0x2e2283fbf28485fc, 0x8c57682d8fa115ea, 0xba191d33e476cb35, 0xd65a6d6551d95087)
        C:/go/src/net/dial.go:294 +0x7c fp=0xc046cd9e60 sp=0xc046cd9df8
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc042591fb0, 0xc042192380, 0xc04252e280, 0xd26d00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xd8 fp=0xc046cd9f58 sp=0xc046cd9e60
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc042591fb0, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x59 fp=0xc046cd9f88 sp=0xc046cd9f58
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147ef60, 0xc042591fb0, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc046cd9fc0 sp=0xc046cd9f88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046cd9fc8 sp=0xc046cd9fc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 7093 [chan receive]:
runtime.gopark(0xf40898, 0xc0422bc358, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0488f3940 sp=0xc0488f3910
runtime.goparkunlock(0xc0422bc358, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0488f3980 sp=0xc0488f3940
runtime.chanrecv(0xd1c880, 0xc0422bc300, 0xc0488f3af0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0488f3a20 sp=0xc0488f3980
runtime.chanrecv1(0xd1c880, 0xc0422bc300, 0xc0488f3af0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc0488f3a58 sp=0xc0488f3a20
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xa9076cf793d92e7, 0x4f2f95806f7e5029, 0x723b659a7f160bbd, 0x632762e1544f76d3, 0x35e8af4f8ed10729, 0xc8ada97a10240ad1, 0x830d320a983365ba, 0x4bd11e04a4be82bb, 0xc042736c60, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc0488f3b10 sp=0xc0488f3a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xa9076cf793d92e7, 0x4f2f95806f7e5029, 0x723b659a7f160bbd, 0x632762e1544f76d3, 0x35e8af4f8ed10729, 0xc8ada97a10240ad1, 0x830d320a983365ba, 0x4bd11e04a4be82bb, 0xc042736c60, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc0488f3b98 sp=0xc0488f3b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc043e32c60, 0x9076cf793d92e700, 0x2f95806f7e50290a, 0x3b659a7f160bbd4f, 0x2762e1544f76d372, 0xe8af4f8ed1072963, 0xada97a10240ad135, 0xd320a983365bac8, 0xd11e04a4be82bb83, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc0488f3c18 sp=0xc0488f3b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x9076cf793d92e700, 0x2f95806f7e50290a, 0x3b659a7f160bbd4f, 0x2762e1544f76d372, 0xe8af4f8ed1072963, 0xada97a10240ad135, 0xd320a983365bac8, 0xd11e04a4be82bb83, 0xc0472fb64b, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc0488f3ef0 sp=0xc0488f3c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc048e10400)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc0488f3fc8 sp=0xc0488f3ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0488f3fd0 sp=0xc0488f3fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7088 [chan receive]:
runtime.gopark(0xf40898, 0xc043b1e658, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0474b1940 sp=0xc0474b1910
runtime.goparkunlock(0xc043b1e658, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0474b1980 sp=0xc0474b1940
runtime.chanrecv(0xd1c880, 0xc043b1e600, 0xc0491dfaf0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc0474b1a20 sp=0xc0474b1980
runtime.chanrecv1(0xd1c880, 0xc043b1e600, 0xc0491dfaf0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc0474b1a58 sp=0xc0474b1a20
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x5c4cf38f62c54c6, 0x78eb340999c8fa91, 0x3b1cb37158234d98, 0x8db81f2e0d31d4c0, 0xfee7622f0ee5de85, 0x4677e97953afe184, 0xec922915da548707, 0xded900c050d7db89, 0xc0427366f0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc0474b1b10 sp=0xc0474b1a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x5c4cf38f62c54c6, 0x78eb340999c8fa91, 0x3b1cb37158234d98, 0x8db81f2e0d31d4c0, 0xfee7622f0ee5de85, 0x4677e97953afe184, 0xec922915da548707, 0xded900c050d7db89, 0xc0427366f0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc0474b1b98 sp=0xc0474b1b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc043e329c0, 0xc4cf38f62c54c600, 0xeb340999c8fa9105, 0x1cb37158234d9878, 0xb81f2e0d31d4c03b, 0xe7622f0ee5de858d, 0x77e97953afe184fe, 0x922915da54870746, 0xd900c050d7db89ec, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc0474b1c18 sp=0xc0474b1b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xc4cf38f62c54c600, 0xeb340999c8fa9105, 0x1cb37158234d9878, 0xb81f2e0d31d4c03b, 0xe7622f0ee5de858d, 0x77e97953afe184fe, 0x922915da54870746, 0xd900c050d7db89ec, 0xde, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc0474b1ef0 sp=0xc0474b1c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc048dfdd80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc0474b1fc8 sp=0xc0474b1ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0474b1fd0 sp=0xc0474b1fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7029 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047defa00 sp=0xc047def9d0
runtime.selectgoImpl(0xc047defda0, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc047defc78 sp=0xc047defa00
runtime.selectgo(0xc047defda0)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc047defca0 sp=0xc047defc78
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal(0xc04205c600, 0x148df80, 0xc04211e000, 0xc0440161b0, 0xc043d20660, 0xb80, 0x180868885d, 0xc04205bc70)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:77 +0x44b fp=0xc047defe68 sp=0xc047defca0
github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc042144d70, 0xc04208d290, 0xc043d20660)
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:102 +0x83 fp=0xc047deffc8 sp=0xc047defe68
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047deffd0 sp=0xc047deffc8
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update
        C:/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:76 +0x15a

goroutine 6654 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0481a3c58 sp=0xc0481a3c28
runtime.selectgoImpl(0xc0481a3f30, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc0481a3ed0 sp=0xc0481a3c58
runtime.selectgo(0xc0481a3f30)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc0481a3ef8 sp=0xc0481a3ed0
net.(*netFD).connect.func2(0x148ae60, 0xc0422bc900, 0xc04917fc00, 0xc0422bc960)
        C:/go/src/net/fd_windows.go:376 +0x164 fp=0xc0481a3fc0 sp=0xc0481a3ef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc0481a3fc8 sp=0xc0481a3fc0
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 6653 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc048b01c58 sp=0xc048b01c28
runtime.selectgoImpl(0xc048b01f30, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc048b01ed0 sp=0xc048b01c58
runtime.selectgo(0xc048b01f30)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc048b01ef8 sp=0xc048b01ed0
net.(*netFD).connect.func2(0x148ae60, 0xc0422bc780, 0xc04917fa40, 0xc0422bc840)
        C:/go/src/net/fd_windows.go:376 +0x164 fp=0xc048b01fc0 sp=0xc048b01ef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc048b01fc8 sp=0xc048b01fc0
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 7057 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04922b6b0 sp=0xc04922b680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04922b6f0 sp=0xc04922b6b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc04922b760 sp=0xc04922b6f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc04922b780 sp=0xc04922b760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc04922b7d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc04922b7f0 sp=0xc04922b780
net.(*netFD).writeLock(0xc042221dc0, 0xc04922b888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc04922b818 sp=0xc04922b7f0
net.(*netFD).writeTo(0xc042221dc0, 0xc042468750, 0x8b, 0xc3, 0x1481420, 0xc04908ea80, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc04922b898 sp=0xc04922b818
net.(*UDPConn).writeTo(0xc042004d80, 0xc042468750, 0x8b, 0xc3, 0xc0439e2660, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc04922b8f0 sp=0xc04922b898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc042468750, 0x8b, 0xc3, 0xc0439e2660, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc04922b978 sp=0xc04922b8f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e2660, 0x1594401, 0x14848e0, 0xc043bf6770, 0xf4dcf9b80000a871, 0x8edceb25057c3534)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc04922ba58 sp=0xc04922b978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0xc782d7bbfb2a7879, 0x62d05d84ea0c3b89, 0xcd52f22d26232fbd, 0xeeba79f7bd374c18, 0xf4dcf9b8e5f9970e, 0x8edceb25057c3534, 0xf7d94ad6ca2341a, 0x4583bcde157fc609, 0xc0439e2660, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc04922bb10 sp=0xc04922ba58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0xc782d7bbfb2a7879, 0x62d05d84ea0c3b89, 0xcd52f22d26232fbd, 0xeeba79f7bd374c18, 0xf4dcf9b8e5f9970e, 0x8edceb25057c3534, 0xf7d94ad6ca2341a, 0x4583bcde157fc609, 0xc0439e2660, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc04922bb98 sp=0xc04922bb10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5c8c0, 0x82d7bbfb2a787900, 0xd05d84ea0c3b89c7, 0x52f22d26232fbd62, 0xba79f7bd374c18cd, 0xdcf9b8e5f9970eee, 0xdceb25057c3534f4, 0x7d94ad6ca2341a8e, 0x83bcde157fc6090f, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc04922bc18 sp=0xc04922bb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x82d7bbfb2a787900, 0xd05d84ea0c3b89c7, 0x52f22d26232fbd62, 0xba79f7bd374c18cd, 0xdcf9b8e5f9970eee, 0xdceb25057c3534f4, 0x7d94ad6ca2341a8e, 0x83bcde157fc6090f, 0xc0479de745, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04922bef0 sp=0xc04922bc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04922bfc8 sp=0xc04922bef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04922bfd0 sp=0xc04922bfc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7051 [IO wait]:
runtime.gopark(0xf40860, 0x19a1e28, 0xe8e84c, 0x7, 0xc04223a01b, 0x5)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc046dbf5f8 sp=0xc046dbf5c8
runtime.netpollblock(0x19a1db8, 0x77, 0x0)
        C:/go/src/runtime/netpoll.go:345 +0xce fp=0xc046dbf640 sp=0xc046dbf5f8
net.runtime_pollWait(0x19a1db8, 0x77, 0xc043400468)
        C:/go/src/runtime/netpoll.go:164 +0x60 fp=0xc046dbf668 sp=0xc046dbf640
net.(*pollDesc).wait(0xc04903c360, 0x77, 0xc043400468, 0x0)
        C:/go/src/net/fd_poll_runtime.go:75 +0x3f fp=0xc046dbf690 sp=0xc046dbf668
net.(*ioSrv).ExecIO(0xc042004d78, 0xc04903c2c0, 0xe917dc, 0x9, 0xf40118, 0xc0422bcd20, 0xc046dbf7a8, 0xc0434003dc)
        C:/go/src/net/fd_windows.go:196 +0xfe fp=0xc046dbf748 sp=0xc046dbf690
net.(*netFD).connect(0xc04903c1c0, 0x148ae60, 0xc0422bcc60, 0x0, 0x0, 0x14813e0, 0xc04916d940, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:388 +0x22d fp=0xc046dbf810 sp=0xc046dbf748
net.(*netFD).dial(0xc04903c1c0, 0x148ae60, 0xc0422bcc60, 0x148e100, 0x0, 0x148e100, 0xc042736d20, 0x0, 0x5e79c5)
        C:/go/src/net/sock_posix.go:140 +0xf0 fp=0xc046dbf8b0 sp=0xc046dbf810
net.socket(0x148ae60, 0xc0422bcc60, 0xe8ae6a, 0x3, 0x2, 0x1, 0x0, 0x0, 0x148e100, 0x0, ...)
        C:/go/src/net/sock_posix.go:92 +0x1ab fp=0xc046dbf958 sp=0xc046dbf8b0
net.internetSocket(0x148ae60, 0xc0422bcc60, 0xe8ae6a, 0x3, 0x148e100, 0x0, 0x148e100, 0xc042736d20, 0x1, 0x0, ...)
        C:/go/src/net/ipsock_posix.go:154 +0x171 fp=0xc046dbf9e0 sp=0xc046dbf958
net.doDialTCP(0x148ae60, 0xc0422bcc60, 0xe8ae6a, 0x3, 0x0, 0xc042736d20, 0x15b6a40, 0x0, 0x0)
        C:/go/src/net/tcpsock_posix.go:62 +0xc0 fp=0xc046dbfa88 sp=0xc046dbf9e0
net.dialTCP(0x148ae60, 0xc0422bcc60, 0xe8ae6a, 0x3, 0x0, 0xc042736d20, 0xc046dbfb30, 0x42c66b, 0x7ffe0014)
        C:/go/src/net/tcpsock_posix.go:58 +0xeb fp=0xc046dbfae0 sp=0xc046dbfa88
net.dialSingle(0x148ae60, 0xc0422bcc60, 0xc049032100, 0x1485860, 0xc042736d20, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:521 +0x480 fp=0xc046dbfb78 sp=0xc046dbfae0
net.dialSerial(0x148ae60, 0xc0422bcc60, 0xc049032100, 0xc043400440, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
        C:/go/src/net/dial.go:489 +0x227 fp=0xc046dbfc68 sp=0xc046dbfb78
net.(*Dialer).DialContext(0xc0421da1e0, 0x148ae20, 0xc0420362a0, 0xe8ae6a, 0x3, 0xc04916d900, 0x13, 0x0, 0x0, 0x0, ...)
        C:/go/src/net/dial.go:371 +0x712 fp=0xc046dbfdf8 sp=0xc046dbfc68
net.(*Dialer).Dial(0xc0421da1e0, 0xe8ae6a, 0x3, 0xc04916d900, 0x13, 0x9ace4b, 0x180001, 0x0, 0x0)
        C:/go/src/net/dial.go:294 +0x7c fp=0xc046dbfe60 sp=0xc046dbfdf8
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc042736cf0, 0xc042192380, 0xc0441d9d00, 0xc0421da300)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xd8 fp=0xc046dbff58 sp=0xc046dbfe60
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc042736cf0, 0xc042192380)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x59 fp=0xc046dbff88 sp=0xc046dbff58
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x147ef60, 0xc042736cf0, 0xc042192380, 0xc0464e81e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42 fp=0xc046dbffc0 sp=0xc046dbff88
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc046dbffc8 sp=0xc046dbffc0
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x1c5

goroutine 7032 [runnable]:
runtime.makeslice(0xd26f80, 0x20, 0x20, 0xc0437b5380, 0x20, 0x20)
        C:/go/src/runtime/slice.go:39 +0x15b fp=0xc042daba48 sp=0xc042daba40
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc042dabd78, 0x20, 0x20, 0x2bb9f578023dba0d, 0x3ffff880, 0xc0425bbe40, 0xc042dabc48, 0x406a5b, 0xd1e440, 0xc043d206c0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:322 +0x4d0 fp=0xc042dabbe0 sp=0xc042daba48
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x5370008, 0xffffe20, 0xffffe20, 0xc042dabd78, 0x20, 0x20, 0x2bb9f578023dba0d, 0xc0425bbdc0, 0x20, 0x20, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xc5 fp=0xc042dabc58 sp=0xc042dabbe0
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc04205c600, 0xc0440161b0, 0x2, 0x2bb9f578023c78cb, 0xc043d206c0, 0xc043d20960)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x458 fp=0xc042dabf68 sp=0xc042dabc58
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc043477020, 0xc04205c600, 0xc0440161b0, 0xc043d206c0, 0xc043d20960, 0x2, 0x2bb9f578023c78cb)
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x8e fp=0xc042dabfa8 sp=0xc042dabf68
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042dabfb0 sp=0xc042dabfa8
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal
        C:/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:73 +0x1de

goroutine 6637 [select]:
runtime.gopark(0xf408d8, 0x0, 0xe8e0a8, 0x6, 0x18, 0x2)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc047205c58 sp=0xc047205c28
runtime.selectgoImpl(0xc047205f30, 0x0, 0x18)
        C:/go/src/runtime/select.go:423 +0x1372 fp=0xc047205ed0 sp=0xc047205c58
runtime.selectgo(0xc047205f30)
        C:/go/src/runtime/select.go:238 +0x1c fp=0xc047205ef8 sp=0xc047205ed0
net.(*netFD).connect.func2(0x148ae60, 0xc043bd4480, 0xc04917ca80, 0xc043bd44e0)
        C:/go/src/net/fd_windows.go:376 +0x164 fp=0xc047205fc0 sp=0xc047205ef8
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc047205fc8 sp=0xc047205fc0
created by net.(*netFD).connect
        C:/go/src/net/fd_windows.go:384 +0x1f2

goroutine 7106 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc0492376b0 sp=0xc049237680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc0492376f0 sp=0xc0492376b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc049237760 sp=0xc0492376f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc049237780 sp=0xc049237760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc0492377d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc0492377f0 sp=0xc049237780
net.(*netFD).writeLock(0xc042221dc0, 0xc049237888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc049237818 sp=0xc0492377f0
net.(*netFD).writeTo(0xc042221dc0, 0xc042468820, 0x8b, 0xc3, 0x1481420, 0xc04908eb80, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc049237898 sp=0xc049237818
net.(*UDPConn).writeTo(0xc042004d80, 0xc042468820, 0x8b, 0xc3, 0xc0439e27b0, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc0492378f0 sp=0xc049237898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc042468820, 0x8b, 0xc3, 0xc0439e27b0, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc049237978 sp=0xc0492378f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e27b0, 0x1594401, 0x14848e0, 0xc043bf6b60, 0xf0358c610000765f, 0x53ee7edf92e0c551)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc049237a58 sp=0xc049237978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x55cfa3088b99ff9d, 0x7ab54f2d1cc8aa5c, 0x27af481f75bd73d8, 0x168e303c19576ac1, 0xf0358c61a42ac904, 0x53ee7edf92e0c551, 0x4de0d7a23ba4ba19, 0x4b5367ed27830e65, 0xc0439e27b0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc049237b10 sp=0xc049237a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x55cfa3088b99ff9d, 0x7ab54f2d1cc8aa5c, 0x27af481f75bd73d8, 0x168e303c19576ac1, 0xf0358c61a42ac904, 0x53ee7edf92e0c551, 0x4de0d7a23ba4ba19, 0x4b5367ed27830e65, 0xc0439e27b0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc049237b98 sp=0xc049237b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5c9c0, 0xcfa3088b99ff9d00, 0xb54f2d1cc8aa5c55, 0xaf481f75bd73d87a, 0x8e303c19576ac127, 0x358c61a42ac90416, 0xee7edf92e0c551f0, 0xe0d7a23ba4ba1953, 0x5367ed27830e654d, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc049237c18 sp=0xc049237b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xcfa3088b99ff9d00, 0xb54f2d1cc8aa5c55, 0xaf481f75bd73d87a, 0x8e303c19576ac127, 0x358c61a42ac90416, 0xee7edf92e0c551f0, 0xe0d7a23ba4ba1953, 0x5367ed27830e654d, 0x4b, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc049237ef0 sp=0xc049237c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa480)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc049237fc8 sp=0xc049237ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc049237fd0 sp=0xc049237fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7108 [semacquire]:
runtime.gopark(0xf40898, 0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc04923f6b0 sp=0xc04923f680
runtime.goparkunlock(0x15a4b20, 0xe94499, 0xa, 0x19, 0x4)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc04923f6f0 sp=0xc04923f6b0
runtime.semacquire(0xc042221dcc, 0x1)
        C:/go/src/runtime/sema.go:130 +0x266 fp=0xc04923f760 sp=0xc04923f6f0
net.runtime_Semacquire(0xc042221dcc)
        C:/go/src/runtime/sema.go:52 +0x3b fp=0xc04923f780 sp=0xc04923f760
net.(*fdMutex).rwlock(0xc042221dc0, 0x0, 0xc04923f7d8)
        C:/go/src/net/fd_mutex.go:152 +0xd7 fp=0xc04923f7f0 sp=0xc04923f780
net.(*netFD).writeLock(0xc042221dc0, 0xc04923f888, 0x5eb495)
        C:/go/src/net/fd_mutex.go:236 +0x39 fp=0xc04923f818 sp=0xc04923f7f0
net.(*netFD).writeTo(0xc042221dc0, 0xc0424689c0, 0x8b, 0xc3, 0x1481420, 0xc04908eec0, 0x0, 0x0, 0x0)
        C:/go/src/net/fd_windows.go:552 +0x6e fp=0xc04923f898 sp=0xc04923f818
net.(*UDPConn).writeTo(0xc042004d80, 0xc0424689c0, 0x8b, 0xc3, 0xc0439e29f0, 0x2a, 0x62, 0x30)
        C:/go/src/net/udpsock_posix.go:80 +0xd4 fp=0xc04923f8f0 sp=0xc04923f898
net.(*UDPConn).WriteToUDP(0xc042004d80, 0xc0424689c0, 0x8b, 0xc3, 0xc0439e29f0, 0x8b, 0xc3, 0x0)
        C:/go/src/net/udpsock.go:146 +0x8c fp=0xc04923f978 sp=0xc04923f8f0
github.com/ethereum/go-ethereum/p2p/discover.(*udp).send(0xc04209e0e0, 0xc0439e29f0, 0x1594401, 0x14848e0, 0xc043bf7260, 0xedd3cb140000049f, 0x994a6f0df48f842d)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:467 +0xd5 fp=0xc04923fa58 sp=0xc04923f978
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x6fcbb9c5848cc5de, 0xb0e5d32f557ad063, 0x1798322f61871d47, 0x86d833ef47eb7138, 0xedd3cb144edf38e0, 0x994a6f0df48f842d, 0x513dd46bfe2a2e2a, 0x7d2f462d5913e31a, 0xc0439e29f0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0x211 fp=0xc04923fb10 sp=0xc04923fa58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x6fcbb9c5848cc5de, 0xb0e5d32f557ad063, 0x1798322f61871d47, 0x86d833ef47eb7138, 0xedd3cb144edf38e0, 0x994a6f0df48f842d, 0x513dd46bfe2a2e2a, 0x7d2f462d5913e31a, 0xc0439e29f0, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc04923fb98 sp=0xc04923fb10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc048a5cbc0, 0xcbb9c5848cc5de00, 0xe5d32f557ad0636f, 0x98322f61871d47b0, 0xd833ef47eb713817, 0xd3cb144edf38e086, 0x4a6f0df48f842ded, 0x3dd46bfe2a2e2a99, 0x2f462d5913e31a51, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc04923fc18 sp=0xc04923fb98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0xcbb9c5848cc5de00, 0xe5d32f557ad0636f, 0x98322f61871d47b0, 0xd833ef47eb713817, 0xd3cb144edf38e086, 0x4a6f0df48f842ded, 0x3dd46bfe2a2e2a99, 0x2f462d5913e31a51, 0x7d, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc04923fef0 sp=0xc04923fc18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc0422bcfc0, 0xc0467aa680)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc04923ffc8 sp=0xc04923fef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc04923ffd0 sp=0xc04923ffc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac

goroutine 7085 [chan receive]:
runtime.gopark(0xf40898, 0xc043b1e298, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:271 +0x14f fp=0xc048403940 sp=0xc048403910
runtime.goparkunlock(0xc043b1e298, 0xe97383, 0xc, 0x17, 0x3)
        C:/go/src/runtime/proc.go:277 +0x65 fp=0xc048403980 sp=0xc048403940
runtime.chanrecv(0xd1c880, 0xc043b1e240, 0xc046c9faf0, 0x1, 0x0)
        C:/go/src/runtime/chan.go:513 +0x37f fp=0xc048403a20 sp=0xc048403980
runtime.chanrecv1(0xd1c880, 0xc043b1e240, 0xc046c9faf0)
        C:/go/src/runtime/chan.go:395 +0x35 fp=0xc048403a58 sp=0xc048403a20
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc04209e0e0, 0x785fc610486539b0, 0x7ee65d02c89dc110, 0xcd274e3ad8c5e4f3, 0xb94b14d42daadb7, 0x3ed45dc4c834d072, 0x253c2d765a80509a, 0x1f27858e2b37a558, 0x9872965692ac97ad, 0xc042736480, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x253 fp=0xc048403b10 sp=0xc048403a58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc04243e900, 0x785fc610486539b0, 0x7ee65d02c89dc110, 0xcd274e3ad8c5e4f3, 0xb94b14d42daadb7, 0x3ed45dc4c834d072, 0x253c2d765a80509a, 0x1f27858e2b37a558, 0x9872965692ac97ad, 0xc042736480, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd8 fp=0xc048403b98 sp=0xc048403b10
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc04243e900, 0xc043e32820, 0x5fc610486539b000, 0xe65d02c89dc11078, 0x274e3ad8c5e4f37e, 0x94b14d42daadb7cd, 0xd45dc4c834d0720b, 0x3c2d765a80509a3e, 0x27858e2b37a55825, 0x72965692ac97ad1f, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:513 +0xc5 fp=0xc048403c18 sp=0xc048403b98
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc04243e900, 0x5fc610486539b000, 0xe65d02c89dc11078, 0x274e3ad8c5e4f37e, 0x94b14d42daadb7cd, 0xd45dc4c834d0720b, 0x3c2d765a80509a3e, 0x27858e2b37a55825, 0x72965692ac97ad1f, 0x972698, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:485 +0x7d0 fp=0xc048403ef0 sp=0xc048403c18
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc04243e900, 0xc043ea6540, 0xc048dfda80)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:430 +0xe4 fp=0xc048403fc8 sp=0xc048403ef0
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc048403fd0 sp=0xc048403fc8
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xac
aclements commented 7 years ago

Thanks @EasonWang01. Could I get you to set both GOTRACEBACK to system and GODEBUG to gcshrinkstackoff=1 and try to reproduce it (and post the output if it fails)?

aclements commented 6 years ago

Ping @EasonWang01

EasonWang01 commented 6 years ago

Hi,the device is not near my hand for now,I will test after coming back home,so close this issue for now.Thanks.

raky35 commented 6 years ago

00B time=2.481µs gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B INFO [04-27|17:43:52] Blockchain manager stopped INFO [04-27|17:43:52] Stopping Ethereum protocol INFO [04-27|17:43:52] Ethereum protocol stopped INFO [04-27|17:43:52] Transaction pool stopped panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x46614db]

goroutine 134 [running]: github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc42343a300) /Users/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:434 +0x2eb created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem /Users/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:113 +0x104