<div dir="ltr">How do you change the mapper? Do you immediately destroy the old mapper or leave it around for  later? I suspect the old mapper is getting destroyed later than it should. One thing you can try as a quick fix is<div><br></div><div>actor->SetMapper(shiny new mapper);</div><div>oldMapper->ReleaseGraphicsResources(renWin or NULL if you don;t have the window handy)</div><div>...</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 4, 2016 at 3:21 PM, Seun Odutola <span dir="ltr"><<a href="mailto:seun@rogue-research.com" target="_blank">seun@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">














<p class="MsoNormal">Hello everyone,<u></u><u></u></p><p class="MsoNormal">      I have a crash that occurs in my
application when running vtk with the GL2 rendered enabled but not with GL1. So
here is the situation, in my program when I change the shape of my poly data mapper,
basically setting the mapper of an actor in my scene to a new poly data mapper it
results in a crash.  The crash is  situated in vtkOpenGLBufferObject’s destructor,
specifically the deletion of the Internal’s handle. I have tried to verify if
the handle is valid prior to reaching the destructor which it seems to be, my
main concern is if the handle is filled with garbage (a non-zero value) it
might effectively pass the test condition and try to invoke glDeleteBuffer. Has
anyone experienced anything similar to this?</p><div>Regards,</div><div>   Seun</div><p class="MsoNormal"><u></u><u></u></p>

</div><br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</div>