Created
June 8, 2015 13:05
-
-
Save CJentzsch/a180c65f24746727a5a6 to your computer and use it in GitHub Desktop.
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
From https://github.com/ethereum/go-ethereum | |
e822f44..c6faa18 develop -> origin/develop | |
Updating e822f44..c6faa18 | |
Fast-forward | |
core/blocks.go | 1 + | |
core/chain_manager.go | 6 +++--- | |
core/chain_manager_test.go | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
core/error.go | 17 +++++++++++++++++ | |
4 files changed, 74 insertions(+), 3 deletions(-) | |
build/env.sh go install -v -ldflags '-X main.gitCommit c6faa18ec9630066683548ed410e364555fd838d' ./cmd/geth | |
github.com/ethereum/go-ethereum/core | |
github.com/ethereum/go-ethereum/eth/downloader | |
github.com/ethereum/go-ethereum/event/filter | |
github.com/ethereum/go-ethereum/whisper | |
github.com/ethereum/go-ethereum/miner | |
github.com/ethereum/go-ethereum/eth | |
github.com/ethereum/go-ethereum/xeth | |
github.com/ethereum/go-ethereum/tests | |
github.com/ethereum/go-ethereum/rpc | |
github.com/ethereum/go-ethereum/common/natspec | |
github.com/ethereum/go-ethereum/cmd/utils | |
github.com/ethereum/go-ethereum/cmd/geth | |
Done building. | |
Run "build/bin/geth" to launch geth. | |
[pi@alarmpi ~]$ ./go-ethereum/build/bin/geth --rpc | |
I0608 12:54:37.470652 2468 backend.go:252] Protocol Version: 60, Network Id: 0 | |
I0608 12:54:37.471114 2468 backend.go:252] Blockchain DB Version: 3 | |
I0608 12:54:37.495110 2468 chain_manager.go:246] Last block (#400000) 3ce503b127566543b7f890c394cb830ff07d4c1297715d79feabe97d8074b361 TD=428679862204950 | |
I0608 12:54:49.459522 2468 cmd.go:148] Starting Geth/v0.9.27-c6faa18e/linux/go1.4.2 | |
I0608 12:54:49.460324 2468 server.go:293] Starting Server | |
I0608 12:54:49.485291 2468 nat.go:95] mapped network port udp:30303 -> 30303 (ethereum discovery) using UPNP IGDv1-IP1 | |
I0608 12:54:49.804459 2468 udp.go:189] Listening, enode://e5f3872927849763244d9b52555605771110836e8fd32a233c747d05de822b794d8f6027abb2ac6fca78e40a9482c07698fc5ac4c15fce1bbd12ca8d8019c180@79.199.165.220:30303 | |
I0608 12:54:49.805477 2468 backend.go:472] Server started | |
I0608 12:54:49.806213 2468 server.go:530] Listening on [::]:30303 | |
I0608 12:54:49.823210 2468 nat.go:95] mapped network port tcp:30303 -> 30303 (ethereum p2p) using UPNP IGDv1-IP1 | |
I0608 12:54:59.812699 2468 downloader.go:170] Block synchronisation started | |
fatal error: runtime: out of memory | |
runtime stack: | |
runtime.SysMap(0x5bd0c000, 0xf6f80000, 0x1, 0xc42d90) | |
/usr/lib/go/src/runtime/mem_linux.c:159 +0x134 | |
runtime.MHeap_MapBits(0xc45b08) | |
/usr/lib/go/src/runtime/mgc0.c:1900 +0xc0 | |
runtime.MHeap_SysAlloc(0xc45b08, 0x100000, 0x0) | |
/usr/lib/go/src/runtime/malloc.c:286 +0x164 | |
runtime.MHeap_Alloc(0xc45b08, 0x2, 0x29, 0x100, 0x0) | |
/usr/lib/go/src/runtime/mheap.c:240 +0x50 | |
runtime.MCentral_CacheSpan(0xc4b15c, 0x5aaf31f0) | |
/usr/lib/go/src/runtime/mcentral.c:85 +0x204 | |
runtime.MCache_Refill(0x46b3f000, 0x29, 0x4) | |
/usr/lib/go/src/runtime/mcache.c:90 +0x88 | |
goroutine 1991 [running]: | |
runtime.switchtoM() | |
/usr/lib/go/src/runtime/asm_arm.s:193 +0x4 fp=0x5aaf3150 sp=0x5aaf314c | |
runtime.mallocgc(0xc00, 0x0, 0x3, 0x1) | |
/usr/lib/go/src/runtime/malloc.go:178 +0x87c fp=0x5aaf31a8 sp=0x5aaf3150 | |
runtime.rawmem(0xc00, 0xc00) | |
/usr/lib/go/src/runtime/malloc.go:371 +0x38 fp=0x5aaf31bc sp=0x5aaf31a8 | |
runtime.growslice(0x5ff510, 0xc3d394, 0x0, 0x0, 0xb99, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/runtime/slice.go:83 +0x2c8 fp=0x5aaf31ec sp=0x5aaf31bc | |
github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0x76bb7560, 0x76bc79c0, 0x33, 0x33, 0x5aaf3201, 0x0, 0x5f100, 0x76bc7ac0, 0x33, 0x40, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:871 +0x7c8 fp=0x5aaf328c sp=0x5aaf31ec | |
github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0x76bb7560, 0x76bc79c0, 0x33, 0x33, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0x8c fp=0x5aaf32cc sp=0x5aaf328c | |
github.com/syndtr/goleveldb/leveldb.(*tOps).find(0x56d73c10, 0x56ddf0e0, 0x76bc79c0, 0x33, 0x33, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:378 +0x178 fp=0x5aaf3334 sp=0x5aaf32cc | |
github.com/syndtr/goleveldb/leveldb.func·034(0x2, 0x56ddf0e0, 0x2b) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:151 +0x49c fp=0x5aaf33f4 sp=0x5aaf3334 | |
github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0x56e02240, 0x76bc79c0, 0x33, 0x33, 0x5aaf34e0, 0x5aaf34c8) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:104 +0x368 fp=0x5aaf347c sp=0x5aaf33f4 | |
github.com/syndtr/goleveldb/leveldb.(*version).get(0x56e02240, 0x76bc79c0, 0x33, 0x33, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:203 +0x1cc fp=0x5aaf3518 sp=0x5aaf347c | |
github.com/syndtr/goleveldb/leveldb.(*DB).get(0x56cb4380, 0x76c011a0, 0x2b, 0x30, 0x17b6d9, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:636 +0x504 fp=0x5aaf35d0 sp=0x5aaf3518 | |
github.com/syndtr/goleveldb/leveldb.(*DB).Get(0x56cb4380, 0x76c011a0, 0x2b, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:702 +0x120 fp=0x5aaf361c sp=0x5aaf35d0 | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0x56d731c0, 0x76c011a0, 0x2b, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:51 +0x64 fp=0x5aaf365c sp=0x5aaf361c | |
github.com/ethereum/go-ethereum/core.(*ChainManager).GetBlock(0x56ccb520, 0x5b786635, 0x6abf846c, 0xff2344cd, 0x9e537c09, 0x924f5871, 0x7127cdd0, 0xa08a5d73, 0xceb2057b, 0x76bd3d80) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:420 +0x18c fp=0x5aaf3720 sp=0x5aaf365c | |
github.com/ethereum/go-ethereum/core.(*ChainManager).diff(0x56ccb520, 0x56e1fb80, 0x76bd3d80, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:710 +0xcc0 fp=0x5aaf3918 sp=0x5aaf3720 | |
github.com/ethereum/go-ethereum/core.(*ChainManager).merge(0x56ccb520, 0x56e1fb80, 0x59bf5280, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:727 +0x40 fp=0x5aaf3984 sp=0x5aaf3918 | |
github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain(0x56ccb520, 0x5bfb20e8, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:550 +0xfec fp=0x5aaf3f00 sp=0x5aaf3984 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).processBlocks(0x5b199c00, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:71 +0x4b4 fp=0x5aaf3fd8 sp=0x5aaf3f00 | |
github.com/ethereum/go-ethereum/eth.func·005() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:38 +0x30 fp=0x5aaf3fec sp=0x5aaf3fd8 | |
runtime.goexit() | |
/usr/lib/go/src/runtime/asm_arm.s:1322 +0x4 fp=0x5aaf3fec sp=0x5aaf3fec | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:40 +0x2d4 | |
goroutine 1 [chan receive, 4 minutes]: | |
main.run(0x56d61110) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:284 +0x160 | |
github.com/codegangsta/cli.(*App).Run(0x56cfc180, 0x56c8a000, 0x2, 0x2, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:133 +0xd58 | |
main.main() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:268 +0x94 | |
goroutine 5 [select]: | |
github.com/ethereum/go-ethereum/logger.dispatchLoop() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x57c | |
created by github.com/ethereum/go-ethereum/logger.init·1 | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x34 | |
goroutine 8 [chan receive]: | |
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0xc38668) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78 | |
created by github.com/ethereum/go-ethereum/logger/glog.init·1 | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x78 | |
goroutine 7 [syscall, 4 minutes]: | |
os/signal.loop() | |
/usr/lib/go/src/os/signal/signal_unix.go:21 +0x1c | |
created by os/signal.init·1 | |
/usr/lib/go/src/os/signal/signal_unix.go:27 +0x40 | |
goroutine 17 [syscall, 4 minutes, locked to thread]: | |
runtime.goexit() | |
/usr/lib/go/src/runtime/asm_arm.s:1322 +0x4 | |
goroutine 10 [chan receive, 4 minutes]: | |
github.com/ethereum/go-ethereum/cmd/utils.func·001() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:59 +0xd8 | |
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:63 +0xc0 | |
goroutine 18 [chan receive]: | |
github.com/ethereum/go-ethereum/logger.sysLoop(0x46b52ba0, 0x56c9d138, 0x56d54040, 0x56cb94c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x48 | |
created by github.com/ethereum/go-ethereum/logger.func·001 | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x190 | |
goroutine 1857 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x57151020) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 12 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x56ce6370) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1d4 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x23c | |
goroutine 565 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x58feabd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x5a0d0240, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x5a0d0240, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x58feac00, 0x44fddf18, 0x58feabd0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 13 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x56cb4380) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3bc | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x82c | |
goroutine 14 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x56cb4380) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x124 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x854 | |
goroutine 15 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x56cb4380) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x6a4 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8ac | |
goroutine 16 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x56cb4380) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x248 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8d4 | |
goroutine 50 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x56cb4380) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x17c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8fc | |
goroutine 51 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x56ce6420) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1d4 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x23c | |
goroutine 52 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x56cb4540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3bc | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x82c | |
goroutine 53 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x56cb4540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x124 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x854 | |
goroutine 54 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x56cb4540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x6a4 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8ac | |
goroutine 55 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x56cb4540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x248 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8d4 | |
goroutine 56 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x56cb4540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x17c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8fc | |
goroutine 57 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x56e14420) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1d4 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x23c | |
goroutine 58 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x56cb4700) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3bc | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x82c | |
goroutine 59 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x56cb4700) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x124 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x854 | |
goroutine 60 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x56cb4700) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x6a4 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8ac | |
goroutine 61 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x56cb4700) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x248 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8d4 | |
goroutine 62 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x56cb4700) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x17c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8fc | |
goroutine 207 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x597c48a0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 19 [IO wait, 4 minutes]: | |
net.(*pollDesc).Wait(0x592be438, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x592be438, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x592be400, 0x592e2000, 0x1000, 0x1000, 0x0, 0x46b52060, 0x5b2e1160) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x592dc000, 0x592e2000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
net/http.noteEOFReader.Read(0x46b77758, 0x592dc000, 0x592c214c, 0x592e2000, 0x1000, 0x1000, 0x66c2c8, 0x0, 0x0) | |
/usr/lib/go/src/net/http/transport.go:1270 +0x78 | |
net/http.(*noteEOFReader).Read(0x592de000, 0x592e2000, 0x1000, 0x1000, 0x56c92000, 0x0, 0x0) | |
<autogenerated>:125 +0xec | |
bufio.(*Reader).fill(0x592e0000) | |
/usr/lib/go/src/bufio/bufio.go:97 +0x1d8 | |
bufio.(*Reader).Peek(0x592e0000, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/bufio/bufio.go:132 +0xd4 | |
net/http.(*persistConn).readLoop(0x592c2120) | |
/usr/lib/go/src/net/http/transport.go:842 +0x88 | |
created by net/http.(*Transport).dialConn | |
/usr/lib/go/src/net/http/transport.go:645 +0xba0 | |
goroutine 20 [select, 4 minutes]: | |
net/http.(*persistConn).writeLoop(0x592c2120) | |
/usr/lib/go/src/net/http/transport.go:945 +0x320 | |
created by net/http.(*Transport).dialConn | |
/usr/lib/go/src/net/http/transport.go:645 +0xbc8 | |
goroutine 64 [select]: | |
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0x56ccb520) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:745 +0x43c | |
created by github.com/ethereum/go-ethereum/core.NewChainManager | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:145 +0x888 | |
goroutine 65 [select]: | |
github.com/ethereum/go-ethereum/miner.(*worker).update(0x594f0240) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:195 +0x504 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:128 +0x348 | |
goroutine 66 [chan receive, 4 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*worker).wait(0x594f0240) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:234 +0x50 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:129 +0x370 | |
goroutine 68 [select, 4 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x46b52b78, 0x56cb15f0, 0x5a328a40, 0x72bf30, 0x3, 0x765f, 0x765f, 0x77e130, 0x12) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x76c | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:204 +0x2b4 | |
goroutine 40 [IO wait, 4 minutes]: | |
net.(*pollDesc).Wait(0x5a2de138, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x5a2de138, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x5a2de100, 0x5b30e000, 0x1000, 0x1000, 0x0, 0x46b52060, 0x5b2e8970) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x592dc020, 0x5b30e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
net/http.noteEOFReader.Read(0x46b77758, 0x592dc020, 0x5b30202c, 0x5b30e000, 0x1000, 0x1000, 0x66c2c8, 0x0, 0x0) | |
/usr/lib/go/src/net/http/transport.go:1270 +0x78 | |
net/http.(*noteEOFReader).Read(0x5b300030, 0x5b30e000, 0x1000, 0x1000, 0x56c92000, 0x0, 0x0) | |
<autogenerated>:125 +0xec | |
bufio.(*Reader).fill(0x5b1c6030) | |
/usr/lib/go/src/bufio/bufio.go:97 +0x1d8 | |
bufio.(*Reader).Peek(0x5b1c6030, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/bufio/bufio.go:132 +0xd4 | |
net/http.(*persistConn).readLoop(0x5b302000) | |
/usr/lib/go/src/net/http/transport.go:842 +0x88 | |
created by net/http.(*Transport).dialConn | |
/usr/lib/go/src/net/http/transport.go:645 +0xba0 | |
goroutine 41 [select, 4 minutes]: | |
net/http.(*persistConn).writeLoop(0x5b302000) | |
/usr/lib/go/src/net/http/transport.go:945 +0x320 | |
created by net/http.(*Transport).dialConn | |
/usr/lib/go/src/net/http/transport.go:645 +0xbc8 | |
goroutine 22 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x56e176b0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1d4 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x23c | |
goroutine 69 [select, 3 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x5b2f2540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3bc | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x82c | |
goroutine 70 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x5b2f2540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x124 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x854 | |
goroutine 71 [select, 3 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x5b2f2540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x6a4 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8ac | |
goroutine 72 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x5b2f2540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x248 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8d4 | |
goroutine 73 [select, 4 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x5b2f2540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x17c | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:122 +0x8fc | |
goroutine 74 [select]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0x5a328b00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:348 +0xad4 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:214 +0x4e0 | |
goroutine 75 [semacquire]: | |
sync.(*Mutex).Lock(0x59202480) | |
/usr/lib/go/src/sync/mutex.go:66 +0xf8 | |
github.com/ethereum/go-ethereum/p2p/discover.(*findnode).handle(0x6f7fa190, 0x5a328b00, 0x7526df60, 0xaee950, 0x9b7b45a, 0x48ff3af, 0xde4ac337, 0xc2552070, 0x4b6f71bc, 0xe8884bf6, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:530 +0x1b4 | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).handlePacket(0x5a328b00, 0x7526df60, 0x59348a00, 0xab, 0x500, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:449 +0x214 | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0x5a328b00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:438 +0x19c | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:215 +0x508 | |
goroutine 76 [IO wait, 3 minutes]: | |
net.(*pollDesc).Wait(0x5a592438, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x5a592438, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).accept(0x5a592400, 0x0, 0x46b52060, 0x5a5d86fc) | |
/usr/lib/go/src/net/fd_unix.go:419 +0x390 | |
net.(*TCPListener).AcceptTCP(0x56c9cbe8, 0x46b3f4b0, 0x0, 0x0) | |
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x50 | |
net.(*TCPListener).Accept(0x56c9cbe8, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/tcpsock_posix.go:244 +0x3c | |
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0x5b2d5c80) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:546 +0x310 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:359 +0x210 | |
goroutine 77 [select, 4 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x46b52b78, 0x56cb15f0, 0x5a3287c0, 0x72bdd0, 0x3, 0x765f, 0x765f, 0x769078, 0xc) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x76c | |
github.com/ethereum/go-ethereum/p2p.func·006() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:364 +0xa0 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:366 +0x32c | |
goroutine 78 [semacquire]: | |
sync.(*Mutex).Lock(0x59202480) | |
/usr/lib/go/src/sync/mutex.go:66 +0xf8 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ReadRandomNodes(0x59202480, 0x57690160, 0x6, 0x6, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:104 +0x48 | |
github.com/ethereum/go-ethereum/p2p.(*dialstate).newTasks(0x5a5923c0, 0x1, 0x5869e160, 0xcd07888f, 0xe, 0x1ebd3d25, 0xc383c8, 0x0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:143 +0x2ec | |
github.com/ethereum/go-ethereum/p2p.(*Server).run(0x5b2d5c80, 0x44fcb860, 0x5a5923c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:425 +0x328 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0xcb8 | |
goroutine 79 [select]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0x56ddd2c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:482 +0x480 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:458 +0x154 | |
goroutine 80 [chan receive, 4 minutes]: | |
github.com/ethereum/go-ethereum/core.(*TxPool).Start(0x5a65a140) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:69 +0x174 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:465 +0x19c | |
goroutine 81 [chan receive]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0x5b199c00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:394 +0x7c | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:116 +0x12c | |
goroutine 82 [chan receive, 4 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0x5b199c00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:384 +0x7c | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x244 | |
goroutine 83 [select]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update(0x5b199c00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:22 +0x318 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:122 +0x26c | |
goroutine 84 [select]: | |
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0x56c8c5a0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x624 | |
created by github.com/ethereum/go-ethereum/xeth.New | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x5d8 | |
goroutine 564 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x58feac00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 86 [IO wait]: | |
net.(*pollDesc).Wait(0x5a5926b8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x5a5926b8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).accept(0x5a592680, 0x0, 0x46b52060, 0x75f97de0) | |
/usr/lib/go/src/net/fd_unix.go:419 +0x390 | |
net.(*TCPListener).AcceptTCP(0x56c9cc88, 0xcd078896, 0x0, 0x0) | |
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x50 | |
github.com/ethereum/go-ethereum/rpc.(*stoppableTCPListener).Accept(0x56c9cc90, 0x0, 0x0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/types.go:346 +0xd4 | |
net/http.(*Server).Serve(0x5a5930c0, 0x44fcb8c8, 0x56c9cc90, 0x0, 0x0) | |
/usr/lib/go/src/net/http/server.go:1728 +0x98 | |
net/http.Serve(0x44fcb8c8, 0x56c9cc90, 0x46b52288, 0x5b2e83c0, 0x0, 0x0) | |
/usr/lib/go/src/net/http/server.go:1606 +0x9c | |
created by github.com/ethereum/go-ethereum/rpc.Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:51 +0x7c0 | |
goroutine 88 [select]: | |
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0x5b2124e0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x67c | |
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x3c | |
goroutine 563 [IO wait]: | |
net.(*pollDesc).Wait(0x59815238, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x59815238, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x59815200, 0x68351d80, 0x20, 0x20, 0x0, 0x46b52060, 0x6b755c30) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x59300190, 0x68351d80, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x59300190, 0x68351d80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x59300190, 0x68351d80, 0x20, 0x20, 0x68351d80, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5c250720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5b1b6da0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x58feac00, 0x5a2d9840) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 2852 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Server).PeerCount(0x5b2d5c80, 0xc) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:222 +0x154 | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).PeerCount(0x56ddd2c0, 0x167200) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:438 +0x2c | |
github.com/ethereum/go-ethereum/xeth.(*XEth).PeerCount(0x56c8c5a0, 0xd) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:427 +0x2c | |
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).GetRequestReply(0x56c9ccb0, 0x6bef4480, 0x5aaedc94, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/api.go:597 +0x72b0 | |
github.com/ethereum/go-ethereum/rpc.RpcResponse(0x56c9ccb0, 0x6bef4480, 0x200) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:134 +0x60 | |
github.com/ethereum/go-ethereum/rpc.func·001(0x44fa2058, 0x6f6dd8f0, 0x6b08d650) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:90 +0x434 | |
net/http.HandlerFunc.ServeHTTP(0x56c9ccb8, 0x44fa2058, 0x6f6dd8f0, 0x6b08d650) | |
/usr/lib/go/src/net/http/server.go:1265 +0x3c | |
github.com/ethereum/go-ethereum/rpc.func·002(0x44fa2058, 0x6f6dd8f0, 0x6b08d650) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/types.go:318 +0x1e8 | |
net/http.HandlerFunc.ServeHTTP(0x5b2e83c0, 0x44fa2058, 0x6f6dd8f0, 0x6b08d650) | |
/usr/lib/go/src/net/http/server.go:1265 +0x3c | |
net/http.serverHandler.ServeHTTP(0x5a5930c0, 0x44fa2058, 0x6f6dd8f0, 0x6b08d650) | |
/usr/lib/go/src/net/http/server.go:1703 +0x1b0 | |
net/http.(*conn).serve(0x6e54f7a0) | |
/usr/lib/go/src/net/http/server.go:1217 +0xb08 | |
created by net/http.(*Server).Serve | |
/usr/lib/go/src/net/http/server.go:1751 +0x348 | |
goroutine 122 [select, 4 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0x5b3022a0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:219 +0x1d8 | |
created by github.com/ethereum/go-ethereum/p2p/discover.func·001 | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:211 +0x40 | |
goroutine 1906 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x57150ff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x5b16e090, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x5b16e090, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x57151020, 0x44fddf18, 0x57150ff0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 387 [IO wait]: | |
net.(*pollDesc).Wait(0x580818f8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x580818f8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x580818c0, 0x62b1c660, 0x20, 0x20, 0x0, 0x46b52060, 0x663db3e8) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x592dc0f8, 0x62b1c660, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x592dc0f8, 0x62b1c660, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x592dc0f8, 0x62b1c660, 0x20, 0x20, 0x62b1c660, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5ac40420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x57f74a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5a34c300, 0x5a28a140) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 1971 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x59ac2270) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 2766 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall(0x59202480, 0x72da5740, 0x10, 0x10, 0x71810400, 0x9, 0x10) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:326 +0x1d0 | |
github.com/ethereum/go-ethereum/p2p/discover.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:221 +0x4f4 | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x5d0 | |
goroutine 388 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5a34c300) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 1644 [IO wait]: | |
net.(*pollDesc).Wait(0x5ace47b8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x5ace47b8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x5ace4780, 0x5ad6b940, 0x20, 0x20, 0x0, 0x46b52060, 0x598c1c88) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x593008f0, 0x5ad6b940, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x593008f0, 0x5ad6b940, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x593008f0, 0x5ad6b940, 0x20, 0x20, 0x5ad6b940, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5b4b57d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5ace7a60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5b4b58c0, 0x5cac3700) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 1937 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x59ac2270, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x59ac2270) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 205 [select, 4 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x597c48a0, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x597c48a0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 206 [IO wait]: | |
net.(*pollDesc).Wait(0x59a7b2b8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x59a7b2b8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x59a7b280, 0x76142a20, 0x20, 0x20, 0x0, 0x46b52060, 0x7618e390) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x59301020, 0x76142a20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x59301020, 0x76142a20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x59301020, 0x76142a20, 0x20, 0x20, 0x76142a20, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5c75a510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5aef6580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x597c48a0, 0x59a7b800) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 208 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x597c4870, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x59b99ef0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x59b99ef0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x597c48a0, 0x44fddf18, 0x597c4870, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 389 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x5a34c2d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x5a1b3560, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x5a1b3560, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x5a34c300, 0x44fddf18, 0x5a34c2d0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 1970 [IO wait]: | |
net.(*pollDesc).Wait(0x5bf52378, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x5bf52378, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x5bf52340, 0x6cd53cc0, 0x20, 0x20, 0x0, 0x46b52060, 0x6c354320) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x5a38a990, 0x6cd53cc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x5a38a990, 0x6cd53cc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x5a38a990, 0x6cd53cc0, 0x20, 0x20, 0x6cd53cc0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x59ac2120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5c6023c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x59ac2270, 0x5a3297c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 1855 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x57151020, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x57151020) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 1645 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5b4b58c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 579 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x58feac00, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x58feac00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 386 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5a34c300, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x5a34c300) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 2812 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x5a328b00, 0x42c9a301, 0x7e7b3145, 0xe22bb496, 0xc3a434fe, 0x4417d965, 0x3703e692, 0x929fda86, 0x7ece242e, 0x4e7348e5, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x2cc | |
github.com/ethereum/go-ethereum/p2p/discover.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x14c | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x5d0 | |
goroutine 1109 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5bd69680, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x5bd69680) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 1110 [IO wait]: | |
net.(*pollDesc).Wait(0x59a2daf8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x59a2daf8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x59a2dac0, 0x6deb8cc0, 0x20, 0x20, 0x0, 0x46b52060, 0x6dec2ec8) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x593148d0, 0x6deb8cc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x593148d0, 0x6deb8cc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x593148d0, 0x6deb8cc0, 0x20, 0x20, 0x6deb8cc0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5800a450, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5a4fb960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5bd69680, 0x5bd4fc00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 2811 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x5a328b00, 0xd6a307cf, 0x257b7d5d, 0x435e3310, 0x6146e01, 0xd58a435a, 0xca5fde04, 0xe9820085, 0xa7f8cda7, 0x583964e6, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x2cc | |
github.com/ethereum/go-ethereum/p2p/discover.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x14c | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x5d0 | |
goroutine 2565 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x6a91c540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 1789 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x5dddb8c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x5bd0b950, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x5bd0b950, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x5dddb8f0, 0x44fddf18, 0x5dddb8c0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 1972 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x59ac2240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x588979e0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x588979e0, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x59ac2270, 0x44fddf18, 0x59ac2240, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 2564 [IO wait]: | |
net.(*pollDesc).Wait(0x68847338, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x68847338, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x68847300, 0x71c57900, 0x20, 0x20, 0x0, 0x46b52060, 0x71c4f940) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x5bdcb3f0, 0x71c57900, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x5bdcb3f0, 0x71c57900, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x5bdcb3f0, 0x71c57900, 0x20, 0x20, 0x71c57900, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x6ad3d2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x59aadb80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x6a91c540, 0x58b8e4c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 1111 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5bd69680) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 1787 [IO wait]: | |
net.(*pollDesc).Wait(0x590ac3f8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x590ac3f8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x590ac3c0, 0x711cc240, 0x20, 0x20, 0x0, 0x46b52060, 0x724c5080) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x5c4b2c78, 0x711cc240, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x5c4b2c78, 0x711cc240, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x5c4b2c78, 0x711cc240, 0x20, 0x20, 0x711cc240, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5af248a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5ab58500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x5dddb8f0, 0x5bd15200) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 1753 [runnable]: | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBlocks(0x5b198f50, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:409 +0x11e4 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0x5b198f50, 0x5a1f4960, 0xddf7bad4, 0x277f8c4c, 0xab55346d, 0x236881ef, 0xcca8b9f1, 0x14dca945, 0xf146d497, 0xf6700ed, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:223 +0x268 | |
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0x5b198f50, 0x5a357510, 0x10, 0xddf7bad4, 0x277f8c4c, 0xab55346d, 0x236881ef, 0xcca8b9f1, 0x14dca945, 0xf146d497, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:193 +0x3d4 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0x5b199c00, 0x5a1b3560) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:104 +0x308 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:32 +0x1e8 | |
goroutine 2737 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0x59202480, 0xb637eb02, 0x8e7fd250, 0x8d7fa936, 0xe366b094, 0xeeaa73e3, 0x7b2aef0f, 0xab53238e, 0xf8768ec9, 0x660ec2d, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:230 +0x650 | |
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0x6fc6c860, 0x5b2d5c80) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:212 +0x114 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x5c | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x550 | |
goroutine 2743 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x6ae20f60) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 2566 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x6a91c510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x681e6f30, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x681e6f30, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x6a91c540, 0x44fddf18, 0x6a91c510, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 1596 [select, 2 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5b4b58c0, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x5b4b58c0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 1112 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x5bd69650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x5c1f5b00, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x5c1f5b00, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x5bd69680, 0x44fddf18, 0x5bd69650, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 2563 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x6a91c540, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x6a91c540) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 1646 [select, 2 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x5b4b5890, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x5dc2b050, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x5dc2b050, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x5b4b58c0, 0x44fddf18, 0x5b4b5890, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c | |
goroutine 1856 [IO wait]: | |
net.(*pollDesc).Wait(0x5dd12e38, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x5dd12e38, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x5dd12e00, 0x7526dca0, 0x20, 0x20, 0x0, 0x46b52060, 0x75274588) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x58cda018, 0x7526dca0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x58cda018, 0x7526dca0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x58cda018, 0x7526dca0, 0x20, 0x20, 0x7526dca0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x571ab290, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x100 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5c6476a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x57151020, 0x5889ccc0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 1788 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x5dddb8f0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x240 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xcc | |
goroutine 2742 [runnable]: | |
net.(*pollDesc).Wait(0x589e8f78, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x3c | |
net.(*pollDesc).WaitRead(0x589e8f78, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x38 | |
net.(*netFD).Read(0x589e8f40, 0x762d6381, 0x84a00f, 0x84a00f, 0x0, 0x46b52060, 0x7618e350) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x390 | |
net.(*conn).Read(0x6ad55ac0, 0x762d6381, 0x84a00f, 0x84a00f, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xc8 | |
io.ReadAtLeast(0x46b77758, 0x6ad55ac0, 0x762d2000, 0x84e390, 0x84e390, 0x84e390, 0x4381, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0x100 | |
io.ReadFull(0x46b77758, 0x6ad55ac0, 0x762d2000, 0x84e390, 0x84e390, 0x762d2000, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x64 | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x62b219b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:562 +0x500 | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x6ae198a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x17c | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x6ae20f60, 0x6c3c6d80) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0xa8 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa4 | |
goroutine 2843 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0x5a328b00, 0xcc32b1ce, 0x5c557082, 0x3d6b1314, 0xe4fa3d80, 0xf0e972c0, 0x91e6c5ce, 0x6efcde67, 0xe6080a1b, 0x5a2eb6cd, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:235 +0x1f0 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0x59202480, 0xcc32b1ce, 0x5c557082, 0x3d6b1314, 0xe4fa3d80, 0xf0e972c0, 0x91e6c5ce, 0x6efcde67, 0xe6080a1b, 0x5a2eb6cd, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:441 +0xe8 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingreplace(0x59202480, 0x6c5977a0, 0x570d7360) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:423 +0x114 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x59202480, 0xb3d4d900, 0xe7e5ac14, 0xf0564002, 0x7f8163, 0x18b3d814, 0xe41ee3fa, 0xadb2f358, 0x991156f8, 0xb17b0aa0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:391 +0x230 | |
github.com/ethereum/go-ethereum/p2p/discover.func·003(0x6b08c690) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:321 +0xfc | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:323 +0x178 | |
goroutine 2847 [semacquire]: | |
sync.(*Mutex).Lock(0x59202480) | |
/usr/lib/go/src/sync/mutex.go:66 +0xf8 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x59202480, 0xc9e9900, 0x9c6103ff, 0x1232c2a7, 0x289b6815, 0xf103ae72, 0x8e3febf7, 0xb96789c4, 0xb880c96b, 0x6ebb8694, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x128 | |
github.com/ethereum/go-ethereum/p2p/discover.func·003(0x6c5975e0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:321 +0xfc | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:323 +0x178 | |
goroutine 2741 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x6ae20f60, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x6ae20f60) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 1786 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x5dddb8f0, 0x44fddf00) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x510 | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x5b2d5c80, 0x5dddb8f0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x314 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:496 +0x1138 | |
goroutine 2744 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x6ae20f30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x168 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x5b199c00, 0x648b5320, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x60 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x5b199c00, 0x648b5320, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x530 | |
github.com/ethereum/go-ethereum/eth.func·003(0x6ae20f60, 0x44fddf18, 0x6ae20f30, 0x0, 0x0) | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xb0 | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x9c | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/home/pi/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x33c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment