Skip to content

Instantly share code, notes, and snippets.

@datajerk
Created November 6, 2015 15:23
Show Gist options
  • Save datajerk/4ab065620c5e39406ef3 to your computer and use it in GitHub Desktop.
Save datajerk/4ab065620c5e39406ef3 to your computer and use it in GitHub Desktop.
geth 1.2.3. hung on peering stacktrace
I1106 10:26:23.845612 49 database.go:71] Alloted 16MB cache to /root/.ethereum/chaindata
I1106 10:26:25.566804 49 database.go:71] Alloted 16MB cache to /root/.ethereum/dapp
I1106 10:26:25.606792 49 backend.go:298] Protocol Versions: [62 61], Network Id: 287671186
I1106 10:26:25.612499 49 genesis.go:88] Genesis block already in chain. Writing canonical number
I1106 10:26:25.613567 49 backend.go:310] Successfully wrote genesis block. New genesis hash = c200f88a34a122300b4974ff291eefbd0d4f226bfa90f8fb60dbf14c65b2c246
I1106 10:26:25.615909 49 backend.go:340] Blockchain DB Version: 3
I1106 10:26:25.620857 49 chain_manager.go:248] Last block (#1189) 52e900e4defa3398393b6f54a990bfd8c6a296c423e0f29768eae12a7f389108 TD=182366584
I1106 10:26:25.756610 49 cmd.go:125] Starting Geth/armhf/v1.2.3-6962eda1/linux/go1.5.1
I1106 10:26:25.757660 49 server.go:314] Starting Modified Server
I1106 10:26:25.972857 49 udp.go:204] Listening, enode://7123e124ec4e7d741d1afa024c1692131f65628a1adde4d40ff571069a1ef663de9f626058d1c90ab8ba745eee83bf4f841e5db304fb00b8fd3f2227127d5d08@[::]:33303
I1106 10:26:25.973954 49 whisper.go:160] Whisper started
I1106 10:26:25.974128 49 backend.go:568] Server started
I1106 10:26:25.973906 49 server.go:562] Listening on [::]:33303
I1106 10:26:25.975896 49 ipc_unix.go:109] IPC service started (/root/.ethereum/geth.ipc)
SIGQUIT: quit
PC=0xa498c m=0
goroutine 0 [idle]:
runtime.futex(0xdb2e70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x51d30, 0x0, 0x0, 0x0, ...)
/tmp/go/src/runtime/sys_linux_arm.s:246 +0x1c
runtime.futexsleep(0xdb2e70, 0x0, 0xffffffff, 0xffffffff)
/tmp/go/src/runtime/os1_linux.go:39 +0x68
runtime.notesleep(0xdb2e70)
/tmp/go/src/runtime/lock_futex.go:142 +0xa4
runtime.stopm()
/tmp/go/src/runtime/proc1.go:1128 +0xfc
runtime.startlockedm(0x11751b20)
/tmp/go/src/runtime/proc1.go:1298 +0xc4
runtime.schedule()
/tmp/go/src/runtime/proc1.go:1646 +0x2a4
runtime.park_m(0x12087ce0)
/tmp/go/src/runtime/proc1.go:1698 +0x16c
runtime.mcall(0xdb27c0)
/tmp/go/src/runtime/asm_arm.s:178 +0x5c
goroutine 1 [chan receive, 287 minutes]:
main.run(0x110b0460)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:408 +0x210
github.com/codegangsta/cli.(*App).Run(0x110ba100, 0x10f0a080, 0x10, 0x10, 0x0, 0x0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:182 +0xb00
main.main()
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:357 +0x8c
goroutine 17 [syscall, 287 minutes, locked to thread]:
runtime.goexit()
/tmp/go/src/runtime/asm_arm.s:1036 +0x4
goroutine 5 [syscall, 287 minutes]:
os/signal.loop()
/tmp/go/src/os/signal/signal_unix.go:22 +0x14
created by os/signal.init.1
/tmp/go/src/os/signal/signal_unix.go:28 +0x30
goroutine 6 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0xdb2538)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x60
created by github.com/ethereum/go-ethereum/logger/glog.init.1
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x64
goroutine 7 [select, 287 minutes]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x4f4
created by github.com/ethereum/go-ethereum/logger.init.1
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x24
goroutine 15 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x110fcc60)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x228
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x258
goroutine 73 [select, 287 minutes, locked to thread]:
runtime.gopark(0xa1affc, 0x10f1ff8c, 0x8529f0, 0x6, 0x75a18, 0x2)
/tmp/go/src/runtime/proc.go:185 +0x148
runtime.selectgoImpl(0x10f1ff8c, 0x0, 0xc)
/tmp/go/src/runtime/select.go:392 +0x14d4
runtime.selectgo(0x10f1ff8c)
/tmp/go/src/runtime/select.go:212 +0x10
runtime.ensureSigM.func1()
/tmp/go/src/runtime/signal1_unix.go:227 +0x428
runtime.goexit()
/tmp/go/src/runtime/asm_arm.s:1036 +0x4
goroutine 74 [select, 287 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0x117ae150)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x690
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x2c
goroutine 12 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x75168328, 0x10f8a690, 0x11085400, 0x10f9c000)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x40
created by github.com/ethereum/go-ethereum/logger.dispatchLoop.func1
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x130
goroutine 21 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x111200b0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x228
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x258
goroutine 50 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x111100d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3b0
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x710
goroutine 51 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x111100d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11c
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x72c
goroutine 52 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x111100d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x624
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x778
goroutine 53 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x111100d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x20c
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x794
goroutine 54 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x111100d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 55 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x10fa0240, 0xb2d05e00, 0x0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa08
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x528
goroutine 13 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x111020b0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x228
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x258
goroutine 27 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x111101a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3b0
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x710
goroutine 28 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x111101a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11c
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x72c
goroutine 29 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x111101a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x624
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x778
goroutine 30 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x111101a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x20c
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x794
goroutine 31 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x111101a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 32 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x10fa0120, 0xb2d05e00, 0x0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa08
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x528
goroutine 33 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0x110fc2c0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:819 +0x45c
created by github.com/ethereum/go-ethereum/core.NewChainManager
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_manager.go:143 +0xde0
goroutine 66 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0x110f6ec0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0x84
created by github.com/ethereum/go-ethereum/core.NewTxPool
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x374
goroutine 67 [select, 287 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0x110e25a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:221 +0x53c
created by github.com/ethereum/go-ethereum/miner.newWorker
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:141 +0x300
goroutine 68 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0x110e25a0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:260 +0x60
created by github.com/ethereum/go-ethereum/miner.newWorker
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x31c
goroutine 69 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0x110f7d80)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:68 +0x1cc
created by github.com/ethereum/go-ethereum/miner.New
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:56 +0x124
goroutine 70 [select, 287 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0x10f9c780)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:74 +0x3f0
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:49 +0x2c
goroutine 14 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x75168300, 0x10f883c0, 0x110ede00, 0x849c18, 0x3, 0x8217, 0x8217, 0x8ad6e0, 0x12)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x830
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:219 +0x254
goroutine 56 [select, 109 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x10f7a0d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x3b0
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x710
goroutine 57 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x10f7a0d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11c
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x72c
goroutine 58 [select, 109 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x10f7a0d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x624
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x778
goroutine 59 [select, 109 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x10f7a0d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x20c
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x794
goroutine 60 [select, 287 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x10f7a0d0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168
created by github.com/syndtr/goleveldb/leveldb.openDB
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 61 [select, 47 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0x10fd6480)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x25c
created by github.com/ethereum/go-ethereum/p2p/discover.newTable
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x564
goroutine 62 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0x110edec0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:341 +0xafc
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:229 +0x464
goroutine 63 [IO wait]:
net.runtime_pollWait(0x751a8ed8, 0x72, 0x10f10070)
/tmp/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0x110edd78, 0x72, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:73 +0x34
net.(*pollDesc).WaitRead(0x110edd78, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:78 +0x30
net.(*netFD).readFrom(0x110edd40, 0x1152c000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x76355030, 0x10f10070)
/tmp/go/src/net/fd_unix.go:259 +0x20c
net.(*UDPConn).ReadFromUDP(0x110a21a0, 0x1152c000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
/tmp/go/src/net/udpsock_posix.go:61 +0xe4
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0x110edec0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:462 +0xfc
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x480
goroutine 64 [IO wait, 287 minutes]:
net.runtime_pollWait(0x751a9040, 0x72, 0x10f10070)
/tmp/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0x110853b8, 0x72, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:73 +0x34
net.(*pollDesc).WaitRead(0x110853b8, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:78 +0x30
net.(*netFD).accept(0x11085380, 0x0, 0x7635e428, 0x10f87560)
/tmp/go/src/net/fd_unix.go:408 +0x21c
net.(*TCPListener).AcceptTCP(0x110f4370, 0x47cc70, 0x0, 0x0)
/tmp/go/src/net/tcpsock_posix.go:254 +0x4c
net.(*TCPListener).Accept(0x110f4370, 0x0, 0x0, 0x0, 0x0)
/tmp/go/src/net/tcpsock_posix.go:264 +0x34
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0x11110270)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:585 +0x2a4
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x178
goroutine 65 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x75168300, 0x10f883c0, 0x110edb80, 0x849bc8, 0x3, 0x8217, 0x8217, 0x89c150, 0xc)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x830
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0x11110270, 0x117ac7e0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x74
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x208
goroutine 82 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0x11110270, 0x75128678, 0x11085300)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:451 +0x1804
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xaec
goroutine 83 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0x10fa0de0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:700 +0x6c
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:154 +0xec
goroutine 84 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0x10fa0de0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:689 +0x74
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:157 +0x1c8
goroutine 85 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0x10fa0de0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:138 +0x214
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:160 +0x1e4
goroutine 86 [select, 287 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0x10fa0de0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:104 +0x4b8
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:161 +0x200
goroutine 87 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0x10fa1080)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:313 +0xe4
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:161 +0xec
goroutine 88 [chan receive, 287 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartEthereum.func1(0x110e23c0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:133 +0x11c
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:146 +0x230
goroutine 16 [select, 287 minutes]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0x10fa0ea0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:343 +0x5778
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:180 +0x2c
goroutine 89 [IO wait, 287 minutes]:
net.runtime_pollWait(0x751a8fc8, 0x72, 0x10f10070)
/tmp/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0x11085678, 0x72, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:73 +0x34
net.(*pollDesc).WaitRead(0x11085678, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:78 +0x30
net.(*netFD).accept(0x11085640, 0x0, 0x7635e428, 0x117de010)
/tmp/go/src/net/fd_unix.go:408 +0x21c
net.(*UnixListener).AcceptUnix(0x11063ab0, 0x83800001, 0x0, 0x0)
/tmp/go/src/net/unixsock_posix.go:304 +0x4c
github.com/ethereum/go-ethereum/rpc/comms.startIpc.func1(0x11063ab0, 0x11063a70, 0x0, 0x117ac840, 0x18)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:87 +0x30
created by github.com/ethereum/go-ethereum/rpc/comms.startIpc
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:107 +0x18c
goroutine 90 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0x117dc1e0)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:140 +0x640
created by github.com/ethereum/go-ethereum/xeth.New
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:130 +0x604
goroutine 75 [select, 47 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0x117ce060)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x1d8
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x2c
goroutine 92 [IO wait]:
net.runtime_pollWait(0x751a8e60, 0x72, 0x10f10070)
/tmp/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0x110857f8, 0x72, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:73 +0x34
net.(*pollDesc).WaitRead(0x110857f8, 0x0, 0x0)
/tmp/go/src/net/fd_poll_runtime.go:78 +0x30
net.(*netFD).accept(0x110857c0, 0x0, 0x7635e428, 0x123287a0)
/tmp/go/src/net/fd_unix.go:408 +0x21c
net.(*TCPListener).AcceptTCP(0x110f44d8, 0x117d0754, 0x0, 0x0)
/tmp/go/src/net/tcpsock_posix.go:254 +0x4c
net.(*TCPListener).Accept(0x110f44d8, 0x0, 0x0, 0x0, 0x0)
/tmp/go/src/net/tcpsock_posix.go:264 +0x34
net/http.(*Server).Serve(0x11085800, 0x75128630, 0x110f44d8, 0x0, 0x0)
/tmp/go/src/net/http/server.go:1887 +0x88
created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:188 +0x260
goroutine 174999 [sleep]:
time.Sleep(0xaab3d717, 0x0)
/tmp/go/src/runtime/time.go:59 +0x104
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0x12328730, 0x11110270)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:233 +0x2e4
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7516a578, 0x12328730, 0x11110270, 0x117b0080)
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x2c
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x4b0
trap 0xe
error 0x817
oldmask 0x0
r0 0xdb2e70
r1 0x0
r2 0x0
r3 0x0
r4 0x0
r5 0x0
r6 0x1ec1fa
r7 0xf0
r8 0x1b64c3
r9 0x0
r10 0xdb27a0
fp 0xdb25b4
ip 0xa
sp 0x7ea7d9f0
lr 0x6e688
pc 0xa498c
cpsr 0xa0070010
fault 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment