-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Simulator crashed (Signal 11 Failed to find symbol file "CarlaUE4-Linux-Shipping.sym") #6068
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @MoritzNekolla, I have the same issue when running Carla with
It crashes when I am running a scenic scenario in it, the ego vehicule moves forward in its lane for a few, then I have the same error message. Did you manage to resolve the issue ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I had the same problem, does any people has solution? |
I met too, when I wanted to destroy the traffic light |
I met too.when i want load a xodr |
CARLA version: 0.9.13
Platform/OS: Linux
Error-Message:
Steps to produce:
I run carla server side by:
There are two ways to produce the error:
then I create a world(client) and connect it to the server. Afterwards, I take an image from the scene (rgb camera on car) and delete the world (client). I then create another world and repeat the process several times. Code example:
Around the 20th world the error (mentioned above) occurs.
If I only generate one single client and then call env.reset() around 2k times, the same error occurs.
Why does this happen? I checked out this but in their case they cannot even start the carla server, which works fine in my case.
I did monitor the GPU/CPU capacity and I can confirm that there is no extensive memory usage due to wrongly destroyed actors or clients.
The text was updated successfully, but these errors were encountered: