icegridadmin segfaults with malformed descriptor
By accident came across this obscure bug.
icegridadmin segfaults when loading an application descriptor with nested server instances.
Code:
<icegrid>
<application name="TestSystem">
<server-template id="sometemplate">
<server id="someid" exe="/some/path" activation="manual">
<adapter name="someadapter" register-process="true" id="someid"/>
</server>
</server-template>
<node name="s">
<server-instance template="sometemplate">
<server-instance template="sometemplate"/>
</server-instance>
</node>
</application>
</icegrid>
Alex Makarenko
Marathon Robotics
project: multi-robot systems