On Wed, Aug 7, 2013 at 12:27 PM, Chris Stankevitz <[email protected]> wrote: > #include <osgDB/ReadFile> > > int main() > { > osgDB::Registry::instance(true); > > return 0; > }
Here is a better callstack: #0 0x00007ffff4cd56e0 in malloc_consolidate () from /lib64/libc.so.6 #1 0x00007ffff4cd6148 in _int_free () from /lib64/libc.so.6 #2 0x00007ffff3b0f32f in ?? () from /usr/lib64/libGL.so.1 #3 0x00007fffefa88acc in ?? () from /usr/lib64/libnvidia-glcore.so.319.32 #4 0x00007fffefebb48a in ?? () from /usr/lib64/libnvidia-glcore.so.319.32 #5 0x00007fffefda46fd in ?? () from /usr/lib64/libnvidia-glcore.so.319.32 #6 0x00007fffefda5e3f in ?? () from /usr/lib64/libnvidia-glcore.so.319.32 #7 0x00007fffefd6a33e in ?? () from /usr/lib64/libnvidia-glcore.so.319.32 #8 0x00007ffff3aee8a0 in ?? () from /usr/lib64/libGL.so.1 #9 0x00007ffff3aeec1c in ?? () from /usr/lib64/libGL.so.1 #10 0x00007ffff7de9a8d in _dl_fini () from /lib64/ld-linux-x86-64.so.2 #11 0x00007ffff4c92689 in __run_exit_handlers () from /lib64/libc.so.6 #12 0x00007ffff4c92715 in exit () from /lib64/libc.so.6 #13 0x00007ffff4c7c614 in __libc_start_main () from /lib64/libc.so.6 #14 0x0000000000401049 in _start () Interestingly, the segfault only happens when I link to osgEarth, eventhough I am not using osgEarth. Chris _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

