augmented-traffic-control icon indicating copy to clipboard operation
augmented-traffic-control copied to clipboard

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

Open chantra opened this issue 9 years ago • 1 comments

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

chantra avatar May 20 '16 04:05 chantra

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.

zealws avatar May 20 '16 18:05 zealws