Skip to content

Instantly share code, notes, and snippets.

@zelig
Created April 13, 2015 16:49
Show Gist options
  • Save zelig/5f9595ee48be61740c01 to your computer and use it in GitHub Desktop.
Save zelig/5f9595ee48be61740c01 to your computer and use it in GitHub Desktop.
ethash crash
SIGQUIT: quit
PC=0x406306b
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x1503, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x406020a, 0x4054090, 0x7fff5fbff098, ...)
/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(0x7fff5fbff098)
/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(0x4cc3498)
/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
findrunnable(0xc208015600)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1487 +0x562
schedule()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1575 +0x151
runtime.park_m(0xc21286d0e0)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1654 +0x113
runtime.mcall(0x4056724)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:186 +0x5a
goroutine 1 [chan receive, 203 minutes]:
main.run(0xc208078540)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:277 +0x188
github.com/codegangsta/cli.(*App).Run(0xc20800a0f0, 0xc20800a000, 0xf, 0xf, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:182 +0xe5c
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(0x4cc2720)
/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, 207 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 207 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, 207 minutes]:
net.(*pollDesc).Wait(0xc2081dc060, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2081dc060, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2081dc000, 0x0, 0x4e7e290, 0xc20802aa68)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081de000, 0x42213f4, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net/http.tcpKeepAliveListener.Accept(0xc2081de000, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1976 +0x4c
net/http.(*Server).Serve(0xc2080d8000, 0x4e80810, 0xc2081de000, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1728 +0x92
net/http.(*Server).ListenAndServe(0xc2080d8000, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1718 +0x154
net/http.ListenAndServe(0x48405d0, 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 11 [chan receive, 207 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:52 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:56 +0xb5
goroutine 8320 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf480)
/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 100 [IO wait]:
net.(*pollDesc).Wait(0xc208fa1f70, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208fa1f70, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208fa1f10, 0x0, 0x4e7e290, 0xc21719a010)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081ca2c0, 0x4e6d2c0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc2081ca2c0, 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(0xc208163680)
/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 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4e7f158, 0xc208121530, 0xc20818e000, 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 64290 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4112c90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4112c90, 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:548 +0x234
goroutine 13 [select, 199 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208031680)
/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 14 [select, 199 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208031680)
/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 15 [select, 200 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208031680)
/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 16 [select, 200 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208031680)
/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 50 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2081ae090)
/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 51 [select, 166 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2080318c0)
/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 52 [select, 166 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2080318c0)
/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 53 [select, 200 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2080318c0)
/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 54 [select, 200 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2080318c0)
/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 55 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2081aec90)
/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 56 [select, 207 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208031b00)
/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 57 [select, 207 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208031b00)
/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 58 [select, 207 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208031b00)
/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 59 [select, 201 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208031b00)
/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 60 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20803dc20)
/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 61 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2090100f0, 0x46fb2e0, 0xc2b8581c20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x46fb2e0, 0xc2b8581c20, 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(0xc2081b1450)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:568 +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 62 [select, 207 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc208e258a0)
/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 63 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc208e2e000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:158 +0x855
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 64 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc208e2e000)
/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 65 [select, 12 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4e7f118, 0xc2080c21b0, 0xc208fa4ae0, 0x4814bd0, 0x3, 0x7666, 0x7666, 0x4872c50, 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 52106 [select, 72 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2141e6140, 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(0xc2081c5ea0, 0xc21247e480, 0x4ec6530, 0xc2141e6140, 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(0xc21247e480, 0x4ec6530, 0xc2141e6140, 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 99 [IO wait]:
net.(*pollDesc).Wait(0xc208fa1c60, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208fa1c60, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc208fa1c00, 0xc208ff1000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x4e7e290, 0xc2160743a8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2081ca2a8, 0xc208ff1000, 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(0xc208f99e50)
/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 98 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc208f99e50)
/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 101 [select, 12 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4e7f118, 0xc2080c21b0, 0xc208fa4a20, 0x4813150, 0x3, 0x7666, 0x7666, 0x4839990, 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 102 [select, 193 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc208163680)
/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 103 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:248 +0x66a
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:275 +0x7fd
goroutine 104 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc2081c5ea0)
/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 105 [chan receive, 54 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc20819a100)
/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 106 [semacquire]:
sync.(*Mutex).Lock(0xc20a16cf48)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p.(*netWrapper).WriteMsg(0xc20a16cf40, 0x17, 0x20b, 0x4e8e2f8, 0xc2d65bdc50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:113 +0x5b
github.com/ethereum/go-ethereum/p2p.(*Peer).writeProtoMsg(0xc2119dae40, 0x47fe530, 0x3, 0x17, 0x20b, 0x4e8e2f8, 0xc2d65bdc50, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:292 +0x3be
github.com/ethereum/go-ethereum/p2p.(*Server).Broadcast(0xc208163680, 0x47fe530, 0x3, 0x7, 0x45c9440, 0xc2c97cda00, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:156 +0x31f
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc20819a100)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:462 +0x23a
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 107 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208f9cf80)
/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 109 [IO wait]:
net.(*pollDesc).Wait(0xc208fa1fe0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208fa1fe0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208fa1f80, 0x0, 0x4e7e290, 0xc216074118)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081ca2f0, 0xc20901b678, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc2081ca2f0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc209032000, 0x4e80788, 0xc2081ca2f0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1728 +0x92
net/http.Serve(0x4e80788, 0xc2081ca2f0, 0x4e7e730, 0xc208ff46a0, 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 114 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc208faf9c0)
/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 8965 [chan send, 203 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 67162 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb3444e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb3444e0, 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:548 +0x234
goroutine 65274 [select, 14 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5fa8db0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5fa8db0, 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:548 +0x234
goroutine 52136 [select, 72 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21247e480, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc21247e480)
/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 66415 [select, 9 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d662b560)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d662b560, 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:548 +0x234
goroutine 23078 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20dffe0f0, 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(0xc20987f3b0, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc20c1d03c0, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20c1d03c0, 0x4ec6530, 0xc20dffe0f0, 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 8967 [chan send, 203 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 7475 [chan send, 204 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 5377 [chan send, 204 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 2592 [select, 207 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20ec6b5c0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc20ec6b5c0)
/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 5376 [chan send, 204 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 68756 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc2c8fdb400, 0xc2d294de00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf540, 0xc2c8fdb400)
/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 68719 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995b220, 0xc20ce627e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf580, 0xc20995b220)
/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 66152 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3da1fb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3da1fb0, 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:548 +0x234
goroutine 8318 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf400)
/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 7936 [chan send, 203 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 5609 [IO wait]:
net.(*pollDesc).Wait(0xc217a24a70, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc217a24a70, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc217a24a10, 0xc2b4dd6560, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2160742f8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc215300090, 0xc2b4dd6560, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc215300090, 0xc2b4dd6560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc215300090, 0xc2b4dd6560, 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(0xc209ab2300, 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(0xc20dd13700, 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(0xc209ab2780, 0xc209ab2840)
/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 67245 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5f22a20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5f22a20, 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:548 +0x234
goroutine 66321 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4e1ae10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4e1ae10, 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:548 +0x234
goroutine 66768 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5d62930)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5d62930, 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:548 +0x234
goroutine 2690 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20ec6b5c0)
/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 8109 [chan send, 203 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 66410 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf317650)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf317650, 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:548 +0x234
goroutine 2593 [IO wait]:
net.(*pollDesc).Wait(0xc210ffe8b0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc210ffe8b0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc210ffe850, 0xc2b922c2c0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc21719a168)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20803a078, 0xc2b922c2c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc20803a078, 0xc2b922c2c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc20803a078, 0xc2b922c2c0, 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(0xc20ec6b200, 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(0xc2105d4780, 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(0xc20ec6b5c0, 0xc20ec6b680)
/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 66973 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6875a40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6875a40, 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:548 +0x234
goroutine 66804 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6135860)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6135860, 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:548 +0x234
goroutine 16499 [chan send, 194 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 60776 [select, 34 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc219e7a3c0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc219e7a3c0)
/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 68788 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc2c3ef7180, 0xc2d1ae2240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf5c0, 0xc2c3ef7180)
/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 64555 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a7c120)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a7c120, 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:548 +0x234
goroutine 60957 [select, 33 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21403e460, 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(0xc2081c5ea0, 0xc21537a480, 0x4ec6530, 0xc21403e460, 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(0xc21537a480, 0x4ec6530, 0xc21403e460, 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 67384 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d31a27b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d31a27b0, 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:548 +0x234
goroutine 7466 [chan send, 204 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 65495 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5ba3770)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5ba3770, 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:548 +0x234
goroutine 8964 [chan send, 203 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 3038 [chan send, 207 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 9283 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf580)
/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 67036 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d65bd1d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d65bd1d0, 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:548 +0x234
goroutine 8319 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf440)
/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 9284 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf5c0)
/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 68675 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066ff40, 0xc2d3d3acc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf5c0, 0xc21066ff40)
/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 24205 [select, 166 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc214ac2550, 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(0xc2081c5ea0, 0xc20ec489c0, 0x4ec6530, 0xc214ac2550, 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(0xc20ec489c0, 0x4ec6530, 0xc214ac2550, 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 24203 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20ec489c0)
/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 67619 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f58540)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f58540, 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:548 +0x234
goroutine 16552 [chan send, 194 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 55511 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2734c1e60)
/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 65803 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d530e000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d530e000, 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:548 +0x234
goroutine 64094 [select, 19 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a435f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a435f0, 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:548 +0x234
goroutine 67894 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d56c0e70)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d56c0e70, 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:548 +0x234
goroutine 64995 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf317770)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf317770, 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:548 +0x234
goroutine 68130 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d424be00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d424be00, 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:548 +0x234
goroutine 64657 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf24cf90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf24cf90, 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:548 +0x234
goroutine 8321 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf500)
/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 22721 [select, 171 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2094f0140, 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(0xc2081c5ea0, 0xc20b8263c0, 0x4ec6530, 0xc2094f0140, 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(0xc20b8263c0, 0x4ec6530, 0xc2094f0140, 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 68718 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb3d6de0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb3d6de0, 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:548 +0x234
goroutine 64410 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bbd47dd0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bbd47dd0, 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:548 +0x234
goroutine 46382 [select, 54 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2bae0ae60, 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(0xc2098c2310, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc2c9032360, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc2c9032360, 0x4ec6530, 0xc2bae0ae60, 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 64325 [IO wait]:
net.(*pollDesc).Wait(0xc2af90be20, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2af90be20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2af90bdc0, 0xc2b922c1e0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc21719a0f0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20c11e100, 0xc2b922c1e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc20c11e100, 0xc2b922c1e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc20c11e100, 0xc2b922c1e0, 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(0xc217d83500, 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(0xc2d5b7c700, 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(0xc21793e060, 0xc217d83620)
/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 6140 [chan send, 204 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 68347 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066fe00, 0xc2d24c2120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf540, 0xc21066fe00)
/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 65822 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f59860)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f59860, 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:548 +0x234
goroutine 8962 [chan send, 203 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 16847 [chan send, 193 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 11843 [chan send, 201 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 67563 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3c26f90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3c26f90, 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:548 +0x234
goroutine 6282 [chan send, 204 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 2527 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d3651d0, 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(0xc20f300000, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc20ec6b5c0, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20ec6b5c0, 0x4ec6530, 0xc20d3651d0, 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 8963 [chan send, 203 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 5201 [chan send, 205 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 6139 [chan send, 204 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 67968 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb2d2a50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb2d2a50, 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:548 +0x234
goroutine 27831 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2bd4d02a0)
/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 65591 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d18090)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d18090, 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:548 +0x234
goroutine 10886 [chan send, 202 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 67838 [select, 4 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d31a24b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d31a24b0, 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:548 +0x234
goroutine 67439 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a42fc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a42fc0, 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:548 +0x234
goroutine 67498 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf24d890)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf24d890, 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:548 +0x234
goroutine 64175 [select, 19 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb344300)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb344300, 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:548 +0x234
goroutine 7494 [chan send, 204 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 51325 [IO wait]:
net.(*pollDesc).Wait(0xc2187ce0d0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2187ce0d0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2187ce070, 0xc2bc7f2ba0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc212a28638)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20c11e008, 0xc2bc7f2ba0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc20c11e008, 0xc2bc7f2ba0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc20c11e008, 0xc2bc7f2ba0, 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(0xc2139eb560, 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(0xc20c8021c0, 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(0xc2ca69ccc0, 0xc2cbb00780)
/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 2683 [chan send, 207 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 66396 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf317020)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf317020, 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:548 +0x234
goroutine 9285 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf600)
/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 68689 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995b040, 0xc2d0f0c180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf480, 0xc20995b040)
/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 9286 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc20900d2c0)
/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 9282 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc2081cf540)
/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 7409 [chan send, 204 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 64093 [select, 19 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf226de0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf226de0, 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:548 +0x234
goroutine 64299 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb184ff0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb184ff0, 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:548 +0x234
goroutine 2661 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc211ddc6f0)
/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 5608 [semacquire, 145 minutes]:
sync.(*WaitGroup).Wait(0xc209ab27a8)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc209ab2780, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0x1fc
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc209ab2780)
/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 3796 [chan send, 206 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 2528 [select, 207 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d365220, 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(0xc2081c5ea0, 0xc20ec6b5c0, 0x4ec6530, 0xc20d365220, 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(0xc20ec6b5c0, 0x4ec6530, 0xc20d365220, 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 4633 [chan send, 206 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 68160 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cae04fc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cae04fc0, 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:548 +0x234
goroutine 7493 [chan send, 204 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 68176 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bc330)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bc330, 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:548 +0x234
goroutine 52109 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2d6808cf0)
/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 23081 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2bbc40030)
/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 65351 [select, 14 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d66a9bc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d66a9bc0, 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:548 +0x234
goroutine 68692 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cee96ed0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cee96ed0, 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:548 +0x234
goroutine 67309 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a5d320)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a5d320, 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:548 +0x234
goroutine 16551 [chan send, 194 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 16703 [chan send, 193 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 66093 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf2264e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf2264e0, 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:548 +0x234
goroutine 68819 [IO wait]:
net.(*pollDesc).Wait(0xc27bf86370, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc27bf86370, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).Write(0xc27bf86310, 0xc2bc7f2280, 0x20, 0x20, 0x0, 0x4e7e290, 0xc212a28198)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:335 +0x5ee
net.(*conn).Write(0xc279012058, 0xc2bc7f2280, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:129 +0xdc
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc2119daa80, 0x3, 0x1, 0x4ec6350, 0xc2d5d626c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:78 +0x501
github.com/ethereum/go-ethereum/p2p.(*netWrapper).WriteMsg(0xc20a16cf40, 0x3, 0x1, 0x4ec6350, 0xc2d5d626c0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:116 +0x177
github.com/ethereum/go-ethereum/p2p.(*conn).WriteMsg(0xc28b50a6e0, 0x3, 0x1, 0x4ec6350, 0xc2d5d626c0, 0x0, 0x0)
<autogenerated>:10 +0x7d
github.com/ethereum/go-ethereum/p2p.Send(0x4ec64b0, 0xc28b50a6e0, 0x3, 0x45c9440, 0xc2bc7f2260, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:79 +0xf0
github.com/ethereum/go-ethereum/p2p.SendItems(0x4ec64b0, 0xc28b50a6e0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:92 +0xb3
created by github.com/ethereum/go-ethereum/p2p.(*Peer).handle
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:205 +0xd2
goroutine 67596 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f97530)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f97530, 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:548 +0x234
goroutine 64359 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d48947b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d48947b0, 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:548 +0x234
goroutine 68670 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995af00, 0xc2d3d3bec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf400, 0xc20995af00)
/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 66666 [select, 9 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb19f1d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb19f1d0, 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:548 +0x234
goroutine 67448 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bba72180)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bba72180, 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:548 +0x234
goroutine 68611 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d68747b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d68747b0, 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:548 +0x234
goroutine 67428 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4112cf0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4112cf0, 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:548 +0x234
goroutine 67115 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f96570)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f96570, 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:548 +0x234
goroutine 67467 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb19efc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb19efc0, 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:548 +0x234
goroutine 66774 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5941680)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5941680, 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:548 +0x234
goroutine 64782 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf2d7fb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf2d7fb0, 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:548 +0x234
goroutine 68720 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995b2c0, 0xc210e21f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf5c0, 0xc20995b2c0)
/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 66107 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5941ef0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5941ef0, 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:548 +0x234
goroutine 64378 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d56c06c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d56c06c0, 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:548 +0x234
goroutine 68658 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5c48000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5c48000, 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:548 +0x234
goroutine 63831 [select, 21 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d18660)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d18660, 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:548 +0x234
goroutine 55554 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2d5926540)
/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 67128 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cee96e40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cee96e40, 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:548 +0x234
goroutine 68792 [IO wait]:
net.(*pollDesc).Wait(0xc217a24a70, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc217a24a70, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).Write(0xc217a24a10, 0xc2b4dd65a0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc216074370)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:335 +0x5ee
net.(*conn).Write(0xc215300090, 0xc2b4dd65a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:129 +0xdc
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc209ab2300, 0x3, 0x1, 0x4ec6350, 0xc2d5a42540, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:78 +0x501
github.com/ethereum/go-ethereum/p2p.(*netWrapper).WriteMsg(0xc20dd13700, 0x3, 0x1, 0x4ec6350, 0xc2d5a42540, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:116 +0x177
github.com/ethereum/go-ethereum/p2p.(*conn).WriteMsg(0xc2184d7ac0, 0x3, 0x1, 0x4ec6350, 0xc2d5a42540, 0x0, 0x0)
<autogenerated>:10 +0x7d
github.com/ethereum/go-ethereum/p2p.Send(0x4ec64b0, 0xc2184d7ac0, 0x3, 0x45c9440, 0xc2b4dd6580, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:79 +0xf0
github.com/ethereum/go-ethereum/p2p.SendItems(0x4ec64b0, 0xc2184d7ac0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:92 +0xb3
created by github.com/ethereum/go-ethereum/p2p.(*Peer).handle
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:205 +0xd2
goroutine 68412 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bc3c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bc3c0, 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:548 +0x234
goroutine 65417 [select, 14 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bc646750)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bc646750, 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:548 +0x234
goroutine 66245 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a7c0f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a7c0f0, 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:548 +0x234
goroutine 64594 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d68746f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d68746f0, 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:548 +0x234
goroutine 68164 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d30fd7d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d30fd7d0, 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:548 +0x234
goroutine 67378 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4895440)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4895440, 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:548 +0x234
goroutine 64622 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bce10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bce10, 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:548 +0x234
goroutine 67664 [select, 4 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d56c0f00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d56c0f00, 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:548 +0x234
goroutine 66231 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cee97c50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cee97c50, 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:548 +0x234
goroutine 65553 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4788150)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4788150, 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:548 +0x234
goroutine 22720 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2094f00f0, 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(0xc20d4a6150, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc20b8263c0, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20b8263c0, 0x4ec6530, 0xc2094f00f0, 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 51352 [select, 76 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2165d2320, 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(0xc2081c5ea0, 0xc2ca69ccc0, 0x4ec6530, 0xc2165d2320, 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(0xc2ca69ccc0, 0x4ec6530, 0xc2165d2320, 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 63768 [select, 21 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d60ba420)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d60ba420, 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:548 +0x234
goroutine 46381 [select, 94 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2c9032360, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc2c9032360)
/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 64939 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6809050)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6809050, 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:548 +0x234
goroutine 66076 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3cd8720)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3cd8720, 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:548 +0x234
goroutine 64241 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bcf91230)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bcf91230, 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:548 +0x234
goroutine 68191 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4e1ba40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4e1ba40, 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:548 +0x234
goroutine 45072 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2d2e40fc0)
/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 60789 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc219e7a3c0)
/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 68751 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc209f9be60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:580 +0x1055
github.com/ethereum/go-ethereum/blockpool.func·005()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:393 +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:398 +0x516
goroutine 68722 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995b0e0, 0xc210e20000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf500, 0xc20995b0e0)
/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 65842 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d47883f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d47883f0, 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:548 +0x234
goroutine 60917 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2c6dce810)
/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 67714 [select, 4 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bca50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bca50, 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:548 +0x234
goroutine 66753 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cae05f80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cae05f80, 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:548 +0x234
goroutine 66043 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f1a480)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f1a480, 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:548 +0x234
goroutine 68383 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d30fc2d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d30fc2d0, 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:548 +0x234
goroutine 68671 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995b360, 0xc210e21f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf600, 0xc20995b360)
/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 64162 [select, 19 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6721770)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6721770, 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:548 +0x234
goroutine 68183 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf24d500)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf24d500, 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:548 +0x234
goroutine 68624 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066f860, 0xc2d3c00d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf400, 0xc21066f860)
/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 67570 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4895410)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4895410, 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:548 +0x234
goroutine 68455 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bc390)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bc390, 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:548 +0x234
goroutine 67915 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cee972f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cee972f0, 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:548 +0x234
goroutine 64545 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5926c60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5926c60, 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:548 +0x234
goroutine 67305 [semacquire]:
sync.(*WaitGroup).Wait(0xc2d3c017c8)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2d3c017a0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0x1fc
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc2d3c017a0)
/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 64932 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2b9cf5d10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2b9cf5d10, 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:548 +0x234
goroutine 64778 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5927590)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5927590, 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:548 +0x234
goroutine 65187 [select, 15 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bc017440)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bc017440, 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:548 +0x234
goroutine 64326 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21793e060)
/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 66314 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a7c4e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a7c4e0, 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:548 +0x234
goroutine 65604 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4d1d380)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4d1d380, 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:548 +0x234
goroutine 68197 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb0a2390)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb0a2390, 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:548 +0x234
goroutine 67797 [select, 4 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5dfcdb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5dfcdb0, 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:548 +0x234
goroutine 66880 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5f22c90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5f22c90, 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:548 +0x234
goroutine 65697 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb19e780)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb19e780, 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:548 +0x234
goroutine 15133 [chan send, 196 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 68782 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066f7c0, 0xc2d24c2ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf440, 0xc21066f7c0)
/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 64800 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bc6893e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bc6893e0, 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:548 +0x234
goroutine 64264 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5dfcb40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5dfcb40, 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:548 +0x234
goroutine 67141 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4e1abd0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4e1abd0, 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:548 +0x234
goroutine 63809 [select, 20 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d18ba0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d18ba0, 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:548 +0x234
goroutine 67928 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4e1adb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4e1adb0, 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:548 +0x234
goroutine 63931 [select, 20 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6874420)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6874420, 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:548 +0x234
goroutine 55510 [IO wait]:
net.(*pollDesc).Wait(0xc2d5faa300, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2d5faa300, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2d5faa2a0, 0xc2ca964ee0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc21719a5f8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2182c2038, 0xc2ca964ee0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2182c2038, 0xc2ca964ee0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2182c2038, 0xc2ca964ee0, 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(0xc2734c1aa0, 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(0xc21545c9c0, 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(0xc2734c1e60, 0xc2d2e53a40)
/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 63903 [select, 20 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d536e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d536e0, 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:548 +0x234
goroutine 67080 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb185500)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb185500, 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:548 +0x234
goroutine 67506 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bc930)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bc930, 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:548 +0x234
goroutine 24354 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2bc15f770)
/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 66788 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d31a3a40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d31a3a40, 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:548 +0x234
goroutine 24204 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc214ac2500, 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(0xc21449a230, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc20ec489c0, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20ec489c0, 0x4ec6530, 0xc214ac2500, 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 46302 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2c9032360)
/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 68348 [semacquire]:
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:87 +0xa4
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066fd60, 0xc2d24c2720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf500, 0xc21066fd60)
/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 65391 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5d62d20)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5d62d20, 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:548 +0x234
goroutine 68171 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf227050)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf227050, 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:548 +0x234
goroutine 64095 [select, 19 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d59269c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d59269c0, 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:548 +0x234
goroutine 67604 [select, 5 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf316c30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf316c30, 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:548 +0x234
goroutine 60936 [select, 33 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21537a480, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc21537a480)
/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 60955 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21537a480)
/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 68294 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5dfcc90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5dfcc90, 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:548 +0x234
goroutine 60788 [IO wait]:
net.(*pollDesc).Wait(0xc2d1e16450, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2d1e16450, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2d1e163f0, 0xc2bc7f29a0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc212a28588)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2182c2040, 0xc2bc7f29a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2182c2040, 0xc2bc7f29a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2182c2040, 0xc2bc7f29a0, 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(0xc20ccd4240, 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(0xc20ec4a100, 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(0xc219e7a3c0, 0xc2d595a480)
/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 65944 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f974a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f974a0, 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:548 +0x234
goroutine 68531 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb3963f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb3963f0, 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:548 +0x234
goroutine 60253 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2d60ba780)
/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 64328 [select, 18 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2093fc730, 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(0xc2081c5ea0, 0xc21793e060, 0x4ec6530, 0xc2093fc730, 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(0xc21793e060, 0x4ec6530, 0xc2093fc730, 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 13325 [IO wait]:
net.(*pollDesc).Wait(0xc2098b6bc0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2098b6bc0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2098b6b60, 0xc2d4e0b880, 0x20, 0x20, 0x0, 0x4e7e290, 0xc216074988)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc215301cb8, 0xc2d4e0b880, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc215301cb8, 0xc2d4e0b880, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc215301cb8, 0xc2d4e0b880, 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(0xc209e260c0, 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(0xc2bea47980, 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(0xc20eb31f20, 0xc20f0c0000)
/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 64355 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5d62870)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5d62870, 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:548 +0x234
goroutine 64446 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5fa8300)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5fa8300, 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:548 +0x234
goroutine 68789 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc2c3ef72c0, 0xc2d294daa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf600, 0xc2c3ef72c0)
/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 67998 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d19b00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d19b00, 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:548 +0x234
goroutine 67267 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb216ea0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb216ea0, 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:548 +0x234
goroutine 65799 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf28fe00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf28fe00, 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:548 +0x234
goroutine 60954 [IO wait]:
net.(*pollDesc).Wait(0xc2af90a760, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2af90a760, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2af90a700, 0xc2b93b6de0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2bb6ddda8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2182c2010, 0xc2b93b6de0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2182c2010, 0xc2b93b6de0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2182c2010, 0xc2b93b6de0, 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(0xc213a1cb40, 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(0xc217b4a400, 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(0xc21537a480, 0xc2cf74b7a0)
/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 52116 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21247e480)
/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 68138 [select, 2 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf24cc60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf24cc60, 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:548 +0x234
goroutine 15132 [chan send, 196 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 66620 [select, 9 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf28f1d0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf28f1d0, 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:548 +0x234
goroutine 68659 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d57f57a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d57f57a0, 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:548 +0x234
goroutine 14601 [chan send, 196 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 65811 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d19a10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d19a10, 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:548 +0x234
goroutine 68787 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bcb70)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bcb70, 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:548 +0x234
goroutine 55496 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc263761220, 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(0xc2166ac460, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc2734c1e60, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc2734c1e60, 0x4ec6530, 0xc263761220, 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 68674 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc209e76a00, 0xc2d294c900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf600, 0xc209e76a00)
/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 13438 [chan send, 199 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 66600 [select, 9 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2b9a70ab0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2b9a70ab0, 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:548 +0x234
goroutine 55536 [select, 57 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2734c1e60, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc2734c1e60)
/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 63930 [select, 20 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5ba2b10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5ba2b10, 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:548 +0x234
goroutine 16848 [chan send, 193 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 65501 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d30fda70)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d30fda70, 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:548 +0x234
goroutine 64009 [select, 19 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a7c750)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a7c750, 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:548 +0x234
goroutine 67346 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f97a10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f97a10, 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:548 +0x234
goroutine 13595 [chan send, 198 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 27828 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2bae0bf40, 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(0xc2090e5dc0, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc21c67a900, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc21c67a900, 0x4ec6530, 0xc2bae0bf40, 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 68781 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066f540, 0xc2d1ae22a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf400, 0xc21066f540)
/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 16760 [chan send, 193 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 65971 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6e99e30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6e99e30, 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:548 +0x234
goroutine 51367 [select, 76 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2ca69ccc0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc2ca69ccc0)
/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 51379 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2d31a3e00)
/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 64327 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2093fc6e0, 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(0xc209f269a0, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc21793e060, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc21793e060, 0x4ec6530, 0xc2093fc6e0, 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 12777 [chan send, 200 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 15733 [chan send, 195 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 55160 [select, 57 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc263761270, 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(0xc2081c5ea0, 0xc2734c1e60, 0x4ec6530, 0xc263761270, 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(0xc2734c1e60, 0x4ec6530, 0xc263761270, 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 13326 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20eb31f20)
/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 66559 [select, 9 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cae05fb0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cae05fb0, 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:548 +0x234
goroutine 65397 [select, 14 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bc04cff0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bc04cff0, 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:548 +0x234
goroutine 67178 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf359590)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf359590, 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:548 +0x234
goroutine 67262 [IO wait]:
net.(*pollDesc).Wait(0xc2099a84c0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2099a84c0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2099a8460, 0xc2d5d94d20, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2bb6dc548)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc217962008, 0xc2d5d94d20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc217962008, 0xc2d5d94d20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc217962008, 0xc2d5d94d20, 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(0xc210e21260, 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(0xc2159347c0, 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(0xc2d3c017a0, 0xc2d3d9b620)
/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 13116 [chan send, 200 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 60956 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21403e410, 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(0xc2b7e7efc0, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc21537a480, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc21537a480, 0x4ec6530, 0xc21403e410, 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 24201 [select, 166 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20ec489c0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc20ec489c0)
/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 24202 [IO wait]:
net.(*pollDesc).Wait(0xc2af90b330, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2af90b330, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2af90b2d0, 0xc2b4dd67a0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc216074450)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2081ca368, 0xc2b4dd67a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2081ca368, 0xc2b4dd67a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2081ca368, 0xc2b4dd67a0, 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(0xc20cd50f00, 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(0xc215c13ec0, 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(0xc20ec489c0, 0xc20ec48a80)
/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 23118 [select, 170 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20c1d03c0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc20c1d03c0)
/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 64839 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2c6f1bce0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2c6f1bce0, 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:548 +0x234
goroutine 22718 [IO wait]:
net.(*pollDesc).Wait(0xc2af90adf0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2af90adf0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2af90ad90, 0xc2d4e0b160, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2160745e8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2092d4140, 0xc2d4e0b160, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2092d4140, 0xc2d4e0b160, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2092d4140, 0xc2d4e0b160, 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(0xc26eb4aea0, 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(0xc20a3bcc00, 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(0xc20b8263c0, 0xc20b8264e0)
/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 66195 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d65bc0c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d65bc0c0, 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:548 +0x234
goroutine 63781 [select, 21 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6034240)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6034240, 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:548 +0x234
goroutine 13490 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2b78274a0)
/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 13327 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2081a9f90, 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(0xc2094cd030, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc20eb31f20, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20eb31f20, 0x4ec6530, 0xc2081a9f90, 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 13328 [select, 199 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc213da6000, 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(0xc2081c5ea0, 0xc20eb31f20, 0x4ec6530, 0xc213da6000, 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(0xc20eb31f20, 0x4ec6530, 0xc213da6000, 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 68086 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb3d6840)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb3d6840, 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:548 +0x234
goroutine 68732 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066fea0, 0xc2d4d1e2a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf500, 0xc21066fea0)
/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 64924 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2b9d3c930)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2b9d3c930, 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:548 +0x234
goroutine 64666 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cb1855f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cb1855f0, 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:548 +0x234
goroutine 22717 [select, 171 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b8263c0, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc20b8263c0)
/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 27829 [select, 154 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2bae0bf90, 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(0xc2081c5ea0, 0xc21c67a900, 0x4ec6530, 0xc2bae0bf90, 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(0xc21c67a900, 0x4ec6530, 0xc2bae0bf90, 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 64985 [select, 15 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5fa89f0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5fa89f0, 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:548 +0x234
goroutine 27827 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21c67a900)
/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 16222 [chan send, 194 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 65096 [select, 15 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5ba2030)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5ba2030, 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:548 +0x234
goroutine 66848 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb1c8510)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb1c8510, 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:548 +0x234
goroutine 13324 [select, 199 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20eb31f20, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc20eb31f20)
/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 22719 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20b8263c0)
/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 65916 [select, 11 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d48946c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d48946c0, 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:548 +0x234
goroutine 67779 [select, 4 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3c9c300)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3c9c300, 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:548 +0x234
goroutine 65319 [select, 13 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf2d6780)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf2d6780, 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:548 +0x234
goroutine 22830 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2bbcc4ea0)
/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 15929 [IO wait]:
net.(*pollDesc).Wait(0xc27bf86370, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc27bf86370, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc27bf86310, 0xc2cb18cdc0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2bb6dc818)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc279012058, 0xc2cb18cdc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc279012058, 0xc2cb18cdc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc279012058, 0xc2cb18cdc0, 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(0xc2119daa80, 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(0xc20a16cf40, 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(0xc2119dae40, 0xc2119daf00)
/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 51326 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2ca69ccc0)
/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 68688 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc20995b180, 0xc210e20060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf540, 0xc20995b180)
/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 51327 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2165d22d0, 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(0xc2166ac150, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc2ca69ccc0, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc2ca69ccc0, 0x4ec6530, 0xc2165d22d0, 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 52117 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2141e60f0, 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(0xc2187ce150, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc21247e480, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc21247e480, 0x4ec6530, 0xc2141e60f0, 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 65342 [select, 14 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cee97d10)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cee97d10, 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:548 +0x234
goroutine 64862 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5fa8f30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5fa8f30, 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:548 +0x234
goroutine 46301 [IO wait]:
net.(*pollDesc).Wait(0xc212485b80, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc212485b80, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc212485b20, 0xc2b922c4e0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc21719a278)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2081de228, 0xc2b922c4e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2081de228, 0xc2b922c4e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2081de228, 0xc2b922c4e0, 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(0xc2bdabef00, 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(0xc217196ec0, 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(0xc2c9032360, 0xc2d24c2a80)
/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 15928 [semacquire, 98 minutes]:
sync.(*WaitGroup).Wait(0xc2119dae68)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2119dae40, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0x1fc
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc2119dae40)
/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 66862 [select, 8 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bdf50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bdf50, 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:548 +0x234
goroutine 68755 [runnable, locked to thread]:
github.com/ethereum/ethash._Cfunc_ethash_full(0xc2093f4740, 0x4c527000, 0xc2620b6c70, 0xc209057d98, 0x253897afc08ebedd)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/:40 +0x45
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc2c3ef6640, 0xc2d294dc20, 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(0xc2081cf580, 0xc2c3ef6640)
/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 64717 [select, 17 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4894030)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4894030, 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:548 +0x234
goroutine 14655 [chan send, 196 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 64363 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d64bd320)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d64bd320, 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:548 +0x234
goroutine 23120 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20c1d03c0)
/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 67221 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d19020)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d19020, 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:548 +0x234
goroutine 68054 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bb30c1e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bb30c1e0, 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:548 +0x234
goroutine 64831 [select, 16 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3e34210)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3e34210, 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:548 +0x234
goroutine 23119 [IO wait]:
net.(*pollDesc).Wait(0xc20cc480d0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cc480d0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20cc48070, 0xc2d67760e0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2bb6dc068)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc270258000, 0xc2d67760e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc270258000, 0xc2d67760e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc270258000, 0xc2d67760e0, 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(0xc213897200, 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(0xc2117b8180, 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(0xc20c1d03c0, 0xc20c1d04e0)
/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 64013 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2bcf91920)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2bcf91920, 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:548 +0x234
goroutine 14155 [chan send, 198 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 67401 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cee97e90)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cee97e90, 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:548 +0x234
goroutine 27777 [select, 154 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21c67a900, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc21c67a900)
/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 65463 [select, 14 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2b9c7bbc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2b9c7bbc0, 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:548 +0x234
goroutine 15731 [chan send, 195 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 67165 [select, 6 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5a513b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5a513b0, 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:548 +0x234
goroutine 63891 [select, 20 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d61356e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d61356e0, 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:548 +0x234
goroutine 60790 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20edd2230, 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(0xc209392850, 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, 0x4e92a70, 0xc208101920, 0x4e92aa0, 0xc2081b1450, 0x4e92ad8, 0xc20800b950, 0xc219e7a3c0, 0x4ec6530, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc219e7a3c0, 0x4ec6530, 0xc20edd2230, 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 27826 [IO wait]:
net.(*pollDesc).Wait(0xc2b3bf0f40, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2b3bf0f40, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2b3bf0ee0, 0xc2b922dfc0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc21719ab28)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2182c2118, 0xc2b922dfc0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc2182c2118, 0xc2b922dfc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc2182c2118, 0xc2b922dfc0, 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(0xc21c67a600, 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(0xc20a2ae080, 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(0xc21c67a900, 0xc21c67a9c0)
/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 16221 [chan send, 194 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 66473 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5e92180)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5e92180, 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:548 +0x234
goroutine 68749 [select]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2cf317440)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2cf317440, 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:548 +0x234
goroutine 64229 [select, 18 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d3d18c00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d3d18c00, 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:548 +0x234
goroutine 14620 [chan send, 196 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 66332 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2b9a70090)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2b9a70090, 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:548 +0x234
goroutine 63963 [select, 20 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d66a8180)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d66a8180, 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:548 +0x234
goroutine 67953 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4e1a3c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4e1a3c0, 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:548 +0x234
goroutine 68780 [semacquire]:
sync.(*Mutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208e25860)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc2081cccd0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc2081cccd0, 0x4a1560b0, 0xc21066fc20, 0xc2d53195c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc2081cf480, 0xc21066fc20)
/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 67819 [select, 4 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5c49560)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5c49560, 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:548 +0x234
goroutine 60791 [select, 34 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20edd2280, 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(0xc2081c5ea0, 0xc219e7a3c0, 0x4ec6530, 0xc20edd2280, 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(0xc219e7a3c0, 0x4ec6530, 0xc20edd2280, 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 66350 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d5d62840)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d5d62840, 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:548 +0x234
goroutine 46303 [select, 94 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2bae0aeb0, 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(0xc2081c5ea0, 0xc2c9032360, 0x4ec6530, 0xc2bae0aeb0, 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(0xc2c9032360, 0x4ec6530, 0xc2bae0aeb0, 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 64324 [select, 18 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21793e060, 0x4ec64d8)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:128 +0x50f
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208163680, 0xc21793e060)
/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 52115 [IO wait]:
net.(*pollDesc).Wait(0xc2d5faa530, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2d5faa530, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2d5faa4d0, 0xc28bf2a3a0, 0x20, 0x20, 0x0, 0x4e7e290, 0xc2bb6dc158)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc217962098, 0xc28bf2a3a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x4e92c98, 0xc217962098, 0xc28bf2a3a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4e92c98, 0xc217962098, 0xc28bf2a3a0, 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(0xc2734c1080, 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(0xc208f04140, 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(0xc21247e480, 0xc2d40b0f60)
/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 66253 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d57f5800)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d57f5800, 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:548 +0x234
goroutine 64329 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2bb41adb0)
/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 67994 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d4d1c2a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d4d1c2a0, 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:548 +0x234
goroutine 65929 [select, 12 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d662b6b0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d662b6b0, 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:548 +0x234
goroutine 23079 [select, 170 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20dffe140, 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(0xc2081c5ea0, 0xc20c1d03c0, 0x4ec6530, 0xc20dffe140, 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(0xc20c1d03c0, 0x4ec6530, 0xc20dffe140, 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 66578 [select, 9 minutes]:
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc2081ac050, 0x4758980, 0xc2d6875f50)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc2080d40c0, 0x4758980, 0xc2d6875f50, 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:548 +0x234
goroutine 14313 [chan send, 198 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
rax 0xe
rbx 0x4cc33c0
rcx 0x7fff5fbff040
rdx 0x7fff5fbff098
rdi 0x1503
rsi 0x6e71478
rbp 0x1
rsp 0x7fff5fbff040
r8 0x0
r9 0xc208000000
r10 0xc207bbd6f7
r11 0x286
r12 0x0
r13 0x1
r14 0x13d499108436cc00
r15 0xc20806e120
rip 0x406306b
rflags 0x286
cs 0x7
fs 0x990c0000
gs 0xb7c90000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment