본문 바로가기
Programming Language/Kinect & PCL

Trouble Shooting

by 민트초코맛꼬깔콘 2014. 9. 28.

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

'Programming Language > Kinect & PCL' 카테고리의 다른 글

PCL 1.8 Install  (0) 2015.09.11
PCL 1.7 설치  (0) 2014.09.15
PCL-1.7 설치 참고 사이트  (0) 2014.09.05
TROUBLE SHOOTING  (0) 2014.08.25
PCL 예제 프로그램 짜보기  (0) 2014.07.04