Hello,
I have been investigating a crash on shutdown that I suspect is
related to osg or osgEarth singletons. As I was paring down the
application, the crash changed to the following message:
Inconsistency detected by ld.so: dl-close.c: 759: _dl_close: Assertion
`map->l_init_called' failed!
Here is my source code, .earth file, and g++ invocation:
=====
#include <osgDB/ReadFile>
int main()
{
osgDB::readNodeFile("test.earth");
return 0;
}
=====
<map name="test" type="geocentric" version="2"></map>
=====
g++ -pthread -g
/home/cstankevitz/Work/2012-06-01_uavlib/uavlib/Utils/SynVidTest/main.cpp
-losgViewer -losg && ./a.out
=====
Can someone tell me why I am getting this error?
Thank you,
Chris
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org