Guest User

Untitled

a guest
May 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. GOARCH="arm" │·········
  2. GOBIN="" │·········
  3. GOEXE="" │·········
  4. GOHOSTARCH="arm" │·········
  5. GOHOSTOS="linux" │·········
  6. GOOS="linux" │·········
  7. GOPATH="/home/pi/gocode" │·········
  8. GORACE="" │·········
  9. GOROOT="/usr/local/go" │·········
  10. GOTOOLDIR="/usr/local/go/pkg/tool/linux_arm" │·········
  11. GCCGO="gccgo" │·········
  12. GOARM="6" │·········
  13. CC="gcc" │·········
  14. GOGCCFLAGS="-fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build101436108=/tmp/go-build -gno-record-gcc-switches" │·········
  15. CXX="g++" │·········
  16. CGO_ENABLED="1" │·········
  17. CGO_CFLAGS="-g -O2" │·········
  18. CGO_CPPFLAGS="" │·········
  19. CGO_CXXFLAGS="-g -O2" │·········
  20. CGO_FFLAGS="-g -O2" │·········
  21. CGO_LDFLAGS="-g -O2" │·········
  22. PKG_CONFIG="pkg-config"
  23.  
  24. go get github.com/revel/revel
  25.  
  26. panic: runtime error: invalid memory address or nil pointer dereference │·········
  27. [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5190b8] │·········
  28. goroutine 1 [running]: │·········
  29. cmd/compile/internal/gc.dumpasmhdr() │·········
  30. /usr/local/go/src/cmd/compile/internal/gc/export.go:389 +0x20c │·········
  31. cmd/compile/internal/gc.Main(0x6c5f88) │·········
  32. /usr/local/go/src/cmd/compile/internal/gc/main.go:633 +0x2660 │·········
  33. main.main() │·········
  34. /usr/local/go/src/cmd/compile/main.go:49 +0x7c
Add Comment
Please, Sign In to add comment