Created
November 18, 2015 15:38
-
-
Save dignifiedquire/458c46cc8f9e9d6b1904 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ IPFS_PATH=/Volumes/npm/.ipfs ./ipfs daemon | |
Initializing daemon... | |
Swarm listening on /ip4/127.0.0.1/tcp/4001 | |
Swarm listening on /ip4/192.168.0.17/tcp/4001 | |
Swarm listening on /ip6/::1/tcp/4001 | |
Swarm listening on /ip6/fd67:d185:7678:b25b:9191:a068:42cf:b70a/tcp/4001 | |
API server listening on /ip4/127.0.0.1/tcp/5001 | |
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080 | |
Daemon is ready | |
16:32:35.048 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:59988: write: broken pipe handler.go:265 | |
16:32:45.372 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:63062: write: broken pipe handler.go:265 | |
16:32:46.022 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:62986: write: protocol wrong type for socket handler.go:265 | |
16:32:46.515 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:63194: write: broken pipe handler.go:265 | |
16:32:48.498 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:58650: write: broken pipe handler.go:265 | |
16:32:49.042 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:55025: write: broken pipe handler.go:265 | |
16:32:49.085 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:53084: write: broken pipe handler.go:265 | |
16:32:50.802 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:59801: write: broken pipe handler.go:265 | |
16:32:56.168 ERROR commands/h: err: write tcp4 127.0.0.1:5001->127.0.0.1:59962: write: broken pipe handler.go:265 | |
^\SIGQUIT: quit | |
PC=0x6fbd3 m=2 | |
goroutine 0 [idle]: | |
runtime.mach_semaphore_timedwait(0x3c00002303, 0x0, 0x700000080d24, 0x3c, 0x1f10f, 0xc820000900, 0x62a19, 0xdf8475800, 0x1, 0x700000080d6c, ...) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/sys_darwin_amd64.s:417 +0x13 | |
runtime.semasleep1(0xdf8475800, 0x1) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/os1_darwin.go:374 +0x81 | |
runtime.semasleep.func1() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/os1_darwin.go:401 +0x29 | |
runtime.systemstack(0x700000080d70) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/asm_amd64.s:278 +0xab | |
runtime.semasleep(0xdf8475800, 0x0) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/os1_darwin.go:402 +0x36 | |
runtime.notetsleep_internal(0x1048320, 0xdf8475800, 0xc820000900, 0x1417d5c349e3ab12, 0x0) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/lock_sema.go:201 +0xfa | |
runtime.notetsleep(0x1048320, 0xdf8475800, 0x1417d5b52d73f601) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/lock_sema.go:251 +0xba | |
runtime.sysmon() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/proc1.go:3000 +0x4aa | |
runtime.mstart1() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/proc1.go:721 +0xe8 | |
runtime.mstart() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/proc1.go:691 +0x72 | |
goroutine 1 [chan receive, 273 minutes]: | |
main.daemonFunc(0x29641c8, 0xc8202960c0, 0x2964380, 0xc8202a0000) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:293 +0x1121 | |
github.com/ipfs/go-ipfs/commands.(*Command).Call(0x1048160, 0x29641c8, 0xc8202960c0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/commands/command.go:106 +0x471 | |
main.callCommand(0x29642f0, 0xc820120700, 0x29641c8, 0xc8202960c0, 0x1048160, 0x103c620, 0x0, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/main.go:343 +0xa44 | |
main.(*cmdInvocation).Run(0xc820120680, 0x29642f0, 0xc820120700, 0x0, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/main.go:186 +0x1e5 | |
main.main() | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/main.go:151 +0x65b | |
goroutine 17 [syscall, 273 minutes, locked to thread]: | |
runtime.goexit() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/asm_amd64.s:1696 +0x1 | |
goroutine 6 [chan receive, 1 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/codahale/metrics.init.1.func2() | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/codahale/metrics/metrics.go:321 +0x73 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/codahale/metrics.init.1 | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/codahale/metrics/metrics.go:328 +0x7b | |
goroutine 7 [select, 273 minutes]: | |
github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log.(*MirrorWriter).logRoutine(0xc820010b80) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log/writer.go:71 +0x33c | |
created by github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log.NewMirrorWriter | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log/writer.go:38 +0xe2 | |
goroutine 8 [syscall, 273 minutes]: | |
os/signal.loop() | |
/usr/local/Cellar/go/1.5.1/libexec/src/os/signal/signal_unix.go:22 +0x18 | |
created by os/signal.init.1 | |
/usr/local/Cellar/go/1.5.1/libexec/src/os/signal/signal_unix.go:28 +0x37 | |
goroutine 36 [select, 273 minutes, locked to thread]: | |
runtime.gopark(0xc9fdb0, 0xc82027af28, 0xadfae0, 0x6, 0x3eb18, 0x2) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/proc.go:185 +0x163 | |
runtime.selectgoImpl(0xc82027af28, 0x0, 0x18) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/select.go:392 +0xa64 | |
runtime.selectgo(0xc82027af28) | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/select.go:212 +0x12 | |
runtime.ensureSigM.func1() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/signal1_unix.go:227 +0x323 | |
runtime.goexit() | |
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/asm_amd64.s:1696 +0x1 | |
goroutine 37 [chan receive, 273 minutes]: | |
main.(*IntrHandler).Handle.func1(0xc820264400, 0xc82025e560) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/main.go:542 +0x9a | |
created by main.(*IntrHandler).Handle | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/main.go:547 +0x95 | |
goroutine 38 [chan receive, 273 minutes]: | |
main.daemonFunc.func1(0x29641c8, 0xc8202960c0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:148 +0x88 | |
created by main.daemonFunc | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:151 +0xa5 | |
goroutine 39 [select]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8202721c0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b | |
goroutine 13 [select, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc8202d4000) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc | |
goroutine 14 [select, 1 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc8202d4000) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e | |
goroutine 15 [select, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc8202d4000) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a | |
goroutine 16 [select, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc8202d4000) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c | |
goroutine 50 [select, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc8202d4000) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae | |
goroutine 23 [chan receive, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x29642f0, 0xc8201207c0, 0x1296cf8, 0xc82015df20) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context/context.go:65 +0x4a | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context.CloseAfterContext | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context/context.go:67 +0x135 | |
goroutine 24 [chan receive]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-metrics.(*meterArbiter).tick(0x10475c0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-metrics/meter.go:243 +0x4b | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-metrics.NewMeter | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-metrics/meter.go:41 +0x154 | |
goroutine 25 [select]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.(*Swarm).connGarbageCollect(0xc8200ecdd0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/swarm.go:358 +0x1d5 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.NewSwarm | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/swarm.go:61 +0x289 | |
goroutine 26 [chan receive, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x29642f0, 0xc8201207c0, 0x1296cf8, 0xc82029a660) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context/context.go:65 +0x4a | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context.CloseAfterContext | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context/context.go:67 +0x135 | |
goroutine 36750780 [select, 15 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux.(*Stream).Read(0xc9550a4500, 0xc920febf50, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go:123 +0x3a4 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux.(*stream).Read(0xc9550a4500, 0xc920febf50, 0x1, 0x1, 0xc9b7400c64, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux/yamux.go:20 +0x4b | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.(*Stream).Read(0xc84bac91c0, 0xc920febf50, 0x1, 0x1, 0x1, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/stream.go:73 +0x6c | |
github.com/ipfs/go-ipfs/p2p/net/swarm.(*Stream).Read(0xc84bac91c0, 0xc920febf50, 0x1, 0x1, 0xc87aa8b4a8, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/p2p/net/swarm/swarm_stream.go:30 +0x4d | |
github.com/ipfs/go-ipfs/metrics/stream.(*meteredStream).Read(0xc84bac9200, 0xc920febf50, 0x1, 0x1, 0x208e6, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/metrics/stream/metered.go:37 +0x75 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Read(0xc9b7400c60, 0xc920febf50, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:61 +0x11c | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*byteReader).ReadByte(0xc920febf40, 0x104b208, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:195 +0xa3 | |
encoding/binary.ReadUvarint(0x296a6a8, 0xc920febf40, 0xc9b7400c60, 0x0, 0x0) | |
/usr/local/Cellar/go/1.5.1/libexec/src/encoding/binary/varint.go:110 +0x52 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.ReadNextToken(0x29b4410, 0xc9b7400c60, 0x0, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:159 +0x103 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).readHandshake(0xc9b7400cc0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:75 +0x115 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Write | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:110 +0x54 | |
goroutine 37040158 [select, 12 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux.(*Stream).Read(0xc952c99540, 0xc916432870, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go:123 +0x3a4 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux.(*stream).Read(0xc952c99540, 0xc916432870, 0x1, 0x1, 0xc8c7e15da4, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux/yamux.go:20 +0x4b | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.(*Stream).Read(0xc88fb048c0, 0xc916432870, 0x1, 0x1, 0x1, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/stream.go:73 +0x6c | |
github.com/ipfs/go-ipfs/p2p/net/swarm.(*Stream).Read(0xc88fb048c0, 0xc916432870, 0x1, 0x1, 0xc84c3e94a8, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/p2p/net/swarm/swarm_stream.go:30 +0x4d | |
github.com/ipfs/go-ipfs/metrics/stream.(*meteredStream).Read(0xc88fb04900, 0xc916432870, 0x1, 0x1, 0x208e6, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/metrics/stream/metered.go:37 +0x75 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Read(0xc8c7e15da0, 0xc916432870, 0x1, 0x1, 0x1, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:61 +0x11c | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*byteReader).ReadByte(0xc916432860, 0x104b208, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:195 +0xa3 | |
encoding/binary.ReadUvarint(0x296a6a8, 0xc916432860, 0xc8c7e15da0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.5.1/libexec/src/encoding/binary/varint.go:110 +0x52 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.ReadNextToken(0x29b4410, 0xc8c7e15da0, 0x0, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:159 +0x103 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).readHandshake(0xc8c7e15e00, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:75 +0x115 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Write | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:110 +0x54 | |
goroutine 162 [select, 273 minutes]: | |
github.com/ipfs/go-ipfs/core/corehttp.Serve(0xc8202d4160, 0x29aa3b0, 0xc820260278, 0xc8202bf130, 0x9, 0x9, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/core/corehttp/corehttp.go:88 +0x7c7 | |
main.serveHTTPApi.func2(0xc8201e3620, 0xc8202d4160, 0x29aa418, 0xc82235c520, 0xc8202bf130, 0x9, 0x9) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:378 +0x81 | |
created by main.serveHTTPApi | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:380 +0x1245 | |
goroutine 33167913 [select, 53 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux.(*Stream).Read(0xc8b075e3c0, 0xc941fab260, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go:123 +0x3a4 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux.(*stream).Read(0xc8b075e3c0, 0xc941fab260, 0x1, 0x1, 0xc8f6a3fe64, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux/yamux.go:20 +0x4b | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.(*Stream).Read(0xc8e8822840, 0xc941fab260, 0x1, 0x1, 0x20, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/stream.go:73 +0x6c | |
github.com/ipfs/go-ipfs/p2p/net/swarm.(*Stream).Read(0xc8e8822840, 0xc941fab260, 0x1, 0x1, 0xc863fbd4a8, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/p2p/net/swarm/swarm_stream.go:30 +0x4d | |
github.com/ipfs/go-ipfs/metrics/stream.(*meteredStream).Read(0xc8e8822880, 0xc941fab260, 0x1, 0x1, 0x208e6, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/metrics/stream/metered.go:37 +0x75 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Read(0xc8f6a3fe60, 0xc941fab260, 0x1, 0x1, 0x1, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:61 +0x11c | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*byteReader).ReadByte(0xc941fab250, 0x104b208, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:195 +0xa3 | |
encoding/binary.ReadUvarint(0x296a6a8, 0xc941fab250, 0xc8f6a3fe60, 0x0, 0x0) | |
/usr/local/Cellar/go/1.5.1/libexec/src/encoding/binary/varint.go:110 +0x52 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.ReadNextToken(0x29b4410, 0xc8f6a3fe60, 0x0, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:159 +0x103 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).readHandshake(0xc8f6a3ff80, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:75 +0x115 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Write | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:110 +0x54 | |
goroutine 66 [chan receive, 273 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x29642f0, 0xc8201207c0, 0x1296cf8, 0xc82029b020) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context/context.go:65 +0x4a | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context.CloseAfterContext | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/context/context.go:67 +0x135 | |
goroutine 35126268 [select, 34 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux.(*Stream).Read(0xc94f543040, 0xc9990014d0, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go:123 +0x3a4 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux.(*stream).Read(0xc94f543040, 0xc9990014d0, 0x1, 0x1, 0xc983b39e64, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux/yamux.go:20 +0x4b | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.(*Stream).Read(0xc92120cc00, 0xc9990014d0, 0x1, 0x1, 0x22, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/stream.go:73 +0x6c | |
github.com/ipfs/go-ipfs/p2p/net/swarm.(*Stream).Read(0xc92120cc00, 0xc9990014d0, 0x1, 0x1, 0xc8d464a4a8, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/p2p/net/swarm/swarm_stream.go:30 +0x4d | |
github.com/ipfs/go-ipfs/metrics/stream.(*meteredStream).Read(0xc8f24d9140, 0xc9990014d0, 0x1, 0x1, 0x208e6, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/metrics/stream/metered.go:37 +0x75 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Read(0xc983b39e60, 0xc9990014d0, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:61 +0x11c | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*byteReader).ReadByte(0xc9990014c0, 0x104b208, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:195 +0xa3 | |
encoding/binary.ReadUvarint(0x296a6a8, 0xc9990014c0, 0xc983b39e60, 0x0, 0x0) | |
/usr/local/Cellar/go/1.5.1/libexec/src/encoding/binary/varint.go:110 +0x52 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.ReadNextToken(0x29b4410, 0xc983b39e60, 0x0, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:159 +0x103 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).readHandshake(0xc983b39f80, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:75 +0x115 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Write | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:110 +0x54 | |
goroutine 69 [select]: | |
github.com/ipfs/go-ipfs/routing/dht.(*ProviderManager).run(0xc8201be230) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/routing/dht/providers.go:59 +0xb11 | |
github.com/ipfs/go-ipfs/routing/dht.NewProviderManager.func1(0x1296cf8, 0xc82029b140) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/routing/dht/providers.go:51 +0x20 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess.(*process).Go.func1(0xc8201639a0, 0xc82029b140, 0xc82029b260) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/impl-mutex.go:112 +0x51 | |
created by github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess.(*process).Go | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/impl-mutex.go:115 +0x3eb | |
goroutine 37370743 [select, 10 minutes]: | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux.(*Stream).Read(0xc883069040, 0xc92a71b240, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go:123 +0x3a4 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux.(*stream).Read(0xc883069040, 0xc92a71b240, 0x1, 0x1, 0xc8dfca6ba4, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-stream-muxer/yamux/yamux.go:20 +0x4b | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream.(*Stream).Read(0xc917f8f080, 0xc92a71b240, 0x1, 0x1, 0x20, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-peerstream/stream.go:73 +0x6c | |
github.com/ipfs/go-ipfs/p2p/net/swarm.(*Stream).Read(0xc917f8f080, 0xc92a71b240, 0x1, 0x1, 0xc8f9f134a8, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/p2p/net/swarm/swarm_stream.go:30 +0x4d | |
github.com/ipfs/go-ipfs/metrics/stream.(*meteredStream).Read(0xc917f8f0c0, 0xc92a71b240, 0x1, 0x1, 0x208e6, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/metrics/stream/metered.go:37 +0x75 | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*lazyConn).Read(0xc8dfca6ba0, 0xc92a71b240, 0x1, 0x1, 0x1, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/lazy.go:61 +0x11c | |
github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream.(*byteReader).ReadByte(0xc92a71b220, 0x104b208, 0x0, 0x0) | |
/Users/dignifiedquire/.go/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-multistream/multistream.go:195 +0xa3 | |
encoding/binary.ReadUvarint(0x296a6a8, 0xc92a71b220, 0xc8dfca6ba0, 0x0, 0x0) | |
/usr/local/Cellar/go/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment