Comment 4 for bug 1618015

Revision history for this message
Patrick Storz (ede123) wrote :

Fixed in
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15632

Regression was introduced in
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047
specifically
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14954.1.20

It seems the 'children' attribute of SPObject (a ChildrenList aka boost::intrusive::list) doesn't like to be modified while being iterated over in a range-based for loop...