Skip to content

iterating through children causes segmentation fault.

Created by: subhacom

In [2]: r = moose.Neutral("/")

In [3]: for i in r.children: ...: print i.path() ...:
...:
/shell /sched /library /proto /solvers Segmentation fault (core dumped)

Reported by: subhacom