Skip to content

Instantly share code, notes, and snippets.

@ckeenan
Created April 24, 2015 13:58
Show Gist options
  • Save ckeenan/841e5ede1718c08ecce6 to your computer and use it in GitHub Desktop.
Save ckeenan/841e5ede1718c08ecce6 to your computer and use it in GitHub Desktop.
geth 0.9.9 "invalid memory address or nil pointer dereference"
I0424 04:01:12.913637 25 chain_manager.go:550] imported 175 block(s) 0 queued in 1.896128785s. #55912 [f764b646 / 575390e0]
I0424 04:01:16.064627 25 chain_manager.go:550] imported 256 block(s) 0 queued in 3.150723033s. #56168 [722f3cae / 07ac4334]
I0424 04:01:19.020043 25 chain_manager.go:550] imported 256 block(s) 0 queued in 2.955156415s. #56424 [942b0e65 / bde92229]
I0424 04:01:19.598979 25 chain_manager.go:506] Split detected. New head #56477 (f47410ee) TD=26832211194, was #56647 (ef7ef152) TD=26831854557
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x4b9f0a]
goroutine 931 [running]:
github.com/ethereum/go-ethereum/core/types.(*Block).Hash(0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/types/block.go:313 +0xca
github.com/ethereum/go-ethereum/core.(*ChainManager).merge(0xc208102340, 0xc2c27cf720, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:567 +0x53a
github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain(0xc208102340, 0xc21552a800, 0x100, 0x100, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:509 +0x14de
github.com/ethereum/go-ethereum/core.*ChainManager.InsertChain·fm(0xc21552a800, 0x100, 0x100, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:220 +0x57
github.com/ethereum/go-ethereum/blockpool.func·008()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:138 +0x700
created by github.com/ethereum/go-ethereum/blockpool.(*section).addSectionToBlockChain
/root/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:195 +0x106
goroutine 1 [syscall]:
syscall.Syscall(0x0, 0x18, 0xc26d871e00, 0x20000000, 0x10000000, 0x10000000, 0xc20c109880)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x18, 0xc26d871e00, 0x20000000, 0x20000000, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x18, 0xc26d871e00, 0x20000000, 0x20000000, 0xc20d1bf608, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc209188810, 0xc26d871e00, 0x20000000, 0x20000000, 0xc24d872000, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x5e
os.(*File).Read(0xc209188810, 0xc26d871e00, 0x20000000, 0x20000000, 0x10000000, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
bytes.(*Buffer).ReadFrom(0xc20a74d2d0, 0x7ff18e0ee1a0, 0xc209188810, 0x1ffffe00, 0x0, 0x0)
/usr/local/go/src/bytes/buffer.go:169 +0x25a
io/ioutil.readAll(0x7ff18e0ee1a0, 0xc209188810, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/io/ioutil/ioutil.go:33 +0x1b0
io/ioutil.ReadAll(0x7ff18e0ee1a0, 0xc209188810, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/io/ioutil/ioutil.go:42 +0x68
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cad2c30)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:208 +0x954
github.com/ethereum/go-ethereum/miner.(*Miner).Start(0xc20b95a6c0, 0x950f111eae83623, 0x404a9c4b10976505, 0xc20fbe053e)
/root/go/src/github.com/ethereum/go-ethereum/miner/miner.go:43 +0x75
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartMining(0xc208154200, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:325 +0x28f
main.startEth(0xc20807a1c0, 0xc208154200)
/root/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:356 +0x2c9
main.run(0xc20807a1c0)
/root/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:283 +0x162
github.com/codegangsta/cli.(*App).Run(0xc2080fa000, 0xc20800a000, 0xc, 0xc, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:182 +0xe5c
main.main()
/root/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:269 +0xc7
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x12c9f20)
/root/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/root/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 17 [syscall, 1 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 1 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 26 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20b5329e0)
/root/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/root/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 11 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/root/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:52 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt
/root/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:56 +0xb5
goroutine 46 [IO wait]:
net.(*pollDesc).Wait(0xc20a4b61b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a4b61b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20a4b6150, 0x0, 0x7ff18e0ee1f0, 0xc297b44cc8)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20c1e7398, 0x7ff18e0dc000, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20c1e7398, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc2089637a0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:304 +0x32e
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:242 +0x226
goroutine 45 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc208102340)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:592 +0x60d
created by github.com/ethereum/go-ethereum/core.NewChainManager
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:107 +0x343
goroutine 28 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20a6d8d20)
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:191 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5
goroutine 27 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20a6d8d20)
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:158 +0x894
created by github.com/ethereum/go-ethereum/miner.newWorker
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb
goroutine 22 [IO wait]:
net.(*pollDesc).Wait(0xc20800e680, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20800e680, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20800e620, 0xc2080ea500, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7ff18e0ee1f0, 0xc2198a8510)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20813c020, 0xc2080ea500, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc2081289c0, 0xc20805aede, 0x2, 0x2, 0xc, 0xc2080ea500, 0xc, 0xc, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:126 +0x37a
github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc2081289c0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:50 +0xc8
github.com/ethereum/go-ethereum/p2p/nat.func·006()
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:57 +0xa5
created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:62 +0x1a1
goroutine 23 [IO wait]:
net.(*pollDesc).Wait(0xc20800e760, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20800e760, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20800e700, 0xc2080ea530, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7ff18e0ee1f0, 0xc2198a8500)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20813c028, 0xc2080ea530, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc208128a40, 0xc20818bede, 0x2, 0x2, 0xc, 0xc2080ea530, 0xc, 0xc, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:126 +0x37a
github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc208128a40, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:50 +0xc8
github.com/ethereum/go-ethereum/p2p/nat.func·006()
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:57 +0xa5
created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:62 +0x1a1
goroutine 24 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7ff18e0f16f8, 0xc208029130, 0xc208134000, 0xc20801d3a0)
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 25 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7ff18e0f1720, 0xc20813c040, 0xc208134060, 0xc20801d3a0)
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 13 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 14 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 15 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 16 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 34 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208106690)
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 35 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 37 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 38 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 39 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208180c60)
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 40 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 41 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 42 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 43 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 44 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20814fb00)
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 29 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7ff18e0ef068, 0xc20808c180, 0xc20bd69ec0, 0xc1abf0, 0x3, 0x765c, 0x765c, 0xc78890, 0x12)
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce
goroutine 30 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20cad2ff0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8
goroutine 31 [IO wait]:
net.(*pollDesc).Wait(0xc2099ced80, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2099ced80, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc2099ced20, 0xc209e3d000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x7ff18e0ee1f0, 0xc2b8cf41e8)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc209188f48, 0xc209e3d000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20cad2ff0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:373 +0x116
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5
goroutine 47 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7ff18e0ef068, 0xc20808c180, 0xc20bd69e00, 0xc191d0, 0x3, 0x765c, 0x765c, 0xc3f7d0, 0xc)
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
github.com/ethereum/go-ethereum/p2p.func·004()
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:246 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:248 +0x309
goroutine 48 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc2089637a0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:350 +0x686
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0xa3e
goroutine 49 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:248 +0x66a
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/root/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:275 +0x7fd
goroutine 32 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc2099ce0e0)
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:209 +0x104
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:76 +0x110
goroutine 33 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc208154200)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:450 +0x99
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:391 +0x2bd
goroutine 66 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc208154200)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:473 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:395 +0x3ff
goroutine 915 [semacquire]:
sync.(*WaitGroup).Wait(0xc21986bb28)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21986bb00, 0x7ff189f80660)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2089637a0, 0xc21986bb00)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 793 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22618e180, 0x7ff189f80660)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4d1
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2089637a0, 0xc22618e180)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 264 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20a025c80)
/root/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/root/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 802 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2262be420)
/root/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/root/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 51 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208fe8980)
/root/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/root/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 53 [IO wait, 1 minutes]:
net.(*pollDesc).Wait(0xc208fe7aa0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208fe7aa0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208fe7a40, 0x0, 0x7ff18e0ee1f0, 0xc2080ebfc0)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc209188008, 0xc20801fc00, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc209188008, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc20b56f920, 0x7ff18e0ef100, 0xc209188008, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.Serve(0x7ff18e0ef100, 0xc209188008, 0x7ff18e0ee5c0, 0xc20a3923b0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc.Start
/root/go/src/github.com/ethereum/go-ethereum/rpc/http.go:43 +0x5af
goroutine 701 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22617fb80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2262b70a0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x18323, 0x7ff189f7db70, 0xc20bd691a0, 0x7ff189f7dba0, 0xc208102340, 0x7ff189f7dbd8, 0xc2080fa0f0, 0xc22618e180, 0x7ff189f806b8, ...)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc22618e180, 0x7ff189f806b8, 0xc22617fb80, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 702 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22617fbd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc2099ce0e0, 0xc22618e180, 0x7ff189f806b8, 0xc22617fbd0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:159 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc22618e180, 0x7ff189f806b8, 0xc22617fbd0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:64 +0x57
github.com/ethereum/go-ethereum/p2p.func·002()
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 704 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc209f0dd40)
/root/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:580 +0x1055
github.com/ethereum/go-ethereum/blockpool.func·005()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:393 +0x38
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer
/root/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:398 +0x516
goroutine 703 [runnable]:
sync.(*WaitGroup).Wait(0xc2080fa1b8)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/blockpool.func·011()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:105 +0x3e
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).syncing
/root/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:109 +0x103
goroutine 918 [semacquire]:
sync.(*RWMutex).RLock(0xc208102380)
/usr/local/go/src/sync/rwmutex.go:36 +0x5f
github.com/ethereum/go-ethereum/core.(*ChainManager).Status(0xc208102340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:134 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handleStatus(0xc2189df6c0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:334 +0x725
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x18323, 0x7ff189f7db70, 0xc20bd691a0, 0x7ff189f7dba0, 0xc208102340, 0x7ff189f7dbd8, 0xc2080fa0f0, 0xc21986bb00, 0x7ff189f806b8, ...)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:148 +0x40c
github.com/ethereum/go-ethereum/eth.func·002(0xc21986bb00, 0x7ff189f806b8, 0xc21984fdb0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 699 [IO wait]:
net.(*pollDesc).Wait(0xc2085c1aa0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2085c1aa0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2085c1a40, 0xc2198afd40, 0x20, 0x20, 0x0, 0x7ff18e0ee1f0, 0xc2198a8860)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2091887f0, 0xc2198afd40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x7ff189f7f1c0, 0xc2091887f0, 0xc2198afd40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7ff189f7f1c0, 0xc2091887f0, 0xc2198afd40, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2257ddbc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc22618c440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22618e180, 0xc2262ab9e0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 700 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22618e180)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
I0424 04:00:23.169374 25 nat.go:94] mapping error: no devices discovered
I0424 04:00:23.169384 25 blockpool.go:276] Blockpool started
I0424 04:00:23.169475 25 whisper.go:75] Whisper started
I0424 04:00:23.169510 25 backend.go:397] Server started
I0424 04:00:24.765380 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:26.803608 25 ethash.go:94] Making cache
I0424 04:00:27.135891 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:30.571066 25 ethash.go:99] Took: 3.76743075s
I0424 04:00:30.571100 25 ethash.go:198] Retrieving DAG
I0424 04:00:34.140488 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:34.143289 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:34.159288 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:34.199370 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:34.252576 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:34.291411 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:34.792080 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:00:57.288324 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:01:04.285167 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:01:07.394758 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:01:07.686592 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:01:08.369766 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:01:10.881601 25 errors.go:82] [ETH] ERROR: NetworkId mismatch: 0 (!= 99107)
I0424 04:01:12.913637 25 chain_manager.go:550] imported 175 block(s) 0 queued in 1.896128785s. #55912 [f764b646 / 575390e0]
I0424 04:01:16.064627 25 chain_manager.go:550] imported 256 block(s) 0 queued in 3.150723033s. #56168 [722f3cae / 07ac4334]
I0424 04:01:19.020043 25 chain_manager.go:550] imported 256 block(s) 0 queued in 2.955156415s. #56424 [942b0e65 / bde92229]
I0424 04:01:19.598979 25 chain_manager.go:506] Split detected. New head #56477 (f47410ee) TD=26832211194, was #56647 (ef7ef152) TD=26831854557
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x4b9f0a]
goroutine 931 [running]:
github.com/ethereum/go-ethereum/core/types.(*Block).Hash(0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/types/block.go:313 +0xca
github.com/ethereum/go-ethereum/core.(*ChainManager).merge(0xc208102340, 0xc2c27cf720, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:567 +0x53a
github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain(0xc208102340, 0xc21552a800, 0x100, 0x100, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:509 +0x14de
github.com/ethereum/go-ethereum/core.*ChainManager.InsertChain·fm(0xc21552a800, 0x100, 0x100, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:220 +0x57
github.com/ethereum/go-ethereum/blockpool.func·008()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:138 +0x700
created by github.com/ethereum/go-ethereum/blockpool.(*section).addSectionToBlockChain
/root/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:195 +0x106
goroutine 1 [syscall]:
syscall.Syscall(0x0, 0x18, 0xc26d871e00, 0x20000000, 0x10000000, 0x10000000, 0xc20c109880)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x18, 0xc26d871e00, 0x20000000, 0x20000000, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x18, 0xc26d871e00, 0x20000000, 0x20000000, 0xc20d1bf608, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc209188810, 0xc26d871e00, 0x20000000, 0x20000000, 0xc24d872000, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x5e
os.(*File).Read(0xc209188810, 0xc26d871e00, 0x20000000, 0x20000000, 0x10000000, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
bytes.(*Buffer).ReadFrom(0xc20a74d2d0, 0x7ff18e0ee1a0, 0xc209188810, 0x1ffffe00, 0x0, 0x0)
/usr/local/go/src/bytes/buffer.go:169 +0x25a
io/ioutil.readAll(0x7ff18e0ee1a0, 0xc209188810, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/io/ioutil/ioutil.go:33 +0x1b0
io/ioutil.ReadAll(0x7ff18e0ee1a0, 0xc209188810, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/io/ioutil/ioutil.go:42 +0x68
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cad2c30)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:208 +0x954
github.com/ethereum/go-ethereum/miner.(*Miner).Start(0xc20b95a6c0, 0x950f111eae83623, 0x404a9c4b10976505, 0xc20fbe053e)
/root/go/src/github.com/ethereum/go-ethereum/miner/miner.go:43 +0x75
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartMining(0xc208154200, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:325 +0x28f
main.startEth(0xc20807a1c0, 0xc208154200)
/root/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:356 +0x2c9
main.run(0xc20807a1c0)
/root/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:283 +0x162
github.com/codegangsta/cli.(*App).Run(0xc2080fa000, 0xc20800a000, 0xc, 0xc, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:182 +0xe5c
main.main()
/root/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:269 +0xc7
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x12c9f20)
/root/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/root/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 17 [syscall, 1 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 1 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 26 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20b5329e0)
/root/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/root/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 11 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/root/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:52 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt
/root/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:56 +0xb5
goroutine 46 [IO wait]:
net.(*pollDesc).Wait(0xc20a4b61b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a4b61b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20a4b6150, 0x0, 0x7ff18e0ee1f0, 0xc297b44cc8)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20c1e7398, 0x7ff18e0dc000, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20c1e7398, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc2089637a0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:304 +0x32e
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:242 +0x226
goroutine 45 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc208102340)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:592 +0x60d
created by github.com/ethereum/go-ethereum/core.NewChainManager
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:107 +0x343
goroutine 28 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20a6d8d20)
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:191 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5
goroutine 27 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20a6d8d20)
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:158 +0x894
created by github.com/ethereum/go-ethereum/miner.newWorker
/root/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb
goroutine 22 [IO wait]:
net.(*pollDesc).Wait(0xc20800e680, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20800e680, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20800e620, 0xc2080ea500, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7ff18e0ee1f0, 0xc2198a8510)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20813c020, 0xc2080ea500, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc2081289c0, 0xc20805aede, 0x2, 0x2, 0xc, 0xc2080ea500, 0xc, 0xc, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:126 +0x37a
github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc2081289c0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:50 +0xc8
github.com/ethereum/go-ethereum/p2p/nat.func·006()
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:57 +0xa5
created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:62 +0x1a1
goroutine 23 [IO wait]:
net.(*pollDesc).Wait(0xc20800e760, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20800e760, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20800e700, 0xc2080ea530, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7ff18e0ee1f0, 0xc2198a8500)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20813c028, 0xc2080ea530, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc208128a40, 0xc20818bede, 0x2, 0x2, 0xc, 0xc2080ea530, 0xc, 0xc, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:126 +0x37a
github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc208128a40, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:50 +0xc8
github.com/ethereum/go-ethereum/p2p/nat.func·006()
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:57 +0xa5
created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:62 +0x1a1
goroutine 24 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7ff18e0f16f8, 0xc208029130, 0xc208134000, 0xc20801d3a0)
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 25 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7ff18e0f1720, 0xc20813c040, 0xc208134060, 0xc20801d3a0)
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/root/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 13 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 14 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 15 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 16 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802d680)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 34 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208106690)
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 35 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 37 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 38 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802db00)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 39 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208180c60)
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 40 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 41 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 42 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 43 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208d8e240)
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/root/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 44 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20814fb00)
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/root/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 29 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7ff18e0ef068, 0xc20808c180, 0xc20bd69ec0, 0xc1abf0, 0x3, 0x765c, 0x765c, 0xc78890, 0x12)
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce
goroutine 30 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20cad2ff0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8
goroutine 31 [IO wait]:
net.(*pollDesc).Wait(0xc2099ced80, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2099ced80, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc2099ced20, 0xc209e3d000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x7ff18e0ee1f0, 0xc2b8cf41e8)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc209188f48, 0xc209e3d000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20cad2ff0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:373 +0x116
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/root/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5
goroutine 47 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7ff18e0ef068, 0xc20808c180, 0xc20bd69e00, 0xc191d0, 0x3, 0x765c, 0x765c, 0xc3f7d0, 0xc)
/root/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
github.com/ethereum/go-ethereum/p2p.func·004()
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:246 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:248 +0x309
goroutine 48 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc2089637a0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:350 +0x686
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0xa3e
goroutine 49 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:248 +0x66a
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/root/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:275 +0x7fd
goroutine 32 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc2099ce0e0)
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:209 +0x104
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:76 +0x110
goroutine 33 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc208154200)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:450 +0x99
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:391 +0x2bd
goroutine 66 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc208154200)
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:473 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/root/go/src/github.com/ethereum/go-ethereum/eth/backend.go:395 +0x3ff
goroutine 915 [semacquire]:
sync.(*WaitGroup).Wait(0xc21986bb28)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21986bb00, 0x7ff189f80660)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2089637a0, 0xc21986bb00)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 793 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22618e180, 0x7ff189f80660)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4d1
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2089637a0, 0xc22618e180)
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/root/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 264 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20a025c80)
/root/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/root/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 802 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2262be420)
/root/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/root/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 51 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208fe8980)
/root/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/root/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 53 [IO wait, 1 minutes]:
net.(*pollDesc).Wait(0xc208fe7aa0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208fe7aa0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208fe7a40, 0x0, 0x7ff18e0ee1f0, 0xc2080ebfc0)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc209188008, 0xc20801fc00, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc209188008, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc20b56f920, 0x7ff18e0ef100, 0xc209188008, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.Serve(0x7ff18e0ef100, 0xc209188008, 0x7ff18e0ee5c0, 0xc20a3923b0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc.Start
/root/go/src/github.com/ethereum/go-ethereum/rpc/http.go:43 +0x5af
goroutine 701 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22617fb80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2262b70a0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x18323, 0x7ff189f7db70, 0xc20bd691a0, 0x7ff189f7dba0, 0xc208102340, 0x7ff189f7dbd8, 0xc2080fa0f0, 0xc22618e180, 0x7ff189f806b8, ...)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc22618e180, 0x7ff189f806b8, 0xc22617fb80, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 702 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22617fbd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc2099ce0e0, 0xc22618e180, 0x7ff189f806b8, 0xc22617fbd0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:159 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc22618e180, 0x7ff189f806b8, 0xc22617fbd0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:64 +0x57
github.com/ethereum/go-ethereum/p2p.func·002()
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 704 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc209f0dd40)
/root/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:580 +0x1055
github.com/ethereum/go-ethereum/blockpool.func·005()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:393 +0x38
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer
/root/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:398 +0x516
goroutine 703 [runnable]:
sync.(*WaitGroup).Wait(0xc2080fa1b8)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/blockpool.func·011()
/root/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:105 +0x3e
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).syncing
/root/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:109 +0x103
goroutine 918 [semacquire]:
sync.(*RWMutex).RLock(0xc208102380)
/usr/local/go/src/sync/rwmutex.go:36 +0x5f
github.com/ethereum/go-ethereum/core.(*ChainManager).Status(0xc208102340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:134 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handleStatus(0xc2189df6c0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:334 +0x725
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x18323, 0x7ff189f7db70, 0xc20bd691a0, 0x7ff189f7dba0, 0xc208102340, 0x7ff189f7dbd8, 0xc2080fa0f0, 0xc21986bb00, 0x7ff189f806b8, ...)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:148 +0x40c
github.com/ethereum/go-ethereum/eth.func·002(0xc21986bb00, 0x7ff189f806b8, 0xc21984fdb0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 699 [IO wait]:
net.(*pollDesc).Wait(0xc2085c1aa0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2085c1aa0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2085c1a40, 0xc2198afd40, 0x20, 0x20, 0x0, 0x7ff18e0ee1f0, 0xc2198a8860)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2091887f0, 0xc2198afd40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x7ff189f7f1c0, 0xc2091887f0, 0xc2198afd40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x7ff189f7f1c0, 0xc2091887f0, 0xc2198afd40, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2257ddbc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc22618c440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22618e180, 0xc2262ab9e0)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 700 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22618e180)
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/root/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment