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

when I run the code , error is coming #8

Open
todayistipsy opened this issue Dec 25, 2023 · 1 comment
Open

when I run the code , error is coming #8

todayistipsy opened this issue Dec 25, 2023 · 1 comment

Comments

@todayistipsy
Copy link

hello, I try to run the code : ./color_icp and I have set the configuration environment. but Error reporting:Section error (core has been dumped)
Is any my operations wrong?
image

@hanzheteng
Copy link
Owner

It seems like the algorithm has already completed (it said converged), so you may ignore this error at the worst case.

Also, is this error happening every time consistently or it is just a one-time thing?

If you want to debug this segmentation fault error, you may use gdb to help. To debug, run gdb ./color_icp, and then type r to run the program, once this segmentation fault error happens, type bt to show the entire stack and check at which line of code this error happened, so that you will have a hint 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

2 participants