Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

panic: runtime error: invalid memory address or nil pointer dereference goroutine 114 [running]: #267

Open
chantra opened this issue May 20, 2016 · 1 comment
Labels
Milestone

Comments

@chantra
Copy link
Contributor

chantra commented May 20, 2016

Not sure how I go to this.. but the backtrace may help in finding the potential culprit. https://gist.github.com/chantra/a1a69b4b3601f712712aa7b64b91b3ac

@chantra chantra added this to the 2.0 milestone May 20, 2016
@zealws
Copy link
Contributor

zealws commented May 20, 2016

This is deep in the bowels of the thrift generated code. Most likely cause (based on prior experience) is that you managed to construct a thrift struct with a nil field that the thrift library didn't want to be nil. I've noticed that they don't really do a good job checking this stuff, so I've guarded against it in a lot of places, but clearly I missed one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants