gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.17k stars 477 forks source link

Flaky seg-fault in simbody portion of REGRESSION_1702_remove_model_scene_nodes #2038

Open osrf-migration opened 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


I've been seeing repeatable intermittent seg-faults in the simbody instantiation of the REGRESSION_1702_remove_model_scene_nodes test (ie. PhysicsEngines/Issue1702Test.SpawnDeleteSpawnAgain/2) on the default branch. It consistently seg-faults in Visual::GetBoundsHelper when trying to call node->_updateBounds() on the OgreSceneNode.

A full backtrace is here.

A quick check of recent jenkins results shows the test also failing on the simbody test on gazebo7:

Any ideas @iche033 ?

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).