Git Product home page Git Product logo

Comments (2)

rahul-gs-16 avatar rahul-gs-16 commented on July 28, 2024

gdb message

Thread 1 "DefSLAM" hit Breakpoint 1, main (argc=, argv=) at /home/hticgsr/codes/defSlam/DefSLAM-master/Apps/simple_camera.cc:66
66 SLAM.TrackMonocular(imLeft, i);
(gdb) s
[New Thread 0x7fff95d07000 (LWP 34642)]
[New Thread 0x7fff95106000 (LWP 34661)]
[Thread 0x7fff95d07000 (LWP 34642) exited]
defSLAM::System::TrackMonocular (this=0x7fffffffd940, im=..., timestamp=@0x7fffffffd7a8: 12, mask=...) at /home/hticgsr/codes/defSlam/DefSLAM-master/Modules/Common/System.cc:188
188 {
(gdb)
[Thread 0x7fff95106000 (LWP 34661) exited]
[New Thread 0x7fff95106000 (LWP 34681)]
[New Thread 0x7fff95d07000 (LWP 34682)]
[Thread 0x7fff95106000 (LWP 34681) exited]
[Thread 0x7fff95d07000 (LWP 34682) exited]
189 cv::Mat Mask;
(gdb) s
190 if (mask.empty())
(gdb) s
192 Mask = cv::Mat(im.rows, im.cols, CV_8UC1, cv::Scalar(255));
(gdb) s
cv::Scalar
::Scalar
(v0=255, this=0x7fffffffd640) at /usr/local/include/opencv4/opencv2/core/matx.hpp:978
978 Vec<_Tp, cn>::Vec() {}
(gdb) s
double free or corruption (out)

Thread 2 "DefSLAM" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffd2d63000 (LWP 34568)]
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

from defslam.

18614053166 avatar 18614053166 commented on July 28, 2024

This problem can be solved by delete "-march=native" in CMakeLists.txt, then compile again.

from defslam.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.