carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.46k stars 3.72k forks source link

there are some errors during make launch, which may related to BuildCarlaUE4.sh #6222

Open dujinpeng0249 opened 1 year ago

dujinpeng0249 commented 1 year ago

CARLA version: 0.9.14 Platform/OS: WSL2 Ubuntu 20.04 Problem you have experienced: I had some unsolvable problems during make launch. When running to /carla/Util/BuildTools/BuildCarlaUE4.sh, the following error message appears: xxx/carla/Util/BuildTools/BuildCarlaUE4.sh: line 185: 21846 Killed ${GDB} ${UE4_ROOT }/Engine/Binaries/Linux/UE4Editor "${PWD}/CarlaUE4.uproject" ${RHI} ${EDITOR_FLAGS} make: [Util/BuildTools/Linux.mk:7: launch] Error 137. I don't know how to solve it, does anyone have the same problem as me. What you expected to happen: The following command make launch compiles and launches Unreal Engine. Steps to reproduce: ~/carla $ make launch .... xxx/carla/Util/BuildTools/BuildCarlaUE4.sh, the following error message appears: xxx/carla/Util/BuildTools/BuildCarlaUE4.sh: line 185: 21846 Killed ${GDB} ${UE4_ROOT }/Engine/Binaries/Linux/UE4Editor "${PWD}/CarlaUE4.uproject" ${RHI} ${EDITOR_FLAGS} make: [Util/BuildTools/Linux.mk:7: launch] Error 137.

liuxuzhou commented 1 year ago

I have the same problem,and I can not solve it too.

suannairen commented 1 year ago

I have the same problem,and I can not solve it too.

TeamF111 commented 1 year ago

Same problem, did you solve it?

BrellenZhou commented 1 year ago

Same error. Does anyone have solved this?

MMNavetty commented 10 months ago

Same here. It happened after launching python script, but only 4/5 of the time (without changing anything and seed is the same). Pretty weird..

And terribly annoying to tryout launch 5 time before it works

romantic-black commented 6 months ago

The issue was caused by insufficient memory. After increasing the swap space, the problem was resolved.

enn25 commented 3 months ago

/home/newuser/carla/Util/BuildTools/BuildCarlaUE4.sh: line 209: 2723 Killed ${GDB} ${UE4_ROOT}/Engine/Binaries/Linux/UE4Editor "${PWD}/CarlaUE4.uproject" ${RHI} ${EDITOR_FLAGS} make: *** [Util/BuildTools/Linux.mk:8: launch] Error 137

does this error is also caused by insufficient memory? By insufficient memory are you talking about the ram or ssd.