-
Notifications
You must be signed in to change notification settings - Fork 50
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
Segmentation fault #4
Comments
yes ! if use eigen3.2.10 this problem can be solved. |
Thank you @xxsong5 |
(gdb) r Program received signal SIGABRT, Aborted. Hey @xxsong5 @alejocb Eigen 3.2.10 didn't help me out. Any suggestions? |
recompiled with Eigen 3.3.90 and now it just segfaults no output or log at all |
@thesidjway Did you find any solutions ? I have the same problem as you. |
the flowing is gdb's information:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 __GI___libc_free (mem=0x71) at malloc.c:2929
2929 malloc.c: No such file or directory.
(gdb) bt
#0 __GI___libc_free (mem=0x71) at malloc.c:2929
#1 0x00007fc6ce54e887 in g2o::EdgeProjectP2MC_Intrinsics::~EdgeProjectP2MC_Intrinsics() () from /home/xxsong5/catkin_ws/src/rgbdtam-master/ThirdParty/g2o/lib/libg2o_types_sba.so
#2 0x00007fc6ce9d5374 in g2o::Factory::registerType(std::string const&, g2o::AbstractHyperGraphElementCreator*) () from /home/xxsong5/catkin_ws/src/rgbdtam-master/ThirdParty/g2o/lib/libg2o_core.so
#3 0x00007fc6ce5457b7 in _GLOBAL__sub_I_types_sba.cpp () from /home/xxsong5/catkin_ws/src/rgbdtam-master/ThirdParty/g2o/lib/libg2o_types_sba.so
#4 0x00007fc6d2ee010a in call_init (l=, argc=argc@entry=1, argv=argv@entry=0x7fff08e3dc88, env=env@entry=0x7fff08e3dc98) at dl-init.c:78
#5 0x00007fc6d2ee01f3 in call_init (env=, argv=, argc=, l=) at dl-init.c:36
#6 _dl_init (main_map=0x7fc6d30f41c8, argc=1, argv=0x7fff08e3dc88, env=0x7fff08e3dc98) at dl-init.c:126
#7 0x00007fc6d2ed130a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#8 0x0000000000000001 in ?? ()
#9 0x00007fff08e3efcc in ?? ()
#10 0x0000000000000000 in ?? ()
The text was updated successfully, but these errors were encountered: