Hello All,<br><br>I appear to keep getting a segmentation fault when I try to advance in time using paraview 3.6.2.  Everything works fine using 3.6.1.  I am using the intel compilers (11.0.083).  This is the output I get when I run it with gdb:<br>
<br>Program received signal SIGSEGV, Segmentation fault.<br>vtkIdList::GetId (this=&lt;value optimized out&gt;, i=&lt;value optimized out&gt;)<br>    at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42<br>42      vtkIdType GetId(const vtkIdType i) {return this-&gt;Ids[i];};<br>
<br><br>Any idea on how to get around this?<br><br>Thanks,<br>Peter<br>