Skip to content

Instantly share code, notes, and snippets.

@zelig
Created April 12, 2015 08:27
Show Gist options
  • Save zelig/47aac65c5828a9dddfa3 to your computer and use it in GitHub Desktop.
Save zelig/47aac65c5828a9dddfa3 to your computer and use it in GitHub Desktop.
miner deadlock
SIGQUIT: quit
PC=0x4062dbb
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x1503, 0x3a03, 0x0, 0x4030303, 0x402fe49, 0x405349a, 0x3a03, 0x405ff5a, 0x4053de0, 0x7fff5fbff128, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/sys_darwin_amd64.s:412 +0xb
semasleep()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:438 +0x16c
runtime.onM(0x7fff5fbff128)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:273 +0x9a
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:457 +0x60
runtime.notesleep(0x4cc1498)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/lock_sema.go:171 +0x114
stopm()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1178 +0x119
exitsyscall0(0xc2080017a0)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:2020 +0xd8
runtime.mcall(0x4056474)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:186 +0x5a
goroutine 1 [select]:
github.com/peterh/liner.(*State).readNext(0xc209c5bb80, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc209c5bb80, 0x47e55d0, 0x2, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x443
main.(*jsre).interactive(0xc20aad9c40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:172 +0x72
main.console(0xc2080a61c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:289 +0x1d1
github.com/codegangsta/cli.Command.Run(0x47f9310, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48fa6b0, 0x30, 0x4a7e1b0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc208136000, 0xc20800a000, 0xd, 0xd, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:261 +0xc7
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4cc0720)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 17 [syscall, 13 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 13 minutes]:
os/signal.loop()
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:27 +0x35
goroutine 10 [IO wait, 13 minutes]:
net.(*pollDesc).Wait(0xc20812e060, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20812e060, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20812e000, 0x0, 0x4e7c1c8, 0xc2081d2008)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081da000, 0x4221144, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net/http.tcpKeepAliveListener.Accept(0xc2081da000, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1976 +0x4c
net/http.(*Server).Serve(0xc20803e060, 0x4e7ea18, 0xc2081da000, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1728 +0x92
net/http.(*Server).ListenAndServe(0xc20803e060, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1718 +0x154
net/http.ListenAndServe(0x483ea50, 0xe, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1808 +0xba
main.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:255 +0x48
created by main.main
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:256 +0x31
goroutine 81 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc208ab2cd0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8
goroutine 82 [IO wait]:
net.(*pollDesc).Wait(0xc208ab0530, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208ab0530, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc208ab04d0, 0xc2080db000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x4e7c1c8, 0xc20db46340)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20819e2c8, 0xc2080db000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc208ab2cd0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:372 +0x116
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5
goroutine 8316 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2a3158f30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2a3158f30, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 83 [IO wait, 13 minutes]:
net.(*pollDesc).Wait(0xc208ab0680, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208ab0680, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208ab0620, 0x0, 0x4e7c1c8, 0xc20811c0f8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20819e2d8, 0x4e6ae10, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20819e2d8, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc2080e78c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:289 +0x32e
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:229 +0x226
goroutine 50 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4e7d290, 0xc20811d1a0, 0xc208172000, 0xc20801f380)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 12 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208033440)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 13 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208033440)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 14 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208033440)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 15 [select, 6 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208033440)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 16 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20819a8a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 66 [select, 5 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208033680)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 67 [select, 5 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208033680)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 68 [select, 5 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208033680)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 69 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208033680)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 70 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2081d6510)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 71 [select, 13 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2080338c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 72 [select, 13 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2080338c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 73 [select, 13 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2080338c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 74 [select, 6 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2080338c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 75 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2080b5b60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 76 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc208190050, 0x46f97e0, 0xc20bc2abe0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x46f97e0, 0xc20bc2abe0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc2081ad450)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:567 +0x431
created by github.com/ethereum/go-ethereum/core.NewChainManager
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:107 +0x343
goroutine 77 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20963bee0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 78 [chan send (nil chan), 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).push(0xc2096361c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x23e
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0xc2096361c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:327 +0xa5a
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc2096361c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:162 +0x391
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb
goroutine 79 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc2096361c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:191 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5
goroutine 80 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4e7d250, 0xc2081305a0, 0xc208aa7380, 0x4813050, 0x3, 0x765c, 0x765c, 0x48710b0, 0x12)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce
goroutine 84 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4e7d250, 0xc2081305a0, 0xc208aa72c0, 0x48115d0, 0x3, 0x765c, 0x765c, 0x4837e10, 0xc)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:233 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:235 +0x309
goroutine 85 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc2080e78c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:335 +0x686
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:210 +0xa3e
goroutine 86 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:241 +0x632
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:268 +0x7fd
goroutine 87 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc209635dc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:206 +0x104
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:73 +0x110
goroutine 88 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc208066200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:436 +0x96
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:377 +0x2bd
goroutine 89 [chan receive, 8 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc208066200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:459 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:381 +0x3ff
goroutine 90 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208af2000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 6650 [select, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d8c25a0, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc20d8c25a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 98 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc208ab8a80)
/Users/tron/Work/ethereum/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
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 92 [IO wait]:
net.(*pollDesc).Wait(0xc208ab06f0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208ab06f0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208ab0690, 0x0, 0x4e7c1c8, 0xc20cd80468)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20819e308, 0xc20ae67e78, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20819e308, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc208b0c000, 0x4e7e958, 0xc20819e308, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1728 +0x92
net/http.Serve(0x4e7e958, 0xc20819e308, 0x4e7c668, 0xc208ab7a60, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc.Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:42 +0x5af
goroutine 609 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a45a480)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
goroutine 607 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a45a480, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc20a45a480)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 11596 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 10390 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc210cf2870)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc210cf2870, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8373 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 604 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc208bdb4a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
goroutine 602 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc208bdb4a0, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc208bdb4a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 608 [IO wait]:
net.(*pollDesc).Wait(0xc209a40840, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc209a40840, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc209a407e0, 0xc2126f4880, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc2098595f8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208b5a010, 0xc2126f4880, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc208b5a010, 0xc2126f4880, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc208b5a010, 0xc2126f4880, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2097ee7e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc208be7d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a45a480, 0xc20a45a540)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 11014 [chan send, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 582 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc208be59b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 8678 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc214ccd0b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc214ccd0b0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 445 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2098f96e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 8506 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d1774f60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d1774f60, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8169 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2b6713bf0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2b6713bf0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 4118 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21375bec0, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc21375bec0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 11805 [IO wait]:
net.(*pollDesc).Wait(0xc2761ac220, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2761ac220, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2761ac1c0, 0xc212a36800, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc2103984f8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc211eb2828, 0xc212a36800, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc211eb2828, 0xc212a36800, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc211eb2828, 0xc212a36800, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2d552cc60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc2d5519a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2d552d020, 0xc2d552d0e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 1723 [chan send, 12 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 10081 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2b631ad80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2b631ad80, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8594 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2ae9a9a10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2ae9a9a10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 5715 [chan send, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 1793 [chan send, 12 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7612 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7a80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 8514 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26b8c42d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26b8c42d0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 4120 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21375bec0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
goroutine 7610 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d79c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 11807 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2d5534e10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2d552ec40, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc2d552d020, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc2d552d020, 0x4ed8d48, 0xc2d5534e10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 171 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208be8910, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc208bdb4a0, 0x4ed8d48, 0xc208be8910, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc208bdb4a0, 0x4ed8d48, 0xc208be8910, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 8537 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2b27afb30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2b27afb30, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 603 [IO wait]:
net.(*pollDesc).Wait(0xc209a40920, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc209a40920, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc209a408c0, 0xc212a36d60, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc210398898)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208b5a000, 0xc212a36d60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc208b5a000, 0xc212a36d60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc208b5a000, 0xc212a36d60, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209882360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc208be7340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc208bdb4a0, 0xc208bdb560)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 8616 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d1866d50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d1866d50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11693 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 9020 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c5dd2090)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c5dd2090, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8534 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c9b9d2c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c9b9d2c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8546 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26d862300)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26d862300, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9182 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2be2e70e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2be2e70e0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7995 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c9b20090)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c9b20090, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8077 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d558aea0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d558aea0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7715 [syscall]:
syscall.Syscall(0x3, 0x0, 0xc2164ac000, 0x1000, 0x3, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x0, 0xc2164ac000, 0x1000, 0x1000, 0x3, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x0, 0xc2164ac000, 0x1000, 0x1000, 0x3, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20802c000, 0xc2164ac000, 0x1000, 0x1000, 0xc2164aa598, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc20802c000, 0xc2164ac000, 0x1000, 0x1000, 0x18, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc2164aa420)
/usr/local/Cellar/go/1.4.1/libexec/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc2164aa420, 0xc2164aa540, 0xc208afb7c0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 4978 [chan send, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7753 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc21619ff20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc21619ff20, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 12348 [IO wait]:
net.(*pollDesc).Wait(0xc26760ef40, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc26760ef40, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc26760eee0, 0x0, 0x0, 0x4e7d488, 0xc212f8cd60, 0xeccbb3d37, 0x357fff10, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc26760eee0, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fd70, 0xeccbb3d37, 0x357fff10, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d583fd00, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fd70, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fd70, 0xeccbb3d37, 0xc2357fff10, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d583fd70, 0xeccbb3d37, 0x357fff10, 0x4cbfee0, 0xc2081c11f0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc212f8cd40, 0x14, 0x0, 0x0, 0x4e7e928, 0xc2d583fd70, 0xeccbb3d37, 0x357fff10, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe357fff10, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d583fd70, 0xc218ad7e78, 0xeccbb3d37, 0xe357fff10, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc212f8cd40, 0x14, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc20e986af0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 8419 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc215870a20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc215870a20, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 6679 [chan send, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7608 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7940)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 7938 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2aae498c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2aae498c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 621 [IO wait]:
net.(*pollDesc).Wait(0xc20974b410, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20974b410, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20974b3b0, 0xc2159778c0, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc20db471a8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20802c050, 0xc2159778c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc20802c050, 0xc2159778c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc20802c050, 0xc2159778c0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209885b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209b87080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a4c21e0, 0xc20a4c22a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 11669 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 4122 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc213db5ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc21375bec0, 0x4ed8d48, 0xc213db5ae0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc21375bec0, 0x4ed8d48, 0xc213db5ae0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 2940 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc215a5fe90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 6652 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d8c25a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
goroutine 8223 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2a6f808a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2a6f808a0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 2168 [chan send, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 2937 [chan send, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 12042 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d1775b60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d1775b60, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8964 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2b9fa1d40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2b9fa1d40, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7705 [runnable, locked to thread]:
github.com/ethereum/ethash._Cfunc_ethash_full(0xc20bb32040, 0x4aab1000, 0xc20b844920, 0xc2106bbd98, 0x36f7e018b26ba041)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/:40 +0x45
github.com/ethereum/ethash.(*Ethash).Search(0xc2081a6e60, 0x6fd1458, 0xc2132a8500, 0xc20a0423c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:340 +0x45c
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2080d7b40, 0xc2132a8500)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 7680 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 11785 [IO wait]:
net.(*pollDesc).Wait(0xc2bc2e9870, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2bc2e9870, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2bc2e9810, 0xc2cce2e0c0, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc2081c0038)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20802c548, 0xc2cce2e0c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc20802c548, 0xc2cce2e0c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc20802c548, 0xc2cce2e0c0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2186c1ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc27a16a040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc27a1662a0, 0xc27a166360)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 11787 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2b8a16a50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2b8a0aa80, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc27a1662a0, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc27a1662a0, 0x4ed8d48, 0xc2b8a16a50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 8884 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc27fbef8f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc27fbef8f0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10510 [chan send, 5 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 8637 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2198bb2c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2198bb2c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7613 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7ac0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 6653 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21089fea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc213a6c380, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc20d8c25a0, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20d8c25a0, 0x4ed8d48, 0xc21089fea0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 9187 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c97a9470)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c97a9470, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11812 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20f053230)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 172 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208be88c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc208c00000, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc208bdb4a0, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc208bdb4a0, 0x4ed8d48, 0xc208be88c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 7615 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7b40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 8416 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc277e70060)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc277e70060, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 5692 [chan send, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 610 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208be8dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc208bf4310, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc20a45a480, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20a45a480, 0x4ed8d48, 0xc208be8dc0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 611 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208be8e10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc20a45a480, 0x4ed8d48, 0xc208be8e10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20a45a480, 0x4ed8d48, 0xc208be8e10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 612 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc208c340f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 8040 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c9bd5590)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c9bd5590, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 620 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a4c21e0, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc20a4c21e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 622 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a4c21e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
goroutine 623 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a47f270, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc20a4c21e0, 0x4ed8d48, 0xc20a47f270, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20a4c21e0, 0x4ed8d48, 0xc20a47f270, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 624 [select, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a47f220, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc209f7e000, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc20a4c21e0, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20a4c21e0, 0x4ed8d48, 0xc20a47f220, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 11582 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 8488 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26b9c5230)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26b9c5230, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8136 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc217aac8a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc217aac8a0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 4100 [chan send, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 12350 [IO wait]:
net.(*pollDesc).Wait(0xc208ec55d0, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc208ec55d0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc208ec5570, 0x0, 0x0, 0x4e7d488, 0xc216c5a340, 0xeccbb3d37, 0x358710bb, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc208ec5570, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d58ed620, 0xeccbb3d37, 0x358710bb, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d58ed600, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d58ed620, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d58ed620, 0xeccbb3d37, 0xc2358710bb, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d58ed620, 0xeccbb3d37, 0x358710bb, 0x4cbfee0, 0xc20c64e910, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc216c5a320, 0x15, 0x0, 0x0, 0x4e7e928, 0xc2d58ed620, 0xeccbb3d37, 0x358710bb, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe358710bb, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d58ed620, 0xc21f6b9e78, 0xeccbb3d37, 0xe358710bb, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc216c5a320, 0x15, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc213a18230)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 9148 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20b0a0cc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20b0a0cc0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7616 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc208acf650)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:48 +0x149
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:35 +0xac
goroutine 10375 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20dad9b90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20dad9b90, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11808 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2d5534e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc2d552d020, 0x4ed8d48, 0xc2d5534e60, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc2d552d020, 0x4ed8d48, 0xc2d5534e60, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 9256 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2aab5c0f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2aab5c0f0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11975 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2a9d5a8a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2a9d5a8a0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10070 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc216ea49f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc216ea49f0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11828 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc20aca90e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:589 +0x125e
github.com/ethereum/go-ethereum/blockpool.func·005()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:388 +0x38
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:393 +0x44a
goroutine 1724 [chan send, 12 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 6654 [select, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21089fef0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc20d8c25a0, 0x4ed8d48, 0xc21089fef0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20d8c25a0, 0x4ed8d48, 0xc21089fef0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 12039 [chan send]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 8349 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc276696750)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc276696750, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8376 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc208190050, 0x46f9d20, 0xc21545e6c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x46f9d20, 0xc21545e6c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).add
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:146 +0x6c5
goroutine 7674 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20aad9c80)
/Users/tron/Work/ethereum/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
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 10322 [chan send, 6 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 9070 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20b99da70)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20b99da70, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7838 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 2165 [chan send, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 9250 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc217b8d7a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc217b8d7a0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7679 [semacquire, 8 minutes]:
sync.(*Mutex).Lock(0xc209636260)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/miner.(*worker).pendingBlock(0xc2096361c0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:119 +0x40
github.com/ethereum/go-ethereum/miner.(*Miner).PendingBlock(0xc2080d7900, 0xc200000000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/miner.go:74 +0x2b
github.com/ethereum/go-ethereum/xeth.(*XEth).getBlockByHeight(0xc208af2000, 0xfffffffffffffffe, 0xc208ab7a48)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:172 +0x3d
github.com/ethereum/go-ethereum/xeth.(*XEth).EthBlockByNumber(0xc208af2000, 0xfffffffffffffffe, 0x10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:232 +0x32
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).GetRequestReply(0xc208ab7a40, 0xc2148a81e0, 0xc2141c01f0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/api.go:122 +0x29e5
github.com/ethereum/go-ethereum/rpc.RpcResponse(0xc208ab7a40, 0xc2148a81e0, 0x200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:98 +0x7e
github.com/ethereum/go-ethereum/rpc.func·001(0x4eebf18, 0xc213f3a0a0, 0xc27dd5c000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:72 +0x496
net/http.HandlerFunc.ServeHTTP(0xc208108e20, 0x4eebf18, 0xc213f3a0a0, 0xc27dd5c000)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41
github.com/rs/cors.func·001(0x4eebf18, 0xc213f3a0a0, 0xc27dd5c000)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x1a0
net/http.HandlerFunc.ServeHTTP(0xc208ab7a60, 0x4eebf18, 0xc213f3a0a0, 0xc27dd5c000)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41
net/http.serverHandler.ServeHTTP(0xc208b0c000, 0x4eebf18, 0xc213f3a0a0, 0xc27dd5c000)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1703 +0x19a
net/http.(*conn).serve(0xc213f3a000)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1204 +0xb57
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1751 +0x35e
goroutine 7681 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20dffdce0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20dffdce0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11843 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c4465a10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c4465a10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8462 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc277d73ad0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc277d73ad0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 4119 [IO wait]:
net.(*pollDesc).Wait(0xc20ca90df0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20ca90df0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20ca90d90, 0xc212a365a0, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc2103983e0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc210df33f8, 0xc212a365a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc210df33f8, 0xc212a365a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc210df33f8, 0xc212a365a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21728c1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc21554c4c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21375bec0, 0xc21375bf80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 10826 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26d5eeba0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26d5eeba0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8977 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d5a0c990)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d5a0c990, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11411 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 10370 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc211962840)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc211962840, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7614 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7b00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 11215 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 4121 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc213db5a90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2105c9110, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x4e90f88, 0xc208172480, 0x4e90fb8, 0xc2081ad450, 0x4e90ff0, 0xc2096362a0, 0xc21375bec0, 0x4ed8d48, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc21375bec0, 0x4ed8d48, 0xc213db5a90, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 9707 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2b2849830)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2b2849830, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11475 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc217bd2810)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc217bd2810, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 12002 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2d5538ff0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 7823 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc21c8921e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc21c8921e0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10094 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc215ae9a10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc215ae9a10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7611 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7a40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 9253 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d18adad0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d18adad0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9307 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2aad90750)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2aad90750, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8920 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc215fc7f50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc215fc7f50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11937 [semacquire]:
sync.(*Mutex).Lock(0xc209636260)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/miner.(*worker).pendingBlock(0xc2096361c0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:119 +0x40
github.com/ethereum/go-ethereum/miner.(*Miner).PendingBlock(0xc2080d7900, 0xc200000000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/miner.go:74 +0x2b
github.com/ethereum/go-ethereum/xeth.(*XEth).getBlockByHeight(0xc208af2000, 0xfffffffffffffffe, 0xc208ab7a48)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:172 +0x3d
github.com/ethereum/go-ethereum/xeth.(*XEth).EthBlockByNumber(0xc208af2000, 0xfffffffffffffffe, 0x10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:232 +0x32
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).GetRequestReply(0xc208ab7a40, 0xc213db4500, 0xc27f8f2750, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/api.go:122 +0x29e5
github.com/ethereum/go-ethereum/rpc.RpcResponse(0xc208ab7a40, 0xc213db4500, 0x200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:98 +0x7e
github.com/ethereum/go-ethereum/rpc.func·001(0x4eebf18, 0xc275c5cc80, 0xc20b2729c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:72 +0x496
net/http.HandlerFunc.ServeHTTP(0xc208108e20, 0x4eebf18, 0xc275c5cc80, 0xc20b2729c0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41
github.com/rs/cors.func·001(0x4eebf18, 0xc275c5cc80, 0xc20b2729c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x1a0
net/http.HandlerFunc.ServeHTTP(0xc208ab7a60, 0x4eebf18, 0xc275c5cc80, 0xc20b2729c0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41
net/http.serverHandler.ServeHTTP(0xc208b0c000, 0x4eebf18, 0xc275c5cc80, 0xc20b2729c0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1703 +0x19a
net/http.(*conn).serve(0xc26fe392c0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1204 +0xb57
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1751 +0x35e
goroutine 9132 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20bf97140)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20bf97140, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 5665 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20c4ce5d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 8346 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26c04fc80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26c04fc80, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9218 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20c75bb90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20c75bb90, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 4116 [chan send, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 4071 [chan send, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 12342 [IO wait]:
net.(*pollDesc).Wait(0xc26760edf0, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc26760edf0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc26760ed90, 0x0, 0x0, 0x4e7d488, 0xc212f8cc80, 0xeccbb3d37, 0x3574b766, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc26760ed90, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fcb0, 0xeccbb3d37, 0x3574b766, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d583fc00, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fcb0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fcb0, 0xeccbb3d37, 0xc23574b766, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d583fcb0, 0xeccbb3d37, 0x3574b766, 0x4cbfee0, 0xc2081c10f0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc212f8cc60, 0x14, 0x0, 0x0, 0x4e7e928, 0xc2d583fcb0, 0xeccbb3d37, 0x3574b766, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe3574b766, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d583fcb0, 0xc218adde78, 0xeccbb3d37, 0xe3574b766, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc212f8cc60, 0x14, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc208cc81c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 8151 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc214310330)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc214310330, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9089 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc215357e60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc215357e60, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11804 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2d552d020, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc2d552d020)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 12349 [IO wait]:
net.(*pollDesc).Wait(0xc2a6062ed0, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc2a6062ed0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc2a6062e70, 0x0, 0x0, 0x4e7d488, 0xc2150123a0, 0xeccbb3d37, 0x3583bf59, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc2a6062e70, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e66c0, 0xeccbb3d37, 0x3583bf59, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d18e6600, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e66c0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e66c0, 0xeccbb3d37, 0x3583bf59, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d18e66c0, 0xeccbb3d37, 0x3583bf59, 0x4cbfee0, 0xc20cd80240, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc215012380, 0x13, 0x0, 0x0, 0x4e7e928, 0xc2d18e66c0, 0xeccbb3d37, 0x3583bf59, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe3583bf59, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d18e66c0, 0xc214433e78, 0xeccbb3d37, 0xe3583bf59, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc215012380, 0x13, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc20980f810)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 9937 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2160ef3b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2160ef3b0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8422 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2aaccb200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2aaccb200, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9791 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc217c4efc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc217c4efc0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11458 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 6651 [IO wait]:
net.(*pollDesc).Wait(0xc20b9cb640, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b9cb640, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b9cb5e0, 0xc21456f120, 0x20, 0x20, 0x0, 0x4e7c1c8, 0xc213a9f510)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208178370, 0xc21456f120, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4ec88a8, 0xc208178370, 0xc21456f120, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ec88a8, 0xc208178370, 0xc21456f120, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20cdd58c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20d923e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d8c25a0, 0xc20d8c26c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:189 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0x97
goroutine 9962 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2102bd260)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2102bd260, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11431 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 11786 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc27a1662a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
goroutine 8396 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc265930600)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc265930600, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11635 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc213007b90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc213007b90, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8521 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26b945290)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26b945290, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9234 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc216152030)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc216152030, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8222 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 9204 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc214f053b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc214f053b0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10825 [chan send, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7617 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc2156fd100)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 8072 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc277c05a40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc277c05a40, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8301 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d18ac990)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d18ac990, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 12010 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2cd84fa10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2cd84fa10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8555 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2671e2210)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2671e2210, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8405 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26d72bc80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26d72bc80, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 7609 [select, 8 minutes]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2080d7980)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 11809 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 9103 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20f3345d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20f3345d0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9162 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc21fe302d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc21fe302d0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11212 [chan send, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7837 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 11613 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7567 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 8524 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2630fb0e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2630fb0e0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8531 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc209039410)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc209039410, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8402 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20b1428a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20b1428a0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8451 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc264c2c570)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc264c2c570, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8219 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2c5d95620)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2c5d95620, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8390 [chan send, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 7892 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc26d5bdfb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc26d5bdfb0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11775 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20cd3e870)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20cd3e870, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10844 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc208190050, 0x46f9d20, 0xc20eae22a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x46f9d20, 0xc20eae22a0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*TxPool).add
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:146 +0x6c5
goroutine 10281 [chan send, 6 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 8493 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc276696810)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc276696810, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8550 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2671607b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2671607b0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8198 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2ba376b40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2ba376b40, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9977 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2be363b00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2be363b00, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9059 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20ea57e60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20ea57e60, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8121 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20bcb8cf0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20bcb8cf0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8477 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc267ccdce0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc267ccdce0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 8601 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2ba3edfb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2ba3edfb0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9908 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2cd8c0450)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2cd8c0450, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11581 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 10367 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2129bce10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2129bce10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 12345 [IO wait]:
net.(*pollDesc).Wait(0xc2a6062df0, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc2a6062df0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc2a6062d90, 0x0, 0x0, 0x4e7d488, 0xc215012300, 0xeccbb3d37, 0x357de9ff, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc2a6062d90, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e6690, 0xeccbb3d37, 0x357de9ff, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d18e6600, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e6690, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e6690, 0xeccbb3d37, 0x357de9ff, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d18e6690, 0xeccbb3d37, 0x357de9ff, 0x4cbfee0, 0xc20cd801b0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc2150122e0, 0x12, 0x0, 0x0, 0x4e7e928, 0xc2d18e6690, 0xeccbb3d37, 0x357de9ff, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe357de9ff, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d18e6690, 0xc218ad9e78, 0xeccbb3d37, 0xe357de9ff, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc2150122e0, 0x12, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc209880310)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 9864 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc264d6c090)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc264d6c090, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10323 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20c65baa0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20c65baa0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9945 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc210e03f50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc210e03f50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10061 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc276ac3bc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc276ac3bc0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 12347 [IO wait]:
net.(*pollDesc).Wait(0xc2a6062fb0, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc2a6062fb0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc2a6062f50, 0x0, 0x0, 0x4e7d488, 0xc215012440, 0xeccbb3d37, 0x358a3169, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc2a6062f50, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e6780, 0xeccbb3d37, 0x358a3169, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d18e6700, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e6780, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d18e6780, 0xeccbb3d37, 0x358a3169, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d18e6780, 0xeccbb3d37, 0x358a3169, 0x4cbfee0, 0xc20cd802f0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc215012420, 0x15, 0x0, 0x0, 0x4e7e928, 0xc2d18e6780, 0xeccbb3d37, 0x358a3169, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe358a3169, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d18e6780, 0xc209a99e78, 0xeccbb3d37, 0xe358a3169, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc215012420, 0x15, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc20c8f42a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 10157 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20f4afa40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20f4afa40, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10000 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2d583eb10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2d583eb10, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10299 [chan send, 6 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 11788 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2b8a16aa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc209635dc0, 0xc27a1662a0, 0x4ed8d48, 0xc2b8a16aa0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc27a1662a0, 0x4ed8d48, 0xc2b8a16aa0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·003()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x2eb
goroutine 10119 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc216916a50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc216916a50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 9270 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc21808d650)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc21808d650, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10050 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc263d89c50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc263d89c50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10282 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc20f659bf0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc20f659bf0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10027 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc21202fbf0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc21202fbf0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10132 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2ba42e1b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2ba42e1b0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11784 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc27a1662a0, 0x4ed8d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc2080e78c0, 0xc27a1662a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:427 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:413 +0x6c9
goroutine 10164 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc262ea3890)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc262ea3890, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 10809 [chan send, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 10836 [chan send, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 11111 [chan send, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0xd1
created by github.com/ethereum/go-ethereum/p2p.setupOutboundConn
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:119 +0x65a
goroutine 11468 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc21029e9c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc21029e9c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 11421 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081dc050, 0x4756e80, 0xc2106b5860)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc20819a000, 0x4756e80, 0xc2106b5860, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234
goroutine 12343 [IO wait]:
net.(*pollDesc).Wait(0xc26760ee60, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc26760ee60, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc26760ee00, 0x0, 0x0, 0x4e7d488, 0xc212f8ccc0, 0xeccbb3d37, 0x35793a0a, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc26760ee00, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fce0, 0xeccbb3d37, 0x35793a0a, 0x4cbfee0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:139 +0x37a
net.socket(0x48115d0, 0x3, 0x2, 0x1, 0x0, 0xc2d583fc00, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fce0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x48115d0, 0x3, 0x4e7e990, 0x0, 0x4e7e990, 0xc2d583fce0, 0xeccbb3d37, 0xc235793a0a, 0x4cbfee0, 0x1, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x48115d0, 0x3, 0x0, 0xc2d583fce0, 0xeccbb3d37, 0x35793a0a, 0x4cbfee0, 0xc2081c1140, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x48115d0, 0x3, 0xc212f8cca0, 0x13, 0x0, 0x0, 0x4e7e928, 0xc2d583fce0, 0xeccbb3d37, 0x35793a0a, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:235 +0x3f5
net.func·016(0xeccbb3d37, 0xe35793a0a, 0x4cbfee0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:163 +0x12c
net.dial(0x48115d0, 0x3, 0x4e7e928, 0xc2d583fce0, 0xc208087e78, 0xeccbb3d37, 0xe35793a0a, 0x4cbfee0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208ab8980, 0x48115d0, 0x3, 0xc212f8cca0, 0x13, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc2080e78c0, 0xc20974a8c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:370 +0x1e5
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:328 +0x44
created by github.com/ethereum/go-ethereum/p2p.func·007
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:330 +0x23f
goroutine 11806 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2d552d020)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:174 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:122 +0xb4
rax 0xe
rbx 0x4cc13c0
rcx 0x7fff5fbff0d0
rdx 0x7fff5fbff128
rdi 0x1503
rsi 0x4cc0b80
rbp 0x1
rsp 0x7fff5fbff0d0
r8 0x2509aca7
r9 0x59
r10 0x524c17f7
r11 0x286
r12 0x3bcafa26b468d
r13 0x3c240eb439bc0
r14 0x13d4012b3ce2ae00
r15 0xc2cbfdd880
rip 0x4062dbb
rflags 0x286
cs 0x7
fs 0x0
gs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment