Open jliersch opened 2 months ago
Hint for reproduction: As the error occurs indeterministically, setting up a scene file with many entities defined through yml files may be helpful in provoking the segfault.
SubWorld::run() shouldn't have a connection to libyaml-cpp, so it looks like it's a memory issue somewhere else generating a "random" misbehavior. Probably a uninitialized pointer.
Situation
Occasionally mars_app has a segmentation fault on startup. It seems like may happen due to the setup of a sub world based on a yaml file, as this log message and backtrace suggests:
Task
Find and resolve the cause of the segmenation fault.