-
Notifications
You must be signed in to change notification settings - Fork 11
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
c++: fatal error: Killed signal terminated program cc1plus on Jetson Orin Nano #9
Comments
According to your output in terminal "c++: fatal error: Killed signal terminated program cc1plus", I only can provide one possible reason: this error is usually caused by the compiler using more memory than the system has available during the compilation process, causing the system to kill the compilation process. Otherwise, could you provide more details about your machine? |
it's jetson orin nano 8GB RAM. Does hcplanner.cpp need that kind of much RAM to compile? BTW, what kind of hardware are you using for dev, maybe we can consider buy one if possible. Just keep hardware with minimum difference. But I really hope it can be run on Jestson Orin series boards.
|
Maybe you can try compile this project using one thread, use this command "catkin_make -j1". |
Hi! Have you successfully run it? @lida2003 |
@Chen-Albert-FENG Thanks for quick response. I recorded a short video, which might give some dynamic process of the operation. It seems exception is occured when triggering [2D Nav Goal]. |
Could you provide more details about the errors, e.g., the terminal output? @lida2003 |
@lida2003 In your video, I cannot see what happened in your terminal. Therefore, I run FC-Planner on my machine and take a screenshot of my terminal as a reference. When you trigger [2D Nav Goal], you will see outputs in the terminal, as shown below: |
@lida2003 May I know some possible solution. You can compile the LKH solver on your machine again by 'cd src/hierarchical_coverage_planner/solution/LKH && make'. |
@Chen-Albert-FENG This is the log from two terminals. And video is just a dynamic process, detailed issue, please check below: |
@lida2003 I have already updated the README. You can try it when you feel free. |
@lida2003 Is there still some errors? |
OK, I thought I have install LKH-3.0.6, so I don't need to install this. But it failed compiling LKH in FC-Planner src. Does it has something to do with my LKH-3.0.6?
|
@lida2003 Actually, I have not encountered this compilation error but you can try deleting the executable file 'LKH' and then compiling it. |
@lida2003 BTW, I have tested in different machines but there are no LKH compilation and FC-Planner errors... :( Maybe the errors is introduced by gcc version? I use gcc9 and what is yours? gcc10 is not supported. |
Right now, it's 9.4.0
|
@lida2003 Have you tested my suggestion already? What's the results? |
Remove LKH doesn't help. And I noticed that there are obj/exec file( which is x86 format, LKH: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d8d91de75a1792544e41e95688fa039cc9dd8cab, for GNU/Linux 3.2.0, with debug_info, not stripped Is there any script will invoke binary LKH, using relative path? |
@Chen-Albert-FENG which version of LKH are you using?
|
@lida2003 I think you can directly replace LKH by changing a original one in http://webhotel4.ruc.dk/~keld/research/LKH/ |
Fine. I will update some details. Thank you for testing our project! |
I think LKH is an opensouce, it's OK to be maintained by LKH. |
FYI, I changed some source code in LKH, thus I cannot do the same documentation as RACER. |
@Chen-Albert-FENG It's a just suggestion. And I have found those lines about LKH. it's NOT a ROS/apt package anyway. So I think it's OK with me.
|
What's wrong? BTW it's latest code from git hub.
PS: I have sucessfully build fast-planner, although there is segfault issue.
The text was updated successfully, but these errors were encountered: