Hi, I think this issue was commented somewhere else, but I couldn't find
it again: there is something broken with the cloning of osgDB::Options.
This minimal working example works fine with 3.4.x, but SIGSEVs with
3.6.1-rc3 and current master:

#include <osgDB/ReadFile>

int main(){
    auto globalopts = new osgDB::Options;
        globalopts->setObjectCacheHint(osgDB::Options::CACHE_NODES);

    // any.obj is not needed to get the crash.
    auto *node = osgDB::readNodeFile("any.obj", globalopts);
}

-- 
Alberto

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to