CARLADesktop icon indicating copy to clipboard operation
CARLADesktop copied to clipboard

CARLA simulator crashing?

Open AidanAbd opened this issue 3 years ago • 3 comments

When I run either of the CARLA simulator options given, I get the following error: DISPLAY= ./CarlaUE4.sh -opengl -carla-port=2000 4.22.3-0+++UE4+Release-4.22 517 0 Disabling core dumps. Signal 11 caught. Malloc Size=65538 LargeMemoryPoolOffset=65554 CommonUnixCrashHandler: Signal=11 Malloc Size=65535 LargeMemoryPoolOffset=131119 Malloc Size=103376 LargeMemoryPoolOffset=234512 Failed to find symbol file, expected location: "/opt/carla-simulator/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping.sym" Engine crash handling finished; re-raising signal 11 for the default handler. Good bye. Segmentation fault (core dumped)

Am I building something wrong? I looked online and found little on the issue, figure it might be a GPU compatibility issue? I'm using a Tesla T4.

AidanAbd avatar Nov 16 '20 21:11 AidanAbd

I too have the same issue. I am trying to run carla on AWS EC2 g4dx instance. Carla 0.9.8 seems to work fine but carla-ros-bridge need carla 0.9.10 and Carla 0.9.10 has this issue.

Raknash3 avatar Jan 27 '21 09:01 Raknash3

I ran into the same issues with the packaged version of carla 0.9.10.1.

The precompiled release of 0.9.10.1 works fine though.

I've also found that the packaged version of 0.9.11 works if you don't need carla-ros-bridge (which at the time of writing is only supported by 0.9.10.1).

gaffordb avatar Feb 16 '21 03:02 gaffordb

Fix for this is here, it requires a manual adjustment to the ./CarlaUE4.sh file as the -opengl flag is otherwise ignored by Carla.

swhustla avatar Jul 27 '21 18:07 swhustla