Re: [Paraview] ParaView Seg Faults when running Animation in a Programmable Filter

2015-01-30 Thread Omid Mahabadi
After a lot of debugging, it turns out the issue is with the SetCells function of the vtk unstructured grid. Below are the bits of my Programmable Filter code that are relevant to the seg fault: output = self.GetOutputDataObject(0) cellArray = vtk.vtkCellArray() cellTypes = []

[Paraview] ParaView Seg Faults when running Animation in a Programmable Filter

2015-01-28 Thread Omid Mahabadi
Hi, I've been experiencing a very weird seg faults in various versions of ParaView (4.1.x, 4.2.0, 4.3.x) when running an animation (streaming over time) of my Programmable Filter. I'm not even sure this is a ParaView issue, but I'll still share my story in case someone has any insights that they