Skip to content

Instantly share code, notes, and snippets.

@nati
Created November 25, 2015 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nati/9166f7a95a8ce0fa5bfd to your computer and use it in GitHub Desktop.
Save nati/9166f7a95a8ce0fa5bfd to your computer and use it in GitHub Desktop.
2015/11/25 11:30:46 debugger.go:56: launching process with args: [./debug]
2015/11/25 11:30:46 server.go:301: method Run has wrong number of ins: 1
2015/11/25 11:30:46 server.go:301: method Stop has wrong number of ins: 2
2015/11/25 11:30:46 debugger.go:231: continuing
unexpected fault address 0x49ebe20
fatal error: fault
[signal 0xb code=0x1 addr=0x49ebe20 pc=0x41172ad]
1 [running, locked to thread]:
runtime.throw(0x49d3a78, 0x5)
/usr/local/go/src/runtime/panic.go:527 +0x90 fp=0xc8200e9d78 sp=0xc8200e9d60
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:27 +0x2ba fp=0xc8200e9dc8 sp=0xc8200e9d78
runtime.aeshashbody()
/usr/local/go/src/runtime/asm_amd64.s:981 +0x38d fp=0xc8200e9dd0 sp=0xc8200e9dc8
runtime.mapassign1(0x4867220, 0xc8201a4150, 0x4bbcbe0, 0x4bbcbf0)
/usr/local/go/src/runtime/hashmap.go:424 +0xbf fp=0xc8200e9e78 sp=0xc8200e9dd0
github.com/coreos/go-etcd/etcd.init()
/Users/nati/go/src/github.com/coreos/go-etcd/etcd/options.go:31 +0x295 fp=0xc8200e9eb0 sp=0xc8200e9e78
github.com/cloudwan/gohan/sync/etcd.init()
/Users/nati/go/src/github.com/cloudwan/gohan/sync/etcd/log.go:24 +0x59 fp=0xc8200e9ee8 sp=0xc8200e9eb0
github.com/cloudwan/gohan/server.init()
/Users/nati/go/src/github.com/cloudwan/gohan/server/sync.go:597 +0xc2 fp=0xc8200e9f20 sp=0xc8200e9ee8
github.com/cloudwan/gohan/cli.init()
/Users/nati/go/src/github.com/cloudwan/gohan/cli/cli.go:345 +0x75 fp=0xc8200e9f28 sp=0xc8200e9f20
main.init()
/Users/nati/go/src/github.com/cloudwan/gohan/main.go:24 +0x39 fp=0xc8200e9f30 sp=0xc8200e9f28
runtime.main()
/usr/local/go/src/runtime/proc.go:100 +0x27f fp=0xc8200e9f80 sp=0xc8200e9f30
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1 fp=0xc8200e9f88 sp=0xc8200e9f80
17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
20 [syscall]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
@nati
Copy link
Author

nati commented Nov 25, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment