We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am working on Multi-agent reinforcement learning in CARLA and I am trying to run this file.
macad_agents/baseline_agent.py
But I got this error: Initializing new Carla server... Running simulation in single-GPU mode LowLevelFatalError [File:Unknown] [Line: 136] Exception thrown: bind: Permission denied [system:13 at ../boost-1.80.0-c8-install/include/boost/asio/detail/reactive_socket_service.hpp:161] Signal 11 caught. Malloc Size=65538 LargeMemoryPoolOffset=65554 Malloc Size=131160 LargeMemoryPoolOffset=196744 Malloc Size=131160 LargeMemoryPoolOffset=327928 Segmentation fault (core dumped)
Server got started and crashed suddenly. How to resolve this.
Apart from this file server is working fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am working on Multi-agent reinforcement learning in CARLA and I am trying to run this file.
macad_agents/baseline_agent.py
But I got this error:
Initializing new Carla server...
Running simulation in single-GPU mode
LowLevelFatalError [File:Unknown] [Line: 136]
Exception thrown: bind: Permission denied [system:13 at ../boost-1.80.0-c8-install/include/boost/asio/detail/reactive_socket_service.hpp:161]
Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554
Malloc Size=131160 LargeMemoryPoolOffset=196744
Malloc Size=131160 LargeMemoryPoolOffset=327928
Segmentation fault (core dumped)
Server got started and crashed suddenly.
How to resolve this.
Apart from this file server is working fine.
The text was updated successfully, but these errors were encountered: