Advertisement
Guest User

Untitled

a guest
May 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. http: panic serving 79.138.131.15:64466: runtime error: invalid memory address or nil pointer dereference
  2. goroutine 5 [running]:
  3. net/http.(*conn).serve.func1(0xc820118100)
  4. /usr/local/go/src/net/http/server.go:1389 +0xc1
  5. panic(0x4495420, 0xc82000a0c0)
  6. /usr/local/go/src/runtime/panic.go:426 +0x4e9
  7. github.com/Olian04/Inda_Project/TempChat/Server/src/g.(*SSDiscussion).Convert(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  8. /Users/Jesper_Larsson/go/src/github.com/Olian04/Inda_Project/TempChat/Server/src/g/SSTypes.go:33 +0x5c
  9. github.com/Olian04/Inda_Project/TempChat/Server/src/handlers/Discussion.Join(0x4c899e0, 0xc820116340, 0xc82011c0e0)
  10. /Users/Jesper_Larsson/go/src/github.com/Olian04/Inda_Project/TempChat/Server/src/handlers/Discussion/Join.go:32 +0x4bb
  11. net/http.HandlerFunc.ServeHTTP(0x45b2770, 0x4c899e0, 0xc820116340, 0xc82011c0e0)
  12. /usr/local/go/src/net/http/server.go:1618 +0x3a
  13. net/http.(*ServeMux).ServeHTTP(0xc82006eab0, 0x4c899e0, 0xc820116340, 0xc82011c0e0)
  14. /usr/local/go/src/net/http/server.go:1910 +0x17d
  15. net/http.serverHandler.ServeHTTP(0xc820080080, 0x4c899e0, 0xc820116340, 0xc82011c0e0)
  16. /usr/local/go/src/net/http/server.go:2081 +0x19e
  17. net/http.(*conn).serve(0xc820118100)
  18. /usr/local/go/src/net/http/server.go:1472 +0xf2e
  19. created by net/http.(*Server).Serve
  20. /usr/local/go/src/net/http/server.go:2137 +0x44e
  21. panic: runtime error: invalid memory address or nil pointer dereference
  22. [signal 0xb code=0x1 addr=0x18 pc=0x40eca84]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement