Quick question… I’m segfaulting somewhere, and I’d like this to work. I have a debugger open right now, but it’s not very helpful.
What can I use/do to see exactly what my issue is? Use Valgrind or some memory analysis tool?
Not sure what other information I can give, but here’s what I’m looking at:
Program received signal SIGSEGV, Segmentation fault.
0x00000000004138d9 in operator+ (b=..., a=...) at ./stan/math/rev/core/operator_addition.hpp:54
54 return make_callback_vari(a.vi_->val_ + b.vi_->val_,