Skip to content

Instantly share code, notes, and snippets.

@Ulysseus
Created January 5, 2016 13:32
Show Gist options
  • Save Ulysseus/8e4716f49142883cb494 to your computer and use it in GitHub Desktop.
Save Ulysseus/8e4716f49142883cb494 to your computer and use it in GitHub Desktop.
Result of kill -s Quit
I0105 15:25:05.210391 30915 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 4.748104ms. #801564 [b5a602e0 / b5a602e0]
I0105 15:25:05.312769 30915 worker.go:570] commit new work on block 801565 with 2 txs & 0 uncles. Took 102.245786ms
SIGQUIT: quit
PC=0x407182b
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x1d03, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x406e9ca, 0x40626f0, 0x7fff5fbffa68, ...)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/sys_darwin_amd64.s:412 +0xb
semasleep()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/os_darwin.c:438 +0x16c
runtime.onM(0x7fff5fbffa68)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:273 +0x9a
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/os_darwin.c:457 +0x60
runtime.notesleep(0x50a88f8)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/lock_sema.go:171 +0x114
stopm()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.c:1178 +0x119
findrunnable(0xc2080ff200)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.c:1487 +0x562
schedule()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.c:1575 +0x151
runtime.park_m(0xc2080bdd40)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.c:1654 +0x113
runtime.mcall(0x4064d84)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:186 +0x5a
goroutine 1 [semacquire]:
sync.(*WaitGroup).Wait(0xc2081182e8)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Server).Stop(0xc208118180)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:299 +0xf7
github.com/ethereum/go-ethereum/eth.(*Ethereum).Stop(0xc2080b97c0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:550 +0x2f
main.console(0xc2080bc120)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:480 +0x3fe
github.com/codegangsta/cli.Command.Run(0x49c3710, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4af9390, 0x30, 0x4ca54d0, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:131 +0x1001
github.com/codegangsta/cli.(*App).Run(0xc2080a7680, 0xc20800a000, 0x6, 0x6, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:175 +0x1184
main.main()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:373 +0x80
goroutine 5 [syscall, 827 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 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x50a78a0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 17 [syscall, 827 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 8 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x25
goroutine 10 [chan receive]:
github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x50a6bc0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rcrowley/go-metrics/meter.go:221 +0x52
created by github.com/rcrowley/go-metrics.NewMeter
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rcrowley/go-metrics/meter.go:40 +0x1f7
goroutine 11 [sleep]:
github.com/ethereum/go-ethereum/metrics.CollectProcessMetrics(0xb2d05e00)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/metrics/metrics.go:110 +0x97b
created by main.init·1
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:367 +0x1c74
goroutine 86 [chan receive]:
main.func·008()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:386 +0xa0
created by main.(*jsre).interactive
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:397 +0x184
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x52b13e8, 0xc2081ef750, 0xc20820a000, 0xc20801ee20)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x176
goroutine 19 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080a2c40)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 16 [select, 8 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20800c580)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 66 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc20800c580)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 67 [select, 8 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20800c580)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 68 [select, 10 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20800c580)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 69 [select, 827 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20800c580)
/Users/user/go-ethereum/build/_workspace/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
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 70 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc20811c000, 0xb2d05e00)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x537
goroutine 71 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080a2460)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 72 [select, 827 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208246840)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 73 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208246840)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 74 [select, 827 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208246840)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 75 [select, 827 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208246840)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 76 [select, 827 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208246840)
/Users/user/go-ethereum/build/_workspace/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
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 77 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc20811c0c0, 0xb2d05e00)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x537
goroutine 78 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc2080b8b40)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1349 +0xfd
created by github.com/ethereum/go-ethereum/core.NewBlockChain
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:174 +0xc32
goroutine 79 [chan receive]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc208223ea0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0x87
created by github.com/ethereum/go-ethereum/core.NewTxPool
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x3f1
goroutine 80 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc208dff4a0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x6b4
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x3f7
goroutine 81 [chan receive, 827 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc208dff4a0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:271 +0xa4
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:143 +0x411
goroutine 109 [chan receive]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc208118180, 0x52cd3b8, 0xc209632c40)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:515 +0x856
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:362 +0xd5a
goroutine 110 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc2082408f0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:741 +0x7f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x144
goroutine 111 [chan receive, 827 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc2082408f0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:730 +0x82
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:181 +0x26b
goroutine 112 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc2082408f0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:139 +0x23f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:184 +0x288
goroutine 113 [select, 7 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc2082408f0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:105 +0x5fc
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x2a5
goroutine 114 [chan receive, 827 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:122 +0x13c
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:135 +0x312
goroutine 35 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc2082409c0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x68e7
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x32
goroutine 115 [IO wait, 827 minutes]:
net.(*pollDesc).Wait(0xc209632d80, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc209632d80, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc209632d20, 0x0, 0x52ae8e0, 0xc2081ba048)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:419 +0x40b
net.(*UnixListener).AcceptUnix(0xc2097231e0, 0x10, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/unixsock_posix.go:282 +0x56
net.(*UnixListener).Accept(0xc2097231e0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/unixsock_posix.go:293 +0x4c
github.com/ethereum/go-ethereum/rpc/comms.ipcLoop(0xc20826e750, 0x25, 0x0, 0xc209723160, 0x52cd4e8, 0xc2097231e0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:116 +0x211
created by github.com/ethereum/go-ethereum/rpc/comms.StartIpc
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:107 +0xc7
goroutine 116 [chan receive]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc2083baec0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:94 +0x9c
created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:53 +0x2d3
goroutine 117 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc209624340)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:127 +0x725
created by github.com/ethereum/go-ethereum/xeth.New
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:118 +0x608
goroutine 118 [IO wait]:
net.(*pollDesc).Wait(0xc209632df0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc209632df0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc209632d90, 0x0, 0x52ae8e0, 0xc20a6bf9b8)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20802e310, 0xc2089866b8, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20802e310, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc20970cde0, 0x52cd380, 0xc20802e310, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/server.go:1728 +0x92
created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:188 +0x2e5
goroutine 119 [chan receive]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc2083bb000)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:94 +0x9c
created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:53 +0x2d3
goroutine 120 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc209624410)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:127 +0x725
created by github.com/ethereum/go-ethereum/xeth.New
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:118 +0x608
goroutine 884746 [IO wait]:
net.(*pollDesc).Wait(0xc20b8c6e60, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b8c6e60, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b8c6e00, 0xc20ea1d000, 0x1000, 0x1000, 0x0, 0x52ae8e0, 0xc20fe3e858)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20a268938, 0xc20ea1d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
net/http.noteEOFReader.Read(0x52ccb00, 0xc20a268938, 0xc20e43ef78, 0xc20ea1d000, 0x1000, 0x1000, 0x48092a0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:1270 +0x6e
net/http.(*noteEOFReader).Read(0xc20ecdf760, 0xc20ea1d000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0)
<autogenerated>:125 +0xd4
bufio.(*Reader).fill(0xc20a838000)
/usr/local/Cellar/go/1.4.2/libexec/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).Peek(0xc20a838000, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/bufio/bufio.go:132 +0xf0
net/http.(*persistConn).readLoop(0xc20e43ef20)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:842 +0xa4
created by net/http.(*Transport).dialConn
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:660 +0xc9f
goroutine 1524 [select, 27 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc2091ee360, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20c189e60, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc2091ee360, 0x10, 0xc20b74e990, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20b952000, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20b952000, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20a7c01c0, 0x6c68448, 0xc20a46c770, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 1457 [semacquire]:
sync.(*WaitGroup).Wait(0xc20a7c01d0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a7c01c0, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20a7c01c0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 560182 [semacquire]:
sync.(*WaitGroup).Wait(0xc20faee8d0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20faee8c0, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20faee8c0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 1589 [semacquire]:
sync.(*WaitGroup).Wait(0xc20b084390)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b084380, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20b084380)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 782 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0xc20970cfc0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:156 +0x518
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:82 +0xe9
goroutine 793292 [select, 88 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20b142270, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20859e360, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc20b142270, 0x10, 0xc20dc76d50, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20e900280, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20e900280, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20ecb2180, 0x6c68448, 0xc20c3c40e0, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 781 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0xc20970cd80)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:156 +0x518
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:82 +0xe9
goroutine 345 [select, 29 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc208f4c800, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20b15c060, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc208f4c800, 0x10, 0xc20d612008, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20a0b6100, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20a0b6100, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc208569280, 0x6c68448, 0xc209effc70, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 785395 [select, 60 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20c8d0190, 0x10, 0xc2084bee40, 0x6ccffd8, 0xc20ed19840, 0x52af320, 0xc208010930, 0x52af320, 0xc208010a10, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverBodies(0xc208118000, 0xc20c8d0190, 0x10, 0xc20b769060, 0x1, 0x1, 0xc20b7690c0, 0x1, 0x1, 0x0, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1597 +0x1a8
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20ef6a400, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:494 +0x3574
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20ef6a400, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc210a38200, 0x6c68448, 0xc20f2024d0, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 342 [semacquire]:
sync.(*WaitGroup).Wait(0xc208569290)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc208569280, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc208569280)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 532336 [select, 68 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc208117330, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20b6d72c0, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc208117330, 0x10, 0xc20903e048, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20c615880, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20c615880, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20b7f1dc0, 0x6c68448, 0xc2097639d0, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 513270 [semacquire]:
sync.(*WaitGroup).Wait(0xc20bb04190)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20bb04180, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20bb04180)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 835134 [select, 16 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20d7325a0, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20aa5d110, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc20d7325a0, 0x10, 0xc20a268f10, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20ef5c580, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20ef5c580, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20b499f80, 0x6c68448, 0xc20db80540, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 641202 [select, 18 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20b1ea280, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20b4e7320, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc20b1ea280, 0x10, 0xc20a268c20, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20d72c280, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20d72c280, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc209e86b00, 0x6c68448, 0xc20ba06c40, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 835119 [semacquire]:
sync.(*WaitGroup).Wait(0xc20b499f90)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b499f80, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20b499f80)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 793289 [semacquire]:
sync.(*WaitGroup).Wait(0xc20ecb2190)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20ecb2180, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20ecb2180)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 641186 [semacquire]:
sync.(*WaitGroup).Wait(0xc209e86b10)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc209e86b00, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc209e86b00)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 1568 [select, 39 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20890afc0, 0x10, 0xc2084bede0, 0x6cb8680, 0xc209c8ee10, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc20890afc0, 0x10, 0xc20fb90368, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc208fc5200, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc208fc5200, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20b084380, 0x6c68448, 0xc20c70a0e0, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 884263 [IO wait]:
net.(*pollDesc).Wait(0xc20d052290, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20d052290, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20d052230, 0xc20ff02000, 0x1000, 0x1000, 0x0, 0x52ae8e0, 0xc20db2c5c8)
/usr/local/Cellar/go/1.4.2/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20fb900c0, 0xc20ff02000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/net.go:121 +0xdc
net/http.noteEOFReader.Read(0x52ccb00, 0xc20fb900c0, 0xc210fe8058, 0xc20ff02000, 0x1000, 0x1000, 0x48092a0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:1270 +0x6e
net/http.(*noteEOFReader).Read(0xc20a058060, 0xc20ff02000, 0x1000, 0x1000, 0xc208100400, 0x0, 0x0)
<autogenerated>:125 +0xd4
bufio.(*Reader).fill(0xc211501440)
/usr/local/Cellar/go/1.4.2/libexec/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).Peek(0xc211501440, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/bufio/bufio.go:132 +0xf0
net/http.(*persistConn).readLoop(0xc210fe8000)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:842 +0xa4
created by net/http.(*Transport).dialConn
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:660 +0xc9f
goroutine 884264 [select]:
net/http.(*persistConn).writeLoop(0xc210fe8000)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:945 +0x41d
created by net/http.(*Transport).dialConn
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:661 +0xcbc
goroutine 513273 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20de4e230, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20c17e180, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc20de4e230, 0x10, 0xc209efc018, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20bbfc100, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20bbfc100, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20bb04180, 0x6c68448, 0xc209ce80e0, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 884747 [select]:
net/http.(*persistConn).writeLoop(0xc20e43ef20)
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:945 +0x41d
created by net/http.(*Transport).dialConn
/usr/local/Cellar/go/1.4.2/libexec/src/net/http/transport.go:661 +0xcbc
goroutine 534333 [semacquire]:
sync.(*WaitGroup).Wait(0xc20be35750)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20be35740, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20be35740)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 785344 [semacquire]:
sync.(*WaitGroup).Wait(0xc210a38210)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc210a38200, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc210a38200)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
goroutine 534685 [select, 24 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc208f301c0, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20bdb0870, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc208f301c0, 0x10, 0xc20c2d2168, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20cf73700, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20cf73700, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20be35740, 0x6c68448, 0xc20ed58460, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 560185 [select, 50 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc208118000, 0xc20f0007a0, 0x10, 0xc2084bede0, 0x6cb8680, 0xc20effa660, 0x52af320, 0xc208010770, 0x52af320, 0xc208010850, ...)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1626 +0x28f
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc208118000, 0xc20f0007a0, 0x10, 0xc20903e7b8, 0x1, 0x1, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1592 +0x163
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc2082408f0, 0xc20c10b100, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:445 +0x27b1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc2082408f0, 0xc20c10b100, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:242 +0xad1
github.com/ethereum/go-ethereum/eth.func·005(0xc20faee8c0, 0x6c68448, 0xc20df9d960, 0x0, 0x0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:124 +0xc3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x391
goroutine 532333 [semacquire, 66 minutes]:
sync.(*WaitGroup).Wait(0xc20b7f1dd0)
/usr/local/Cellar/go/1.4.2/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b7f1dc0, 0x6c68420)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x443
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208118180, 0xc20b7f1dc0)
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:681 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/user/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x15bb
rax 0xe
rbx 0x50a8820
rcx 0x7fff5fbffa10
rdx 0x7fff5fbffa68
rdi 0x1d03
rsi 0x3a6d3
rbp 0x1
rsp 0x7fff5fbffa10
r8 0x40
r9 0x7fff5fbff2b0
r10 0x7fff5fbff2c8
r11 0x286
r12 0x16
r13 0x85d1a48c4820
r14 0x14268aaca624c800
r15 0xc20f726120
rip 0x407182b
rflags 0x286
cs 0x7
fs 0x0
gs 0x0
I0105 15:25:05.210391 30915 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 4.748104ms. #801564 [b5a602e0 / b5a602e0]
I0105 15:25:05.312769 30915 worker.go:570] commit new work on block 801565 with 2 txs & 0 uncles. Took 102.245786ms
SIGQUIT: quit
PC=0x407182b
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x1d03, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x406e9ca, 0x40626f0, 0x7fff5fbffa68, ...)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/sys_darwin_amd64.s:412 +0xb
semasleep()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/os_darwin.c:438 +0x16c
runtime.onM(0x7fff5fbffa68)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:273 +0x9a
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/os_darwin.c:457 +0x60
runtime.notesleep(0x50a88f8)
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/lock_sema.go:171 +0x114
stopm()
/usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.c:1178 +0x119
findrunnable(0xc2080ff200)
/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment