double free or corruption(out) #2121
zhao-zhibo
started this conversation in
General
Replies: 2 comments 1 reply
-
Please try with latest GTSAM 4 release or |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ProfFan I tried Release 4.2 .I use Eigen 3.37, but still get this error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Steps to reproduce
I ran this code on my computer, but the computer was running normally three months ago, so it may be caused by environmental changes. However, I have tried installing other versions of Eigen 3.4, but it still doesn't work.
Now the error message is double free memory. From the error stack information, it seems that it is reported by GTSAM. I don't know what is wrong with my environment. I have also uninstalled and reinstalled GTSAM and Eigen, but it still doesn't work. The information reported is as follows:
I used gdb to print the stack information, but still couldn't find the problem.The error message is double freeing memory in the nonlinear optimization function of GTSAM
Expected behavior
Environment
Ubuntu 20.04, C++ ,LIO_SAM_6Aixs(https://github.com/JokerJohn/LIO_SAM_6AXIS), GTSAM 4.0.0, Eigen 3.4.0
Additional information
Beta Was this translation helpful? Give feedback.
All reactions