Skip to content
New issue

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

double free or corruption (out) from 'rosrun lsd_slam_core live_slam' command #208

Closed
st117752 opened this issue Jul 8, 2016 · 5 comments

Comments

@st117752
Copy link

st117752 commented Jul 8, 2016

Please give me some suggestion, I'm really new to Ubuntu, C++ and LSD-SLAM. I am using Opencv 2.4.11 on ubuntu 14.04. I got the problem about 'double free or corruption' when runing live_slam by using command below.

name@Name:~/LSD_SLAM$ rosrun lsd_slam_core live_slam image:=/image_raw camera_info:=/camera_info
*** Error in `/home/name/rosbuild_ws/package_dir/lsd_slam/lsd_slam_core/bin/live_slam': double free or corruption (out): 0x08f11900 ***
Aborted (core dumped)

Thanks in advance for every help.

@bchu
Copy link

bchu commented Jul 8, 2016

This might not be your problem, but which version of eigen are you using?

I had a similar issue, on Ubuntu 15.10 with dataset_slam, when I compiled the latest version of Eigen3 from source (version 3.2.92). In my case my issue went away when I uninstalled that version and just used the Ubuntu apt package libeigen3-dev (version 3.2.5-4).

@bchu
Copy link

bchu commented Jul 8, 2016

Oh, I was saying that you want to use libeigen3-dev. So it looks like that isn't your problem then.

@st117752
Copy link
Author

st117752 commented Jul 8, 2016

Sorry, I was confuse myself, However follow your instruction, it work now.
Thank you so much again.

@st117752 st117752 closed this as completed Jul 9, 2016
@msamogh
Copy link

msamogh commented Oct 17, 2018

@bchu Is this latest version of Eigen3 something that lsd_slam installs during its installation? How do I uninstall the latest version before installing it through apt-get?

@20chix
Copy link

20chix commented Mar 4, 2019

Still getting this error , should I downgrade too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants