You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been trying to install carla 0.9.13 on linux so I can perform co-simulation with roadrunner as that is the only supported version. Unfortunately I keep running into the same issue so some help would be greatly appreciated!
clang++: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 10.0.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/carla/UE4.26/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v17_clang-10.0.1-centos7/x86_64-unknown-linux-gnu/bin
clang++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang++: note: diagnostic msg:
And this is preceded by a stack dump by LLVM when building the CrashReportClient for UE4, usually something like this:
Performing 38 actions (16 in parallel)
...
[23/38] Compile Module.Json.cpp
free(): invalid pointer
Stack dump:
0. Program arguments: /home/carla/UE4.26/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v17_clang-10.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++ @/home/carla/UE4.26/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/Module.Core.1_of_14.cpp.o.rsp
1. <eof> parser at end of file
2. Per-module optimization passes
...
#0 0x0000000001931efa llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/carla/UE4.26/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v17_clang-10.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang+++0x1931efa)
the fact that it is not working on both a fresh linux install and a Dockerfile provided by carla itself makes me think that a change to unreal engine is no longer compatible with the instructions provided 4 years ago when 0.9.13 was released.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been trying to install carla 0.9.13 on linux so I can perform co-simulation with roadrunner as that is the only supported version. Unfortunately I keep running into the same issue so some help would be greatly appreciated!
Installation Issues with Carla 0.9.13
Methods Tried:
I tried on 18.04, 20.04, and 22.04 Ubuntu images all with the same error
I tried on 24.04 and a fresh install of 22.04 Ubuntu
Machine:
64gb RAM
32 CPUs
RTX 4070ti 16gb vram
1tb SSD (700+ gb free)
The Issue:
And this is preceded by a stack dump by LLVM when building the CrashReportClient for UE4, usually something like this:
the fact that it is not working on both a fresh linux install and a Dockerfile provided by carla itself makes me think that a change to unreal engine is no longer compatible with the instructions provided 4 years ago when 0.9.13 was released.
Beta Was this translation helpful? Give feedback.
All reactions