<div dir="ltr">I am using ref_ptrs on the rendering part. However, my backend is not.</div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-07 16:23 GMT+01:00 Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI Bruno,<br>
<br>
Make sure you are using ref_ptr<> in your ReadFileCallback for any<br>
scene graph data structures so if you remove nodes from the main scene<br>
graph they don't get deleted mid load.  If you do this properly then<br>
there should be no need to mess around with blocks that would<br>
complicate the code.<br>
<br>
Robert.<br>
<div><div class="h5"><br>
On 7 July 2017 at 14:46, Bruno Oliveira <<a href="mailto:bruno.manata.oliveira@gmail.com">bruno.manata.oliveira@gmail.<wbr>com</a>> wrote:<br>
> Hello,<br>
><br>
> i have a PagedLOD bases scene.<br>
><br>
> At some point I remove a node, but OSG sometimes is reading a subnode and<br>
> crashes at ReadFileCallback.<br>
><br>
> I can solve this if there is some mechanism to wait for the current callback<br>
> to finish reading, like for instance a<br>
> osgDB::DataBasePager::<wbr>waitForCurrentThreadToFinish() function.<br>
><br>
> Is there something like this?<br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> osg-users mailing list<br>
> <a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
> <a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
><br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>