Skip to content

Instantly share code, notes, and snippets.

@obscuren
Created June 5, 2015 12:41
Show Gist options
  • Save obscuren/0819d3a0fd05d043e42b to your computer and use it in GitHub Desktop.
Save obscuren/0819d3a0fd05d043e42b to your computer and use it in GitHub Desktop.
net
{
listening: true,
getListening: [Function],
peerCount: 9,
getPeerCount: [Function]
}
> I0605 14:39:01.109485 19272 protocol.go:375] Peer is [bzz] capable (0/0)
2015/06/05 14:39:01 [KΛÐ] add peer f401b1e2: enode://c1af9e6f45d67b4154f24e33fb92fb1394a824e5edc346959bd765d7453be631da1a93b99b93f42d9e6ad9cf1c674aa207793901d6ccb550fe88a8d05e3fcca3@[::]:30301
...
I0605 14:40:09.641261 19272 protocol.go:375] Peer is [bzz] capable (0/0)
2015/06/05 14:40:09 [KΛÐ] add peer f401b1e2: enode://c1af9e6f45d67b4154f24e33fb92fb1394a824e5edc346959bd765d7453be631da1a93b99b93f42d9e6ad9cf1c674aa207793901d6ccb550fe88a8d05e3fcca3@[::]:30301
...
panic: runtime error: index out of range
goroutine 79696 [running]:
github.com/ethereum/go-ethereum/common/kademlia.(*Kademlia).adjustProx(0xc208b81c70, 0x1, 0xffffffffffffffff)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/common/kademlia/kademlia.go:238 +0x23a
github.com/ethereum/go-ethereum/common/kademlia.(*Kademlia).RemoveNode(0xc208b81c70, 0x737ca98, 0xc226ab2c00, 0x540e780, 0xc20bb2a860)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/common/kademlia/kademlia.go:170 +0x681
github.com/ethereum/go-ethereum/bzz.(*hive).removePeer(0xc208b9f780, 0xc226ab2c00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/hive.go:96 +0x156
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc208dc8100, 0x7340da0, 0xc20ee55ae0, 0x540e780, 0xc20802a0d0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:261 +0x264
github.com/ethereum/go-ethereum/bzz.func·017(0xc208dc8100, 0x7340da0, 0xc20ee55ae0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 1 [select, 2 minutes]:
main.(*jsre).interactive(0xc21bdea1e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:223 +0x6a7
main.console(0xc20800ab60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:314 +0x409
github.com/codegangsta/cli.Command.Run(0x48ffd70, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4a236f0, 0x30, 0x4bbce10, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc2080ea000, 0xc20800a000, 0xe, 0xe, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:270 +0x80
goroutine 4 [runnable]:
sync.(*Mutex).Lock(0xc208b93a18)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/syndtr/goleveldb/leveldb.(*versionReleaser).Release(0xc21d7f60c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:451 +0x43
github.com/syndtr/goleveldb/leveldb/iterator.(*mergedIterator).Release(0xc20f001280)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go:263 +0x122
github.com/syndtr/goleveldb/leveldb.(*dbIter).Release(0xc20a053dd0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:331 +0x116
goroutine 5 [runnable]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 8 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4f1a7c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 7 [syscall, 5 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 17 [syscall, 19 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 10 [syscall]:
syscall.Syscall(0x3, 0x3, 0xc208178000, 0x8000, 0xc22b43b720, 0x4043fba, 0xc208016e70)
/usr/local/go/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x3, 0xc208178000, 0x8000, 0x8000, 0xc208016e68, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x3, 0xc208178000, 0x8000, 0x8000, 0x20, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20803a140, 0xc208178000, 0x8000, 0x8000, 0xc7, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc20803a140, 0xc208178000, 0x8000, 0x8000, 0xc7, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
io.Copy(0x5412a30, 0xc20803a008, 0x5413b10, 0xc20803a140, 0x2fe3, 0x0, 0x0)
/usr/local/go/src/io/io.go:362 +0x1f6
created by main.console
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:293 +0x118
goroutine 41 [IO wait, 12 minutes]:
net.(*pollDesc).Wait(0xc208099100, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208099100, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2080990a0, 0x0, 0x5412aa8, 0xc225f6cd50)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208a1c0c8, 0x43760be, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net/http.tcpKeepAliveListener.Accept(0xc208a1c0c8, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1976 +0x4c
net/http.(*Server).Serve(0xc208e7f200, 0x5425428, 0xc208a1c0c8, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.(*Server).ListenAndServe(0xc208e7f200, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1718 +0x154
net/http.ListenAndServe(0xc2081a4d08, 0x5, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1808 +0xba
created by github.com/ethereum/go-ethereum/bzz.startHttpServer
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/httpaccess.go:42 +0x11c
goroutine 60319 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x54)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 80410 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc221882d00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xb4
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x5413c10, 0xc20802bc70, 0xc2081a6000, 0xc20801e080)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 24 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc20800a1c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 582 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc21bde4180)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x5c0
goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc20800ac40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 13 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208128160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 14 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208128160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 15 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208128160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 16 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208128160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 50 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208128160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 51 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2081d41c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 52 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081ca160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 53 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081ca160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 54 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081ca160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 55 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081ca160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 56 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081ca160)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 57 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2081d4460)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 58 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081ca2c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 59 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081ca2c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 60 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081ca2c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 61 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081ca2c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 62 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081ca2c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 66 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc208e5c480)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:745 +0x580
created by github.com/ethereum/go-ethereum/core.NewChainManager
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:145 +0x9cd
goroutine 67 [select, 10 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc208e5eb60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:195 +0x65d
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:128 +0x310
goroutine 68 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc208e5eb60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:234 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:129 +0x32a
goroutine 60549 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5b)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 70 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc208e5f7a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 71 [select, 15 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081de840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 72 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081de840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 73 [select, 15 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081de840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 74 [select, 15 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081de840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 75 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081de840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 76 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc208e5fb20)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 63 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081de9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 64 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081de9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 65 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081de9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 82 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081de9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 83 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081de9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 84 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x5413bd0, 0xc20809f340, 0xc208e6c7e0, 0x491b5f0, 0x3, 0x765f, 0x765f, 0x4986790, 0x12)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x936
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:204 +0x2ce
goroutine 74024 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc226793b00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 84797 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc208bce380, 0xe19d5f9a374f5834, 0x9e05f237fc72b23c, 0xb75054a5608629f2, 0x748997ec691d7e1c, 0xef4b3b0ee5f13b3f, 0x2de3f91cc0d666a7, 0xbcc876734ceb7422, 0x6ba23f839e9ae9ad, 0xc226d66330, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x65d
goroutine 14651 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x51)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 73362 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22ac63780)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xb4
goroutine 60493 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x67)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 14561 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc20a093fe0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc20a0e01e0, 0xc20b4d6000, 0x8000, 0x8000, 0x1ed0000, 0x1ed8000, 0x2, 0x80000, 0xc226ff99e0, 0xc20a093cc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 25 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081286e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 26 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081286e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 27 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081286e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 28 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081286e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 29 [select, 19 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081286e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 30 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc208bce380)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:313 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:214 +0x533
goroutine 31 [semacquire]:
sync.(*Mutex).Lock(0xc208134000)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*findnode).handle(0xc20f3415e0, 0xc208bce380, 0xc220b53da0, 0x384cff95b12155ee, 0x7687ac0e3f28e3b4, 0x95139b347e4af7fe, 0xeb009cdb1ed1527c, 0xcd9eb8df299bc743, 0x18efbeb3cbc71072, 0x489dd949a181c24b, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:530 +0x207
github.com/ethereum/go-ethereum/p2p/discover.(*udp).handlePacket(0xc208bce380, 0xc220b53da0, 0xc208122f00, 0xab, 0x500, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:449 +0x2b2
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc208bce380)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:438 +0x173
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:215 +0x550
goroutine 32 [IO wait]:
net.(*pollDesc).Wait(0xc2080111e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080111e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208011180, 0x0, 0x5412aa8, 0xc20b3b3bc8)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081aa1d0, 0x5400000, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc2081aa1d0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc208ab2000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:546 +0x364
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:359 +0x22c
goroutine 33 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x5413bd0, 0xc20809f340, 0xc208e6c420, 0x4919ad0, 0x3, 0x765f, 0x765f, 0x49446d0, 0xc)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x936
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:364 +0x92
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:366 +0x312
goroutine 114 [semacquire]:
sync.(*Mutex).Lock(0xc208134000)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ReadRandomNodes(0xc208134000, 0xc208a09140, 0x6, 0x6, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:104 +0x59
github.com/ethereum/go-ethereum/p2p.(*dialstate).newTasks(0xc208010f50, 0x4, 0xc208c20540, 0xecd038fcc, 0x2da38b14, 0x4f19f80, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:143 +0x3af
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc208ab2000, 0x5425120, 0xc208010f50)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:425 +0x388
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:344 +0xd5a
goroutine 115 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0xc2081d0000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:520 +0x53f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:492 +0x157
goroutine 116 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*TxPool).Start(0xc208e6c2a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:69 +0x1a6
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:499 +0x195
goroutine 117 [chan receive, 19 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc20813c840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:394 +0x99
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:116 +0x144
goroutine 118 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc20813c840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:384 +0x9c
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x264
goroutine 119 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update(0xc20813c840)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/sync.go:22 +0x31c
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:122 +0x281
goroutine 120 [chan receive, 19 minutes]:
github.com/ethereum/go-ethereum/bzz.func·012()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/dpa.go:157 +0x5c
created by github.com/ethereum/go-ethereum/bzz.(*DPA).storeLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/dpa.go:171 +0xcc
goroutine 121 [chan receive, 12 minutes]:
github.com/ethereum/go-ethereum/bzz.func·010()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/dpa.go:129 +0x5c
created by github.com/ethereum/go-ethereum/bzz.(*DPA).retrieveLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/dpa.go:150 +0xcc
goroutine 122 [chan receive]:
github.com/ethereum/go-ethereum/bzz.func·013()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/hive.go:52 +0x73
created by github.com/ethereum/go-ethereum/bzz.(*hive).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/hive.go:73 +0x2af
goroutine 73363 [select, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc224a3e500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20813c840, 0xc226c2c9c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20813c840, 0xc226c2c9c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x60d
github.com/ethereum/go-ethereum/eth.func·003(0xc22ac63780, 0x7340da0, 0xc224a3e500, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 75795 [select, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20aaf1c80, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x606
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc20aaf1c80)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 60321 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x56)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 79699 [runnable]:
github.com/syndtr/goleveldb/leveldb.(*iComparer).Compare(0xc209692e40, 0xc20a30051a, 0x48, 0x3ffae6, 0xc2245b67d0, 0x48, 0x48, 0xffffffffffffffff)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go:35
github.com/syndtr/goleveldb/leveldb/memdb.(*DB).findGE(0xc208e5e000, 0xc2245b67d0, 0x48, 0x48, 0x0, 0x469d7e0, 0x1)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:217 +0x175
github.com/syndtr/goleveldb/leveldb/memdb.(*dbIter).Seek(0xc20f494e00, 0xc2245b67d0, 0x48, 0x48, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:110 +0x1d1
github.com/syndtr/goleveldb/leveldb/iterator.(*mergedIterator).Seek(0xc20f494e80, 0xc2245b67d0, 0x48, 0x48, 0x1)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go:116 +0x135
github.com/syndtr/goleveldb/leveldb.(*dbIter).Seek(0xc20f4966c0, 0xc21e496e00, 0x40, 0x40, 0x20)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:181 +0x112
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc226ab2c00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:447 +0x230
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 60533 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc208a68f00)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc20aadf450, 0xc226a7c000, 0x8000, 0x8000, 0x2958000, 0x2960000, 0x2, 0x80000, 0xc226aff500, 0xc209f18400)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60322 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x57)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 80413 [runnable]:
sync.(*Mutex).Lock(0xc2081dea20)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/syndtr/goleveldb/leveldb.(*DB).acquireSnapshot(0xc2081de9a0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go:29 +0x44
github.com/syndtr/goleveldb/leveldb.(*DB).NewIterator(0xc2081de9a0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:740 +0x17d
github.com/ethereum/go-ethereum/bzz.(*LDBDatabase).NewIterator(0xc208e665b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/database.go:74 +0x4f
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc21f0acb40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:445 +0x1eb
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 66380 [select, 13 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21c106980, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x606
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc21c106980)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 65158 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x6)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 125 [select, 19 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc208010e70)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:219 +0x21b
created by github.com/ethereum/go-ethereum/p2p/discover.func·001
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:211 +0x34
goroutine 76485 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20a014ba0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 588 [select]:
github.com/ethereum/go-ethereum/jsre.(*JSRE).runEventLoop(0xc21bdf2c40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/jsre/jsre.go:122 +0xd15
created by github.com/ethereum/go-ethereum/jsre.New
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/jsre/jsre.go:50 +0x153
goroutine 585 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc21bde4240)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x5c0
goroutine 65157 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 84703 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0xc208134000, 0x55b686aba615983c, 0x9231591a4825e0ee, 0xfbc5b19b83f072c6, 0xa6052ad1d049a9e6, 0xc2c178ca73be19b6, 0xc4f3750cd3320196, 0xe0d6d73e89496e42, 0xeb6d6b166383bf6c, 0x0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:230 +0x757
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc227bd9120, 0xc208ab2000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:212 +0x124
github.com/ethereum/go-ethereum/p2p.func·008()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x53
created by github.com/ethereum/go-ethereum/p2p.func·009
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x58e
goroutine 617 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc21bdf2b80)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 60551 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5d)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 13804 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc21bff0ea0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc22655cf00, 0xc22afb6000, 0x8000, 0x8000, 0x1e90000, 0x1e98000, 0x3, 0x4000000, 0xc2091c6840, 0xc21bff0e00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 84092 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc21b990600)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 814 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc222396b40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 60547 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x59)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65191 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x1)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60432 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc208a690c0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc20aadf450, 0xc226a7c000, 0x8000, 0x8000, 0x58000, 0x60000, 0x1, 0x1000, 0xc221ec7260, 0xc208a68f00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 75769 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21fc7c000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).handle(0xc208a6f560, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:271 +0x71
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc20aaf1c80, 0x7340da0, 0xc21fc7c000, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:259 +0x22a
github.com/ethereum/go-ethereum/bzz.func·017(0xc20aaf1c80, 0x7340da0, 0xc21fc7c000, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 15693 [select, 17 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a836200, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x606
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc20a836200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 2205 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20b6107e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 65156 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x4)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65088 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 84812 [semacquire]:
sync.(*Mutex).Lock(0xc208134000)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc208134000, 0xb8955457fb79a901, 0xf7d3150f744dbd6, 0x5d36a32a4cbf2246, 0xee68993384c2f76a, 0xa472ce0dad699bf2, 0xede6849bb5edbd8, 0x7734f1270191ec3b, 0x1631336dcbb0bc9f, 0xc208122f3c, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x157
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2f9
goroutine 13806 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc21bff10a0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc22655cf00, 0xc22afb6000, 0x8000, 0x8000, 0x1e90000, 0x1e98000, 0x2, 0x80000, 0xc2091c6ba0, 0xc21bff0ea0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 589 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc21bde43c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x5c0
goroutine 60311 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc226d7f2e0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc21c0a5950, 0xc21fbea000, 0x8000, 0x8000, 0x2950000, 0x2958000, 0x2, 0x80000, 0xc22662d800, 0xc226d7ebe0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60255 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc226d34d40)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 60274 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x54)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 584 [IO wait]:
net.(*pollDesc).Wait(0xc21bdec140, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21bdec140, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc21bdec0e0, 0x0, 0x5412aa8, 0xc227663178)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20803a058, 0xecd038fce, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
github.com/ethereum/go-ethereum/rpc.(*stoppableTCPListener).Accept(0xc20b255130, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/types.go:346 +0xe8
net/http.(*Server).Serve(0xc21bc4d740, 0x73a2a20, 0xc20b255130, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.Serve(0x73a2a20, 0xc20b255130, 0x5412e50, 0xc21bdf13e0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc.Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/http.go:51 +0x98f
goroutine 60553 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5f)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 2203 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22ac784b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).handle(0xc20b6107e0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:271 +0x71
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc22b864bc0, 0x7340da0, 0xc22ac784b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:259 +0x22a
github.com/ethereum/go-ethereum/bzz.func·017(0xc22b864bc0, 0x7340da0, 0xc22ac784b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 14654 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x54)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65753 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20a7844e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 591 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc21bdf3bc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 84725 [IO wait]:
net.(*pollDesc).Wait(0xc227a08140, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc227a08140, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc227a080e0, 0xc220f137e0, 0x20, 0x20, 0x0, 0x5412aa8, 0xc2273d4c40)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22680c018, 0xc220f137e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc22680c018, 0xc220f137e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc22680c018, 0xc220f137e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b38ade0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.readProtocolHandshake(0x733c9f0, 0xc20b38ade0, 0xc208b72500, 0xc208e6c660, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:114 +0x57
github.com/ethereum/go-ethereum/p2p.(*rlpx).doProtoHandshake(0xc21c0d0150, 0xc208b72500, 0xc208e6c660, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:104 +0x1b8
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0xc208ab2000, 0x5424520, 0xc22680c018, 0x1, 0xc2238b5080)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:590 +0x8f1
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc211924450, 0xc208ab2000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:200 +0x361
github.com/ethereum/go-ethereum/p2p.func·008()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x53
created by github.com/ethereum/go-ethereum/p2p.func·009
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x58e
goroutine 65159 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x7)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 587 [select, 10 minutes]:
github.com/ethereum/go-ethereum/xeth.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:253 +0x4d0
created by github.com/ethereum/go-ethereum/xeth.(*XEth).UpdateState
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:272 +0x104
goroutine 60526 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc22a9d3680)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc226c68910, 0xc22aabc000, 0x8000, 0x8000, 0x3b40000, 0x3b48000, 0x2, 0x80000, 0xc229f49200, 0xc21c577880)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60525 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc21c577820)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 82000 [syscall, 2 minutes]:
syscall.Syscall(0x3, 0x0, 0xc2081d2000, 0x1000, 0x96a418afa171222e, 0x30, 0xc207ef7b12)
/usr/local/go/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x0, 0xc2081d2000, 0x1000, 0x1000, 0x20b3d3926efab8e1, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x0, 0xc2081d2000, 0x1000, 0x1000, 0xc224b33600, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20803a000, 0xc2081d2000, 0x1000, 0x1000, 0x5362b91f8801259, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc20803a000, 0xc2081d2000, 0x1000, 0x1000, 0xb919eed6c2b76b03, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc21c38c300)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc21c38c300, 0xe22eade7a4bcddb0, 0xc208c20810, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 60488 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x62)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 13805 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc21bff0e00)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 69463 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20a2a0fc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 631 [select, 10 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc21bdf2c00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 633 [select, 2 minutes]:
github.com/peterh/liner.(*State).readNext(0xc21c38e000, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc21c38e000, 0x48eacf0, 0x2, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x443
main.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:204 +0xe8
created by main.(*jsre).interactive
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:210 +0x184
goroutine 60490 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x64)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65195 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 769 [IO wait]:
net.(*pollDesc).Wait(0xc221d7d480, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d7d480, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d7d420, 0xc2080ce000, 0x1000, 0x1000, 0x0, 0x5412aa8, 0xc21d2453b0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208188a68, 0xc2080ce000, 0x1000, 0x1000, 0x100000000, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/rpc.(*closableConnection).Read(0xc221d8e470, 0xc2080ce000, 0x1000, 0x1000, 0x3, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/types.go:379 +0xd5
net/http.(*liveSwitchReader).Read(0xc221d7f088, 0xc2080ce000, 0x1000, 0x1000, 0x2, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:214 +0xab
io.(*LimitedReader).Read(0xc221d8d700, 0xc2080ce000, 0x1000, 0x1000, 0x2, 0x0, 0x0)
/usr/local/go/src/io/io.go:408 +0xce
bufio.(*Reader).fill(0xc221d86660)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadSlice(0xc221d86660, 0xc20ab7bb0a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x257
bufio.(*Reader).ReadLine(0xc221d86660, 0x0, 0x0, 0x0, 0x4043d00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:324 +0x62
net/textproto.(*Reader).readLineSlice(0xc2080c45a0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:55 +0x9e
net/textproto.(*Reader).ReadLine(0xc2080c45a0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:36 +0x4f
net/http.ReadRequest(0xc221d86660, 0xc22125a000, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:598 +0xcb
net/http.(*conn).readRequest(0xc221d7f040, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:586 +0x26f
net/http.(*conn).serve(0xc221d7f040)
/usr/local/go/src/net/http/server.go:1162 +0x69e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
goroutine 60491 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x65)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 84697 [IO wait]:
net.(*pollDesc).Wait(0xc2108f9d40, 0x77, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc2108f9d40, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc2108f9ce0, 0x0, 0x0, 0x5414dc8, 0xc22b049060, 0xecd038fd7, 0x371adf64, 0x4f19f80, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc2108f9ce0, 0x5424580, 0x0, 0x5424580, 0xc20a1dcc30, 0xecd038fd7, 0x371adf64, 0x4f19f80, 0x0, 0x0)
/usr/local/go/src/net/sock_posix.go:139 +0x37a
net.socket(0x4919ad0, 0x3, 0x2, 0x1, 0x0, 0xc20a1dcc00, 0x5424580, 0x0, 0x5424580, 0xc20a1dcc30, ...)
/usr/local/go/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x4919ad0, 0x3, 0x5424580, 0x0, 0x5424580, 0xc20a1dcc30, 0xecd038fd7, 0x371adf64, 0x4f19f80, 0x1, ...)
/usr/local/go/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x4919ad0, 0x3, 0x0, 0xc20a1dcc30, 0xecd038fd7, 0x371adf64, 0x4f19f80, 0xc2213913d0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x4919ad0, 0x3, 0xc22b049040, 0x12, 0x0, 0x0, 0x54244f0, 0xc20a1dcc30, 0xecd038fd7, 0x371adf64, ...)
/usr/local/go/src/net/dial.go:235 +0x3f5
net.func·016(0xecd038fd7, 0xe371adf64, 0x4f19f80, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:163 +0x12c
net.dial(0x4919ad0, 0x3, 0x54244f0, 0xc20a1dcc30, 0xc221b9ce60, 0xecd038fd7, 0xe371adf64, 0x4f19f80, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208c0a5c0, 0x4919ad0, 0x3, 0xc22b049040, 0x12, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc221391370, 0xc208ab2000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:195 +0x1f1
github.com/ethereum/go-ethereum/p2p.func·008()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x53
created by github.com/ethereum/go-ethereum/p2p.func·009
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x58e
goroutine 65086 [semacquire, 14 minutes]:
sync.(*WaitGroup).Wait(0xc221d8c800)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc22b7cf770, 0xc20b4fc000, 0x8000, 0x8000, 0x0, 0x8000, 0x1, 0x1000, 0xc20ad95c20, 0xc221d8c7a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 14650 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x50)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 79693 [semacquire]:
sync.(*WaitGroup).Wait(0xc208dc8110)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc208dc8100, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:147 +0x296
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc208dc8100)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 2804 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc22676b5c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 66420 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20b0ff920)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 60498 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc20a9146e0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc208a7a140, 0xc226bf0000, 0x8000, 0x8000, 0x60000, 0x68000, 0x1, 0x1000, 0xc20ad53740, 0xc20a91eaa0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 14652 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65192 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x2)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60317 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 84810 [semacquire]:
sync.(*Mutex).Lock(0xc208134000)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc208134000, 0xed75c92c0e60d901, 0x70d5b808ef146128, 0x3505017f119d9062, 0xfef06cabc162793, 0x2c2ba6feda473f6f, 0x68d43fa383cf7405, 0xe8ef3210b56e7251, 0xfb91bfda39f6e44c, 0xc208122f0e, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x157
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2f9
goroutine 60276 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x56)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60254 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc226d34e20)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc208fbbe00, 0xc22374e000, 0x8000, 0x8000, 0x2950000, 0x2958000, 0x3, 0x4000000, 0xc20aea3020, 0xc226d34d40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 60486 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60272 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 14560 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc20a093c60)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 60271 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x51)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60256 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc2249215c0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc208fbbe00, 0xc22374e000, 0x8000, 0x8000, 0x2950000, 0x2958000, 0x2, 0x80000, 0xc20aea3920, 0xc226d34e20)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 2204 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22ac78500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20813c840, 0xc22b8723c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20813c840, 0xc22b8723c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x60d
github.com/ethereum/go-ethereum/eth.func·003(0xc22b864bc0, 0x7340da0, 0xc22ac78500, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 73364 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc224a3e4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).handle(0xc221b66720, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:271 +0x71
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc22ac63780, 0x7340da0, 0xc224a3e4b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:259 +0x22a
github.com/ethereum/go-ethereum/bzz.func·017(0xc22ac63780, 0x7340da0, 0xc224a3e4b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 66419 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21d5d6730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20813c840, 0xc208a78600, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20813c840, 0xc208a78600, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x60d
github.com/ethereum/go-ethereum/eth.func·003(0xc21c106980, 0x7340da0, 0xc21d5d6730, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 65121 [semacquire, 14 minutes]:
sync.(*WaitGroup).Wait(0xc21be43880)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc2269945a0, 0xc222056000, 0x8000, 0x8000, 0x0, 0x8000, 0x1, 0x1000, 0xc220234ea0, 0xc21be43820)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 84798 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc208bce380, 0xdf6c656ba855a8f3, 0x208a80adee164067, 0x8808705959743a8c, 0x6b9682b607a94b7e, 0x4a729abf71730fc8, 0xfe21cc0c526cce7e, 0xee4481c787811ff7, 0x91a3d7d342fdf841, 0xc226d66360, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x65d
goroutine 60483 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc20a914560)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc208a7a140, 0xc226bf0000, 0x8000, 0x8000, 0x2960000, 0x2968000, 0x3, 0x4000000, 0xc20ad535c0, 0xc20a914500)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 65189 [semacquire, 14 minutes]:
sync.(*WaitGroup).Wait(0xc21be43f80)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 2201 [IO wait]:
net.(*pollDesc).Wait(0xc22afdd170, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22afdd170, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22afdd110, 0xc21f8f9aa0, 0x20, 0x20, 0x0, 0x5412aa8, 0xc227bb52b0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc226b3f330, 0xc21f8f9aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc226b3f330, 0xc21f8f9aa0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc226b3f330, 0xc21f8f9aa0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22afdbf20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc22afea120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22b864bc0, 0xc20b6106c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x97
goroutine 60531 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc209f18400)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc20aadf450, 0xc226a7c000, 0x8000, 0x8000, 0x2958000, 0x2960000, 0x3, 0x4000000, 0xc226aff260, 0xc209f183a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 65190 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65087 [semacquire, 14 minutes]:
sync.(*WaitGroup).Wait(0xc221d8c7a0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 65089 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x1)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 66418 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21d5d66e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).handle(0xc20b0ff920, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:271 +0x71
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc21c106980, 0x7340da0, 0xc21d5d66e0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:259 +0x22a
github.com/ethereum/go-ethereum/bzz.func·017(0xc21c106980, 0x7340da0, 0xc21d5d66e0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 2202 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22b864bc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xb4
goroutine 14653 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x53)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60532 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc209f183a0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 60270 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x50)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 84818 [semacquire]:
sync.(*Mutex).Lock(0xc208134000)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc208134000, 0x22cd9cdd53b3b01, 0x50f4c523be9e4de7, 0x1a7b76f69d73df68, 0x10c6fde8e31912fe, 0xe641953cc8a04777, 0x9ac9f1094cb8e84e, 0xbcf67a8f0416a15d, 0xa5c1323ce2813359, 0xc208122fff, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x157
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2f9
goroutine 80412 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2217f09b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20813c840, 0xc21bff2840, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20813c840, 0xc21bff2840, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x60d
github.com/ethereum/go-ethereum/eth.func·003(0xc221882d00, 0x7340da0, 0xc2217f09b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 15762 [runnable]:
sync.(*Mutex).Lock(0xc208b93a18)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/syndtr/goleveldb/leveldb.(*session).version(0xc208b93970, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:63 +0x40
github.com/syndtr/goleveldb/leveldb.(*DB).newRawIterator(0xc2081de9a0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:38 +0x77
github.com/syndtr/goleveldb/leveldb.(*DB).newIterator(0xc2081de9a0, 0x13, 0x0, 0x0, 0x3ffb78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:69 +0x1bd
github.com/syndtr/goleveldb/leveldb.(*DB).NewIterator(0xc2081de9a0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:744 +0x1ea
github.com/ethereum/go-ethereum/bzz.(*LDBDatabase).NewIterator(0xc208e665b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/database.go:74 +0x4f
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20aed6fc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:445 +0x1eb
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 65193 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x3)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 65197 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x7)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 14657 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x57)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 2200 [select, 18 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22b864bc0, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x606
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc22b864bc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 15747 [IO wait]:
net.(*pollDesc).Wait(0xc222f89e90, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc222f89e90, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc222f89e30, 0xc20f9630c0, 0x20, 0x20, 0x0, 0x5412aa8, 0xc223c73298)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208a1c568, 0xc20f9630c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc208a1c568, 0xc20f9630c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc208a1c568, 0xc20f9630c0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21c362780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21c2c5ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a836200, 0xc20b1f2c60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x97
goroutine 15748 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a836200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xb4
goroutine 2482 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc226c9a660)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 73360 [select, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22ac63780, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x606
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc22ac63780)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 60485 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc20a91eaa0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc208a7a140, 0xc226bf0000, 0x8000, 0x8000, 0x2960000, 0x2968000, 0x2, 0x80000, 0xc21c4d6840, 0xc20a914560)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60484 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc20a914500)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 60550 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5c)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60315 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x50)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 80411 [select, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2217f0960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).handle(0xc21f0acb40, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:271 +0x71
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc221882d00, 0x7340da0, 0xc2217f0960, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:259 +0x22a
github.com/ethereum/go-ethereum/bzz.func·017(0xc221882d00, 0x7340da0, 0xc2217f0960, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 75770 [select, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21fc7c050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20813c840, 0xc22667be00, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20813c840, 0xc22667be00, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x60d
github.com/ethereum/go-ethereum/eth.func·003(0xc20aaf1c80, 0x7340da0, 0xc21fc7c050, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 15749 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b0597c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc20813c840, 0xc226713c80, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x71
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc20813c840, 0xc226713c80, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x60d
github.com/ethereum/go-ethereum/eth.func·003(0xc20a836200, 0x7340da0, 0xc20b0597c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xd0
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 14559 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc20a093cc0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc20a0e01e0, 0xc20b4d6000, 0x8000, 0x8000, 0x1ed0000, 0x1ed8000, 0x3, 0x4000000, 0xc20a105b00, 0xc20a093c60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 84705 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc208bce380, 0xe19d5f9a374f5834, 0x9e05f237fc72b23c, 0xb75054a5608629f2, 0x748997ec691d7e1c, 0xef4b3b0ee5f13b3f, 0x2de3f91cc0d666a7, 0xbcc876734ceb7422, 0x6ba23f839e9ae9ad, 0xc226d661b0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:235 +0x228
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc208134000, 0xe19d5f9a374f5834, 0x9e05f237fc72b23c, 0xb75054a5608629f2, 0x748997ec691d7e1c, 0xef4b3b0ee5f13b3f, 0x2de3f91cc0d666a7, 0xbcc876734ceb7422, 0x6ba23f839e9ae9ad, 0xc226d661b0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:441 +0xf7
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingreplace(0xc208134000, 0xc21cd4a800, 0xc208a08ff0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:423 +0x129
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc208134000, 0x43deecc1b47de01, 0x4531ff9b2ed56122, 0x1b4426140ccae8d, 0xf77974678f84cdd4, 0xf90a09ebfdb90431, 0xb20cf1b791333d58, 0xa4fcd55d86269eba, 0xc723b7e3b10fdcfc, 0xc208122f86, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:391 +0x25d
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2f9
goroutine 60316 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x51)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 73361 [IO wait]:
net.(*pollDesc).Wait(0xc220219bf0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220219bf0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220219b90, 0xc20b787a40, 0x20, 0x20, 0x0, 0x5412aa8, 0xc22451fa30)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208a1d510, 0xc20b787a40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc208a1d510, 0xc20b787a40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc208a1d510, 0xc20b787a40, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc229f7d500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc220282990, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22ac63780, 0xc221b66300)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x97
goroutine 84834 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).checkpoint(0xc208ab2000, 0xc20a0f0000, 0xc208e6c660, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:614 +0x233
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0xc208ab2000, 0x5424520, 0xc2081aa100, 0x4, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:584 +0x6f9
github.com/ethereum/go-ethereum/p2p.func·010()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:552 +0x52
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:554 +0x58d
goroutine 14611 [semacquire, 18 minutes]:
sync.(*WaitGroup).Wait(0xc209fe5980)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc20a0e01e0, 0xc20b4d6000, 0x8000, 0x8000, 0x50000, 0x58000, 0x1, 0x1000, 0xc226ff9ce0, 0xc20a093fe0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x3d)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60546 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x58)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 66385 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc21c106980)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xb4
goroutine 60318 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x53)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 14655 [chan send, 18 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x55)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 75767 [IO wait]:
net.(*pollDesc).Wait(0xc2237fa060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2237fa060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2237fa000, 0xc228421b00, 0x20, 0x20, 0x0, 0x5412aa8, 0xc21f70f030)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2081aa008, 0xc228421b00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc2081aa008, 0xc228421b00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc2081aa008, 0xc228421b00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b3e6a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21c0cc060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20aaf1c80, 0xc21babb080)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x97
goroutine 65188 [semacquire, 14 minutes]:
sync.(*WaitGroup).Wait(0xc21be43fe0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc21bfbaf00, 0xc22b8c6000, 0x8000, 0x8000, 0x0, 0x8000, 0x1, 0x1000, 0xc21fbcca20, 0xc21be43f80)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 60268 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc224921ac0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc208fbbe00, 0xc22374e000, 0x8000, 0x8000, 0x50000, 0x58000, 0x1, 0x1000, 0xc220154ba0, 0xc2249215c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 15750 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b059770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1c4
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).handle(0xc20aed6fc0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:271 +0x71
github.com/ethereum/go-ethereum/bzz.runBzzProtocol(0xc208e665b0, 0xc208c21320, 0xc20a836200, 0x7340da0, 0xc20b059770, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:259 +0x22a
github.com/ethereum/go-ethereum/bzz.func·017(0xc20a836200, 0x7340da0, 0xc20b059770, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:233 +0x66
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x335
goroutine 15753 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc20b1f2f60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 66384 [IO wait]:
net.(*pollDesc).Wait(0xc21c0a66f0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc21c0a66f0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc21c0a6690, 0xc2291f9d60, 0x20, 0x20, 0x0, 0x5412aa8, 0xc223d55b48)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208a1c408, 0xc2291f9d60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc208a1c408, 0xc2291f9d60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc208a1c408, 0xc2291f9d60, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a985500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc21bc5e4b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21c106980, 0xc20b0ff800)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x97
goroutine 60309 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc226d7ebe0)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc21c0a5950, 0xc21fbea000, 0x8000, 0x8000, 0x2950000, 0x2958000, 0x3, 0x4000000, 0xc22662c8a0, 0xc226d7eb40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 60275 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x55)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60313 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc226d7f560)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc21c0a5950, 0xc21fbea000, 0x8000, 0x8000, 0x50000, 0x58000, 0x1, 0x1000, 0xc20b3985a0, 0xc226d7f2e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
github.com/ethereum/go-ethereum/bzz.func·008(0x52)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:434 +0x919
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60524 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc21c577880)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join(0xc226c68910, 0xc22aabc000, 0x8000, 0x8000, 0x3b40000, 0x3b48000, 0x3, 0x4000000, 0xc229f49080, 0xc21c577820)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:437 +0x680
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:346 +0x697
goroutine 75801 [runnable]:
github.com/syndtr/goleveldb/leveldb.(*DB).iterSamplingRate(0xc2081de9a0, 0xc20a300488)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:84
github.com/syndtr/goleveldb/leveldb.(*dbIter).sampleSeek(0xc20db2ac60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:118 +0xd9
github.com/syndtr/goleveldb/leveldb.(*dbIter).next(0xc20db2ac60, 0xc20c1b3130)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:193 +0xfd
github.com/syndtr/goleveldb/leveldb.(*dbIter).Seek(0xc20db2ac60, 0xc21d7cfb00, 0x40, 0x40, 0x20)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:183 +0x132
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc208a6f560)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:447 +0x230
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 72269 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc226f74c00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 84704 [semacquire]:
sync.(*Mutex).Lock(0xc208134000)
/usr/local/go/src/sync/mutex.go:66 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc208134000, 0x2acbd41c98022b01, 0xf8fd3d7ca29a3006, 0x2ab06f425bc50544, 0x9623ecc0afa272bd, 0x7d85cb766a8eebc5, 0xdcb71b4f618836a, 0x58dda96a0b68364f, 0x46b9bea993edafea, 0xc208122f5d, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x157
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2f9
goroutine 65196 [chan send, 14 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x6)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60310 [semacquire, 16 minutes]:
sync.(*WaitGroup).Wait(0xc226d7eb40)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 73367 [runnable]:
github.com/syndtr/goleveldb/leveldb.(*DB).newIterator(0xc2081de9a0, 0x13, 0x0, 0x0, 0x3ffc0a)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:58
github.com/syndtr/goleveldb/leveldb.(*DB).NewIterator(0xc2081de9a0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:744 +0x1ea
github.com/ethereum/go-ethereum/bzz.(*LDBDatabase).NewIterator(0xc208e665b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/database.go:74 +0x4f
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc221b66720)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:445 +0x1eb
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 75768 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20aaf1c80)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x259
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xb4
goroutine 65170 [semacquire, 14 minutes]:
sync.(*WaitGroup).Wait(0xc21be43820)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/bzz.func·007()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:348 +0x30
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).ReadAt
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:350 +0x724
goroutine 60487 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x61)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 82412 [sleep]:
github.com/ethereum/go-ethereum/bzz.(*bzzProtocol).storeRequestLoop(0xc21c427da0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:450 +0x25f
created by github.com/ethereum/go-ethereum/bzz.runBzzProtocol
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/protocol.go:254 +0x1f2
goroutine 81366 [IO wait]:
net.(*pollDesc).Wait(0xc208d1e3e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208d1e3e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208d1e380, 0xc208e59000, 0x1000, 0x1000, 0x0, 0x5412aa8, 0xc20ebc7500)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208a1c0b8, 0xc208e59000, 0x1000, 0x1000, 0x100000000, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
github.com/ethereum/go-ethereum/rpc.(*closableConnection).Read(0xc20c16a870, 0xc208e59000, 0x1000, 0x1000, 0x3, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/types.go:379 +0xd5
net/http.(*liveSwitchReader).Read(0xc21bc44048, 0xc208e59000, 0x1000, 0x1000, 0x2, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:214 +0xab
io.(*LimitedReader).Read(0xc227bac3a0, 0xc208e59000, 0x1000, 0x1000, 0x2, 0x0, 0x0)
/usr/local/go/src/io/io.go:408 +0xce
bufio.(*Reader).fill(0xc21be6c6c0)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadSlice(0xc21be6c6c0, 0xc21d30fb0a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x257
bufio.(*Reader).ReadLine(0xc21be6c6c0, 0x0, 0x0, 0x0, 0xc21c38bb00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:324 +0x62
net/textproto.(*Reader).readLineSlice(0xc20ab38000, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:55 +0x9e
net/textproto.(*Reader).ReadLine(0xc20ab38000, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:36 +0x4f
net/http.ReadRequest(0xc21be6c6c0, 0xc208b8c0d0, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:598 +0xcb
net/http.(*conn).readRequest(0xc21bc44000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:586 +0x26f
net/http.(*conn).serve(0xc21bc44000)
/usr/local/go/src/net/http/server.go:1162 +0x69e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
goroutine 80406 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc221882d00, 0x7340d78)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x606
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208ab2000, 0xc221882d00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x378
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x15bb
goroutine 60277 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x57)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60489 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x63)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 60552 [chan send, 16 minutes]:
github.com/ethereum/go-ethereum/bzz.func·008(0x5e)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:431 +0x82d
created by github.com/ethereum/go-ethereum/bzz.(*LazyChunkReader).join
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/bzz/chunker.go:435 +0x655
goroutine 80409 [IO wait]:
net.(*pollDesc).Wait(0xc22593c060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc22593c060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc22593c000, 0xc229b43c00, 0x20, 0x20, 0x0, 0x5412aa8, 0xc223f52830)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20803a348, 0xc229b43c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x54245d0, 0xc20803a348, 0xc229b43c00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x54245d0, 0xc20803a348, 0xc229b43c00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21f0aca80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0x11f
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20c1e4ae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x15c
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc221882d00, 0xc21f0ac9c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x89
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x97
goroutine 84731 [IO wait]:
net.(*pollDesc).Wait(0xc229eac760, 0x77, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitWrite(0xc229eac760, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
net.(*netFD).connect(0xc229eac700, 0x0, 0x0, 0x5414dc8, 0xc210cd4240, 0xecd038fd7, 0x34fc8b0e, 0x4f19f80, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:114 +0x24b
net.(*netFD).dial(0xc229eac700, 0x5424580, 0x0, 0x5424580, 0xc20f97d9e0, 0xecd038fd7, 0x34fc8b0e, 0x4f19f80, 0x0, 0x0)
/usr/local/go/src/net/sock_posix.go:139 +0x37a
net.socket(0x4919ad0, 0x3, 0x2, 0x1, 0x0, 0xc20f97d900, 0x5424580, 0x0, 0x5424580, 0xc20f97d9e0, ...)
/usr/local/go/src/net/sock_posix.go:91 +0x422
net.internetSocket(0x4919ad0, 0x3, 0x5424580, 0x0, 0x5424580, 0xc20f97d9e0, 0xecd038fd7, 0xc234fc8b0e, 0x4f19f80, 0x1, ...)
/usr/local/go/src/net/ipsock_posix.go:137 +0x148
net.dialTCP(0x4919ad0, 0x3, 0x0, 0xc20f97d9e0, 0xecd038fd7, 0x34fc8b0e, 0x4f19f80, 0xc211924bf0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:156 +0x125
net.dialSingle(0x4919ad0, 0x3, 0xc210cd4200, 0x11, 0x0, 0x0, 0x54244f0, 0xc20f97d9e0, 0xecd038fd7, 0x34fc8b0e, ...)
/usr/local/go/src/net/dial.go:235 +0x3f5
net.func·016(0xecd038fd7, 0xe34fc8b0e, 0x4f19f80, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:163 +0x12c
net.dial(0x4919ad0, 0x3, 0x54244f0, 0xc20f97d9e0, 0xc221b7fe60, 0xecd038fd7, 0xe34fc8b0e, 0x4f19f80, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:40 +0x6f
net.(*Dialer).Dial(0xc208c0a5c0, 0x4919ad0, 0x3, 0xc210cd4200, 0x11, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:170 +0x4be
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc211924b80, 0xc208ab2000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/dial.go:195 +0x1f1
github.com/ethereum/go-ethereum/p2p.func·008()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x53
created by github.com/ethereum/go-ethereum/p2p.func·009
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x58e
goroutine 84796 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc208bce380, 0xc45528ee06a0447, 0x9036e928b245f9d4, 0xdf1f7405812564c9, 0xcb4b0fdc9d65a131, 0x4056d611fa4ced31, 0xdcd4b26f80ab3061, 0x92f652adb9922836, 0x270ad2f1f72d7c23, 0xc226d662d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x65d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment