Programming Language/Kinect & PCL
Trouble Shooting
민트초코맛꼬깔콘
2014. 9. 28. 14:36
반응형
capture_tool: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h:69: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = float, int Size = 4, int MatrixOrArrayOptions = 0]: Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed.
중지됨 (core dumped)
#define EIGEN_DONT_ALIGN_STATICALLY
또는
#define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT
추가
http://eigen.tuxfamily.org/dox-devel/TopicUnalignedArrayAssert.html
반응형