Created
November 4, 2015 11:27
-
-
Save CJentzsch/31aab5b31fae6805f893 to your computer and use it in GitHub Desktop.
go panic
This file contains hidden or 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
I1104 09:36:11.922294 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 106 txs in 14.205531936s. #86656 [31d934c7 / 706c539d] | |
I1104 09:36:24.870644 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 110 txs in 12.692113664s. #86912 [26a5e74e / 43e6078c] | |
I1104 09:36:33.737653 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 85 txs in 8.855269421s. #87168 [83be7d9e / 6fccf6de] | |
I1104 09:36:41.251881 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 90 txs in 7.50227369s. #87424 [fbeae087 / 62b1606f] | |
I1104 09:36:48.583026 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 58 txs in 7.320141882s. #87680 [92612ac9 / 2b372d10] | |
I1104 09:36:58.574871 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 61 txs in 9.726053939s. #87936 [11cbb9e5 / dbdb6ab6] | |
I1104 09:37:06.548692 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 86 txs in 7.962104297s. #88192 [1a5c0109 / 4bfd68bf] | |
I1104 09:37:14.122504 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 82 txs in 7.562478066s. #88448 [1d112a46 / bc6972b3] | |
I1104 09:37:22.310431 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 56 txs in 8.171264318s. #88704 [6ab9ed0e / d8f35baf] | |
I1104 09:37:29.206972 296 blockchain.go:1142] imported 256 block(s) (0 queued 0 ignored) including 46 txs in 6.636901878s. #88960 [e4c3a319 / 8d27b557] | |
panic: fatal error: malloc deadlock | |
runtime stack: | |
runtime.throw(0x8d0ff0, 0xf) | |
/usr/local/go/src/runtime/panic.go:527 +0x78 | |
runtime.mallocgc(0x21, 0x0, 0x3, 0x0) | |
/usr/local/go/src/runtime/malloc.go:513 +0x13c | |
runtime.rawstring(0x21, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/runtime/string.go:264 +0x64 | |
runtime.rawstringtmp(0x0, 0x21, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/runtime/string.go:107 +0xb4 | |
runtime.concatstrings(0x0, 0x358febb8, 0x2, 0x2, 0x0, 0x0) | |
/usr/local/go/src/runtime/string.go:48 +0x1e4 | |
runtime.concatstring2(0x0, 0x8d2ce0, 0xf, 0x8e3310, 0x12, 0x0, 0x0) | |
/usr/local/go/src/runtime/string.go:58 +0x58 | |
runtime.(*errorString).Error(0x56d80008, 0x0, 0x0) | |
<autogenerated>:2 +0xd8 | |
runtime.printany(0x7eaa30, 0x56d80008) | |
/usr/local/go/src/runtime/error.go:75 +0x140 | |
runtime.gopanic(0x7eaa30, 0x56d80008) | |
/usr/local/go/src/runtime/panic.go:352 +0x5c | |
runtime.panicindex() | |
/usr/local/go/src/runtime/panic.go:12 +0x48 | |
runtime.mHeap_Grow(0xdef668, 0x8, 0x0) | |
/usr/local/go/src/runtime/mheap.go:647 +0x25c | |
runtime.mHeap_AllocSpanLocked(0xdef668, 0x1, 0x0) | |
/usr/local/go/src/runtime/mheap.go:532 +0x6c8 | |
runtime.mHeap_Alloc_m(0xdef668, 0x1, 0x2, 0x0, 0xa31fc) | |
/usr/local/go/src/runtime/mheap.go:425 +0x248 | |
runtime.mHeap_Alloc.func1() | |
/usr/local/go/src/runtime/mheap.go:484 +0x40 | |
runtime.systemstack(0x358fed64) | |
/usr/local/go/src/runtime/asm_arm.s:256 +0xa8 | |
runtime.mHeap_Alloc(0xdef668, 0x1, 0x2, 0x100, 0x1) | |
/usr/local/go/src/runtime/mheap.go:485 +0x58 | |
runtime.mCentral_Grow(0xdf3ec8, 0x0) | |
/usr/local/go/src/runtime/mcentral.go:190 +0xb0 | |
runtime.mCentral_CacheSpan(0xdf3ec8, 0x6b29790c) | |
/usr/local/go/src/runtime/mcentral.go:86 +0x5e0 | |
runtime.mCache_Refill(0x46c1b4b8, 0x2, 0x68938784) | |
/usr/local/go/src/runtime/mcache.go:118 +0xd4 | |
runtime.mallocgc.func1() | |
/usr/local/go/src/runtime/malloc.go:579 +0x24 | |
runtime.systemstack(0x56d76000) | |
/usr/local/go/src/runtime/asm_arm.s:242 +0x80 | |
runtime.mstart() | |
/usr/local/go/src/runtime/proc1.go:674 | |
goroutine 8410 [running]: | |
runtime.systemstack_switch() | |
/usr/local/go/src/runtime/asm_arm.s:187 +0x4 fp=0x68938548 sp=0x68938544 | |
runtime.mallocgc(0x8, 0x72cef8, 0x1, 0x1) | |
/usr/local/go/src/runtime/malloc.go:580 +0x2c4 fp=0x689385b4 sp=0x68938548 | |
runtime.newarray(0x72cef8, 0x8, 0xa4b3c8) | |
/usr/local/go/src/runtime/malloc.go:777 +0xe4 fp=0x689385d4 sp=0x689385b4 | |
runtime.makeslice(0x71fa00, 0x8, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/runtime/slice.go:32 +0x1d8 fp=0x689385fc sp=0x689385d4 | |
math/big.(*Int).Bytes(0x6d857e80, 0x0, 0x0, 0x0) | |
/usr/local/go/src/math/big/int.go:395 +0x5c fp=0x6893862c sp=0x689385fc | |
github.com/ethereum/go-ethereum/rlp.writeBigInt(0x6d857e80, 0x75c8aa20, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:438 +0x158 fp=0x68938664 sp=0x6893862c | |
github.com/ethereum/go-ethereum/rlp.writeBigIntPtr(0x874f18, 0x6d857e80, 0x16, 0x75c8aa20, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:424 +0x138 fp=0x68938698 sp=0x68938664 | |
github.com/ethereum/go-ethereum/rlp.writeInterface(0x72ad08, 0x76cfe968, 0xd4, 0x75c8aa20, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:507 +0x1cc fp=0x689386e4 sp=0x68938698 | |
github.com/ethereum/go-ethereum/rlp.makeSliceWriter.func1(0x71e170, 0x76ce3fe0, 0x57, 0x75c8aa20, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:519 +0x1a4 fp=0x68938740 sp=0x689386e4 | |
github.com/ethereum/go-ethereum/rlp.(*encbuf).encode(0x75c8aa20, 0x71e170, 0x76ce3fe0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:188 +0xd4 fp=0x6893877c sp=0x68938740 | |
github.com/ethereum/go-ethereum/rlp.Encode(0x4631f4c8, 0x76ce89a0, 0x71e170, 0x76ce3fe0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:89 +0x15c fp=0x689387b0 sp=0x6893877c | |
github.com/ethereum/go-ethereum/core/types.rlpHash(0x71e170, 0x76ce3fe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/types/block.go:115 +0x110 fp=0x689387fc sp=0x689387b0 | |
github.com/ethereum/go-ethereum/core/types.(*Transaction).SigHash(0x5b6e99f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/types/transaction.go:145 +0x210 fp=0x6893885c sp=0x689387fc | |
github.com/ethereum/go-ethereum/core/types.(*Transaction).publicKey(0x5b6e99f0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/types/transaction.go:196 +0x2e8 fp=0x68938920 sp=0x6893885c | |
github.com/ethereum/go-ethereum/core/types.(*Transaction).From(0x5b6e99f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/types/transaction.go:162 +0xd0 fp=0x689389f4 sp=0x68938920 | |
github.com/ethereum/go-ethereum/core.(*StateTransition).from(0x68938c4c, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/state_transition.go:113 +0x54 fp=0x68938a44 sp=0x689389f4 | |
github.com/ethereum/go-ethereum/core.(*StateTransition).preCheck(0x68938c4c, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/state_transition.go:172 +0x44 fp=0x68938aac sp=0x68938a44 | |
github.com/ethereum/go-ethereum/core.(*StateTransition).transitionDb(0x68938c4c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/state_transition.go:195 +0x68 fp=0x68938c10 sp=0x68938aac | |
github.com/ethereum/go-ethereum/core.ApplyMessage(0x3b2e7a68, 0x76cfe930, 0x3b2e7a38, 0x5b6e99f0, 0x76ce3ea0, 0x0, 0x0, 0x0, 0x8, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/state_transition.go:109 +0x158 fp=0x68938c84 sp=0x68938c10 | |
github.com/ethereum/go-ethereum/core.(*BlockProcessor).ApplyTransaction(0x586f48a0, 0x76ce3ea0, 0x76cea3c0, 0x76c79000, 0x5b6e99f0, 0x76ce3ec0, 0xb4d72900, 0x5db38fb0, 0xdc5ab3d6, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/block_processor.go:115 +0x20c fp=0x68938fe4 sp=0x68938c84 | |
github.com/ethereum/go-ethereum/core.(*BlockProcessor).ApplyTransactions(0x586f48a0, 0x76ce3ea0, 0x76cea3c0, 0x713f1f40, 0x6a8f6ce8, 0x1, 0x1, 0x76d08600, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/block_processor.go:160 +0x220 fp=0x68939184 sp=0x68938fe4 | |
github.com/ethereum/go-ethereum/core.(*BlockProcessor).TransitionState(0x586f48a0, 0x76cea3c0, 0x76d04240, 0x713f1f40, 0xed240000, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/block_processor.go:106 +0x238 fp=0x6893921c sp=0x68939184 | |
github.com/ethereum/go-ethereum/core.(*BlockProcessor).processWithParent(0x586f48a0, 0x713f1f40, 0x76d04240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/block_processor.go:247 +0x350 fp=0x68939798 sp=0x6893921c | |
github.com/ethereum/go-ethereum/core.(*BlockProcessor).Process(0x586f48a0, 0x713f1f40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/block_processor.go:221 +0x40c fp=0x689398cc sp=0x68939798 | |
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0x56f4c420, 0x713d4000, 0x100, 0x100, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/blockchain.go:1065 +0xff8 fp=0x68939dd8 sp=0x689398cc | |
github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain-fm(0x713d4000, 0x100, 0x100, 0x4, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:130 +0x4c fp=0x68939df8 sp=0x68939dd8 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).process(0x57af80f0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1632 +0x12a8 fp=0x68939fbc sp=0x68939df8 | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_arm.s:1036 +0x4 fp=0x68939fbc sp=0x68939fbc | |
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1511 +0x1304 | |
goroutine 1 [chan receive, 59 minutes]: | |
main.run(0x56f1e1b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:419 +0x1c4 | |
github.com/codegangsta/cli.(*App).Run(0x56f26000, 0x56d66100, 0x2, 0x2, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:180 +0xde4 | |
main.main() | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:372 +0x8c | |
goroutine 17 [syscall, 59 minutes, locked to thread]: | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_arm.s:1036 +0x4 | |
goroutine 5 [syscall, 59 minutes]: | |
os/signal.loop() | |
/usr/local/go/src/os/signal/signal_unix.go:22 +0x14 | |
created by os/signal.init.1 | |
/usr/local/go/src/os/signal/signal_unix.go:28 +0x30 | |
goroutine 6 [chan receive]: | |
-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x710 | |
goroutine 14 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x56f24000) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x72c | |
goroutine 15 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x56f24000) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x624 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x778 | |
goroutine 16 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x56f24000) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x20c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x794 | |
goroutine 50 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x56f24000) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 51 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x56dfe5a0, 0xb2d05e00, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa28 | |
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x528 | |
goroutine 66 [select]: | |
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0x56f4c420) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/blockchain.go:1259 +0xd8 | |
created by github.com/ethereum/go-ethereum/core.NewBlockChain | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/blockchain.go:149 +0xef4 | |
goroutine 67 [chan receive]: | |
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0x58a29dc0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0x80 | |
created by github.com/ethereum/go-ethereum/core.NewTxPool | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x33c | |
goroutine 68 [select]: | |
github.com/ethereum/go-ethereum/miner.(*worker).update(0x586646c0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x588 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x354 | |
goroutine 69 [chan receive, 59 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*worker).wait(0x586646c0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/miner/worker.go:271 +0x60 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/miner/worker.go:143 +0x370 | |
goroutine 8376 [semacquire]: | |
sync.runtime_Semacquire(0x56e220a8) | |
/usr/local/go/src/runtime/sema.go:43 +0x24 | |
sync.(*Mutex).Lock(0x56e220a4) | |
/usr/local/go/src/sync/mutex.go:82 +0x1fc | |
sync.(*RWMutex).Lock(0x56e220a4) | |
/usr/local/go/src/sync/rwmutex.go:82 +0x28 | |
github.com/ethereum/go-ethereum/eth/downloader.(*queue).ExpireBodies(0x56e22000, 0x18711a00, 0x2, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/queue.go:713 github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0xdeab10) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x60 | |
created by github.com/ethereum/go-ethereum/logger/glog.init.1 | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x64 | |
goroutine 7 [select, 50 minutes]: | |
github.com/ethereum/go-ethereum/logger.dispatchLoop() | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x4f4 | |
created by github.com/ethereum/go-ethereum/logger.init.1 | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x24 | |
goroutine 45 [select]: | |
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0x56efc0e0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x5920 | |
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x2c | |
goroutine 44 [runnable]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x59554580) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x228 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x258 | |
goroutine 11 [chan receive, 50 minutes]: | |
github.com/ethereum/go-ethereum/logger.sysLoop(0x448a2290, 0x56de07b8, 0x56edf300, 0x56df4000) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x40 | |
created by github.com/ethereum/go-ethereum/logger.dispatchLoop.func1 | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x130 | |
goroutine 21 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x56f74000) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x228 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x258 | |
goroutine 25 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x56f241a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3b0 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x710 | |
goroutine 26 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x56f241a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x72c | |
goroutine 27 [runnable]: | |
github.com/syndtr/gosnappy/snappy.emitLiteral(0x76c85b9c, 0x9bd, 0x9bd, 0x76c80c67, 0x1d9, 0x1294, 0x6f) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy/encode.go:16 | |
github.com/syndtr/gosnappy/snappy.Encode(0x76c85000, 0x1559, 0x1559, 0x76c80000, 0x10fd, 0x1efb, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy/encode.go:130 +0x5e8 | |
github.com/syndtr/goleveldb/leveldb/table.(*Writer).writeBlock(0x76c78000, 0x76c7802c, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:171 +0x1c8 | |
github.com/syndtr/goleveldb/leveldb/table.(*Writer).finishBlock(0x76c78000, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:225 +0x88 | |
github.com/syndtr/goleveldb/leveldb/table.(*Writer).Append(0x76c78000, 0x76c95e30, 0x28, 0x30, 0x751800c8, 0x214, 0x1ecb, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:258 +0x398 | |
github.com/syndtr/goleveldb/leveldb.(*tWriter).append(0x7692aa20, 0x76c95e30, 0x28, 0x30, 0x751800c8, 0x214, 0x1ecb, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:481 +0x2a4 | |
github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).appendKV(0x6d588540, 0x76c95e30, 0x28, 0x30, 0x751800c8, 0x214, 0x1ecb, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:412 +0x180 | |
github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0x6d588540, 0x6180a250, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:530 +0x68c | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0x56f241a0, 0x8c3d40, 0xb, 0x448c78f8, 0x6d588540) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:215 +0x1f8 | |
github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0x56f241a0, 0x61114ea0, 0x0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:596 +0xe30 | |
github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0x56f241a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:641 +0x48 | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x56f241a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:833 +0x250 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x778 | |
goroutine 28 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x56f241a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x20c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x794 | |
goroutine 29 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x56f241a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 30 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x56dfe3c0, 0xb2d05e00, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa28 | |
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x528 | |
goroutine 31 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x56f4c2c0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x228 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x258 | |
goroutine 13 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x56f24000) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3b0 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-developereum/go-ethereum/eth.(*ProtocolManager).Start | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:168 +0x1c8 | |
goroutine 65 [select]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0x56efc070) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/sync.go:139 +0x214 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:171 +0x1e4 | |
goroutine 82 [select, 59 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0x56efc070) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/sync.go:105 +0x4b8 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x200 | |
goroutine 83 [chan receive, 59 minutes]: | |
github.com/ethereum/go-ethereum/cmd/utils.StartEthereum.func1(0x56f4c370) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:132 +0x11c | |
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:145 +0x230 | |
goroutine 6632 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x57019ac0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x57e19b60, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x57e19b60, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x5c1bfe30, 0x448ba2c8, 0x57019ac0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x57019ac0, 0x5c1bfe30) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 84 [IO wait, 59 minutes]: | |
net.runtime_pollWait(0x46320a70, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x56ede5f8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x56ede5f8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).accept(0x56ede5c0, 0x0, 0x44862050, 0x56f47500) | |
/usr/local/go/src/net/fd_unix.go:408 +0x21c | |
net.(*UnixListener).AcceptUnix(0x56f47320, 0x57a3bf68, 0x0, 0x0) | |
/usr/local/go/src/net/unixsock_posix.go:304 +0x4c | |
net.(*UnixListener).Accept(0x56f47320, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/unixsock_posix.go:314 +0x3c | |
github.com/ethereum/go-ethereum/rpc/comms.ipcLoop(0x57ad6560, 0x1b, 0x0, 0x56f472f0, 0x4633a150, 0x56f47320) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:116 +0x160 | |
created by github.com/ethereum/go-ethereum/rpc/comms.StartIpc | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:107 +0xa0 | |
goroutine 85 [chan receive]: | |
github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0x56df6600) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:94 +0x8c | |
created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:53 +0x284 | |
goroutine 86 [select]: | |
github.com/ethereum/go-ethereum/xet+0x48 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies.func2(0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1286 +0x48 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0x57af80f0, 0x4631b018, 0x56d807a0, 0x58a29fc0, 0x58789f3c, 0x589ac0c0, 0x58789f34, 0x58789f7c, 0x58789f74, 0x58789f6c, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1477 +0xd80 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0x57af80f0, 0x8941, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1291 +0x250 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0x58bbca00, 0x57af80f0, 0x8940, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:435 +0x3c | |
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:435 +0xbe8 | |
goroutine 71 [select, 14 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x448a2268, 0x56dde3f0, 0x59536480, 0x87a9c8, 0x3, 0x765f, 0x765f, 0x8e0820, 0x12) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x830 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:219 +0x254 | |
goroutine 52 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x595621a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3b0 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x710 | |
goroutine 53 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x595621a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x72c | |
goroutine 54 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x595621a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x624 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x778 | |
goroutine 55 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x595621a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x20c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x794 | |
goroutine 56 [select, 59 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x595621a0) | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/slave/build-go-ethereum-develop-arm/build/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 57 [select, 59 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0x56e3e000) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x25c | |
created by github.com/ethereum/go-ethereum/p2p/discover.newTable | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x564 | |
goroutine 58 [select, 46 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0x59536540) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:341 +0xafc | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:229 +0x464 | |
goroutine 59 [IO wait, 44 minutes]: | |
net.runtime_pollWait(0x46320bd8, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x595363f8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x595363f8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).readFrom(0x595363c0, 0x57ad4000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:259 +0x20c | |
net.(*UDPConn).ReadFromUDP(0x56f00c60, 0x57ad4000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/udpsock_posix.go:61 +0xe4 | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0x59536540) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:462 +0xfc | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x480 | |
goroutine 60 [IO wait, 59 minutes]: | |
net.runtime_pollWait(0x46320ae8, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x56ede3b8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x56ede3b8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).accept(0x56ede380, 0x0, 0x44862050, 0x56eb61f0) | |
/usr/local/go/src/net/fd_unix.go:408 +0x21c | |
net.(*TCPListener).AcceptTCP(0x56f40130, 0x49d594, 0x0, 0x0) | |
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4c | |
net.(*TCPListener).Accept(0x56f40130, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/tcpsock_posix.go:264 +0x34 | |
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0x58a11110) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:575 +0x2a4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:377 +0x178 | |
goroutine 61 [select, 14 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x448a2268, 0x56dde3f0, 0x59536200, 0x87a978, 0x3, 0x765f, 0x765f, 0x8cebe0, 0xc) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x830 | |
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0x58a11110, 0x57ad64c0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x74 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:384 +0x208 | |
goroutine 62 [select, 50 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Server).run(0x58a11110, 0x4633a110, 0x56ede340) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:446 +0x14b0 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:362 +0xbd0 | |
goroutine 63 [chan receive, 59 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0x56efc070) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:728 +0x68 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0xec | |
goroutine 64 [chan receive, 59 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0x56efc070) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:717 +0x70 | |
created by github.com/ethethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x58639410) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 3317 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x591e2f00, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x591e2f00) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 1647 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x58723c20) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 8377 [semacquire]: | |
sync.runtime_Semacquire(0x56e220a8) | |
/usr/local/go/src/runtime/sema.go:43 +0x24 | |
sync.(*Mutex).Lock(0x56e220a4) | |
/usr/local/go/src/sync/mutex.go:82 +0x1fc | |
sync.(*RWMutex).Lock(0x56e220a4) | |
/usr/local/go/src/sync/rwmutex.go:82 +0x28 | |
github.com/ethereum/go-ethereum/eth/downloader.(*queue).ExpireReceipts(0x56e22000, 0x18711a00, 0x2, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/queue.go:722 +0x48 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts.func2(0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1310 +0x48 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0x57af80f0, 0x4631b018, 0x56d807a8, 0x589ac000, 0x579c2f44, 0x589ac100, 0x579c2f3c, 0x579c2f84, 0x579c2f7c, 0x579c2f74, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1477 +0xd80 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0x57af80f0, 0x8941, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1315 +0x250 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func7(0x58bbca00, 0x57af80f0, 0x8940, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:436 +0x3c | |
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:436 +0xc1c | |
goroutine 715 [select, 17 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5878da70, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x5878da70) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 1656 [IO wait]: | |
net.runtime_pollWait(0x46320818, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x589dfbb8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x589dfbb8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x589dfb80, 0x711e4ca0, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56f004b0, 0x711e4ca0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/srch.(*XEth).start(0x56f26460) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:127 +0x674 | |
created by github.com/ethereum/go-ethereum/xeth.New | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:118 +0x59c | |
goroutine 87 [IO wait, 59 minutes]: | |
net.runtime_pollWait(0x463209f8, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x56ede878, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x56ede878, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).accept(0x56ede840, 0x0, 0x44862050, 0x56f474d0) | |
/usr/local/go/src/net/fd_unix.go:408 +0x21c | |
net.(*TCPListener).AcceptTCP(0x56f401e0, 0xa508c, 0x0, 0x0) | |
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4c | |
net.(*TCPListener).Accept(0x56f401e0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/tcpsock_posix.go:264 +0x34 | |
net/http.(*Server).Serve(0x56ede880, 0x4633a0f0, 0x56f401e0, 0x0, 0x0) | |
/usr/local/go/src/net/http/server.go:1887 +0x88 | |
created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:188 +0x260 | |
goroutine 88 [select, 59 minutes, locked to thread]: | |
runtime.gopark(0xa4fa1c, 0x577c278c, 0x883988, 0x6, 0x77e18, 0x2) | |
/usr/local/go/src/runtime/proc.go:185 +0x148 | |
runtime.selectgoImpl(0x577c278c, 0x0, 0xc) | |
/usr/local/go/src/runtime/select.go:392 +0x14d4 | |
runtime.selectgo(0x577c278c) | |
/usr/local/go/src/runtime/select.go:212 +0x10 | |
runtime.ensureSigM.func1() | |
/usr/local/go/src/runtime/signal1_unix.go:227 +0x428 | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_arm.s:1036 +0x4 | |
goroutine 1655 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x57d715f0, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x57d715f0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 1658 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x57c915c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x5883bbc0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x5883bbc0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x57d715f0, 0x448ba2c8, 0x57c915c0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x57c915c0, 0x57d715f0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 32 [select, 59 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0x56f50000) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x1d8 | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1 | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x2c | |
goroutine 716 [IO wait]: | |
net.runtime_pollWait(0x46320548, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x56dda678, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x56dda678, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x56dda640, 0x716f45e0, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x58bca130, 0x716f45e0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x58bca130, 0x716f45e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x58bca130, 0x716f45e0, 0x20, 0x20, 0x716f45e0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5878d920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x57b98400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5878da70, 0x589fdb40) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 5989 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x58b09200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x5ac0c8a0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x5ac0c8a0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x588b65a0, 0x448ba2c8, 0x58b09200, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x58b09200, 0x588b65a0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 3320 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x59a457c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x57ab1b60, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x57ab1b60, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x591e2f00, 0x448ba2c8, 0x59a457c0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x59a457c0, 0x591e2f00) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 746 [select, 34 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x58639410, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x58708c00, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x58723c20, 0x448ba2c8, 0x57ba8d00, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x57ba8d00, 0x58723c20) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 8405 [chan receive, 39 minutes]: | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0x57af80f0, 0x5a46dae0, 0xa5228272, 0x9f54d93c, 0x46852aaa, 0x1facfcf4, 0x26fac3f8, 0x9d5652e8, 0x33688c1c, 0x45df9e21, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:442 +0xca0 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0x57af80f0, 0x5b6b0a20, 0x10, 0xa5228272, 0x9f54d93c, 0x46852aaa, 0x1facfcf4, 0x26fac3f8, 0x9d5652e8, 0x33688c1c, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:328 +0x5bc | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0x57af80f0, 0x5b6b0a20, 0x10, 0xa5228272, 0x9f54d93c, 0x46852aaa, 0x1facfcf4, 0x26fac3f8, 0x9d5652e8, 0x33688c1c, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:254 +0x220 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0x56efc070, 0x5bfadc80) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/sync.go:173 +0x174 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/sync.go:149 +0x1d0 | |
goroutine 6651 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5c1bfe30, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x5c1bfe30) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 770 [IO wait]: | |
net.runtime_pollWait(0x46320908, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x589bf6f8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x589bf6f8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x589bf6c0, 0x7659f600, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x58bca920, 0x7659f600, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x58bca920, 0x7659f600, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x58bca920, 0x7659f600, 0x20, 0x20, 0x7659f600, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x58b21350, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x57cfdda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x588e44b0,/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56f004b0, 0x711e4ca0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56f004b0, 0x711e4ca0, 0x20, 0x20, 0x711e4ca0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x57d714d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x57cf7e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x57d715f0, 0x57c917c0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 767 [select, 34 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x588e44b0, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x588e44b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 5133 [IO wait]: | |
net.runtime_pollWait(0x46320980, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x5d3ae4b8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x5d3ae4b8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x5d3ae480, 0x76c57ec0, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x5b86a160, 0x76c57ec0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x5b86a160, 0x76c57ec0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x5b86a160, 0x76c57ec0, 0x20, 0x20, 0x76c57ec0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x592c3710, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x592f8140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5ad42480, 0x5b127c80) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 3319 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x591e2f00) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 717 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5878da70) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 3295 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5b8db200, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x5b8db200) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 5987 [IO wait]: | |
net.runtime_pollWait(0x46320638, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x58b09138, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x58b09138, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x58b09100, 0x72586420, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x57999a98, 0x72586420, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x57999a98, 0x72586420, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x57999a98, 0x72586420, 0x20, 0x20, 0x72586420, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x57a101b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5ba18c40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x588b65a0, 0x5baef840) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 718 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x589fd940, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x578899e0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x578899e0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x5878da70, 0x448ba2c8, 0x589fd940, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x589fd940, 0x5878da70) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 2173 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x57e5d7a0, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x57e5d7a0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 1648 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x57ba8d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x58708c00, 0x0, 0x0) | |
/sl /slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 2176 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x57890600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x57e5a780, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x57e5a780, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x57e5d7a0, 0x448ba2c8, 0x57890600, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x57890600, 0x57e5d7a0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 747 [IO wait]: | |
net.runtime_pollWait(0x46320728, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x589b6e38, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x589b6e38, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x589b6e00, 0x74bb9b40, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56f00030, 0x74bb9b40, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56f00030, 0x74bb9b40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56f00030, 0x74bb9b40, 0x20, 0x20, 0x74bb9b40, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x586392c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x58860700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x58639410, 0x58b09e40) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 5988 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x588b65a0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 2175 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x57e5d7a0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 771 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x588e44b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src 0x56dda740) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 8375 [runnable]: | |
github.com/ethereum/go-ethereum/crypto/sha3.(*digest).squeeze(0x579bc8a0, 0x76cdf5a0, 0x0, 0x20, 0x20, 0x536cf4, 0x325130, 0x76d02a80) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/crypto/sha3/sha3.go:199 | |
github.com/ethereum/go-ethereum/crypto/sha3.(*digest).Sum(0x76d02a80, 0x76cdf5a0, 0x0, 0x20, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/crypto/sha3/sha3.go:227 +0x74 | |
github.com/ethereum/go-ethereum/core/types.rlpHash(0x81b1a8, 0x76cbe400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/types/block.go:116 +0x154 | |
github.com/ethereum/go-ethereum/core/types.(*Header).Hash(0x76cbe400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/core/types/block.go:70 +0x38 | |
github.com/ethereum/go-ethereum/eth/downloader.(*queue).Schedule(0x56e22000, 0x76c70380, 0xc0, 0xd3, 0x5bc0b, 0x0, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/queue.go:314 +0x164 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0x57af80f0, 0x5a46dae0, 0x5cd261c0, 0x5bbc1, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1229 +0xf60 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0x58bbca00, 0x57af80f0, 0x5a46dae0, 0x5cd261c0, 0x8940, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:434 +0x4c | |
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:434 +0xbb4 | |
goroutine 749 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x58a50500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x57dfc360, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x57dfc360, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x58639410, 0x448ba2c8, 0x58a50500, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x58a50500, 0x58639410) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 748 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x58639410) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 1657 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x57d715f0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 1148 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x58988210) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 8378 [semacquire]: | |
sync.runtime_Semacquire(0x56e220a8) | |
/usr/local/go/src/runtime/sema.go:43 +0x24 | |
sync.(*Mutex).Lock(0x56e220a4) | |
/usr/local/go/src/sync/mutex.go:82 +0x1fc | |
sync.(*RWMutex).Lock(0x56e220a4) | |
/usr/local/go/src/sync/rwmutex.go:82 +0x28 | |
github.com/ethereum/go-ethereum/eth/downloader.(*queue).ExpireNodeData(0x56e22000, 0x65a0bc00, 0x1, 0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/queue.go:731 +0x48 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchNodeData.func2(0x0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1356 +0x48 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0x57af80f0, 0x4631b018, 0x56d807b0, 0x589ac040, 0x5874ff80, 0x589ac140, 0x5874ff78, 0x5874ffa0, 0x5874ff98, 0xa4ecfc, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1477 +0xd80 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchNodeData(0x57af80f0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1365 +0x1b0 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func8(0x58bbca00, 0x57af80f0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:437 +0x1c | |
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:437 +0xc40 | |
goroutine 1645 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x58723c20, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x58723c20) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 1149 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x57c6acc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x577f96e0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x577f96e0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x58988210, 0x448ba2c8, 0x57c6acc0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x57c6acc0, 0x58988210) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 5958 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x588b65a0, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x588b65a0) | |
.go:78 +0x30 | |
net.(*netFD).Read(0x5aa2fb40, 0x62ecd660, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x5b9260f0, 0x62ecd660, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x5b9260f0, 0x62ecd660, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x5b9260f0, 0x62ecd660, 0x20, 0x20, 0x62ecd660, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5cb53440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5c158140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5c1bfe30, 0x5a0f0840) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 2174 [IO wait]: | |
net.runtime_pollWait(0x463204d0, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x589bc378, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x589bc378, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x589bc340, 0x723288e0, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56f00358, 0x723288e0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56f00358, 0x723288e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56f00358, 0x723288e0, 0x20, 0x20, 0x723288e0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x57e5d6b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x58aab020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x57e5d7a0, 0x57890800) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 1646 [IO wait]: | |
net.runtime_pollWait(0x46320b60, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x58522db8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x58522db8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x58522d80, 0x711e49e0, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56f014e8, 0x711e49e0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56f014e8, 0x711e49e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56f014e8, 0x711e49e0, 0x20, 0x20, 0x711e49e0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x58723b30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x58a9f140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethe/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 772 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x56dda380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x56dfe120, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x56dfe120, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x588e44b0, 0x448ba2c8, 0x56dda380, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x56dda380, 0x588e44b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 5183 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5ad42480, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x5ad42480) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 1147 [IO wait]: | |
net.runtime_pollWait(0x46320890, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x59536438, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x59536438, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x59536400, 0x763eae60, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56f40058, 0x763eae60, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56f40058, 0x763eae60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56f40058, 0x763eae60, 0x20, 0x20, 0x763eae60, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x589880f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x58658840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x58988210, 0x57c6aec0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 3318 [IO wait]: | |
net.runtime_pollWait(0x463206b0, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x58bff278, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x58bff278, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x58bff240, 0x76841080, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56f00ef8, 0x76841080, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56f00ef8, 0x76841080, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56f00ef8, 0x76841080, 0x20, 0x20, 0x76841080, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x591e2e10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x58ffc780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x591e2f00, 0x59a45a00) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 6631 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5c1bfe30) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 5134 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5ad42480) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 5135 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x5c288a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x5bfadc80, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x5bfadc80, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x5ad42480, 0x448ba2c8, 0x5c288a40, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x5c288a40, 0x5ad42480) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc | |
goroutine 1146 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x58988210, 0x448ba2b0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xa7c | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x58a11110, 0x58988210) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x2c4 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x1290 | |
goroutine 3297 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5b8db200) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x21c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x110 | |
goroutine 6630 [IO wait]: | |
net.runtime_pollWait(0x463205c0, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x5aa2fb78, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x5aa2fb78, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtimereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x58723c20, 0x57ba8f00) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 3296 [IO wait]: | |
net.runtime_pollWait(0x463207a0, 0x72, 0x56d660b0) | |
/usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0x5790f6b8, 0x72, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x34 | |
net.(*pollDesc).WaitRead(0x5790f6b8, 0x0, 0x0) | |
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x30 | |
net.(*netFD).Read(0x5790f680, 0x6e5c2b60, 0x20, 0x20, 0x0, 0x4631b030, 0x56d660b0) | |
/usr/local/go/src/net/fd_unix.go:232 +0x1c4 | |
net.(*conn).Read(0x56de1d48, 0x6e5c2b60, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/net/net.go:172 +0xc8 | |
io.ReadAtLeast(0x44862270, 0x56de1d48, 0x6e5c2b60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:298 +0xdc | |
io.ReadFull(0x44862270, 0x56de1d48, 0x6e5c2b60, 0x20, 0x20, 0x6e5c2b60, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5a9b0210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0xe4 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x58c01180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x230 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5b8db200, 0x5738b880) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf4 | |
goroutine 3346 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x5738b700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x160 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x56efc070, 0x5aba3aa0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0x78 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x56efc070, 0x5aba3aa0, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0x8f0 | |
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0x5b8db200, 0x448ba2c8, 0x5738b700, 0x0, 0x0) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x94 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0x5738b700, 0x5b8db200) | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/slave/build-go-ethereum-develop-arm/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2bc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go did you see this on?