gaoxiang12 / slam_in_autonomous_driving

《自动驾驶中的SLAM技术》对应开源代码
1.76k stars 430 forks source link

munmap_chunk(): invalid pointer Aborted (core dumped) #156

Closed xiaohai-AI closed 2 months ago

xiaohai-AI commented 2 months ago

Ubuntu20.04 follow README.MD file for installation, all the codes from Ch2 to Ch5 works fine! but from Ch6 all the program execution output failed and got munmapmunmap_chunk(): invalid pointer Aborted (core dumped)

xiaohai-AI commented 2 months ago

after reinstall Ubuntu 20.04 the problems are gone ! also when I compiler whole project, no warning related with boost are show up