Registered Member
|
Hi everyone,
I currently get a crash when using a std::vector of classes containing Eigen members. I thought I already do everything that is recommended (use #include<Eigen/StdVector> and custom allocator), but the crash on destruction of said vector still happens. I'm on a 64bit Natty system using gcc 4.5.2 and using the Eigen3 version currently available as a ROS package (there's a file eigen-3.0prebeta3.tar.bz2.md5sum packed with that, I assume that's the Eigen version). Thanks to everyone looking at the problem. The backtrace is (as mentioned before, the SIGABRT happens on destruction of the std::vector of JointKalmanFilter<double> objects):
For this small testing code snippet:
Relevant parts of JointKalmanFilter:
|
Moderator
|
It seems you are using a beta version, could you try with the latest stable release:
http://eigen.tuxfamily.org/index.php?ti ... e#Download |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]