[osg-users] How to debug this SIGSEGV

OpenSceneGraph Users osg-users at lists.openscenegraph.org
Wed May 27 07:51:08 PDT 2020


OpenSceneGraph Users writes:

> Thank you, Alberto. I am adding and removing nodes from the scene in real time. Is that a problem?

Yes, it is if you are not using a SingleThreaded viewer mode.  It could
be that some thread is trying to access a just deleted node.

-- 
Alberto



More information about the osg-users mailing list