Created
December 6, 2017 18:17
-
-
Save asgs/6ee48bc6242d3aa4b300e0bf049bb0c2 to your computer and use it in GitHub Desktop.
geth sigsegv sealer.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [12-06|05:06:52] Imported new state entries count=648 elapsed=42.525ms processed=1230427 pending=0 retry=0 duplicate=1526 unexpected=1591 | |
INFO [12-06|05:06:52] Imported new block receipts count=1 elapsed=40.988ms bytes=77830 number=4682030 hash=896303…262488 ignored=0 | |
INFO [12-06|05:06:52] Committed new head block number=4682030 hash=896303…262488 | |
INFO [12-06|05:06:58] Imported new chain segment blocks=7 txs=751 mgas=41.746 elapsed=5.858s mgasps=7.126 number=4682037 hash=440632…bdb8df | |
WARN [12-06|05:06:58] Skipping deep transaction reorg depth=4682037 | |
INFO [12-06|05:06:58] Commit new mining work number=4682038 txs=0 uncles=0 elapsed=1.445ms | |
unexpected fault address 0x7f200f52e888 | |
fatal error: fault | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0x7f200f52e888 pc=0x463eac] | |
goroutine 2735 [running]: | |
runtime.throw(0xf46e7d, 0x5) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/panic.go:605 +0x95 fp=0xc4c3c87a68 sp=0xc4c3c87a48 pc=0x431fc5 | |
runtime.sigpanic() | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/signal_unix.go:374 +0x227 fp=0xc4c3c87ab8 sp=0xc4c3c87a68 pc=0x449067 | |
runtime.memmove(0xc668937200, 0x7f200f52e888, 0x40) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/memmove_amd64.s:184 +0x15c fp=0xc4c3c87ac0 sp=0xc4c3c87ab8 pc=0x463eac | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc4c3c87de8, 0x20, 0x20, 0x2a897131e48b41ef, 0x3ffff880, 0xc6a2bf1da0, 0xc5b03750c0, 0xc4c3c87cb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d fp=0xc4c3c87c50 sp=0xc4c3c87ac0 pc=0x880ddd | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc4c3c87de8, 0x20, 0x20, 0x2a897131e48b41ef, 0xc5ce797c20, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 fp=0xc4c3c87cc8 sp=0xc4c3c87c50 pc=0x881529 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x7, 0x2a897131e108b43f, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea fp=0xc4c3c87f68 sp=0xc4c3c87cc8 pc=0x88969a | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x7, 0x2a897131e108b43f) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 fp=0xc4c3c87fa8 sp=0xc4c3c87f68 pc=0x88d5d7 | |
runtime.goexit() | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/asm_amd64.s:2337 +0x1 fp=0xc4c3c87fb0 sp=0xc4c3c87fa8 pc=0x4635a1 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 1 [chan receive, 57 minutes]: | |
github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc4201ee480) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/node/node.go:533 +0x7f | |
main.geth(0xc420228840, 0xffcf00, 0xb2d05e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:216 +0x51 | |
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xdd1580, 0xffe388, 0xc420228840, 0xc420228840, 0xc4204cbf40) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xd2 | |
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc420248000, 0xc4200100c0, 0x6, 0x6, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:264 +0x635 | |
main.main() | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:204 +0x55 | |
goroutine 6 [chan receive, 58 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc4200102a0, 0xc4200101e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x18f | |
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x149 | |
goroutine 7 [chan receive, 58 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc4200102a0, 0xc420010240) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x8b | |
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x178 | |
goroutine 8 [syscall, 58 minutes]: | |
os/signal.signal_recv(0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/sigqueue.go:131 +0xa6 | |
os/signal.loop() | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/os/signal/signal_unix.go:22 +0x22 | |
created by os/signal.init.0 | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/os/signal/signal_unix.go:28 +0x41 | |
goroutine 9 [chan receive]: | |
github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x19d13c0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x31 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.NewMeter | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x127 | |
goroutine 34 [syscall, 58 minutes]: | |
syscall.Syscall6(0xe8, 0xb, 0xc42003076c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x4f7e01, 0xc420030760, 0x8d0e05) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/syscall/asm_linux_amd64.s:44 +0x5 | |
syscall.EpollWait(0xb, 0xc42003076c, 0x1, 0x1, 0xffffffffffffffff, 0xc4200222f8, 0x0, 0xc4200307a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/syscall/zsyscall_linux_amd64.go:349 +0x77 | |
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc4200ba000, 0xc4200222a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:193 +0x8b | |
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x131 | |
goroutine 18 [select, 57 minutes, locked to thread]: | |
runtime.gopark(0xffecd8, 0x0, 0xf48859, 0x6, 0x18, 0x1) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/proc.go:287 +0x12c | |
runtime.selectgo(0xc420047f50, 0xc4201c5560) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/select.go:395 +0x1149 | |
runtime.ensureSigM.func1() | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/signal_unix.go:511 +0x220 | |
runtime.goexit() | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/asm_amd64.s:2337 +0x1 | |
goroutine 116 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420001e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680 | |
goroutine 12 [select, 58 minutes]: | |
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc42029ac80) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511 | |
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d | |
goroutine 35 [chan receive, 58 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200ba000, 0xc4200222a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184 | |
goroutine 36 [chan receive, 58 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200ba000, 0xc4200222a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184 | |
goroutine 13 [select]: | |
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc420156000) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x104 | |
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x12c | |
goroutine 14 [sleep]: | |
time.Sleep(0x3b9aca00) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/time.go:65 +0x130 | |
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc4203ec500) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:224 +0x3e | |
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:213 +0x12c | |
goroutine 15 [sleep]: | |
time.Sleep(0x3b9aca00) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/time.go:65 +0x130 | |
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc4203ec640) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:224 +0x3e | |
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:213 +0x12c | |
goroutine 16 [select, 58 minutes]: | |
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4201c6f70) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6 | |
created by github.com/ethereum/go-ethereum/accounts.NewManager | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7 | |
goroutine 50 [select]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc4202a2540) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195 | |
goroutine 66 [select, 44 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420072900) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd | |
goroutine 67 [select]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420072900) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df | |
goroutine 68 [select, 44 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420072900) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e | |
goroutine 69 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420072900) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680 | |
goroutine 70 [runnable]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table.(*blockIter).Next(0xc81003d770, 0x1858dc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go:295 +0xef8 | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table.(*blockIter).Seek(0xc81003d770, 0xc66c914420, 0x12, 0x12, 0xc66c910101) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go:242 +0x2be | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc7192b6410, 0xc66c914420, 0x12, 0x12, 0xc67b583501, 0x0, 0xc67b583500, 0x0, 0x0, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go:862 +0x55f | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc7192b6410, 0xc66c914420, 0x12, 0x12, 0x1, 0x0, 0x7bc8cf, 0xc4202a1e10, 0xc420540580, 0xc67b5835c0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go:918 +0x7a | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc4202d61e0, 0xc421109090, 0xc66c914420, 0x12, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x15f | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x4, 0xc421109090, 0xa) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/version.go:176 +0x477 | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc64b50b680, 0x0, 0x0, 0x0, 0xc66c914420, 0x12, 0x12, 0xc67b583860, 0xc67b583830) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/version.go:125 +0x46d | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*version).get(0xc64b50b680, 0x0, 0x0, 0x0, 0xc66c914420, 0x12, 0x12, 0x0, 0x9ffe9d00, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/version.go:160 +0x2e2 | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc420072900, 0x0, 0x0, 0x0, 0x0, 0xc78e7b93f0, 0xa, 0x10, 0xad98698, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:776 +0x3eb | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc420072900, 0xc78e7b93f0, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:842 +0x163 | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc4201c6410, 0xc78e7b93f0, 0xa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/ethdb/database.go:123 +0xb2 | |
github.com/ethereum/go-ethereum/core.GetCanonicalHash(0x7f20326afe10, 0xc4201c6410, 0x4760e1, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/database_util.go:94 +0x183 | |
github.com/ethereum/go-ethereum/core.(*ChainIndexer).processSection(0xc4201ca180, 0x476, 0x87dbb42cbe7fd691, 0xef14e807945bb752, 0x618b180bb1f4d9, 0x8b4a0890bdca2130, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:349 +0x2e4 | |
github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc4201ca180) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:294 +0x4a8 | |
created by github.com/ethereum/go-ethereum/core.NewChainIndexer | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e | |
goroutine 71 [select]: | |
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc4c1dd2000) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/blockchain.go:1201 +0x10f | |
created by github.com/ethereum/go-ethereum/core.NewBlockChain | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/blockchain.go:171 +0xe38 | |
goroutine 72 [select]: | |
github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc4201ca180, 0xc4200b4000, 0xc42016eae0, 0x184fbc0, 0xc420772840) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:189 +0x261 | |
created by github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:132 +0xcf | |
goroutine 73 [select]: | |
github.com/ethereum/go-ethereum/core.(*TxPool).loop(0xc4201f9dc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/tx_pool.go:283 +0x367 | |
created by github.com/ethereum/go-ethereum/core.NewTxPool | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/tx_pool.go:255 +0x5fe | |
goroutine 74 [select]: | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc420248680) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1531 +0x352 | |
created by github.com/ethereum/go-ethereum/eth/downloader.New | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:231 +0xa1c | |
goroutine 75 [select]: | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc420248680) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:76 +0x15a | |
created by github.com/ethereum/go-ethereum/eth/downloader.New | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:232 +0xa3e | |
goroutine 76 [select]: | |
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc4201e4280) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:250 +0x309 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:153 +0x532 | |
goroutine 77 [chan receive, 57 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc4201e4280) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:293 +0x34e | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/worker.go:155 +0x554 | |
goroutine 2727 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal(0xc4201ca000, 0x185b6a0, 0xc4c1dd2000, 0xc48f2006c0, 0xc463ec5d40, 0xe819c0, 0x3a601, 0xc48f805260) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:77 +0x306 | |
github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc4c1516f50, 0xc499cda500, 0xc463ec5d40) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:103 +0x7c | |
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x5d | |
goroutine 79 [select, 12 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1858ac0, 0xc4201c1a00, 0xc4c20e0600, 0xf4596e, 0x3, 0x765f, 0x765f, 0xf63223, 0x12) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:243 +0x505 | |
goroutine 114 [select]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420001e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df | |
goroutine 32 [select]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc4c21be000) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195 | |
goroutine 33 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420001e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd | |
goroutine 115 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420001e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8 | |
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e | |
goroutine 243 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc4200116e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:231 +0xf6 | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1 | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:223 +0x3e | |
goroutine 81051 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x0, 0x650ef9762f12c1c5) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 32824 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4c32ade30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6a6b16fc0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6a6b16fc0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc48cd933e0, 0x184ff00, 0xc4c32ade30, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4c32ade30, 0xc48cd933e0, 0x184ff00, 0xc4c32ade30) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 2733 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc4c3cf9de8, 0x20, 0x20, 0x406abf98a93e5f07, 0x3ffff880, 0xc6d053fa00, 0xc6a2c34900, 0xc4c3cf9cb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc4c3cf9de8, 0x20, 0x20, 0x406abf98a93e5f07, 0xc66c914440, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x5, 0x406abf98a5bc06ee, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x5, 0x406abf98a5bc06ee) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 117 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc4c32c0000) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:326 +0x1db | |
created by github.com/ethereum/go-ethereum/p2p/discover.newTable | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x39b | |
goroutine 118 [select, 6 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc4202a4230) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:375 +0x5e0 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:258 +0x2e5 | |
goroutine 119 [IO wait, 6 minutes]: | |
internal/poll.runtime_pollWait(0x7f204dabdf70, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc4201c3198, 0x72, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc4201c3198, 0xc4c32c8000, 0x500, 0x500) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).ReadFrom(0xc4201c3180, 0xc4c32c8000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:170 +0x19a | |
net.(*netFD).readFrom(0xc4201c3180, 0xc4c32c8000, 0x500, 0x500, 0x6b06de4161b588e6, 0xecf0a9b3be77605b, 0xdd18cf33a715c0c1, 0xaca837800507a7d0, 0x941c3848cce13367) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:208 +0x5e | |
net.(*UDPConn).readFrom(0xc4201bb110, 0xc4c32c8000, 0x500, 0x500, 0x0, 0xc48cdf7f00, 0x98b881, 0xe039e0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/udpsock_posix.go:47 +0x6a | |
net.(*UDPConn).ReadFromUDP(0xc4201bb110, 0xc4c32c8000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/udpsock.go:106 +0x72 | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc4202a4230) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:502 +0xdb | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:259 +0x30a | |
goroutine 120 [IO wait, 57 minutes]: | |
internal/poll.runtime_pollWait(0x7f204dabdeb0, 0x72, 0xffffffffffffffff) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc4c2114818, 0x72, 0xc4c2197d00, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc4c2114818, 0xffffffffffffff00, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Accept(0xc4c2114800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:335 +0x1e2 | |
net.(*netFD).accept(0xc4c2114800, 0x149e108, 0xc4c2174d40, 0xc4c20e11f8) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:238 +0x42 | |
net.(*TCPListener).accept(0xc4c2118120, 0xc4c2197eb0, 0x40aa1b, 0xc4c20e11a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/tcpsock_posix.go:136 +0x2e | |
net.(*TCPListener).Accept(0xc4c2118120, 0x0, 0xc4c20e11a0, 0x2, 0x2) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/tcpsock.go:247 +0x49 | |
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc4201eefc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:665 +0x278 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:443 +0x159 | |
goroutine 121 [select, 12 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1858ac0, 0xc4201c1a00, 0xc4c20e0300, 0xf45962, 0x3, 0x765f, 0x765f, 0xf51508, 0xc) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb | |
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc4201eefc0, 0xc4c210f860) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:448 +0x8b | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x1fb | |
goroutine 122 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4201eefc0, 0x1858a40, 0xc4c21261e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:512 +0x60f | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x75a | |
goroutine 123 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 124 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 125 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 126 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 127 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 128 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 129 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 130 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 131 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 132 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 133 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 134 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 135 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 136 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 137 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 138 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4202a2620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48 | |
goroutine 139 [select]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc42008af70) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:736 +0x17f | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0xd4 | |
goroutine 140 [chan receive, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc42008af70) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:725 +0x59 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:215 +0x168 | |
goroutine 141 [select]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc42008af70) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/sync.go:145 +0x1e8 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:218 +0x18a | |
goroutine 142 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc42008af70) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/sync.go:109 +0x2bc | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:219 +0x1ac | |
goroutine 143 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).checker(0xc4c15171d0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/contracts/release/release.go:118 +0x15f | |
created by github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/contracts/release/release.go:98 +0x3f | |
goroutine 144 [select, 12 minutes]: | |
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc4c32c5d20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x336 | |
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xe7 | |
goroutine 145 [select]: | |
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc42015b4c0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:426 +0x846 | |
created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:112 +0x104 | |
goroutine 146 [chan receive, 2 minutes]: | |
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc4c212ea00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124 | |
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8 | |
goroutine 162 [select]: | |
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc42008b040) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:316 +0x804 | |
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:178 +0x3f | |
goroutine 147 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabdd30, 0x72, 0xffffffffffffffff) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc4c369d118, 0x72, 0xc4c3358d00, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc4c369d118, 0xffffffffffffff00, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Accept(0xc4c369d100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:335 +0x1e2 | |
net.(*netFD).accept(0xc4c369d100, 0xed64e0, 0xc6dc3d77c0, 0xc63cc94528) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:238 +0x42 | |
net.(*UnixListener).accept(0xc4c36b0600, 0xa3064f, 0x45fce0, 0xc4c3358f40) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/unixsock_posix.go:162 +0x32 | |
net.(*UnixListener).Accept(0xc4c36b0600, 0xffd238, 0xc4c3528bc0, 0x185d0e0, 0xc6dc3d77c0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/unixsock.go:241 +0x49 | |
github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc4201ee480, 0x1856e00, 0xc4c36b0600, 0xc4c3528bc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/node/node.go:323 +0xf2 | |
created by github.com/ethereum/go-ethereum/node.(*Node).startIPC | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/node/node.go:319 +0x2e7 | |
goroutine 148 [IO wait, 56 minutes]: | |
internal/poll.runtime_pollWait(0x7f204dabdc70, 0x72, 0xffffffffffffffff) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc4c369de98, 0x72, 0xc4c3359d00, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc4c369de98, 0xffffffffffffff00, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Accept(0xc4c369de80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:335 +0x1e2 | |
net.(*netFD).accept(0xc4c369de80, 0xc4c3359ec0, 0x4064d7, 0xc49b52e080) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:238 +0x42 | |
net.(*TCPListener).accept(0xc4c21195f8, 0x763118, 0x45fce0, 0xc4c3359f08) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/tcpsock_posix.go:136 +0x2e | |
net.(*TCPListener).Accept(0xc4c21195f8, 0xffe628, 0xc49b52e000, 0x1858400, 0xc4c3a02090) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/tcpsock.go:247 +0x49 | |
net/http.(*Server).Serve(0xc4c376ef70, 0x1856dc0, 0xc4c21195f8, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/http/server.go:2695 +0x1b2 | |
created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/node/node.go:389 +0x4a8 | |
goroutine 149 [chan receive, 57 minutes]: | |
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc4201ee480) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:69 +0xd4 | |
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:65 +0xb7 | |
goroutine 150 [chan receive, 57 minutes]: | |
main.startNode.func1(0xc4201ee480, 0xc4c37b24e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:256 +0x32d | |
created by main.startNode | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:241 +0x28b | |
goroutine 40340 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd730, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc689648198, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc689648198, 0xc8117e3000, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc689648180, 0xc8117e3060, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc689648180, 0xc8117e3060, 0x20, 0x20, 0x0, 0x7f204db0b8b0, 0x1aca26851743) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc5b9281eb0, 0xc8117e3060, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc5b9281eb0, 0xc8117e3060, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc5b9281eb0, 0xc8117e3060, 0x20, 0x20, 0x20, 0x0, 0x6fc23a26e) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc734a7b960, 0xbe81e94bc05026b5, 0x32fb34528fd, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc4c3cfaed8, 0x0, 0x28) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc6c36ac4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc46fb75680, 0xc46fb757a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 163 [semacquire, 57 minutes]: | |
sync.runtime_notifyListWait(0xc4c3a0e040, 0xc400000000) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/sema.go:507 +0x110 | |
sync.(*Cond).Wait(0xc4c3a0e030) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/sync/cond.go:56 +0x80 | |
io.(*pipe).read(0xc4c3a0e000, 0xc4c3abe000, 0x200, 0x200, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/pipe.go:47 +0xc6 | |
io.(*PipeReader).Read(0xc4c3a10000, 0xc4c3abe000, 0x200, 0x200, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/pipe.go:130 +0x4c | |
encoding/json.(*Decoder).refill(0xc4c3a12000, 0xdfd020, 0x3839f46) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/encoding/json/stream.go:152 +0x114 | |
encoding/json.(*Decoder).readValue(0xc4c3a12000, 0x0, 0x0, 0x4173e8) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/encoding/json/stream.go:128 +0x275 | |
encoding/json.(*Decoder).Decode(0xc4c3a12000, 0xe12f80, 0xc4c3a1a020, 0x1, 0x2ba34) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/encoding/json/stream.go:57 +0x78 | |
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4c3a16050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb | |
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4c32c5d60, 0x185d0e0, 0xc4c3a16050, 0x1, 0xe64a20, 0xc4c3a00100, 0x1858400, 0xc4c3a02120, 0x1) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f | |
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4c32c5d60, 0x185d0e0, 0xc4c3a16050, 0x1400, 0x3, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2 | |
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4c32c5d60, 0x185d0e0, 0xc4c3a16050, 0x3) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c | |
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1 | |
goroutine 164 [select, 57 minutes]: | |
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc4c3a1e000, 0x185cd20, 0xc4c3a0c020) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440 | |
created by github.com/ethereum/go-ethereum/rpc.newClient | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358 | |
goroutine 165 [semacquire, 57 minutes]: | |
sync.runtime_notifyListWait(0xc4c3a0e100, 0xc400000000) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/sema.go:507 +0x110 | |
sync.(*Cond).Wait(0xc4c3a0e0f0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/sync/cond.go:56 +0x80 | |
io.(*pipe).read(0xc4c3a0e0c0, 0xc4c3ac0000, 0x200, 0x200, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/pipe.go:47 +0xc6 | |
io.(*PipeReader).Read(0xc4c3a10010, 0xc4c3ac0000, 0x200, 0x200, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/pipe.go:130 +0x4c | |
encoding/json.(*Decoder).refill(0xc4c3a121c0, 0xd9db00, 0x29) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/encoding/json/stream.go:152 +0x114 | |
encoding/json.(*Decoder).readValue(0xc4c3a121c0, 0x0, 0x0, 0x4173e8) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/encoding/json/stream.go:128 +0x275 | |
encoding/json.(*Decoder).Decode(0xc4c3a121c0, 0xe12f80, 0xc4c3302060, 0x28, 0x1) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/encoding/json/stream.go:57 +0x78 | |
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xe6c180, 0xc4c3302080, 0xc4c3a0c020, 0x7f20327ad180, 0xc4c3a0c020) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79 | |
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc4c3a1e000, 0x185cd20, 0xc4c3a0c020, 0x2, 0x2) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152 | |
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71 | |
goroutine 81057 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x6, 0x333f62772d20cda4) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 40339 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc46fb75680, 0xd80820, 0xc6e11c7500, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc46fb75680) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 69084 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc6fe02e660) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 18324 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4973e39e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 76887 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd2b0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc7665cb598, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc7665cb598, 0xc78d352e00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc7665cb580, 0xc78d352ea0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc7665cb580, 0xc78d352ea0, 0x20, 0x20, 0x1001901004fbdf3, 0x0, 0x1acb525f3774) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc774000030, 0xc78d352ea0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc774000030, 0xc78d352ea0, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc774000030, 0xc78d352ea0, 0x20, 0x20, 0x20, 0x0, 0x6fc23a827) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc79395ad90, 0xbe81e94e0fcc2df6, 0x331db324a28, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0x32adf0e884e, 0x19d4c80, 0x20002) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc65773ba10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc7a9824fc0, 0xc7a98250e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 15679 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4c3301b60, 0xd80820, 0xc6bc3ce980, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc4c3301b60) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 27668 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc5aa567440) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 27650 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc499de6480) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 27667 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd970, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc46a223118, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc46a223118, 0xc620a91300, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc46a223100, 0xc620a91300, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc46a223100, 0xc620a91300, 0x20, 0x20, 0x0, 0x8, 0x1ac97071dde9) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc48328f060, 0xc620a91300, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc48328f060, 0xc620a91300, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc48328f060, 0xc620a91300, 0x20, 0x20, 0x20, 0x0, 0x6fc23a83d) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc6a06848c0, 0xbe81e94b2f72129a, 0x32f2f96b6b9, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0x3283372e95f, 0x19d4c80, 0x20002) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc6f2e0c3c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc5aa567440, 0xc5aa567560) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 27651 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc6f7716230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6e8700ea0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6e8700ea0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc499de6480, 0x184ff00, 0xc6f7716230, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc6f7716230, 0xc499de6480, 0x184ff00, 0xc6f7716230) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 69083 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabddf0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc6ae4df198, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc6ae4df198, 0xc4b82e2900, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc6ae4df180, 0xc4b82e2900, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc6ae4df180, 0xc4b82e2900, 0x20, 0x20, 0x0, 0x8, 0x1ac9f2a04f79) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc4c3d97708, 0xc4b82e2900, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc4c3d97708, 0xc4b82e2900, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc4c3d97708, 0xc4b82e2900, 0x20, 0x20, 0x20, 0x0, 0x6fc23a552) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc7e13da4d0, 0xbe81e94deac073f0, 0x331ba8bc604, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0x32abe67f881, 0x19d4c80, 0x20002) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc493969fb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc6fe02e660, 0xc6fe02e840) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 15680 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd430, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc6bcc4cb98, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc6bcc4cb98, 0xc648a79200, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc6bcc4cb80, 0xc648a79240, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc6bcc4cb80, 0xc648a79240, 0x20, 0x20, 0x0, 0x0, 0x1ac9b816981d) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc61993e048, 0xc648a79240, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc61993e048, 0xc648a79240, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc61993e048, 0xc648a79240, 0x20, 0x20, 0x20, 0x0, 0x6fc23a6d6) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc6bc5e1420, 0xbe81e94d8d5776b7, 0x3316187fec9, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc4c3c8bed8, 0x0, 0x28) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc6aedbf3b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4c3301b60, 0xc4c3301c80) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 81053 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x2, 0x3ee7b9655a547be7) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 27669 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc688bf3d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6e9956d80, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6e9956d80, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc5aa567440, 0x184ff00, 0xc688bf3d50, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc688bf3d50, 0xc5aa567440, 0x184ff00, 0xc688bf3d50) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 1761 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc49011a600, 0xd80820, 0xc477166b80, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc49011a600) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 1707 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd7f0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc48f86ef98, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc48f86ef98, 0xc6bd112c00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc48f86ef80, 0xc6bd112c00, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc48f86ef80, 0xc6bd112c00, 0x20, 0x20, 0x0, 0x8, 0x1ac9e0c70b72) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc4c3a11a18, 0xc6bd112c00, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc4c3a11a18, 0xc6bd112c00, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc4c3a11a18, 0xc6bd112c00, 0x20, 0x20, 0x20, 0x0, 0x6fc23a27c) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc47171a9a0, 0xbe81e94b84974e55, 0x32f7bf1871f, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc48cd82ed8, 0x0, 0xf1) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc47172e4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc49011a600, 0xc4977f6720) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 2731 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc4c3cfcde8, 0x20, 0x20, 0x20ac9a0be68da5ca, 0x3ffff880, 0xc5f7ac5e20, 0xc5fa337fc0, 0xc4c3cfccb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc4c3cfcde8, 0x20, 0x20, 0x20ac9a0be68da5ca, 0xc674e8d7e0, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x3, 0x20ac9a0be30ad775, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x3, 0x20ac9a0be30ad775) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 42897 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc7a4cdbb00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 81052 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x1, 0x3aef7bc6bf350254) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 27666 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc5aa567440, 0xd80820, 0xc6c0eb5880, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc5aa567440) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 69159 [runnable]: | |
github.com/ethereum/go-ethereum/rlp.(*encbuf).encodeString(0xc6e3c63400, 0xc6f09ebcf5, 0x3, 0x3) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:202 +0x207 | |
github.com/ethereum/go-ethereum/rlp.writeBigInt(0xc7f32b1360, 0xc6e3c63400, 0x196, 0xf3f3a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:437 +0x12d | |
github.com/ethereum/go-ethereum/rlp.writeBigIntPtr(0xf3f3a0, 0xc6e28ffcc0, 0x196, 0xc6e3c63400, 0xf3f3a0, 0xc6e28ffcc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:423 +0x140 | |
github.com/ethereum/go-ethereum/rlp.makeStructWriter.func1(0xf07360, 0xc6e28ffcb0, 0x199, 0xc6e3c63400, 0xc6e28ffcb0, 0x199) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:537 +0x173 | |
github.com/ethereum/go-ethereum/rlp.makePtrWriter.func4(0xe13b80, 0xc6e28ffcb0, 0x16, 0xc6e3c63400, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:580 +0xe6 | |
github.com/ethereum/go-ethereum/rlp.(*encbuf).encode(0xc6e3c63400, 0xe13b80, 0xc6e28ffcb0, 0xc4202779a8, 0xeee5dacf6edf4b01) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:188 +0xe6 | |
github.com/ethereum/go-ethereum/rlp.Encode(0x184a200, 0xc6e3c63400, 0xe13b80, 0xc6e28ffcb0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:84 +0x19f | |
github.com/ethereum/go-ethereum/core/types.(*Transaction).EncodeRLP(0xc6e28ffcb0, 0x184a200, 0xc6e3c63400, 0x7f1f9a0c2770, 0xc6e28ffcb0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/types/transaction.go:142 +0x4d | |
github.com/ethereum/go-ethereum/rlp.writeEncoder(0xf1ac80, 0xc6e28ffcb0, 0x16, 0xc6e3c63400, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:474 +0x91 | |
github.com/ethereum/go-ethereum/rlp.(*encbuf).encode(0xc6e3c63400, 0xf1ac80, 0xc6e28ffcb0, 0xec1ec0, 0xc6e3c63400) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:188 +0xe6 | |
github.com/ethereum/go-ethereum/rlp.EncodeToBytes(0xf1ac80, 0xc6e28ffcb0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/rlp/encode.go:101 +0xfe | |
github.com/ethereum/go-ethereum/core/types.Transactions.GetRlp(0xc47b586a80, 0x64, 0x64, 0xa, 0x0, 0x0, 0xc6e3c63400) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/types/transaction.go:329 +0x4a | |
github.com/ethereum/go-ethereum/core/types.(*Transactions).GetRlp(0xc491b51380, 0xa, 0xdb88a0, 0xc6f09ebcd0, 0x0) | |
<autogenerated>:1 +0x58 | |
github.com/ethereum/go-ethereum/core/types.DeriveSha(0x1851d40, 0xc491b51380, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/types/derive_sha.go:38 +0xe8 | |
github.com/ethereum/go-ethereum/core.(*BlockValidator).ValidateBody(0xc420902a00, 0xc6dcac1cb0, 0xc420902a00, 0x19fdb20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/block_validator.go:69 +0x2af | |
github.com/ethereum/go-ethereum/core.(*BlockChain).insertChain(0xc4c1dd2000, 0xc5fb158300, 0xdc, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/blockchain.go:928 +0x35f4 | |
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc4c1dd2000, 0xc5fb158300, 0xdc, 0xdc, 0xc4d9266320, 0x1, 0x4) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/core/blockchain.go:864 +0x67 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).importBlockResults(0xc420248680, 0xc78dffe000, 0xdc, 0x100, 0xc7b77eed20, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1359 +0x189 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFastSyncContent(0xc420248680, 0xc6d8a90240, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1401 +0x21f | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func7(0xc400000008, 0xffee20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0x33 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc5eb5d19c0, 0xc6fe02ef60, 0xc6ee8baac0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0x51 | |
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:500 +0xc7 | |
goroutine 18322 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4973e39e0, 0xd80820, 0xc6206b9380, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc4973e39e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 32823 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc48cd933e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 2732 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc4c3c8ade8, 0x20, 0x20, 0x63298d1b11769c86, 0x3ffff880, 0xc6b2ed3a60, 0xc7c025abc0, 0xc4c3c8acb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc4c3c8ade8, 0x20, 0x20, 0x63298d1b11769c86, 0xc5e383d920, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x4, 0x63298d1b0df3731b, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x4, 0x63298d1b0df3731b) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 81054 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x3, 0x2bfc35350f82dcc5) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 2730 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc48cd83de8, 0x20, 0x20, 0x753d11d4cc66470b, 0x3ffff880, 0xc6fa7e6ea0, 0xc5bd1963c0, 0xc48cd83cb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc48cd83de8, 0x20, 0x20, 0x753d11d4cc66470b, 0xc71417fdc0, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x2, 0x753d11d4c8e2ba06, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x2, 0x753d11d4c8e2ba06) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 1708 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc49011a600) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 18323 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabda30, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc622998c18, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc622998c18, 0xc810152300, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc622998c00, 0xc810152300, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc622998c00, 0xc810152300, 0x20, 0x20, 0x0, 0x8, 0x1ac9e0c2916e) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc6629ee4a8, 0xc810152300, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc6629ee4a8, 0xc810152300, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc6629ee4a8, 0xc810152300, 0x20, 0x20, 0x20, 0x0, 0x6fc23a2d2) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc6e04bed90, 0xbe81e94b725d6360, 0x32f6e1cd1df, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc6762a7ed8, 0x0, 0xf1) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc6ac8fc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4973e39e0, 0xc4973e3c20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 40341 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc46fb75680) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 1709 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc47171aaf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc48f865cb0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc48f865cb0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc49011a600, 0x184ff00, 0xc47171aaf0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc47171aaf0, 0xc49011a600, 0x184ff00, 0xc47171aaf0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 15698 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc6bc5e1500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc66a88af30, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc66a88af30, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4c3301b60, 0x184ff00, 0xc6bc5e1500, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc6bc5e1500, 0xc4c3301b60, 0x184ff00, 0xc6bc5e1500) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 81055 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x4, 0x598ef0b46659d403) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 14231 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabdaf0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc5acd2f798, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc5acd2f798, 0xc7c889df00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc5acd2f780, 0xc7c889dfc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc5acd2f780, 0xc7c889dfc0, 0x20, 0x20, 0x0, 0x0, 0x1acb52631423) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc645f62160, 0xc7c889dfc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc645f62160, 0xc7c889dfc0, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc645f62160, 0xc7c889dfc0, 0x20, 0x20, 0x20, 0x0, 0x6fc238d1c) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc68e248d90, 0xbe81e94d09f74d4b, 0x330e6f241b6, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc4c3cfbed8, 0x0, 0x28) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc626ae3500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc47e495c20, 0xc47e495e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 69082 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc6fe02e660, 0xd80820, 0xc6bcc4d180, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc6fe02e660) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 27600 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc499de6480, 0xd80820, 0xc689562e00, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc499de6480) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 27601 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd5b0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc48f86ed18, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc48f86ed18, 0xc5ca3ebc00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc48f86ed00, 0xc5ca3ebc20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc48f86ed00, 0xc5ca3ebc20, 0x20, 0x20, 0x45d6b0, 0x7f204db0b1e8, 0x1ac99119580a) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc6913e1790, 0xc5ca3ebc20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc6913e1790, 0xc5ca3ebc20, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc6913e1790, 0xc5ca3ebc20, 0x20, 0x20, 0x20, 0x0, 0x6fc23a782) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc6f7716070, 0xbe81e94dda2fb659, 0x331a9fb0877, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc4c330bed8, 0x0, 0x28) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc6f87310b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc499de6480, 0xc499de6660) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 2726 [select]: | |
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).loop(0xc4c2114880, 0xc4c2983620, 0xc463ec5ce0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:176 +0x3ba | |
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:86 +0xd6 | |
goroutine 2729 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc48cdf4de8, 0x20, 0x20, 0x606a400296fdbc2b, 0x3ffff880, 0xc6a2bf1d80, 0xc5b0375000, 0xc48cdf4cb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc48cdf4de8, 0x20, 0x20, 0x606a400296fdbc2b, 0xc5ce797bc0, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x1, 0x606a4002937a9aa1, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x1, 0x606a4002937a9aa1) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 71849 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc5aed4f1a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 32821 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc48cd933e0, 0xd80820, 0xc6bf63a100, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc48cd933e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 12456 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabdbb0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc5abbabe18, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc5abbabe18, 0xc6e1c75b00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc5abbabe00, 0xc6e1c75be0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc5abbabe00, 0xc6e1c75be0, 0x20, 0x20, 0x45d6b0, 0x7f204db0bf78, 0x1acc22d0500a) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc4933d1148, 0xc6e1c75be0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc4933d1148, 0xc6e1c75be0, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc4933d1148, 0xc6e1c75be0, 0x20, 0x20, 0x20, 0x0, 0x6fc23a810) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc5d0d62540, 0xbe81e94ddc99abae, 0x331ac64fdc9, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0x32ab0413476, 0x19d4c80, 0x20002) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4d435a210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4c6748c60, 0xc4c6748d80) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 76888 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc7a9824fc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 12458 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc5d0d62620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc69ca6aea0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc69ca6aea0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4c6748c60, 0x184ff00, 0xc5d0d62620, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc5d0d62620, 0xc4c6748c60, 0x184ff00, 0xc5d0d62620) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 2725 [select]: | |
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0xc4c1516f50) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:81 +0x12e | |
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:75 +0x52 | |
goroutine 12457 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4c6748c60) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 40342 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc734a7bab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6f76b7290, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6f76b7290, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc46fb75680, 0x184ff00, 0xc734a7bab0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc734a7bab0, 0xc46fb75680, 0x184ff00, 0xc734a7bab0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 71847 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc5aed4f1a0, 0xd80820, 0xc6be22ca80, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc5aed4f1a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 81056 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x5, 0x7046396e8c78ecc8) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 2734 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc48cd7ede8, 0x20, 0x20, 0x1f37a491b8a7c360, 0x3ffff880, 0xc71e7a28e0, 0xc634b86a80, 0xc48cd7ecb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc48cd7ede8, 0x20, 0x20, 0x1f37a491b8a7c360, 0xc6744339e0, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x6, 0x1f37a491b524b514, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x6, 0x1f37a491b524b514) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 18325 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc6df31a0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc4c1e2e750, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc4c1e2e750, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4973e39e0, 0x184ff00, 0xc6df31a0e0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc6df31a0e0, 0xc4973e39e0, 0x184ff00, 0xc6df31a0e0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 69085 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc669c8f810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc76e126240, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc76e126240, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc6fe02e660, 0x184ff00, 0xc669c8f810, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc669c8f810, 0xc6fe02e660, 0x184ff00, 0xc669c8f810) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 32822 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd8b0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc4c2176998, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc4c2176998, 0xc74ce66c00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc4c2176980, 0xc74ce66c40, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc4c2176980, 0xc74ce66c40, 0x20, 0x20, 0x1001901004fbdf3, 0x0, 0x1acaffaf149b) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc4c2143190, 0xc74ce66c40, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc4c2143190, 0xc74ce66c40, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc4c2143190, 0xc74ce66c40, 0x20, 0x20, 0x20, 0x0, 0x6fc23a72e) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4c32ac690, 0xbe81e94e0a6573cf, 0x331d5cb8ff9, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0x32ad9a7ca6c, 0x19d4c80, 0x20002) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4c36b0300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc48cd933e0, 0xc48cd93740) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 81050 [select]: | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal(0xc4201ca000, 0x185b6a0, 0xc4c1dd2000, 0xc673817320, 0xc6d053b260, 0xc4c3cda701, 0x600001, 0xc4c3cda760) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:77 +0x306 | |
github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0xc4c1516f50, 0xc7883a7d60, 0xc6d053b260) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:103 +0x7c | |
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x5d | |
goroutine 2728 [runnable]: | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimoto(0xc4c3356de8, 0x20, 0x20, 0x537ad26522ff2a51, 0x3ffff880, 0xc609763720, 0xc65f261200, 0xc4c3356cb8, 0x40b4ea, 0xc463ec5da0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:312 +0x27d | |
github.com/ethereum/go-ethereum/consensus/ethash.hashimotoFull(0x7f1fdc000008, 0xffffe20, 0xffffe20, 0xc4c3356de8, 0x20, 0x20, 0x537ad26522ff2a51, 0xc6c90ce760, 0x20, 0x20, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:355 +0xb9 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc48f2006c0, 0x0, 0x537ad2651f7c2bff, 0xc463ec5da0, 0xc463ec5e00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:130 +0x3ea | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc48f21a3e0, 0xc4201ca000, 0xc48f2006c0, 0xc463ec5da0, 0xc463ec5e00, 0x0, 0x537ad2651f7c2bff) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 81058 [runnable]: | |
syscall.Syscall(0x3, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/syscall/asm_linux_amd64.s:18 +0x5 | |
syscall.Close(0x31, 0xc4c2a54d80, 0x300000002) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/syscall/zsyscall_linux_amd64.go:280 +0x4a | |
internal/poll.(*FD).destroy(0xc4c3ce20a0, 0xc4c2a54d01, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:63 +0x4a | |
internal/poll.(*FD).decref(0xc4c3ce20a0, 0x48a001, 0x87f66b) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_mutex.go:211 +0x44 | |
internal/poll.(*FD).Close(0xc4c3ce20a0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:82 +0x99 | |
os.(*file).close(0xc4c3ce20a0, 0xc4c39506c8, 0xc48ce82b40) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/os/file_unix.go:201 +0x38 | |
os.(*File).Close(0xc4c332c2f8, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/os/file_unix.go:193 +0x33 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*dataset).release(0xc4202bb0a0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:304 +0x58 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).dataset(0xc4201ca000, 0x477136, 0xc491b507c0, 0xc48ce82e98, 0x152e61d991fd0f92) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:527 +0x761 | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).mine(0xc4201ca000, 0xc673817320, 0x7, 0xd541285cfd8aa8e, 0xc6d053b2c0, 0xc6d053b320) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:105 +0x12e | |
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func1(0xc6f09eb890, 0xc4201ca000, 0xc673817320, 0xc6d053b2c0, 0xc6d053b320, 0x7, 0xd541285cfd8aa8e) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:72 +0x87 | |
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:70 +0x1d2 | |
goroutine 15681 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4c3301b60) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 14230 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc47e495c20, 0xd80820, 0xc67bf5f180, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc47e495c20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 69089 [chan receive, 12 minutes]: | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc420248680, 0xc76ddfd500, 0x5, 0x8, 0x5, 0xc76ddfd500) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:511 +0x14c | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc420248680, 0xc746109860, 0xf0d200991aeb9b0c, 0xd479599383fdab5e, 0xb2c304f7045651d3, 0xa0627da5688545aa, 0xc6b0d67c60, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:484 +0x783 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc420248680, 0xc4c21380b0, 0x10, 0xf0d200991aeb9b0c, 0xd479599383fdab5e, 0xb2c304f7045651d3, 0xa0627da5688545aa, 0xc6b0d67c60, 0x1, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:397 +0x3fc | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc420248680, 0xc4c21380b0, 0x10, 0xf0d200991aeb9b0c, 0xd479599383fdab5e, 0xb2c304f7045651d3, 0xa0627da5688545aa, 0xc6b0d67c60, 0x1, 0x0, ...) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:318 +0x94 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc42008af70, 0xc6eceddb00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/sync.go:192 +0x1ef | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/sync.go:151 +0x2c9 | |
goroutine 76889 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc79395b030, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6e1030c60, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6e1030c60, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc7a9824fc0, 0x184ff00, 0xc79395b030, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc79395b030, 0xc7a9824fc0, 0x184ff00, 0xc79395b030) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 12455 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4c6748c60, 0xd80820, 0xc64690c980, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc4c6748c60) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 14232 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc47e495c20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:235 +0x182 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:190 +0x117 | |
goroutine 71850 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc742ca6770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc748f15710, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc748f15710, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc5aed4f1a0, 0x184ff00, 0xc742ca6770, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc742ca6770, 0xc5aed4f1a0, 0x184ff00, 0xc742ca6770) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 14233 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc68e249420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6236f8ea0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6236f8ea0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc47e495c20, 0x184ff00, 0xc68e249420, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc68e249420, 0xc47e495c20, 0x184ff00, 0xc68e249420) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 42895 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc7a4cdbb00, 0xd80820, 0xc6763cdb00, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc7a4cdbb00) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 42896 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd1f0, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc6e3dcd418, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc6e3dcd418, 0xc44cce8700, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc6e3dcd400, 0xc44cce8720, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc6e3dcd400, 0xc44cce8720, 0x20, 0x20, 0x0, 0x8, 0x1acb91846ce6) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc706ea0250, 0xc44cce8720, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc706ea0250, 0xc44cce8720, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc706ea0250, 0xc44cce8720, 0x20, 0x20, 0x20, 0x0, 0x6fc23a34e) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc778bd8bd0, 0xbe81e94d494aefd0, 0x33121e0ae4a, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0xc4c3c88ed8, 0x0, 0xf1) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc774bde210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc7a4cdbb00, 0xc7a4cdbc20) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 | |
goroutine 42962 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc79df07570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:398 +0x148 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42008af70, 0xc6eceddb00, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42008af70, 0xc6eceddb00, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc7a4cdbb00, 0x184ff00, 0xc79df07570, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc79df07570, 0xc7a4cdbb00, 0x184ff00, 0xc79df07570) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x228 | |
goroutine 76885 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc7a9824fc0, 0xd80820, 0xc76d0f8400, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201eefc0, 0xc7a9824fc0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c | |
goroutine 71848 [IO wait]: | |
internal/poll.runtime_pollWait(0x7f204dabd670, 0x72, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/netpoll.go:173 +0x57 | |
internal/poll.(*pollDesc).wait(0xc7644cdf98, 0x72, 0xffffffffffffff00, 0x184e740, 0x18475a0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0xae | |
internal/poll.(*pollDesc).waitRead(0xc7644cdf98, 0xc660375b00, 0x20, 0x20) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d | |
internal/poll.(*FD).Read(0xc7644cdf80, 0xc660375ba0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/internal/poll/fd_unix.go:126 +0x18a | |
net.(*netFD).Read(0xc7644cdf80, 0xc660375ba0, 0x20, 0x20, 0x1001b01004fbdf3, 0x0, 0x1acb13839222) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/fd_unix.go:202 +0x52 | |
net.(*conn).Read(0xc7bcd2b828, 0xc660375ba0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/net/net.go:176 +0x6d | |
io.ReadAtLeast(0x7f1f9a02a058, 0xc7bcd2b828, 0xc660375ba0, 0x20, 0x20, 0x20, 0xf1e900, 0x464600, 0x7f1f9a02a058) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:309 +0x86 | |
io.ReadFull(0x7f1f9a02a058, 0xc7bcd2b828, 0xc660375ba0, 0x20, 0x20, 0x20, 0x0, 0x6fc23a814) | |
/home/travis/.gimme/versions/go1.9.2.linux.amd64/src/io/io.go:327 +0x58 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc742ca6380, 0xbe81e94e07fe4806, 0x331d364641f, 0x19d4c80, 0x0, 0x0, 0x19d4c80, 0x32ad7409c2c, 0x19d4c80, 0x20002) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc646e1d770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc5aed4f1a0, 0xc5aed4f2c0) | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:251 +0xad | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/travis/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0xf2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment