<div dir="ltr"><div><div>Thanks for pointing this out, MR on the way.<br></div>If you see the buildbots passing and everything allright, please merge asap.<br><br></div>Mathieu<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Thu, Dec 3, 2015 at 7:04 PM, Mathieu Westphal <span dir="ltr"><<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thx, i can reproduce now<span class="HOEnZb"><font color="#888888"><br></font></span></div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div dir="ltr">Mathieu Westphal<br></div></div></div></font></span><div><div class="h5">
<br><div class="gmail_quote">On Thu, Dec 3, 2015 at 6:48 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Module_vtkPythonInterpreter:BOOL=ON<br>
<br>
<br>
On Thu, Dec 3, 2015 at 12:44 PM, Mathieu Westphal<br>
<div><div><<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>> wrote:<br>
> I see it fails on kargard, but cannot reproduce locally, i'm trying to work<br>
> with vncViewer on kargard but it is not easy.<br>
><br>
> Can you precise me wich option you have activated in cmake ? python + tcl<br>
> does not seem enough for me.<br>
><br>
> Mathieu<br>
><br>
> Mathieu Westphal<br>
><br>
> On Thu, Dec 3, 2015 at 6:11 PM, Mathieu Westphal<br>
> <<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>> wrote:<br>
>><br>
>> That's mine, i will look at it.<br>
>><br>
>> Mathieu Westphal<br>
>><br>
>> On Thu, Dec 3, 2015 at 6:04 PM, Ken Martin <<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>> wrote:<br>
>>><br>
>>> Bad memory access in vtkPython.h below this->Force is true. Not sure if<br>
>>> that rings a bell with anyone. Build with Tcl and Python and the PyInterp<br>
>>> option to get the error<br>
>>><br>
>>> class vtkPythonScopeGilEnsurer<br>
>>> {<br>
>>> public:<br>
>>> vtkPythonScopeGilEnsurer(bool force = false)<br>
>>> : State(PyGILState_UNLOCKED)<br>
>>> {<br>
>>> #ifdef VTK_PYTHON_FULL_THREADSAFE<br>
>>> // Force is always true with FULL_THREADSAFE<br>
>>> force = true;<br>
>>> #endif<br>
>>> this->Force = force;<br>
>>> if (this->Force)<br>
>>> {<br>
>>> this->State = PyGILState_Ensure();<br>
>>><br>
>>> stack is<br>
>>><br>
>>> ><br>
>>> > vtkPythonInterpreter-6.3.dll!vtkPythonScopeGilEnsurer::vtkPythonScopeGilEnsurer(bool<br>
>>> > force) Line 152 + 0x6 bytes C++<br>
>>><br>
>>> vtkPythonInterpreter-6.3.dll!vtkPythonInteractiveInterpreter::vtkInternals::CleanupPythonObjects()<br>
>>> Line 48 + 0xc bytes C++<br>
>>><br>
>>> vtkPythonInterpreter-6.3.dll!vtkPythonInteractiveInterpreter::vtkInternals::~vtkInternals()<br>
>>> Line 38 + 0xa bytes C++<br>
>>><br>
>>> vtkPythonInterpreter-6.3.dll!vtkPythonInteractiveInterpreter::vtkInternals::`scalar<br>
>>> deleting destructor'() + 0x2c bytes C++<br>
>>><br>
>>> vtkPythonInterpreter-6.3.dll!vtkPythonInteractiveInterpreter::~vtkPythonInteractiveInterpreter()<br>
>>> Line 142 + 0x2f bytes C++<br>
>>> vtkPythonInterpreter-6.3.dll!vtkPythonInteractiveInterpreter::`vector<br>
>>> deleting destructor'() + 0x7d bytes C++<br>
>>> vtkCommonCore-6.3.dll!vtkObjectBase::UnRegisterInternal(vtkObjectBase *<br>
>>> __formal, int check) Line 232 + 0x31 bytes C++<br>
>>> vtkCommonCore-6.3.dll!vtkObject::UnRegisterInternal(vtkObjectBase * o,<br>
>>> int check) Line 901 C++<br>
>>> vtkCommonCore-6.3.dll!vtkObjectBase::UnRegister(vtkObjectBase * o)<br>
>>> Line 190 C++<br>
>>> vtkCommonCore-6.3.dll!vtkObjectBase::Delete() Line 135 C++<br>
>>> vtkCommonCoreTCL-6.3.dll!vtkObjectBaseCppCommand(vtkObjectBase * op,<br>
>>> Tcl_Interp * interp, int argc, char * * argv) Line 109 C++<br>
>>> vtkCommonCoreTCL-6.3.dll!vtkObjectCppCommand(vtkObject * op, Tcl_Interp<br>
>>> * interp, int argc, char * * argv) Line 855 + 0x25 bytes C++<br>
>>><br>
>>> vtkPythonInterpreterTCL-6.3.dll!vtkPythonInteractiveInterpreterCppCommand(vtkPythonInteractiveInterpreter<br>
>>> * op, Tcl_Interp * interp, int argc, char * * argv) Line 342 + 0x25 bytes<br>
>>> C++<br>
>>><br>
>>> vtkPythonInterpreterTCL-6.3.dll!vtkPythonInteractiveInterpreterCommand(void<br>
>>> * cd, Tcl_Interp * interp, int argc, char * * argv) Line 33 C++<br>
>>> vtkCommonCoreTCL-6.3.dll!vtkTclGenericDeleteObject(void * cd) Line 132<br>
>>> C++<br>
>>><br>
>>><br>
>>> On Thu, Dec 3, 2015 at 11:35 AM, Ken Martin <<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>><br>
>>> wrote:<br>
>>>><br>
>>>> I was digging into this yesterday. I'm pretty sure it is an assert that<br>
>>>> was added on that day. You have to build with Tcl and Python and PyInterp I<br>
>>>> believe to actually hit it which is still in the process of compiling on my<br>
>>>> system.<br>
>>>><br>
>>>> On Thu, Dec 3, 2015 at 10:54 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>><br>
>>>> wrote:<br>
>>>>><br>
>>>>> Will,<br>
>>>>><br>
>>>>> That explains why we did not see your FlyingEdges's PrintSelfs having<br>
>>>>> coverage...<br>
>>>>><br>
>>>>> On Thu, Dec 3, 2015 at 10:38 AM, Will Schroeder<br>
>>>>> <<a href="mailto:will.schroeder@kitware.com" target="_blank">will.schroeder@kitware.com</a>> wrote:<br>
>>>>> > Wow great catch Bill. I'm wondering how many dashboard errors are<br>
>>>>> > going to<br>
>>>>> > pop up when otherPrint comes back online....<br>
>>>>> ><br>
>>>>> > On Thu, Dec 3, 2015 at 10:12 AM, Bill Lorensen<br>
>>>>> > <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>><br>
>>>>> > wrote:<br>
>>>>> >><br>
>>>>> >> Folks,<br>
>>>>> >><br>
>>>>> >> We noticed that the vtk code coverage had dropped by 5% recently. It<br>
>>>>> >> turns out that the otherPrint.tcl test started to segfault around<br>
>>>>> >> November 23.<br>
>>>>> >><br>
>>>>> >> Bill<br>
>>>>> >> _______________________________________________<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<br>
>>>>> >> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>>>> >><br>
>>>>> >> Search the list archives at:<br>
>>>>> >> <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=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/mailman/listinfo/vtk-developers</a><br>
>>>>> >><br>
>>>>> ><br>
>>>>> ><br>
>>>>> ><br>
>>>>> > --<br>
>>>>> > William J. Schroeder, PhD<br>
>>>>> > Kitware, Inc.<br>
>>>>> > 28 Corporate Drive<br>
>>>>> > Clifton Park, NY 12065<br>
>>>>> > <a href="mailto:will.schroeder@kitware.com" target="_blank">will.schroeder@kitware.com</a><br>
>>>>> > <a href="http://www.kitware.com" rel="noreferrer" target="_blank">http://www.kitware.com</a><br>
>>>>> > <a href="tel:%28518%29%20881-4902" value="+15188814902" target="_blank">(518) 881-4902</a><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> --<br>
>>>>> Unpaid intern in BillsBasement at noware dot com<br>
>>>>> _______________________________________________<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<br>
>>>>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>>>><br>
>>>>> Search the list archives at:<br>
>>>>> <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=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/mailman/listinfo/vtk-developers</a><br>
>>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Ken Martin PhD<br>
>>>> Chairman & CFO<br>
>>>> Kitware Inc.<br>
>>>> 28 Corporate Drive<br>
>>>> Clifton Park NY 12065<br>
>>>> <a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><br>
>>>><br>
>>>> This communication, including all attachments, contains confidential and<br>
>>>> legally privileged information, and it is intended only for the use of the<br>
>>>> addressee. Access to this email by anyone else is unauthorized. If you are<br>
>>>> not the intended recipient, any disclosure, copying, distribution or any<br>
>>>> action taken in reliance on it is prohibited and may be unlawful. If you<br>
>>>> received this communication in error please notify us immediately and<br>
>>>> destroy the original message. Thank you.<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Ken Martin PhD<br>
>>> Chairman & CFO<br>
>>> Kitware Inc.<br>
>>> 28 Corporate Drive<br>
>>> Clifton Park NY 12065<br>
>>> <a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><br>
>>><br>
>>> This communication, including all attachments, contains confidential and<br>
>>> legally privileged information, and it is intended only for the use of the<br>
>>> addressee. Access to this email by anyone else is unauthorized. If you are<br>
>>> not the intended recipient, any disclosure, copying, distribution or any<br>
>>> action taken in reliance on it is prohibited and may be unlawful. If you<br>
>>> received this communication in error please notify us immediately and<br>
>>> destroy the original message. Thank you.<br>
>>><br>
>>> _______________________________________________<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<br>
>>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/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=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/mailman/listinfo/vtk-developers</a><br>
>>><br>
>>><br>
>><br>
><br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>