cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.28k stars 901 forks source link

Segmentation error #836

Open MrXujx opened 2 years ago

MrXujx commented 2 years ago

Describe the bug I have successfully installed openmvs, but when I enable it, it keeps reporting a Segmentation error and I don't know what's wrong. Please help me.

Screenshots

2022-06-24 10-46-41 的屏幕截图

Some information about cmake: -- Looking for inttypes.h -- Looking for inttypes.h - found -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5")
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE
-- Found CUDA: /usr/local/cuda-11.5 (found version "11.5") -- The CUDA compiler identification is NVIDIA 11.5.119 -- Detecting CUDA compiler ABI info -- Detecting CUDA compiler ABI info - done -- Check for working CUDA compiler: /usr/local/cuda-11.5/bin/nvcc - skipped -- Detecting CUDA compile features -- Detecting CUDA compile features - done -- WARNING: BREAKPAD was not found: Please specify BREAKPAD directory using BREAKPAD_ROOT env. variable -- Can't find BreakPad. Continuing without it. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1.71.0") found components: iostreams program_options system serialization -- Eigen found (include: /usr/local/include/eigen-3.4.0/include/eigen3) -- Found OpenCV: /usr (found version "4.2.0") -- OpenCV 4.2.0 found (include: /usr/include/opencv4) -- Using header-only CGAL -- Targetting Unix Makefiles -- Using /usr/bin/c++ compiler. -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmp.so
-- Found MPFR: /usr/lib/x86_64-linux-gnu/libmpfr.so
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.48")
-- Boost include dirs: /usr/include -- Boost libraries:
-- Using gcc version 4 or later. Adding -frounding-math -- VCG found (include: /root/Desktop/eigen/eigen_build/vcglib) -- GLEW 2.1.0 found (include: /usr/include) -- Can't find GLFW3. Continuing without it. -- Configuring done -- Generating done -- Build files have been written to: /media/root/DATA2/ubuntu-download/openMVS-master/mvs-build

mxober commented 4 months ago

I'm also in the same situation, can you please fix it