Hi,
I can compile and run OpenChisel on two different computers with Ubuntu 14.04 LTS and the normal ros-indigo-* packages and the stock PCL 1.7.2.
To prevent getting an segmentation fault I just need to set the cmake build type to "Release" or "RelWithDebInfo".
When I don't set any build type or e.g. write "set(CMAKE_BUILD_TYPE Debug)", I get an segmentation fault.