> The osgPython project is the only one that compiles and installs properly,
> alas it yields
>
>   *** glibc detected *** free(): invalid pointer: 0xb7dd3898 ***
>  Aborted
>
> when executing the loadWrapper("osg") function. Aargh, frustrating! :)

I'm guessing that you are seeing the problem because of a combination of g++, mt_allocator, threads, and dlclose (http:// bugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=293466) Try setting the environment variable GLIBCXX_FORCE_NEW. For example,


$ GLIBCXX_FORCE_NEW=1;export GLIBCXX_FORCE_NEW


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to