No subject
Thu Aug 21 14:30:17 EDT 2008
the same time.
In my Java application, I manage to avoid concurrent calls to VTK.
But in the finalizer of vtkObjectBase class in Java, VTKDelete is called
from the Java finalization thread,
and therefore VTKDelete can be called at the same time as another VTK API
call.
I regularly see crashes of my application during stress testing.
Can this be the cause? What can I do to avoid it?
Thank you,
Laurent
------=_Part_44635_30121353.1224169191351
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<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>
------=_Part_44635_30121353.1224169191351--
More information about the vtkusers
mailing list