We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ieskf_frontend_node: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h:128: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 32>::plain_array() [with T = double; int Size = 4; int MatrixOrArrayOptions = 0]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (31)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed. [ieskf_frontend_node-1] process has died [pid 585, exit code -6, cmd
然后尝试给所有定义成员的Eigen的数据结构加上 EIGEN_MAKE_ALIGNED_OPERATOR_NEW;尝试修改pcl别的版本,c++版本都还是报同样的错误,后面又尝试了所有其他的章节,也都出现了这个问题,请问该如何解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ieskf_frontend_node: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h:128: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 32>::plain_array() [with T = double; int Size = 4; int MatrixOrArrayOptions = 0]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (31)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed.
[ieskf_frontend_node-1] process has died [pid 585, exit code -6, cmd
然后尝试给所有定义成员的Eigen的数据结构加上
EIGEN_MAKE_ALIGNED_OPERATOR_NEW;尝试修改pcl别的版本,c++版本都还是报同样的错误,后面又尝试了所有其他的章节,也都出现了这个问题,请问该如何解决?
The text was updated successfully, but these errors were encountered: