system_modes icon indicating copy to clipboard operation
system_modes copied to clipboard

Segfault when using namespaces

Open norro opened this issue 3 years ago • 1 comments

Mode manager raises a segfault when working with nodes that live in namespaces. The error happened when trying to prepend a namespace (e.g., in the example for one of the nodes) and prepending it to the node definition in the SMH file.

norro avatar Apr 16 '21 08:04 norro

The problem is not directly related to namespaces. Namespaces not correctly declared for every instance of the particular part in the YAML file lead to a faulty vector access. If namespaces are properly and consistently declared in the SMH yaml file, no segfault occurs.

norro avatar Apr 16 '21 13:04 norro