gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.48k stars 774 forks source link

Crash osgearth_featureeditor edit button #564

Closed rooi closed 9 years ago

rooi commented 9 years ago

Hi,

When I click on the edit button in the osgearth_featureeditor example, the application crashes in Group::traverse(NodeVisitor& nv).I cannot seem to find the cause of it, although when I remove s_root->addChild( c_editotor.get() ); it does not crash any longer.

Does anyone else experience the same? I'm using osg 3.2.1 and a very recent osgEarth.

Thanks,

Roy

gwaldron commented 9 years ago

Thanks; confirmed.

gwaldron commented 9 years ago

couple display issues, but the crash is patched for now