You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: