Skip to content

Instantly share code, notes, and snippets.

@alessioguglielmo
Created November 12, 2014 09:10
Show Gist options
  • Save alessioguglielmo/74b6ba3bc50e7ee452b7 to your computer and use it in GitHub Desktop.
Save alessioguglielmo/74b6ba3bc50e7ee452b7 to your computer and use it in GitHub Desktop.
Log LXD
ale@ubuntu:~$ go get github.com/lxc/lxd
unexpected fault address 0x7fcc00000011
fatal error: fault
[signal 0xb code=0x1 addr=0x7fcc00000011]
goroutine 8 [running]:
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
:0
goroutine 1 [select]:
main.$nested27
/build/buildd/gccgo-go-1.2.1/src/cmd/go/http.go:57
main.httpsOrHTTP
/build/buildd/gccgo-go-1.2.1/src/cmd/go/http.go:65
main.repoRootForImportDynamic
/build/buildd/gccgo-go-1.2.1/src/cmd/go/vcs.go:468
main.repoRootForImportPath
/build/buildd/gccgo-go-1.2.1/src/cmd/go/vcs.go:362
main.downloadPackage
/build/buildd/gccgo-go-1.2.1/src/cmd/go/get.go:269
main.download
/build/buildd/gccgo-go-1.2.1/src/cmd/go/get.go:166
main.download
/build/buildd/gccgo-go-1.2.1/src/cmd/go/get.go:232
main.runGet
/build/buildd/gccgo-go-1.2.1/src/cmd/go/get.go:72
main.main
/build/buildd/gccgo-go-1.2.1/src/cmd/go/main.go:161
goroutine 3 [syscall]:
goroutine in C code; stack unavailable
goroutine 9 [finalizer wait]:
ale@ubuntu:~$ cd $GOPATH/src/github.com/lxc/lxd
ale@ubuntu:~/src/github.com/lxc/lxd$ go build
config.go:9:2: cannot find package "gopkg.in/yaml.v2" in any of:
/usr/src/pkg/gopkg.in/yaml.v2 (from $GOROOT)
/home/ale/src/gopkg.in/yaml.v2 (from $GOPATH)
ale@ubuntu:~/src/github.com/lxc/lxd$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment