gaoxiang12 / slambook

MIT License
6.84k stars 3.26k forks source link

ch9 project 0.2 *** Program received signal SIGSEGV (Segmentation fault) *** not working with #27 #186

Open ZhongKang97 opened 5 years ago

ZhongKang97 commented 5 years ago

gdb output: Starting program: /home/nvidia/DISK/CODEing/SLAM/slambook/project/projectV2/bin/run_vo [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault. 0x0000007fb32267b0 in ?? () from /usr/lib/aarch64-linux-gnu/libQtGui.so.4

ZhongKang97 commented 5 years ago

it seems that this error is caused by libQtGui but how can i fix it?

ZhongKang97 commented 5 years ago

computer platform is TX2 with Ubuntu16.4 LTS

ZhongKang97 commented 5 years ago

$ man 7 signal |grep SIGSEGV signals, such as SIGSEGV and SIGFPE, generated as a consequence of exe‐ SIGSEGV 11 Core Invalid memory reference

ZhongKang97 commented 5 years ago

绝望,有大侠出手相救的吗

gaoxiang12 commented 5 years ago

我没有在tx2平台上测试过,这可能是个平台特定的问题(关键是我没tx2啊……)