Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. devin@kodiak-dev:~/projects/gst/examples$ go run live_webm.go
  2. panic: runtime error: invalid memory address or nil pointer dereference
  3. [signal 0xb code=0x1 addr=0x0 pc=0x40b23c]
  4.  
  5. goroutine 1 [running]:
  6. main.NewWebM(0x180, 0xd8, 0x19, 0x0)
  7. /home/devin/projects/gst/examples/live_webm.go:107 +0x93c
  8. main.main()
  9. /home/devin/projects/gst/examples/live_webm.go:145 +0x69
  10.  
  11. goroutine 2 [runnable]:
  12. runtime.forcegchelper()
  13. /usr/local/go/src/runtime/proc.go:90
  14. runtime.goexit()
  15. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  16.  
  17. goroutine 3 [runnable]:
  18. runtime.bgsweep()
  19. /usr/local/go/src/runtime/mgc0.go:82
  20. runtime.goexit()
  21. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  22.  
  23. goroutine 4 [runnable]:
  24. runtime.runfinq()
  25. /usr/local/go/src/runtime/malloc.go:712
  26. runtime.goexit()
  27. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  28.  
  29. goroutine 5 [runnable]:
  30. github.com/ziutek/glib.callbackLoop()
  31. /home/devin/go/src/github.com/ziutek/glib/object.go:415
  32. created by github.com/ziutek/glib.init·1
  33. /home/devin/go/src/github.com/ziutek/glib/object.go:423 +0x25
  34.  
  35. goroutine 17 [syscall, locked to thread]:
  36. runtime.goexit()
  37. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  38. exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement