Created
March 19, 2014 18:47
-
-
Save anthonybishopric/9648546 to your computer and use it in GitHub Desktop.
go-discoverd demo
This file contains 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
2014/03/19 18:45:24 Will register yahoo at :9999 | |
^\SIGQUIT: quit | |
PC=0x426da1 | |
runtime.notetsleepg(0x9e2d00, 0xffffffffffffffff) | |
/usr/local/go/src/pkg/runtime/lock_futex.c:190 +0x46 fp=0x7f2c3e9ebf48 | |
runtime.signal_recv(0x0) | |
/usr/local/go/src/pkg/runtime/sigqueue.goc:110 +0xe2 fp=0x7f2c3e9ebf70 | |
os/signal.loop() | |
/usr/local/go/src/pkg/os/signal/signal_unix.go:21 +0x1e fp=0x7f2c3e9ebfa0 | |
runtime.goexit() | |
/usr/local/go/src/pkg/runtime/proc.c:1394 fp=0x7f2c3e9ebfa8 | |
created by os/signal.init·1 | |
/usr/local/go/src/pkg/os/signal/signal_unix.go:27 +0x31 | |
goroutine 1 [IO wait]: | |
net.runtime_pollWait(0x7f2c3eb70588, 0x72, 0x0) | |
/usr/local/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210046ca0, 0x72, 0x7f2c3eb6f0e8, 0xb) | |
/usr/local/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210046ca0, 0xb, 0x7f2c3eb6f0e8) | |
/usr/local/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210046c40, 0xc21006e000, 0x1000, 0x1000, 0x0, ...) | |
/usr/local/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210000380, 0xc21006e000, 0x1000, 0x1000, 0x40b9c8, ...) | |
/usr/local/go/src/pkg/net/net.go:122 +0xc5 | |
bufio.(*Reader).fill(0xc210037420) | |
/usr/local/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210037420, 0xc21006e00a, 0x0, 0x0, 0x0, ...) | |
/usr/local/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210037420, 0x0, 0x0, 0x0, 0x0, ...) | |
/usr/local/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210062a20, 0x7f2c3eb66000, 0x7f2c3e9cfb38, 0x1, 0x420eb2, ...) | |
/usr/local/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210062a20, 0xc210056120, 0x41fa19, 0xc2100609c0, 0xd0) | |
/usr/local/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadResponse(0xc210037420, 0xc2100609c0, 0xc210037420, 0x7f2c3eb706a8, 0xc210000380) | |
/usr/local/go/src/pkg/net/http/response.go:114 +0xb5 | |
github.com/flynn/rpcplus.DialHTTPPath(0x6eb1a0, 0x3, 0x6ef790, 0xe, 0x6ef570, ...) | |
/src/go/src/github.com/flynn/rpcplus/client.go:306 +0x1ff | |
github.com/flynn/rpcplus.DialHTTP(0x6eb1a0, 0x3, 0x6ef790, 0xe, 0xecabbdcc4, ...) | |
/src/go/src/github.com/flynn/rpcplus/client.go:291 +0x5e | |
github.com/flynn/go-discoverd.NewClientUsingAddress(0x6ef790, 0xe, 0x6de8c0, 0x0, 0x6c2520) | |
/src/go/src/github.com/flynn/go-discoverd/client.go:355 +0x48 | |
github.com/flynn/go-discoverd.NewClient(0x6c2520, 0xc210000360, 0x7f2c3e9cfe80) | |
/src/go/src/github.com/flynn/go-discoverd/client.go:351 +0x61 | |
main.main() | |
/src/go/src/github.com/flynn/go-discoverd/examples/demo.go:22 +0x1b9 | |
rax 0xca | |
rbx 0xc2100290e8 | |
rcx 0xffffffffffffffff | |
rdx 0x0 | |
rdi 0x9e2d00 | |
rsi 0x0 | |
rbp 0xc21000f000 | |
rsp 0x7f2c3e9ebeb0 | |
r8 0x0 | |
r9 0x0 | |
r10 0x0 | |
r11 0x286 | |
r12 0x0 | |
r13 0xc210050140 | |
r14 0x0 | |
r15 0x0 | |
rip 0x426da1 | |
rflags 0x286 | |
cs 0x33 | |
fs 0x0 | |
gs 0x0 | |
exit status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment