<div dir="ltr">Hi Andrew,<div><br></div><div>The stack trace provides strong evidence that TestSetGet.py is not excluding vtkView on those dashboards, as ludicrous as that sounds.</div><div><br></div><div>    c++filt -n _ZL27PyvtkView_SetRepresentationP7_objectS0_<br><div class="gmail_extra">    PyvtkView_SetRepresentation(_object*, _object*)</div><div class="gmail_extra"><br></div><div class="gmail_extra">This method is only defined in vtkViewPython.cxx, and only dir(vtk.vtkView) will return this method.  Calling dir() on the vtkView subclasses will not return this method.  Hence, the only reason that TestSetGet.py would be calling this method is if it was testing vtkView.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Perhaps someone added either a typedef or a macro that causes an additional reference to vtkView to appear in the vtk module under a different name.</div><div class="gmail_extra"><br></div><div class="gmail_extra"> - David </div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 28, 2015 at 1:42 AM, Andrew Maclean <span dir="ltr"><<a href="mailto:andrew.amaclean@gmail.com" target="_blank">andrew.amaclean@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi All,<div>   I need some help here.</div><div><br></div><div>I have converted TestSetGet.tcl to Python but I get a crash on the dashboard for kamino building osx in release mode, here:</div><div><a href="https://open.cdash.org/buildSummary.php?buildid=3789971" target="_blank">https://open.cdash.org/buildSummary.php?buildid=3789971</a></div><div>and here:</div><div><a href="https://open.cdash.org/buildSummary.php?buildid=3789950" target="_blank">https://open.cdash.org/buildSummary.php?buildid=3789950</a><br clear="all"><div><br></div><div>In an earlier attempt, linux release on megas was also crashing in release mode:</div><div><a href="https://open.cdash.org/testDetails.php?test=331289192&build=3789418" target="_blank">https://open.cdash.org/testDetails.php?test=331289192&build=3789418</a><br></div>Based on this I excluded vtkScatterPlotMatrix which fixed it on megas but not on Kamino.<br>So I excluded vtkChartMatrix and I still have the same errors on Kamino. But there are no clues as to where the crash is happening. However in looking at:</div><div><a href="https://open.cdash.org/testDetails.php?test=331378847&build=3789950" target="_blank">https://open.cdash.org/testDetails.php?test=331378847&build=3789950</a><br></div><div>I think it is in vtkView - which is already excluded.</div><div>This could be the problem: </div><div><div>void SetRepresentation (vtkDataRepresentation *rep)</div><div>vtkDataRepresentation * GetRepresentation (int index=0)</div></div><div><br></div><div>Can anyone help?</div><div><br></div><div>I guess I can try excluding all the *View classes as documented in:</div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkView.html" target="_blank">http://www.vtk.org/doc/nightly/html/classvtkView.html</a><br></div><div>Is there a less brute-force approach?</div><div><br></div><div><br></div><div>The code is here:</div><div><a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/151" target="_blank">https://gitlab.kitware.com/vtk/vtk/merge_requests/151</a><br></div><div><br></div><div>Thanks in advance for any help/guidance.</div><span class=""><font color="#888888"><div><br></div><div>Andrew</div></font></span></div></blockquote></div></div></div></div>