-
Notifications
You must be signed in to change notification settings - Fork 126
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
target_link_libraries, torch, segmentation fault (core dumped) #2
Comments
There is only this line of log, it is impossible to judge |
If possible, please provide detailed information on compilation and running, otherwise it is impossible to judge. |
cmake -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF -DBUILD_TESTS=OFF ��]1;cmake�-- The CXX compiler identification is GNU 7.5.0 The cmake-policies(7) manual explains that the OLD behaviors of all �[0m FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for make -j32��]1;make�[ 1%] �[32mBuilding CXX object src/stella_vslam/CMakeFiles/stella_vslam.dir/config.cc.o�[0m Pass 'Combine redundant instructions' is not initialized. |
Can compile through and crash only when running |
Hello, why does this happen when I link Torch library in SLAM? I haven't even changed the code yet, just chained the library in CMakeLists
The text was updated successfully, but these errors were encountered: