Skip to content

Instantly share code, notes, and snippets.

@XertroV
Created August 8, 2016 07:11
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 XertroV/f6495d9fcc82ff96b05a4986c1316b61 to your computer and use it in GitHub Desktop.
Save XertroV/f6495d9fcc82ff96b05a4986c1316b61 to your computer and use it in GitHub Desktop.
gist-hang-3-30s
# First: from the HTTP debug interface (Which hung with the RPC command...)
## See below for `debug.stacks()`
```
goroutine 156 [running]:
runtime/pprof.writeGoroutineStacks(0x6b42108, 0xc82c353ee0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/runtime/pprof/pprof.go:516 +0x84
runtime/pprof.writeGoroutine(0x6b42108, 0xc82c353ee0, 0x2, 0x0, 0x0)
/usr/local/opt/go/libexec/src/runtime/pprof/pprof.go:505 +0x46
runtime/pprof.(*Profile).WriteTo(0x53e2ee0, 0x6b42108, 0xc82c353ee0, 0x2, 0x0, 0x0)
/usr/local/opt/go/libexec/src/runtime/pprof/pprof.go:236 +0xd4
net/http/pprof.handler.ServeHTTP(0xc82b8ab361, 0x9, 0x6b420a8, 0xc82c353ee0, 0xc820460000)
/usr/local/opt/go/libexec/src/net/http/pprof/pprof.go:210 +0x37e
net/http/pprof.Index(0x6b420a8, 0xc82c353ee0, 0xc820460000)
/usr/local/opt/go/libexec/src/net/http/pprof/pprof.go:222 +0x200
net/http.HandlerFunc.ServeHTTP(0x4eb76d0, 0x6b420a8, 0xc82c353ee0, 0xc820460000)
/usr/local/opt/go/libexec/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc8200bc630, 0x6b420a8, 0xc82c353ee0, 0xc820460000)
/usr/local/opt/go/libexec/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc8200b4180, 0x6b420a8, 0xc82c353ee0, 0xc820460000)
/usr/local/opt/go/libexec/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc824c6e600)
/usr/local/opt/go/libexec/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/opt/go/libexec/src/net/http/server.go:2137 +0x44e
goroutine 1 [chan receive]:
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).Evaluate(0xc8201b8dc0, 0xc82495d250, 0xf, 0x609a458, 0xc820082008, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:313 +0x171
github.com/ethereum/go-ethereum/console.(*Console).Evaluate(0xc820261340, 0xc82495d250, 0xf, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:275 +0x87
github.com/ethereum/go-ethereum/console.(*Console).Interactive(0xc820261340)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:350 +0x765
main.localConsole(0xc8203e5400, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/consolecmd.go:93 +0x54d
reflect.Value.call(0x495e0c0, 0x4eb72b0, 0x13, 0x4c01d08, 0x4, 0xc824d11520, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/opt/go/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x495e0c0, 0x4eb72b0, 0x13, 0xc824d11520, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/reflect/value.go:303 +0xb1
gopkg.in/urfave/cli%2ev1.HandleAction(0x495e0c0, 0x4eb72b0, 0xc8203e5400, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:480 +0x2ee
gopkg.in/urfave/cli%2ev1.Command.Run(0x4c070d8, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4d95ec0, 0x30, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/command.go:186 +0x1301
gopkg.in/urfave/cli%2ev1.(*App).Run(0xc820063380, 0xc820086000, 0x10, 0x10, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:236 +0xa9c
main.main()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:240 +0x53
goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/usr/local/opt/go/libexec/src/runtime/asm_amd64.s:1998 +0x1
goroutine 20 [select, 2 minutes]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x625
created by github.com/ethereum/go-ethereum/logger.init.1
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
goroutine 21 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x54076e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:931 +0x67
created by github.com/ethereum/go-ethereum/logger/glog.init.1
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:460 +0x6f
goroutine 3 [chan receive, 2 minutes]:
github.com/rjeczalik/notify.(*recursiveTree).dispatch(0xc8200161e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_recursive.go:125 +0x60
created by github.com/rjeczalik/notify.newRecursiveTree
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_recursive.go:119 +0x2b1
goroutine 34 [syscall, 2 minutes, locked to thread]:
github.com/rjeczalik/notify._Cfunc_CFRunLoopRun()
??:0 +0x36
github.com/rjeczalik/notify.init.1.func1()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:68 +0x112
created by github.com/rjeczalik/notify.init.1
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:70 +0x48
goroutine 23 [syscall, 2 minutes]:
os/signal.signal_recv(0x0)
/usr/local/opt/go/libexec/src/runtime/sigqueue.go:116 +0x132
os/signal.loop()
/usr/local/opt/go/libexec/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/opt/go/libexec/src/os/signal/signal_unix.go:28 +0x37
goroutine 24 [select, 2 minutes, locked to thread]:
runtime.gopark(0x4eb7b48, 0xc820027728, 0x4c0c128, 0x6, 0x18, 0x2)
/usr/local/opt/go/libexec/src/runtime/proc.go:262 +0x163
runtime.selectgoImpl(0xc820027728, 0x0, 0x18)
/usr/local/opt/go/libexec/src/runtime/select.go:392 +0xa67
runtime.selectgo(0xc820027728)
/usr/local/opt/go/libexec/src/runtime/select.go:215 +0x12
runtime.ensureSigM.func1()
/usr/local/opt/go/libexec/src/runtime/signal1_unix.go:279 +0x32c
runtime.goexit()
/usr/local/opt/go/libexec/src/runtime/asm_amd64.s:1998 +0x1
goroutine 25 [IO wait, 1 minutes]:
net.runtime_pollWait(0x6a3ee88, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820480060, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820480060, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820480000, 0x0, 0x6750000, 0xc827b08000)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc82002c028, 0x406d0d0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:254 +0x4d
net/http.tcpKeepAliveListener.Accept(0xc82002c028, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2427 +0x41
net/http.(*Server).Serve(0xc8200b4180, 0x6052430, 0xc82002c028, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2117 +0x129
net/http.(*Server).ListenAndServe(0xc8200b4180, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2098 +0x136
net/http.ListenAndServe(0xc82042a330, 0xe, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2195 +0x98
github.com/ethereum/go-ethereum/internal/debug.Setup.func1(0xc82042a330, 0xe)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/debug/flags.go:107 +0x152
created by github.com/ethereum/go-ethereum/internal/debug.Setup
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/debug/flags.go:108 +0x378
goroutine 46 [semacquire]:
sync.runtime_Syncsemacquire(0xc8200148d0)
/usr/local/opt/go/libexec/src/runtime/sema.go:241 +0x201
sync.(*Cond).Wait(0xc8200148c0)
/usr/local/opt/go/libexec/src/sync/cond.go:63 +0x9b
github.com/ethereum/go-ethereum/eth/downloader.(*queue).WaitResults(0xc820483380, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/queue.go:452 +0xc6
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processContent(0xc8200e9dc0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1809 +0x88
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc8215a8160, 0xc821fc4180, 0xc8200e9dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:487 +0x4c
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:487 +0xd2
goroutine 47 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296c0, 0xc8200acde0, 0xc8294ebc30, 0xc8261ddb90, 0xc820473a10, 0xc820473a60, 0xc820473a50, 0x4eb60e0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fillHeaderSkeleton(0xc8200e9dc0, 0x19acb, 0xc82a412480, 0x65, 0x8d, 0x0, 0x0, 0x0, 0x6000, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1344 +0x3ea
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0xc8200e9dc0, 0xc824544000, 0x19acb, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1270 +0x92b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:467 +0x44
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c040)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 31 [select, 2 minutes]:
github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc820427a80)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x529
created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126
goroutine 48 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc8200e9dc0, 0x1c58b, 0xc822424640, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1676 +0x1d97
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:468 +0x44
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c060)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 9 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54d
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6da
goroutine 11 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x816
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x900
goroutine 41 [select, 2 minutes]:
github.com/ethereum/go-ethereum/accounts.(*watcher).loop(0xc8204070e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:91 +0x79b
created by github.com/ethereum/go-ethereum/accounts.(*watcher).start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:53 +0x52
goroutine 10 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14c
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6fc
goroutine 12 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x254
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x922
goroutine 42 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8204600e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x270
goroutine 13 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a3
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x944
goroutine 14 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc82014a000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x270
goroutine 15 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54d
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6da
goroutine 16 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14c
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6fc
goroutine 66 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x816
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x900
goroutine 67 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x254
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x922
goroutine 68 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a3
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x944
goroutine 69 [select, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc82000a500)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1115 +0x102
created by github.com/ethereum/go-ethereum/core.NewBlockChain
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:161 +0x10d4
goroutine 70 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc820216ab0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:105 +0xd6
created by github.com/ethereum/go-ethereum/core.NewTxPool
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:94 +0x4b4
goroutine 71 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc8200e9dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1943 +0x486
created by github.com/ethereum/go-ethereum/eth/downloader.New
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:215 +0x745
goroutine 72 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc82022e360)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:226 +0xad
created by github.com/ethereum/go-ethereum/miner.newWorker
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:150 +0x586
goroutine 73 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc82022e360)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:260 +0x8e
created by github.com/ethereum/go-ethereum/miner.newWorker
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:152 +0x5a8
goroutine 74 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc8200ad440)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:68 +0x235
created by github.com/ethereum/go-ethereum/miner.New
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:56 +0x13d
goroutine 75 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc820419d10)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:549 +0x163
created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x18c
goroutine 76 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc8200ad4a0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:963 +0x12f
created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x218
goroutine 77 [IO wait, 2 minutes]:
net.runtime_pollWait(0x6a3ed08, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820260fb0, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820260fb0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820260f50, 0x0, 0x6750000, 0xc8201285c0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc820082e30, 0x401db8b, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc820082e30, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:264 +0x3d
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc8200be300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:579 +0x344
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6
goroutine 78 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x609b190, 0xc820426e40, 0xc8200ad5c0, 0x4c0cd08, 0x3, 0x7a69, 0x7a69, 0x4c276c0, 0xc)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9d
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc8200be300, 0xc820018a80)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c
goroutine 79 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc8200be300, 0x6055988, 0xc820260ee0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:450 +0x198e
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xd68
goroutine 80 [select, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG.func1(0xc82022e240)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:459 +0xef6
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:491 +0x48
goroutine 81 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:845 +0x82
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:216 +0x11d
goroutine 82 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:834 +0x86
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:219 +0x21a
goroutine 83 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:140 +0x261
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x23f
goroutine 84 [select, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:106 +0x5bc
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x264
goroutine 85 [select, 2 minutes]:
github.com/ethereum/go-ethereum/release.(*ReleaseService).checker(0xc82045e140)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:106 +0x14c5
created by github.com/ethereum/go-ethereum/release.(*ReleaseService).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:86 +0x41
goroutine 86 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc82045e230)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:549 +0x163
created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x18c
goroutine 87 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc8200adaa0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:963 +0x12f
created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x218
goroutine 88 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).run(0xc8200115e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0x243
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:41 +0xe4
goroutine 89 [chan receive]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc8200adb60)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:134 +0xd4
created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:76 +0x4d5
goroutine 90 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).start(0xc8201d6dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:101 +0x5d7
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:86 +0x226
goroutine 43 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc8204289c0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x684e
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x35
goroutine 91 [IO wait, 2 minutes]:
net.runtime_pollWait(0x6a3eb88, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820261020, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820261020, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820260fc0, 0x0, 0x6750000, 0xc8204565a0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*UnixListener).AcceptUnix(0xc820238e20, 0x17, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/unixsock_posix.go:305 +0x53
net.(*UnixListener).Accept(0xc820238e20, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/unixsock_posix.go:315 +0x41
github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc82025e000, 0x6055a38, 0xc820238e20, 0xc820019830)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:299 +0x148
created by github.com/ethereum/go-ethereum/node.(*Node).startIPC
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:314 +0x425
goroutine 92 [IO wait]:
net.runtime_pollWait(0x6a3eac8, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820261090, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820261090, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820261030, 0x0, 0x6750000, 0xc84304ade0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc820082ec0, 0xc820cb8eb0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc820082ec0, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:264 +0x3d
net/http.(*Server).Serve(0xc820145480, 0x60523b0, 0xc820082ec0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2117 +0x129
created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:365 +0x646
goroutine 93 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc82025e000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:73 +0x12b
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:84 +0x10d
goroutine 94 [semacquire]:
sync.runtime_Syncsemacquire(0xc82013c400)
/usr/local/opt/go/libexec/src/runtime/sema.go:241 +0x201
sync.(*Cond).Wait(0xc82013c3f0)
/usr/local/opt/go/libexec/src/sync/cond.go:63 +0x9b
io.(*pipe).read(0xc82013c3c0, 0xc821b46c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:52 +0x2d2
io.(*PipeReader).Read(0xc820082ed0, 0xc821b46c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:134 +0x50
encoding/json.(*Decoder).refill(0xc8200aa4e0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:152 +0x287
encoding/json.(*Decoder).readValue(0xc8200aa4e0, 0x1, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:128 +0x413
encoding/json.(*Decoder).Decode(0xc8200aa4e0, 0x4aafa00, 0xc8437bfaa0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:57 +0x159
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc82045f400, 0x0, 0x0, 0x0, 0xc820081200, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc820018e10, 0x6055bc8, 0xc82045f400, 0x0, 0x0, 0x0, 0xc82045f400, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x7b
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc820018e10, 0x6055bc8, 0xc82045f400, 0x0, 0x3, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc820018e10, 0x6055bc8, 0xc82045f400, 0x3)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73
created by github.com/ethereum/go-ethereum/rpc.NewInProcRPCClient
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:42 +0x4fe
goroutine 95 [semacquire]:
sync.runtime_Syncsemacquire(0xc82013c4c0)
/usr/local/opt/go/libexec/src/runtime/sema.go:241 +0x201
sync.(*Cond).Wait(0xc82013c4b0)
/usr/local/opt/go/libexec/src/sync/cond.go:63 +0x9b
io.(*pipe).read(0xc82013c480, 0xc821b47201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:52 +0x2d2
io.(*PipeReader).Read(0xc820082ee0, 0xc821b47201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:134 +0x50
encoding/json.(*Decoder).refill(0xc8200aa680, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:152 +0x287
encoding/json.(*Decoder).readValue(0xc8200aa680, 0x1, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:128 +0x413
encoding/json.(*Decoder).Decode(0xc8200aa680, 0x48b34c0, 0xc83ead6818, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:57 +0x159
github.com/ethereum/go-ethereum/rpc.(*inProcClient).Recv(0xc820cfcb70, 0x48b34c0, 0xc83ead6818, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:55 +0x45
github.com/ethereum/go-ethereum/console.(*bridge).Send(0xc820d5be00, 0xc82012e420, 0x0, 0x0, 0x5, 0x4bd8c00, 0xc820d6b500, 0xc8437bf460, 0x1, 0x1, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/bridge.go:230 +0xb12
github.com/ethereum/go-ethereum/console.(*bridge).Send-fm(0xc82012e420, 0x0, 0x0, 0x5, 0x4bd8c00, 0xc820d6b500, 0xc8437bf460, 0x1, 0x1, 0xc8201bb550, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:109 +0x4b
github.com/robertkrimen/otto.(*_object).call(0xc820d6b5c0, 0x5, 0x4bd8c00, 0xc820d6b500, 0xc8437bf460, 0x1, 0x1, 0x0, 0xc820f13740, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:140 +0x5bd
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc8210571a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:244 +0x9a1
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc8210571a0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeVariableExpression(0xc82012e420, 0xc8210571d0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:454 +0xec
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056380, 0xc82108da80, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:103 +0x85a
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc82012e420, 0xc821451130, 0x5, 0x5, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:121 +0xe5
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056290, 0xc82108d920, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:30 +0x517
github.com/robertkrimen/otto.(*_runtime).cmpl_call_nodeFunction(0xc82012e420, 0xc821bd4180, 0xc82b869a10, 0xc820463300, 0x5, 0x4bd8c00, 0xc821d1f1a0, 0xc8437bef60, 0x1, 0x1, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:61 +0x5e5
github.com/robertkrimen/otto.(*_object).call(0xc821bd4180, 0x5, 0x4bd8c00, 0xc821d1f1a0, 0xc8437bef60, 0x1, 0x1, 0x0, 0xc820f13740, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:157 +0x2ed
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc82155f8f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:244 +0x9a1
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc82155f8f0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc82155f860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:193 +0xe5f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc82155f860, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056308, 0xc8215da050, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:86 +0x181
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc82012e420, 0xc82155f500, 0x3, 0x3, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:121 +0xe5
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056290, 0xc821564ca0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:30 +0x517
github.com/robertkrimen/otto.(*_runtime).cmpl_call_nodeFunction(0xc82012e420, 0xc821f1f920, 0xc82b879ec0, 0xc821352680, 0x5, 0x4bd8c00, 0xc821ef4c00, 0x5426120, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:61 +0x5e5
github.com/robertkrimen/otto.(*_object).call(0xc821f1f920, 0x5, 0x4bd8c00, 0xc821ef4c00, 0x5426120, 0x0, 0x0, 0x6002000, 0xc82b879d40, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:157 +0x2ed
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc82b879e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:244 +0x9a1
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc82b879e30, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x605aea0, 0xc82495d3a0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:62 +0x12a8
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc82012e420, 0xc82495d390, 0x1, 0x1, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:121 +0xe5
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc82012e420, 0xc83f0fa690, 0xc821e3fa00, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:17 +0x2da
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/runtime.go:481 +0x3a
github.com/robertkrimen/otto.catchPanic(0xc842d2ba70, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/error.go:243 +0x5c
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc82012e420, 0x48f1740, 0xc82495d280, 0xc8221ab700, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/runtime.go:482 +0x13c
github.com/robertkrimen/otto.(*_runtime).cmpl_run(0xc82012e420, 0x48f1740, 0xc82495d280, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/runtime.go:493 +0x61
github.com/robertkrimen/otto.Otto.Run(0x0, 0xc82012e420, 0x48f1740, 0xc82495d280, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/otto.go:292 +0x5c
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).Evaluate.func1(0xc8201bb550)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:306 +0xae
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).runEventLoop(0xc8201b8dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:201 +0xe0b
created by github.com/ethereum/go-ethereum/internal/jsre.New
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:72 +0x165
goroutine 109 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc8200e9dc0, 0x13acb, 0xc82004fc08, 0x5, 0x5, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:501 +0x1e1
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc8200e9dc0, 0xc824544000, 0xecef09a174316bcd, 0x612f832df1683aec, 0xe0f1b70e46b03b0d, 0x56dc6dd32b64259c, 0xc822424640, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:472 +0xf8c
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc8200e9dc0, 0xc8214c24f0, 0x10, 0xecef09a174316bcd, 0x612f832df1683aec, 0xe0f1b70e46b03b0d, 0x56dc6dd32b64259c, 0xc822424640, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:365 +0x7d4
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc8200e9dc0, 0xc8214c24f0, 0x10, 0xecef09a174316bcd, 0x612f832df1683aec, 0xe0f1b70e46b03b0d, 0x56dc6dd32b64259c, 0xc822424640, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:286 +0x2c8
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc8204288f0, 0xc821f5a090)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:174 +0x1a2
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:754 +0x74cc
goroutine 54 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82224e770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x222
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8204288f0, 0xc821f5a090, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:312 +0x98
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8204288f0, 0xc821f5a090, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:301 +0xbfe
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8223a4000, 0x6a43e00, 0xc82224e770, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:141 +0x17c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82224e770, 0xc8223a4000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x312
goroutine 115 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296f0, 0xc8200acf00, 0xc8215a8180, 0xc820255180, 0xc820dedee8, 0xc820dedf18, 0xc820dedf08, 0x4eb60b8, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchNodeData(0xc8200e9dc0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1450 +0x2ae
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func9(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:471 +0x2c
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc8215a8140)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 53 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8223a4000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x262
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11e
goroutine 52 [runnable]:
syscall.Syscall(0x3, 0x1b, 0xc842822000, 0x18fd0, 0x18fd0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/syscall/asm_darwin_amd64.s:16 +0x5
syscall.read(0x1b, 0xc842822000, 0x18fd0, 0x18fd0, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f
syscall.Read(0x1b, 0xc842822000, 0x18fd0, 0x18fd0, 0x20, 0x0, 0x0)
/usr/local/opt/go/libexec/src/syscall/syscall_unix.go:161 +0x4d
net.(*netFD).Read(0xc8203e6000, 0xc842822000, 0x18fd0, 0x18fd0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:246 +0x18b
net.(*conn).Read(0xc82045c030, 0xc842822000, 0x18fd0, 0x18fd0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x6a43d58, 0xc82045c030, 0xc842822000, 0x18fd0, 0x18fd0, 0x18fd0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/io.go:297 +0xe6
io.ReadFull(0x6a43d58, 0xc82045c030, 0xc842822000, 0x18fd0, 0x18fd0, 0x18fd0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/io.go:315 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822260fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:646 +0x5a0
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821f4e060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8223a4000, 0xc821f52360)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf9
goroutine 104 [chan receive]:
github.com/ethereum/go-ethereum/console.(*Console).Interactive.func1(0xc820261340, 0xc822260b40, 0xc82145c270, 0xc82145c280, 0xc82145c290)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:294 +0x4a
created by github.com/ethereum/go-ethereum/console.(*Console).Interactive
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:308 +0x121
goroutine 114 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296e0, 0xc8200acea0, 0xc8215a8200, 0xc820255110, 0xc820cf2eb0, 0xc820cf2f10, 0xc820cf2f00, 0xc820cf2ef0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0xc8200e9dc0, 0x13acb, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1394 +0x353
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func8(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:470 +0x3b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c0a0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 533 [runnable]:
bytes.makeSlice.func1()
/usr/local/opt/go/libexec/src/bytes/buffer.go:193
bytes.makeSlice(0x4f46, 0xc843002000, 0x4f46, 0x4f46)
/usr/local/opt/go/libexec/src/bytes/buffer.go:198 +0x92
bytes.(*Buffer).grow(0xc8201d73f0, 0x8a, 0x78)
/usr/local/opt/go/libexec/src/bytes/buffer.go:106 +0x282
bytes.(*Buffer).WriteString(0xc8201d73f0, 0xc842f94639, 0x8a, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/bytes/buffer.go:143 +0x4b
encoding/json.(*encodeState).string(0xc8201d73f0, 0xc842f92000, 0xe13a, 0xc842f92000)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:799 +0x205
encoding/json.stringEncoder(0xc8201d73f0, 0x48f1740, 0xc8437bfb08, 0x98, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:551 +0x44b
encoding/json.(*encodeState).reflectValue(0xc8201d73f0, 0x48f1740, 0xc8437bfb08, 0x98)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:301 +0x6b
encoding/json.interfaceEncoder(0xc8201d73f0, 0x48e5f80, 0xc82b858e30, 0x194, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:560 +0xd8
encoding/json.(*structEncoder).encode(0xc821e3a4b0, 0xc8201d73f0, 0x4adcdc0, 0xc82b858e10, 0x199, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:587 +0x2c4
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc8201d73f0, 0x4adcdc0, 0xc82b858e10, 0x199, 0xc82b858e00)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:601 +0x51
encoding/json.(*ptrEncoder).encode(0xc8200824b8, 0xc8201d73f0, 0x48a4b80, 0xc82b858e10, 0x16, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:709 +0xea
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc8201d73f0, 0x48a4b80, 0xc82b858e10, 0x16, 0xc82b858e00)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:714 +0x51
encoding/json.(*encodeState).reflectValue(0xc8201d73f0, 0x48a4b80, 0xc82b858e10, 0x16)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:301 +0x6b
encoding/json.(*encodeState).marshal(0xc8201d73f0, 0x48a4b80, 0xc82b858e10, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/encode.go:274 +0xa9
encoding/json.(*Encoder).Encode(0xc820239720, 0x48a4b80, 0xc82b858e10, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:188 +0x94
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).Write(0xc82045f400, 0x48a4b80, 0xc82b858e10, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:338 +0x9c
github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc820018e10, 0x609e178, 0xc820d0c6f0, 0x6055bc8, 0xc82045f400, 0xc83f0fa7e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:348 +0xdc
created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85
goroutine 107 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8223a4000, 0x6a43d80)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd8
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc8200be300, 0xc8223a4000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x329
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16d2
goroutine 49 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296d0, 0xc8200ace40, 0xc8215da600, 0xc8202550a0, 0xc820049ea0, 0xc820049f00, 0xc820049ef0, 0xc820049ee0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc8200e9dc0, 0x13acb, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1370 +0x353
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func7(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:469 +0x3b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c080)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 497 [runnable]:
sync.(*Mutex).Unlock(0xc820419648)
/usr/local/opt/go/libexec/src/sync/mutex.go:100
github.com/ethereum/go-ethereum/accounts.(*Manager).getDecryptedKey(0xc820426f00, 0x179a2a6f6fe5357c, 0xcba6fb76cd503c93, 0xd946722f, 0xc82216f980, 0x7f, 0xc825d25d18, 0x4, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/account_manager.go:220 +0xf3
github.com/ethereum/go-ethereum/accounts.(*Manager).TimedUnlock(0xc820426f00, 0x179a2a6f6fe5357c, 0xcba6fb76cd503c93, 0xd946722f, 0x0, 0x0, 0xc825d25d18, 0x4, 0x45d964b800, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/account_manager.go:187 +0x70
github.com/ethereum/go-ethereum/eth.(*PrivateAccountAPI).UnlockAccount(0xc8200115c0, 0x179a2a6f6fe5357c, 0xcba6fb76cd503c93, 0xd946722f, 0xc825d25d18, 0x4, 0xc84304afa0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:475 +0x148
reflect.Value.call(0x4a7e760, 0x4b4c4e8, 0x13, 0x4c01d08, 0x4, 0xc820697d40, 0x4, 0x4, 0x0, 0x0, ...)
/usr/local/opt/go/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x4a7e760, 0x4b4c4e8, 0x13, 0xc820697d40, 0x4, 0x4, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/reflect/value.go:303 +0xb1
github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc820cfc390, 0x609e138, 0xc83eb0e840, 0x6055bc8, 0xc8267968c0, 0xc824598700, 0x0, 0x0, 0x4aafa00)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x1260
github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc820cfc390, 0x609e138, 0xc83eb0e840, 0x6055bc8, 0xc8267968c0, 0xc824598700)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x277
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc820cfc390, 0x6055bc8, 0xc8267968c0, 0xc820dea901, 0x1, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:211 +0xbb3
github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc820cfc390, 0x6055bc8, 0xc8267968c0, 0x1)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:235 +0x44
github.com/ethereum/go-ethereum/rpc.newJSONHTTPHandler.func1(0x6b420a8, 0xc827d3e9c0, 0xc8247001c0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/http.go:121 +0x6a4
net/http.HandlerFunc.ServeHTTP(0xc8201ba180, 0x6b420a8, 0xc827d3e9c0, 0xc8247001c0)
/usr/local/opt/go/libexec/src/net/http/server.go:1618 +0x3a
github.com/rs/cors.(*Cors).Handler.func1(0x6b420a8, 0xc827d3e9c0, 0xc8247001c0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x17e
net/http.HandlerFunc.ServeHTTP(0xc820239700, 0x6b420a8, 0xc827d3e9c0, 0xc8247001c0)
/usr/local/opt/go/libexec/src/net/http/server.go:1618 +0x3a
net/http.serverHandler.ServeHTTP(0xc820145480, 0x6b420a8, 0xc827d3e9c0, 0xc8247001c0)
/usr/local/opt/go/libexec/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc821efa200)
/usr/local/opt/go/libexec/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/opt/go/libexec/src/net/http/server.go:2137 +0x44e
```
-------------
# From `debug.stacks()` while hang is ongoing
```
> debug.stacks()
goroutine 533 [running]:
github.com/ethereum/go-ethereum/internal/debug.(*HandlerT).Stacks(0xc8200885f0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/debug/api.go:177 +0x7b
reflect.Value.call(0x4933dc0, 0x4bb7468, 0x13, 0x4c01d08, 0x4, 0xc82044ce10, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/opt/go/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x4933dc0, 0x4bb7468, 0x13, 0xc82044ce10, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/reflect/value.go:303 +0xb1
github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc820018e10, 0x609e178, 0xc820d0c6f0, 0x6055bc8, 0xc82045f400, 0xc83f0fa7e0, 0x0, 0x0, 0x48d0a40)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:323 +0x1260
github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc820018e10, 0x609e178, 0xc820d0c6f0, 0x6055bc8, 0xc82045f400, 0xc83f0fa7e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:345 +0x277
created by github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:216 +0xc85
goroutine 1 [chan receive]:
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).Evaluate(0xc8201b8dc0, 0xc82495d250, 0xf, 0x609a458, 0xc820082008, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:313 +0x171
github.com/ethereum/go-ethereum/console.(*Console).Evaluate(0xc820261340, 0xc82495d250, 0xf, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:275 +0x87
github.com/ethereum/go-ethereum/console.(*Console).Interactive(0xc820261340)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:350 +0x765
main.localConsole(0xc8203e5400, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/consolecmd.go:93 +0x54d
reflect.Value.call(0x495e0c0, 0x4eb72b0, 0x13, 0x4c01d08, 0x4, 0xc824d11520, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/opt/go/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x495e0c0, 0x4eb72b0, 0x13, 0xc824d11520, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/reflect/value.go:303 +0xb1
gopkg.in/urfave/cli%2ev1.HandleAction(0x495e0c0, 0x4eb72b0, 0xc8203e5400, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:480 +0x2ee
gopkg.in/urfave/cli%2ev1.Command.Run(0x4c070d8, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4d95ec0, 0x30, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/command.go:186 +0x1301
gopkg.in/urfave/cli%2ev1.(*App).Run(0xc820063380, 0xc820086000, 0x10, 0x10, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:236 +0xa9c
main.main()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:240 +0x53
goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/usr/local/opt/go/libexec/src/runtime/asm_amd64.s:1998 +0x1
goroutine 20 [select, 2 minutes]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x625
created by github.com/ethereum/go-ethereum/logger.init.1
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
goroutine 21 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x54076e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:931 +0x67
created by github.com/ethereum/go-ethereum/logger/glog.init.1
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:460 +0x6f
goroutine 3 [chan receive, 2 minutes]:
github.com/rjeczalik/notify.(*recursiveTree).dispatch(0xc8200161e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_recursive.go:125 +0x60
created by github.com/rjeczalik/notify.newRecursiveTree
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_recursive.go:119 +0x2b1
goroutine 34 [syscall, 2 minutes, locked to thread]:
github.com/rjeczalik/notify._Cfunc_CFRunLoopRun()
??:0 +0x36
github.com/rjeczalik/notify.init.1.func1()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:68 +0x112
created by github.com/rjeczalik/notify.init.1
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:70 +0x48
goroutine 23 [syscall, 2 minutes]:
os/signal.signal_recv(0x0)
/usr/local/opt/go/libexec/src/runtime/sigqueue.go:116 +0x132
os/signal.loop()
/usr/local/opt/go/libexec/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/opt/go/libexec/src/os/signal/signal_unix.go:28 +0x37
goroutine 24 [select, 2 minutes, locked to thread]:
runtime.gopark(0x4eb7b48, 0xc820027728, 0x4c0c128, 0x6, 0x18, 0x2)
/usr/local/opt/go/libexec/src/runtime/proc.go:262 +0x163
runtime.selectgoImpl(0xc820027728, 0x0, 0x18)
/usr/local/opt/go/libexec/src/runtime/select.go:392 +0xa67
runtime.selectgo(0xc820027728)
/usr/local/opt/go/libexec/src/runtime/select.go:215 +0x12
runtime.ensureSigM.func1()
/usr/local/opt/go/libexec/src/runtime/signal1_unix.go:279 +0x32c
runtime.goexit()
/usr/local/opt/go/libexec/src/runtime/asm_amd64.s:1998 +0x1
goroutine 25 [IO wait, 1 minutes]:
net.runtime_pollWait(0x6a3ee88, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820480060, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820480060, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820480000, 0x0, 0x6750000, 0xc827b08000)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc82002c028, 0x406d0d0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:254 +0x4d
net/http.tcpKeepAliveListener.Accept(0xc82002c028, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2427 +0x41
net/http.(*Server).Serve(0xc8200b4180, 0x6052430, 0xc82002c028, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2117 +0x129
net/http.(*Server).ListenAndServe(0xc8200b4180, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2098 +0x136
net/http.ListenAndServe(0xc82042a330, 0xe, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2195 +0x98
github.com/ethereum/go-ethereum/internal/debug.Setup.func1(0xc82042a330, 0xe)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/debug/flags.go:107 +0x152
created by github.com/ethereum/go-ethereum/internal/debug.Setup
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/debug/flags.go:108 +0x378
goroutine 46 [semacquire]:
sync.runtime_Syncsemacquire(0xc8200148d0)
/usr/local/opt/go/libexec/src/runtime/sema.go:241 +0x201
sync.(*Cond).Wait(0xc8200148c0)
/usr/local/opt/go/libexec/src/sync/cond.go:63 +0x9b
github.com/ethereum/go-ethereum/eth/downloader.(*queue).WaitResults(0xc820483380, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/queue.go:452 +0xc6
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processContent(0xc8200e9dc0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1809 +0x88
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc8215a8160, 0xc821fc4180, 0xc8200e9dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:487 +0x4c
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:487 +0xd2
goroutine 47 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296c0, 0xc8200acde0, 0xc8294ebc30, 0xc8261ddb90, 0xc820473a10, 0xc820473a60, 0xc820473a50, 0x4eb60e0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fillHeaderSkeleton(0xc8200e9dc0, 0x19acb, 0xc82a412480, 0x65, 0x8d, 0x0, 0x0, 0x0, 0x6000, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1344 +0x3ea
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0xc8200e9dc0, 0xc824544000, 0x19acb, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1270 +0x92b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:467 +0x44
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c040)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 31 [select, 2 minutes]:
github.com/ethereum/go-ethereum/rpc.(*bufferedNotifier).run(0xc820427a80)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:260 +0x529
created by github.com/ethereum/go-ethereum/rpc.newBufferedNotifier
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/notification.go:134 +0x126
goroutine 48 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc8200e9dc0, 0x1c58b, 0xc822424640, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1676 +0x1d97
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:468 +0x44
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c060)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 9 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54d
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6da
goroutine 11 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x816
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x900
goroutine 41 [select, 2 minutes]:
github.com/ethereum/go-ethereum/accounts.(*watcher).loop(0xc8204070e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:91 +0x79b
created by github.com/ethereum/go-ethereum/accounts.(*watcher).start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:53 +0x52
goroutine 10 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14c
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6fc
goroutine 12 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x254
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x922
goroutine 42 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8204600e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x270
goroutine 13 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820482300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a3
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x944
goroutine 14 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc82014a000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x270
goroutine 15 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54d
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6da
goroutine 16 [select, 1 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14c
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6fc
goroutine 66 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x816
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x900
goroutine 67 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x254
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x922
goroutine 68 [select, 2 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820482780)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a3
created by github.com/syndtr/goleveldb/leveldb.openDB
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x944
goroutine 69 [select, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc82000a500)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1115 +0x102
created by github.com/ethereum/go-ethereum/core.NewBlockChain
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:161 +0x10d4
goroutine 70 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc820216ab0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:105 +0xd6
created by github.com/ethereum/go-ethereum/core.NewTxPool
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:94 +0x4b4
goroutine 71 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc8200e9dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1943 +0x486
created by github.com/ethereum/go-ethereum/eth/downloader.New
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:215 +0x745
goroutine 72 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc82022e360)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:226 +0xad
created by github.com/ethereum/go-ethereum/miner.newWorker
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:150 +0x586
goroutine 73 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc82022e360)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:260 +0x8e
created by github.com/ethereum/go-ethereum/miner.newWorker
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:152 +0x5a8
goroutine 74 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc8200ad440)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:68 +0x235
created by github.com/ethereum/go-ethereum/miner.New
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:56 +0x13d
goroutine 75 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc820419d10)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:549 +0x163
created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x18c
goroutine 76 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc8200ad4a0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:963 +0x12f
created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x218
goroutine 77 [IO wait, 2 minutes]:
net.runtime_pollWait(0x6a3ed08, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820260fb0, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820260fb0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820260f50, 0x0, 0x6750000, 0xc8201285c0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc820082e30, 0x401db8b, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc820082e30, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:264 +0x3d
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc8200be300)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:579 +0x344
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6
goroutine 78 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x609b190, 0xc820426e40, 0xc8200ad5c0, 0x4c0cd08, 0x3, 0x7a69, 0x7a69, 0x4c276c0, 0xc)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9d
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc8200be300, 0xc820018a80)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c
goroutine 79 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc8200be300, 0x6055988, 0xc820260ee0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:450 +0x198e
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xd68
goroutine 80 [select, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG.func1(0xc82022e240)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:459 +0xef6
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/backend.go:491 +0x48
goroutine 81 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:845 +0x82
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:216 +0x11d
goroutine 82 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:834 +0x86
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:219 +0x21a
goroutine 83 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:140 +0x261
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:222 +0x23f
goroutine 84 [select, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc8204288f0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:106 +0x5bc
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x264
goroutine 85 [select, 2 minutes]:
github.com/ethereum/go-ethereum/release.(*ReleaseService).checker(0xc82045e140)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:106 +0x14c5
created by github.com/ethereum/go-ethereum/release.(*ReleaseService).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:86 +0x41
goroutine 86 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc82045e230)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:549 +0x163
created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x18c
goroutine 87 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc8200adaa0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:963 +0x12f
created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x218
goroutine 88 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).run(0xc8200115e0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0x243
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:41 +0xe4
goroutine 89 [chan receive]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc8200adb60)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:134 +0xd4
created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:76 +0x4d5
goroutine 90 [select, 1 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).start(0xc8201d6dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:101 +0x5d7
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:86 +0x226
goroutine 43 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc8204289c0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x684e
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x35
goroutine 91 [IO wait, 2 minutes]:
net.runtime_pollWait(0x6a3eb88, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820261020, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820261020, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820260fc0, 0x0, 0x6750000, 0xc8204565a0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*UnixListener).AcceptUnix(0xc820238e20, 0x17, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/unixsock_posix.go:305 +0x53
net.(*UnixListener).Accept(0xc820238e20, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/unixsock_posix.go:315 +0x41
github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc82025e000, 0x6055a38, 0xc820238e20, 0xc820019830)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:299 +0x148
created by github.com/ethereum/go-ethereum/node.(*Node).startIPC
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:314 +0x425
goroutine 92 [IO wait, 1 minutes]:
net.runtime_pollWait(0x6a3eac8, 0x72, 0x6092028)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820261090, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820261090, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820261030, 0x0, 0x6750000, 0xc8430373c0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc820082ec0, 0xc820cb8eb0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc820082ec0, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/tcpsock_posix.go:264 +0x3d
net/http.(*Server).Serve(0xc820145480, 0x60523b0, 0xc820082ec0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:2117 +0x129
created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:365 +0x646
goroutine 93 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc82025e000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:73 +0x12b
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:84 +0x10d
goroutine 94 [semacquire]:
sync.runtime_Syncsemacquire(0xc82013c400)
/usr/local/opt/go/libexec/src/runtime/sema.go:241 +0x201
sync.(*Cond).Wait(0xc82013c3f0)
/usr/local/opt/go/libexec/src/sync/cond.go:63 +0x9b
io.(*pipe).read(0xc82013c3c0, 0xc821b46c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:52 +0x2d2
io.(*PipeReader).Read(0xc820082ed0, 0xc821b46c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:134 +0x50
encoding/json.(*Decoder).refill(0xc8200aa4e0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:152 +0x287
encoding/json.(*Decoder).readValue(0xc8200aa4e0, 0x1, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:128 +0x413
encoding/json.(*Decoder).Decode(0xc8200aa4e0, 0x4aafa00, 0xc8437bfaa0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:57 +0x159
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc82045f400, 0x0, 0x0, 0x0, 0xc820081200, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:121 +0xfe
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc820018e10, 0x6055bc8, 0xc82045f400, 0x0, 0x0, 0x0, 0xc82045f400, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:390 +0x7b
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc820018e10, 0x6055bc8, 0xc82045f400, 0x0, 0x3, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:184 +0x52c
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc820018e10, 0x6055bc8, 0xc82045f400, 0x3)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:228 +0x73
created by github.com/ethereum/go-ethereum/rpc.NewInProcRPCClient
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:42 +0x4fe
goroutine 95 [semacquire]:
sync.runtime_Syncsemacquire(0xc82013c4c0)
/usr/local/opt/go/libexec/src/runtime/sema.go:241 +0x201
sync.(*Cond).Wait(0xc82013c4b0)
/usr/local/opt/go/libexec/src/sync/cond.go:63 +0x9b
io.(*pipe).read(0xc82013c480, 0xc821b47201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:52 +0x2d2
io.(*PipeReader).Read(0xc820082ee0, 0xc821b47201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/pipe.go:134 +0x50
encoding/json.(*Decoder).refill(0xc8200aa680, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:152 +0x287
encoding/json.(*Decoder).readValue(0xc8200aa680, 0x1, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:128 +0x413
encoding/json.(*Decoder).Decode(0xc8200aa680, 0x48b34c0, 0xc83ead6818, 0x0, 0x0)
/usr/local/opt/go/libexec/src/encoding/json/stream.go:57 +0x159
github.com/ethereum/go-ethereum/rpc.(*inProcClient).Recv(0xc820cfcb70, 0x48b34c0, 0xc83ead6818, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:55 +0x45
github.com/ethereum/go-ethereum/console.(*bridge).Send(0xc820d5be00, 0xc82012e420, 0x0, 0x0, 0x5, 0x4bd8c00, 0xc820d6b500, 0xc8437bf460, 0x1, 0x1, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/bridge.go:230 +0xb12
github.com/ethereum/go-ethereum/console.(*bridge).Send-fm(0xc82012e420, 0x0, 0x0, 0x5, 0x4bd8c00, 0xc820d6b500, 0xc8437bf460, 0x1, 0x1, 0xc8201bb550, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:109 +0x4b
github.com/robertkrimen/otto.(*_object).call(0xc820d6b5c0, 0x5, 0x4bd8c00, 0xc820d6b500, 0xc8437bf460, 0x1, 0x1, 0x0, 0xc820f13740, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:140 +0x5bd
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc8210571a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:244 +0x9a1
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc8210571a0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeVariableExpression(0xc82012e420, 0xc8210571d0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:454 +0xec
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056380, 0xc82108da80, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:103 +0x85a
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc82012e420, 0xc821451130, 0x5, 0x5, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:121 +0xe5
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056290, 0xc82108d920, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:30 +0x517
github.com/robertkrimen/otto.(*_runtime).cmpl_call_nodeFunction(0xc82012e420, 0xc821bd4180, 0xc82b869a10, 0xc820463300, 0x5, 0x4bd8c00, 0xc821d1f1a0, 0xc8437bef60, 0x1, 0x1, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:61 +0x5e5
github.com/robertkrimen/otto.(*_object).call(0xc821bd4180, 0x5, 0x4bd8c00, 0xc821d1f1a0, 0xc8437bef60, 0x1, 0x1, 0x0, 0xc820f13740, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:157 +0x2ed
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc82155f8f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:244 +0x9a1
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc82155f8f0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc82155f860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:193 +0xe5f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc82155f860, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056308, 0xc8215da050, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:86 +0x181
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc82012e420, 0xc82155f500, 0x3, 0x3, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:121 +0xe5
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x6056290, 0xc821564ca0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:30 +0x517
github.com/robertkrimen/otto.(*_runtime).cmpl_call_nodeFunction(0xc82012e420, 0xc821f1f920, 0xc82b879ec0, 0xc821352680, 0x5, 0x4bd8c00, 0xc821ef4c00, 0x5426120, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:61 +0x5e5
github.com/robertkrimen/otto.(*_object).call(0xc821f1f920, 0x5, 0x4bd8c00, 0xc821ef4c00, 0x5426120, 0x0, 0x0, 0x6002000, 0xc82b879d40, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:157 +0x2ed
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc82012e420, 0xc82b879e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:244 +0x9a1
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc82012e420, 0x6056240, 0xc82b879e30, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x98f
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc82012e420, 0x605aea0, 0xc82495d3a0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:62 +0x12a8
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc82012e420, 0xc82495d390, 0x1, 0x1, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:121 +0xe5
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc82012e420, 0xc83f0fa690, 0xc821e3fa00, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:17 +0x2da
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1()
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/runtime.go:481 +0x3a
github.com/robertkrimen/otto.catchPanic(0xc842d2ba70, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/error.go:243 +0x5c
github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc82012e420, 0x48f1740, 0xc82495d280, 0xc8221ab700, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/runtime.go:482 +0x13c
github.com/robertkrimen/otto.(*_runtime).cmpl_run(0xc82012e420, 0x48f1740, 0xc82495d280, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/runtime.go:493 +0x61
github.com/robertkrimen/otto.Otto.Run(0x0, 0xc82012e420, 0x48f1740, 0xc82495d280, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/otto.go:292 +0x5c
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).Evaluate.func1(0xc8201bb550)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:306 +0xae
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).runEventLoop(0xc8201b8dc0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:201 +0xe0b
created by github.com/ethereum/go-ethereum/internal/jsre.New
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:72 +0x165
goroutine 109 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc8200e9dc0, 0x13acb, 0xc82004fc08, 0x5, 0x5, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:501 +0x1e1
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc8200e9dc0, 0xc824544000, 0xecef09a174316bcd, 0x612f832df1683aec, 0xe0f1b70e46b03b0d, 0x56dc6dd32b64259c, 0xc822424640, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:472 +0xf8c
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc8200e9dc0, 0xc8214c24f0, 0x10, 0xecef09a174316bcd, 0x612f832df1683aec, 0xe0f1b70e46b03b0d, 0x56dc6dd32b64259c, 0xc822424640, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:365 +0x7d4
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc8200e9dc0, 0xc8214c24f0, 0x10, 0xecef09a174316bcd, 0x612f832df1683aec, 0xe0f1b70e46b03b0d, 0x56dc6dd32b64259c, 0xc822424640, 0x0, 0x0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:286 +0x2c8
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc8204288f0, 0xc821f5a090)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:174 +0x1a2
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:754 +0x74cc
goroutine 54 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82224e770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x222
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc8204288f0, 0xc821f5a090, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:312 +0x98
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc8204288f0, 0xc821f5a090, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:301 +0xbfe
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8223a4000, 0x6a43e00, 0xc82224e770, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:141 +0x17c
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82224e770, 0xc8223a4000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x312
goroutine 115 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296f0, 0xc8200acf00, 0xc8215a8180, 0xc820255180, 0xc820dedee8, 0xc820dedf18, 0xc820dedf08, 0x4eb60b8, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchNodeData(0xc8200e9dc0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1450 +0x2ae
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func9(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:471 +0x2c
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc8215a8140)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 53 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8223a4000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x262
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11e
goroutine 52 [IO wait]:
net.runtime_pollWait(0x6a3ec48, 0x72, 0xc84372c100)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8203e6060, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8203e6060, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8203e6000, 0xc84372c100, 0x20, 0x20, 0x0, 0x6092028, 0xc8200720a0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc82045c030, 0xc84372c100, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/net.go:172 +0xe4
io.ReadAtLeast(0x6a43d58, 0xc82045c030, 0xc84372c100, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/io.go:297 +0xe6
io.ReadFull(0x6a43d58, 0xc82045c030, 0xc84372c100, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/opt/go/libexec/src/io/io.go:315 +0x62
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc822260fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821f4e060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8223a4000, 0xc821f52360)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf9
goroutine 104 [chan receive]:
github.com/ethereum/go-ethereum/console.(*Console).Interactive.func1(0xc820261340, 0xc822260b40, 0xc82145c270, 0xc82145c280, 0xc82145c290)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:294 +0x4a
created by github.com/ethereum/go-ethereum/console.(*Console).Interactive
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:308 +0x121
goroutine 114 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296e0, 0xc8200acea0, 0xc8215a8200, 0xc820255110, 0xc820cf2eb0, 0xc820cf2f10, 0xc820cf2f00, 0xc820cf2ef0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0xc8200e9dc0, 0x13acb, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1394 +0x353
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func8(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:470 +0x3b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c0a0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 107 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8223a4000, 0x6a43d80)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd8
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc8200be300, 0xc8223a4000)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x329
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16d2
goroutine 49 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc8200e9dc0, 0x6092000, 0xc8202296d0, 0xc8200ace40, 0xc8215da600, 0xc8202550a0, 0xc820049ea0, 0xc820049f00, 0xc820049ef0, 0xc820049ee0, ...)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1497 +0x1f07
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc8200e9dc0, 0x13acb, 0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1370 +0x353
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func7(0x0, 0x0)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:469 +0x3b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func2(0xc8215a8160, 0xc821fc4180, 0xc821f1c080)
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x48
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/private/tmp/ethereum-20160716-84588-1tmln98/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:490 +0x151
goroutine 156 [IO wait]:
net.runtime_pollWait(0x6a3edc8, 0x72, 0xc8203fb000)
/usr/local/opt/go/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc826182450, 0x72, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc826182450, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8261823f0, 0xc8203fb000, 0x1000, 0x1000, 0x0, 0x6092028, 0xc8200720a0)
/usr/local/opt/go/libexec/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc825e1c088, 0xc8203fb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/net.go:172 +0xe4
net/http.(*connReader).Read(0xc827b08020, 0xc8203fb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:526 +0x196
bufio.(*Reader).fill(0xc820dd1080)
/usr/local/opt/go/libexec/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).ReadSlice(0xc820dd1080, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/bufio/bufio.go:328 +0x21a
bufio.(*Reader).ReadLine(0xc820dd1080, 0x0, 0x0, 0x0, 0x4bbb100, 0x0, 0x0)
/usr/local/opt/go/libexec/src/bufio/bufio.go:357 +0x53
net/textproto.(*Reader).readLineSlice(0xc8436b8060, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/textproto/reader.go:55 +0x81
net/textproto.(*Reader).ReadLine(0xc8436b8060, 0x0, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/textproto/reader.go:36 +0x40
net/http.readRequest(0xc820dd1080, 0x0, 0xc820460000, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/request.go:721 +0xb6
net/http.(*conn).readRequest(0xc824c6e600, 0x0, 0x0, 0x0)
/usr/local/opt/go/libexec/src/net/http/server.go:705 +0x359
net/http.(*conn).serve(0xc824c6e600)
/usr/local/opt/go/libexec/src/net/http/server.go:1425 +0x947
created by net/http.(*Server).Serve
/usr/local/opt/go/libexec/src/net/http/server.go:2137 +0x44e
undefined
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment