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

malloc: *** set a breakpoint in malloc_error_break to debug #8

Open
match08 opened this issue Mar 21, 2020 · 1 comment
Open

malloc: *** set a breakpoint in malloc_error_break to debug #8

match08 opened this issue Mar 21, 2020 · 1 comment

Comments

@match08
Copy link

match08 commented Mar 21, 2020

GSLAM(49030,0x1005b6dc0) malloc: *** error for object 0x3fefef5584e87731: pointer being freed was not allocated
GSLAM(49030,0x1005b6dc0) malloc: *** set a breakpoint in malloc_error_break to debug

@match08
Copy link
Author

match08 commented Mar 21, 2020

std::cout<<"theia rotation start"<<std::endl;
rotation_estimator.EstimateRotations(view_pairs,&orientations);
std::cout<<"theia rotation finished"<<std::endl;

for (int i=0;i<newRotations.size();i++) {
ceres::AngleAxisToRotationMatrix(orientations[i].data(),newRotations[i].data());
std::cout<<orientations[i].transpose()<<std::endl;
}

GSLAM(49030,0x1005b6dc0) malloc: *** error for object 0x3fefef5584e87731: pointer being freed was not allocated
GSLAM(49030,0x1005b6dc0) malloc: *** set a breakpoint in malloc_error_break to debug

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

1 participant