FAST_LIO_SAM icon indicating copy to clipboard operation
FAST_LIO_SAM copied to clipboard

double free or corruption(out)

Open fjc378209410 opened this issue 1 year ago • 3 comments

when i using fast_lio_sam, i also get "double free or corruption(out)", then process died, do you know how to solve this problem? thanks a lot.

fjc378209410 avatar Sep 15 '23 01:09 fjc378209410

数组越界,或者智能指针没有实例化就用了。

heroacool avatar Oct 16 '23 06:10 heroacool

我也有这个问题,知道是啥原因吗

oziasly avatar Mar 04 '24 07:03 oziasly

可能是eigen库优化对齐的问题,在cmakeList.txt中加上-march=native,参考https://zhuanlan.zhihu.com/p/93824687

snowflakezzz avatar Jun 03 '24 12:06 snowflakezzz