[osg-users] OpenSceneGraph-3.6.1 release candidate 3 tagged
Alberto Luaces
aluaces at udc.es
Thu May 10 13:20:46 PDT 2018
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
More information about the osg-users
mailing list