<div dir="ltr">Hello,<br><br>From what I understand, VTK API cannot be called from different threads at the same time.<br><br>In my Java application, I manage to avoid concurrent calls to VTK.<br>But in the finalizer of vtkObjectBase class in Java, VTKDelete is called from the Java finalization thread, <br>
and therefore VTKDelete can be called at the same time as another VTK API call.<br><br>I regularly see crashes of my application during stress testing.<br>Can this be the cause? What can I do to avoid it?<br><br>Thank you,<br>
Laurent<br><br></div>