You need to sign in or sign up before continuing.
C++: Fatal Error "Killed signal terminated program cc1plus" during World_OSI_Tests Execution on Linux
The unit test "WorldOS_Tests" in !120 (merged) fails due to "c++: fatal error: Killed signal terminated program cc1plus". https://ci.eclipse.org/openpass/job/openPASS_simulator_build/view/change-requests/job/MR-120/20/execution/node/79/log/
It is normally, due to using too much memory or taking too much time during the compilation process. This commonly happens when the system runs out of memory (RAM) or when the process exceeds resource limits set by the operating system.