I get the following error only when I debug using gdb on my code compiled with debug flag
Program received signal SIGSEGV, Segmentation fault.
0x00007fffc79a7ff0 in boost::math::lanczos::lanczos_initializer<boost::math::lanczos::lanczos17m64, long double>::init::init() ()
from /usr/lib/libpcl_surface.so.1.7
OS: unbutu 14.04
I have the latest pcl library (1.7 Sprikelhof) and boost library (1.54)
Note, there is no segfault when running outside gdb.