Stack trace:
#0 0xb6dd0ada in std::_Rb_tree<Base::Type, std::pair<Base::Type const, App::Extension*>, std::_Select1st<std::pair<Base::Type const, App::Extension*> >, std::less<Base::Type>, std::allocator<std::pair<Base::Type const, App::Extension*> > >::_S_key(std::_Rb_tree_node<std::pair<Base::Type const, App::Extension*> > const*) () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#1 0xb6dd0bf5 in std::_Rb_tree<Base::Type, std::pair<Base::Type const, App::Extension*>, std::_Select1st<std::pair<Base::Type const, App::Extension*> >, std::less<Base::Type>, std::allocator<std::pair<Base::Type const, App::Extension*> > >::_M_lower_bound(std::_Rb_tree_node<std::pair<Base::Type const, App::Extension*> > const*, std::_Rb_tree_node<std::pair<Base::Type const, App::Extension*> > const*, Base::Type const&) const ()
from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#2 0xb6dd0026 in std::_Rb_tree<Base::Type, std::pair<Base::Type const, App::Extension*>, std::_Select1st<std::pair<Base::Type const, App::Extension*> >, std::less<Base::Type>, std::allocator<std::pair<Base::Type const, App::Extension*> > >::find(Base::Type const&) const () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#3 0xb6dcfa51 in std::map<Base::Type, App::Extension*, std::less<Base::Type>, std::allocator<std::pair<Base::Type const, App::Extension*> > >::find(Base::Type const&) const ()
from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#4 0xb6dcd618 in App::ExtensionContainer::hasExtension(Base::Type, bool) const () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#5 0xb6dd4836 in App::GroupExtension::hasObject(App::DocumentObject const*, bool) const () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#6 0xb6dd48ba in App::GroupExtension::hasObject(App::DocumentObject const*, bool) const () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#7 0xb6dd48ba in App::GroupExtension::hasObject(App::DocumentObject const*, bool) const () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
#8 0xb6dd48ba in App::GroupExtension::hasObject(App::DocumentObject const*, bool) const () from /home/werner/Projects/freecad-git/build/lib/libFreeCADApp.so
The call of
App::GroupExtension::hasObject appears a few thousand times, so it looks like a stack overflow to me.