Skip to content

Instantly share code, notes, and snippets.

@joeykrug
Created April 26, 2015 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeykrug/c1311718815ca54fb650 to your computer and use it in GitHub Desktop.
Save joeykrug/c1311718815ca54fb650 to your computer and use it in GitHub Desktop.
Geth malloc error
I0426 03:37:19.386370 57643 chain_manager.go:609] imported 1 block(s) 0 queued in 17.061695ms. #180000 [43562e3b / 43562e3b]
I0426 03:37:19.388839 57643 worker.go:324] commit new work on block 180001 with 0 txs & 0 uncles
geth(57643,0xb0622000) malloc: *** error for object 0xc28e974008: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
SIGABRT: abort
PC=0x7fff8d06b286
signal arrived during cgo execution
goroutine 45825 [syscall, locked to thread]:
runtime.cgocall_errno(0x4004a30, 0xc20e32e330, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/cgocall.go:130 +0xf5 fp=0xc20e32e310 sp=0xc20e32e2e8
github.com/ethereum/ethash._Cfunc_free(0xc28e974008)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/:64 +0x45 fp=0xc20e32e330 sp=0xc20e32e310
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:179 +0x2c0 fp=0xc20e32e548 sp=0xc20e32e330
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8f180, 0xc25c638900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a fp=0xc20e32e6c0 sp=0xc20e32e548
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08fe00, 0xc228a8f180)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c fp=0xc20e32e7d0 sp=0xc20e32e6c0
runtime.goexit()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1 fp=0xc20e32e7d8 sp=0xc20e32e7d0
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 1 [select, 92 minutes]:
github.com/peterh/liner.(*State).readNext(0xc20d1e4dc0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc20d1e4dc0, 0x48085d0, 0x2, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x443
main.(*jsre).interactive(0xc20d11a190)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:182 +0x72
main.console(0xc2080a62a0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:300 +0x232
github.com/codegangsta/cli.Command.Run(0x481c370, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4921a90, 0x30, 0x4aa7070, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc20808c000, 0xc20800a000, 0x4, 0x4, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:272 +0xb6
goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4d1aaa0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 17 [syscall, 448 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 448 minutes]:
os/signal.loop()
/usr/local/Cellar/go/1.4.2/libexec/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/Cellar/go/1.4.2/libexec/src/os/signal/signal_unix.go:27 +0x35
goroutine 660 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20cb81aa0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 645 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d8d9b00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x5812f58, 0xc2080d9d10, 0xc20810a000, 0xc20801f820)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 11 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2080338c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 12 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2080338c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 13 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2080338c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 14 [select, 447 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2080338c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 15 [select, 86 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208033b00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 16 [select, 86 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208033b00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 66 [select, 247 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208033b00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 67 [select, 266 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208033b00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 68 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208033680)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 69 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208033680)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 70 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208033680)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 71 [select, 448 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208033680)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 72 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc208195380)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/core/chain_manager.go:651 +0x756
created by github.com/ethereum/go-ethereum/core.NewChainManager
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/core/chain_manager.go:130 +0x9fe
goroutine 73 [select, 448 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20cfd5f00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 74 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20cfccdd0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/worker.go:156 +0x584
created by github.com/ethereum/go-ethereum/miner.newWorker
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb
goroutine 75 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20cfccdd0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/worker.go:180 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5
goroutine 76 [select, 12 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x5812f18, 0xc2081202d0, 0xc20d1045a0, 0x4836330, 0x3, 0x765f, 0x765f, 0x4895430, 0x12)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce
goroutine 35 [select, 26 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20d0f5d10)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8
goroutine 36 [IO wait, 26 minutes]:
net.(*pollDesc).Wait(0xc20807bcd0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20807bcd0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20807bc70, 0xc209d2d000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x58121c8, 0xc247a9f1a0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20cdeeef0, 0xc209d2d000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20d0f5d10)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:373 +0x116
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5
goroutine 37 [IO wait, 448 minutes]:
net.(*pollDesc).Wait(0xc208010680, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010680, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208010620, 0x0, 0x58121c8, 0xc20d142048)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20d118010, 0x5800e10, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20d118010, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc208150fc0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:309 +0x32e
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:242 +0x226
goroutine 38 [select, 12 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x5812f18, 0xc2081202d0, 0xc20d1044e0, 0x4834890, 0x3, 0x765f, 0x765f, 0x485b490, 0xc)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
github.com/ethereum/go-ethereum/p2p.func·004()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:246 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:248 +0x309
goroutine 39 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc208150fc0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:355 +0x6c9
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0xa3e
goroutine 40 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0xc208066200)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/backend.go:406 +0x5db
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/backend.go:384 +0x168
goroutine 41 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).Start(0xc20b61c150)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:91 +0x16c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/backend.go:387 +0x189
goroutine 42 [chan receive, 4 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc20ac78e60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:456 +0x99
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:179 +0x144
goroutine 43 [chan receive, 20 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc20ac78e60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:446 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:183 +0x267
goroutine 44 [select, 86 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncHandler(0xc20ac78e60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:130 +0x337
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:186 +0x284
goroutine 45 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc20bfa0000)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/whisper/whisper.go:296 +0x107
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/whisper/whisper.go:143 +0x110
goroutine 46 [chan receive, 4 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc208066200)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/backend.go:471 +0x8b
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/backend.go:396 +0x303
goroutine 47 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20d12c200)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x514
goroutine 1198 [select, 446 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20dbb4480, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20dbb4480)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 417 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20ce2b860, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20ce2b860)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 82 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20bd8c300)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 1468 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20b935d80)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x514
goroutine 658 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20cb81aa0, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20cb81aa0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 4766 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20afedc20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc209876cc0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc209876cc0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20c395020, 0x6d48828, 0xc20afedc20, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 530 [IO wait]:
net.(*pollDesc).Wait(0xc2099d9cd0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2099d9cd0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2099d9c70, 0xc23131f0a0, 0x20, 0x20, 0x0, 0x58121c8, 0xc22eb41c90)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20802c018, 0xc23131f0a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20802c018, 0xc23131f0a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20802c018, 0xc23131f0a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c39ad20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209c2e5c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20ce2b860, 0xc20ce2b920)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 788 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d83b4a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20c1d0180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20c1d0180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20d833aa0, 0x6d48828, 0xc20d83b4a0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 639 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208f84550, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20d322600, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20d322600, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20a3f6480, 0x6d48828, 0xc208f84550, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 523 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20cf52d20)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 626 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2096a4240, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc2096a4240)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 45859 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8efa0, 0xc25c6389c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08fdc0, 0xc228a8efa0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 25369 [IO wait]:
net.(*pollDesc).Wait(0xc24414bf00, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc24414bf00, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc24414bea0, 0xc240d862a0, 0x20, 0x20, 0x0, 0x58121c8, 0xc22c35fac0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20d13eaf0, 0xc240d862a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20d13eaf0, 0xc240d862a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20d13eaf0, 0xc240d862a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc228e257a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc31ad95e80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc228e25e60, 0xc228e25f20)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 1174 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208b49450, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc209877200, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc209877200, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20dbb4480, 0x6d48828, 0xc208b49450, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 649 [IO wait]:
net.(*pollDesc).Wait(0xc20cba9100, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cba9100, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20cba90a0, 0xc3198ceb00, 0x20, 0x20, 0x0, 0x58121c8, 0xc217277190)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20818a140, 0xc3198ceb00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20818a140, 0xc3198ceb00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20818a140, 0xc3198ceb00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c5c2300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc208ba5cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d8d9f20, 0xc20c7ec000)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 25371 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc31ad8bf40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc23d6ebb00, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc23d6ebb00, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc228e25e60, 0x6d48828, 0xc31ad8bf40, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 45858 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8ef00, 0xc25c638960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08fd40, 0xc228a8ef00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 636 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a3f6480, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20a3f6480)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 1454 [select, 443 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).dropLater(0xc2081202a0, 0xc20bb9cc00, 0x14, 0x14, 0xc20d34cf10, 0x6e80ec57180000)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/accounts/account_manager.go:180 +0x271
created by github.com/ethereum/go-ethereum/accounts.(*Manager).TimedUnlock
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/accounts/account_manager.go:120 +0x158
goroutine 534 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20cf4fe00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20cf78180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20cf78180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20cf52d20, 0x6d48828, 0xc20cf4fe00, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 643 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d8d9b00, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20d8d9b00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 532 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20ce31040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20cdfe9c0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20cdfe9c0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20ce2b860, 0x6d48828, 0xc20ce31040, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 522 [IO wait]:
net.(*pollDesc).Wait(0xc20adcdcd0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20adcdcd0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20adcdc70, 0xc2432633a0, 0x20, 0x20, 0x0, 0x58121c8, 0xc239f0c710)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20818a4d8, 0xc2432633a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20818a4d8, 0xc2432633a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20818a4d8, 0xc2432633a0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20cf52a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209960a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20cf52d20, 0xc20cf52de0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 650 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d8d9f20)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 623 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b8ff590, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20ce1ec00, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20ce1ec00, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20d8d9b00, 0x6d48828, 0xc20b8ff590, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 629 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a28c190, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20a75a180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20a75a180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc2096a4240, 0x6d48828, 0xc20a28c190, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 792 [IO wait]:
net.(*pollDesc).Wait(0xc20b912760, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b912760, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b912700, 0xc20d428020, 0x20, 0x20, 0x0, 0x58121c8, 0xc31a8d8900)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2090d03c8, 0xc20d428020, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc2090d03c8, 0xc20d428020, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc2090d03c8, 0xc20d428020, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d71d800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209f54680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d802600, 0xc20d8026c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 2713 [select, 431 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20c9901e0, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20c9901e0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 17103 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc20d79cf90)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0x115
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xac
goroutine 638 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a3f6480)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 786 [IO wait]:
net.(*pollDesc).Wait(0xc20a621330, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a621330, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20a6212d0, 0xc20d7fcd60, 0x20, 0x20, 0x0, 0x58121c8, 0xc31a8d9fa0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20babc980, 0xc20d7fcd60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20babc980, 0xc20d7fcd60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20babc980, 0xc20d7fcd60, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20bad1320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209f54080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d8021e0, 0xc20d8022a0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 644 [IO wait]:
net.(*pollDesc).Wait(0xc20cf5bdb0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cf5bdb0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20cf5bd50, 0xc22de8f920, 0x20, 0x20, 0x0, 0x58121c8, 0xc232ef81a8)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2090d0000, 0xc22de8f920, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc2090d0000, 0xc22de8f920, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc2090d0000, 0xc22de8f920, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b1a4ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc208ba5a00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d8d9b00, 0xc20d8d9bc0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 531 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20ce2b860)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 538 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a8f12c0, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20a8f12c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 540 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a8f12c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 45795 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8f900, 0xc25c638a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08ffc0, 0xc228a8f900)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 659 [IO wait]:
net.(*pollDesc).Wait(0xc20c2f5720, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20c2f5720, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20c2f56c0, 0xc22de8fa00, 0x20, 0x20, 0x0, 0x58121c8, 0xc232ef81f0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2090d0010, 0xc22de8fa00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc2090d0010, 0xc22de8fa00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc2090d0010, 0xc22de8fa00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209ce0fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20a110800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20cb81aa0, 0xc20cb81b60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 627 [IO wait]:
net.(*pollDesc).Wait(0xc20c33a680, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20c33a680, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20c33a620, 0xc23ed3b660, 0x20, 0x20, 0x0, 0x58121c8, 0xc22c35e228)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2081a4908, 0xc23ed3b660, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc2081a4908, 0xc23ed3b660, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc2081a4908, 0xc23ed3b660, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a8f1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b2ee100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2096a4240, 0xc2096a4300)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 2715 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20c9901e0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 45796 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8f720, 0xc25c638ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08ff80, 0xc228a8f720)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 648 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d8d9f20, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20d8d9f20)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 2716 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20c994050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20c00a180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20c00a180, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20c9901e0, 0x6d48828, 0xc20c994050, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 2714 [IO wait]:
net.(*pollDesc).Wait(0xc209916a00, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc209916a00, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2099169a0, 0xc229262580, 0x20, 0x20, 0x0, 0x58121c8, 0xc316ad8558)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20d13f720, 0xc229262580, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20d13f720, 0xc229262580, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20d13f720, 0xc229262580, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d411920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20d7f80c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20c9901e0, 0xc20c9902a0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 621 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a618f50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20ae57bc0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20ae57bc0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20a8f12c0, 0x6d48828, 0xc20a618f50, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 651 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b8ff720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20a187980, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20a187980, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20d8d9f20, 0x6d48828, 0xc20b8ff720, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 628 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2096a4240)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 521 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20cf52d20, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20cf52d20)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 732 [IO wait]:
net.(*pollDesc).Wait(0xc20ce36a70, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20ce36a70, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20ce36a10, 0xc20d428120, 0x20, 0x20, 0x0, 0x58121c8, 0xc31a8d8948)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208113300, 0xc20d428120, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc208113300, 0xc20d428120, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc208113300, 0xc20d428120, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20ac46120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20a004480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d833aa0, 0xc20d833b60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 539 [IO wait]:
net.(*pollDesc).Wait(0xc20c2d6610, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20c2d6610, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20c2d65b0, 0xc23ed3b580, 0x20, 0x20, 0x0, 0x58121c8, 0xc22c35e1e0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20818a150, 0xc23ed3b580, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20818a150, 0xc23ed3b580, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20818a150, 0xc23ed3b580, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a49ade0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b3e1580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a8f12c0, 0xc20a8f1380)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 637 [IO wait]:
net.(*pollDesc).Wait(0xc20cba9090, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20cba9090, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20cba9030, 0xc22de8fc00, 0x20, 0x20, 0x0, 0x58121c8, 0xc232ef82b0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2090d0030, 0xc22de8fc00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc2090d0030, 0xc22de8fc00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc2090d0030, 0xc22de8fc00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20c8f6f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20d5261c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a3f6480, 0xc20a3f6540)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 661 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20c953130, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20a187740, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20a187740, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20cb81aa0, 0x6d48828, 0xc20c953130, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 17095 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08fdc0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 695 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d8061e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20c1d03c0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20c1d03c0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20d802600, 0x6d48828, 0xc20d8061e0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 791 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d802600, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20d802600)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 17096 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08fe00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 1470 [IO wait]:
net.(*pollDesc).Wait(0xc20adccb50, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20adccb50, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20adccaf0, 0x0, 0x58121c8, 0xc31a8d8958)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20d13e2b0, 0xeccceb6e0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/tcpsock_posix.go:234 +0x4e
github.com/ethereum/go-ethereum/rpc.(*stoppableTCPListener).Accept(0xc20da9cc40, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/rpc/types.go:323 +0xe8
net/http.(*Server).Serve(0xc20d0e28a0, 0x6d9dfc0, 0xc20da9cc40, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/server.go:1728 +0x92
net/http.Serve(0x6d9dfc0, 0xc20da9cc40, 0x5812668, 0xc20a662c80, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc.Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/rpc/http.go:51 +0x9b3
goroutine 793 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d802600)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 733 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d833aa0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 787 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d8021e0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 689 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d8021e0, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20d8021e0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 45860 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8f680, 0xc25c638a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08ff40, 0xc228a8f680)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 728 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d806050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc20d822900, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc20d822900, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc20d8021e0, 0x6d48828, 0xc20d806050, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 1200 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20dbb4480)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 4765 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20c395020)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 731 [select, 448 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d833aa0, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20d833aa0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 17098 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08ff00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 17101 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08ffc0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 17102 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc20d120330)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0x115
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xac
goroutine 25368 [select, 186 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc228e25e60, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc228e25e60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 36516 [IO wait]:
net.(*pollDesc).Wait(0xc229ea31e0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc229ea31e0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc229ea3180, 0xc20a5f04e0, 0x20, 0x20, 0x0, 0x58121c8, 0xc21df87ae8)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20cdee410, 0xc20a5f04e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20cdee410, 0xc20a5f04e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20cdee410, 0xc20a5f04e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20820c900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc316d35900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc226b2a060, 0xc226b2a120)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 17099 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08ff40)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 36515 [select, 86 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc226b2a060, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc226b2a060)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 17100 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08ff80)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 4763 [select, 413 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20c395020, 0x6d48698)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208150fc0, 0xc20c395020)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:452 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/server.go:438 +0x6f0
goroutine 45847 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8f220, 0xc23e870c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08fe80, 0xc228a8f220)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 34612 [syscall, 92 minutes]:
syscall.Syscall(0x3, 0x0, 0xc20bcb8000, 0x1000, 0xa8a0130, 0xc22ded82c0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x0, 0xc20bcb8000, 0x1000, 0x1000, 0xc22ded8280, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x0, 0xc20bcb8000, 0x1000, 0x1000, 0x3, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20802c000, 0xc20bcb8000, 0x1000, 0x1000, 0xc262c6ddf8, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc20802c000, 0xc20bcb8000, 0x1000, 0x1000, 0x18, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc20d1509c0)
/usr/local/Cellar/go/1.4.2/libexec/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc20d1509c0, 0xc262c6dda0, 0xc20801d7c0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 1504 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20a1c8a00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 17097 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08fe80)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 1199 [IO wait]:
net.(*pollDesc).Wait(0xc20a5248b0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a5248b0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20a524850, 0xc24a5a6f40, 0x20, 0x20, 0x0, 0x58121c8, 0xc217826240)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20babc3d8, 0xc24a5a6f40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20babc3d8, 0xc24a5a6f40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20babc3d8, 0xc24a5a6f40, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20dbb4180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b299840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20dbb4480, 0xc20dbb4540)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 45848 [semacquire]:
sync.(*Mutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20cfd5ec0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20cfbca00)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213
github.com/ethereum/ethash.(*Ethash).Search(0xc20cfbca00, 0x6d52580, 0xc228a8f2c0, 0xc23e870cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a
github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20c08ff00, 0xc228a8f2c0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133
goroutine 36518 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc316d4c4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20ac78e60, 0xc30eb7c600, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:235 +0xbc
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20ac78e60, 0xc30eb7c600, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:226 +0x353
github.com/ethereum/go-ethereum/eth.func·002(0xc226b2a060, 0x6d48828, 0xc316d4c4b0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/eth/handler.go:118 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 4764 [IO wait]:
net.(*pollDesc).Wait(0xc20925edf0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20925edf0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20925ed90, 0xc311721400, 0x20, 0x20, 0x0, 0x58121c8, 0xc312661168)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20babc3b0, 0xc311721400, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6d2ac10, 0xc20babc3b0, 0xc311721400, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x6d2ac10, 0xc20babc3b0, 0xc311721400, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d411260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209209580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20c395020, 0xc20c3950e0)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 17094 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c08fd40)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed
goroutine 36517 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc226b2a060)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 25370 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc228e25e60)
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum20150424-43864-1x6t8zj/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
rax 0x0
rbx 0x6
rcx 0xb0621d88
rdx 0x0
rdi 0x3303
rsi 0x6
rbp 0xb0621db0
rsp 0xb0621d88
r8 0x1
r9 0x0
r10 0x8000000
r11 0x206
r12 0x80ba20f24f0a
r13 0x1
r14 0xb0622000
r15 0x0
rip 0x7fff8d06b286
rflags 0x206
cs 0x7
fs 0x0
gs 0x0
MacBook-Pro:~ joeykrug2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment