What is the content of your programmable filter ?
On Tue, Apr 16, 2013 at 9:00 PM, Michael Garba <[email protected]> wrote: > Hi Sebastien, > > The nightly binary gives the same error. However, I have recently observed > that the error does not occur if the 3D-view is closed before the > programmable filter is added. > > At the moment, Paraview only appears to crash when there is some actual > output from the programmable filter - in earlier attempts to restore state, > it would crash even without any output. I am starting to doubt if these two > problem are connected. > > Thanks, > > Michael > > > On 15/04/13 17:55, Sebastien Jourdain wrote: > > Do you have the same issue with the nightly binary ? > > Thanks, > > Seb > > > On Mon, Apr 15, 2013 at 12:51 PM, Michael Garba <[email protected]> wrote: > >> >> Hi Sebastien, >> >> I am currently using version 3.98.1 and have tried both the pre-built >> 64-bit binary and a source build. >> >> Thanks, >> >> Michael >> >> >> On 04/15/2013 05:46 PM, Sebastien Jourdain wrote: >> >>> Hi Michael, >>> >>> which version of ParaView are you using ? >>> >>> Thanks, >>> >>> Seb >>> >>> >>> On Mon, Apr 15, 2013 at 12:18 PM, Michael Garba <[email protected]> >>> wrote: >>> >>> I am attempting to create a custom reader in pure Python by attaching >>>> a >>>> ProgrammableFilter to a Text source that provides file names and other >>>> input parameters in JSON syntax. When the output type of the >>>> programmable >>>> filter is set to a vtkRectilinearGrid (apparently anything other than >>>> the >>>> original vtkTable input), Paraview throws the following error multiple >>>> times >>>> >>>> ERROR: In >>>>> /home/utkarsh/Dashboards/**MyTests/NightlyMaster/** >>>>> >>>> ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/** >>>> ServerImplementation/Core/**vtkPVSessionCore.cxx, >>>> >>>>> line 389 >>>>> vtkPVSessionCore (0x93ab660): Object type: vtkCubeAxesRepresentation, >>>>> could not find requested method: "SetOrientation" >>>>> or the method was called with incorrect arguments. >>>>> >>>>> while processing >>>>> Message 0 = Invoke >>>>> Argument 0 = vtk_object_pointer {vtkCubeAxesRepresentation >>>>> (0xa715620)} >>>>> Argument 1 = string_value {SetOrientation} >>>>> Argument 2 = float64_value {0} >>>>> >>>>> >>>>> >>>>> ERROR: In >>>>> /home/utkarsh/Dashboards/**MyTests/NightlyMaster/** >>>>> >>>> ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/** >>>> ServerImplementation/Core/**vtkPVSessionCore.cxx, >>>> >>>>> line 390 >>>>> vtkPVSessionCore (0x93ab660): Aborting execution for debugging >>>>> purposes. >>>>> >>>>> >>>>> ERROR: In >>>>> /home/utkarsh/Dashboards/**MyTests/NightlyMaster/** >>>>> >>>> ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/** >>>> ServerImplementation/Core/**vtkSIProxy.cxx, >>>> >>>>> line 131 >>>>> vtkSISourceProxy (0xa7142e0): Error pushing property state: Orientation >>>>> >>>>> >>>>> ERROR: In >>>>> /home/utkarsh/Dashboards/**MyTests/NightlyMaster/** >>>>> >>>> ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/** >>>> ServerImplementation/Core/**vtkPVSessionCore.cxx, >>>> >>>>> line 389 >>>>> vtkPVSessionCore (0x93ab660): Object type: vtkGlyph3DRepresentation, >>>>> could not find requested method: "SetOrientation" >>>>> or the method was called with incorrect arguments. >>>>> >>>>> while processing >>>>> Message 0 = Invoke >>>>> Argument 0 = vtk_object_pointer {vtkGlyph3DRepresentation >>>>> (0xa81e6e0)} >>>>> Argument 1 = string_value {SetOrientation} >>>>> Argument 2 = float64_value {0} >>>>> >>>>> >>>>> >>>>> ERROR: In >>>>> /home/utkarsh/Dashboards/**MyTests/NightlyMaster/** >>>>> >>>> ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/** >>>> ServerImplementation/Core/**vtkPVSessionCore.cxx, >>>> >>>>> line 390 >>>>> vtkPVSessionCore (0x93ab660): Aborting execution for debugging >>>>> purposes. >>>>> >>>>> >>>>> ERROR: In >>>>> /home/utkarsh/Dashboards/**MyTests/NightlyMaster/** >>>>> >>>> ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/** >>>> ServerImplementation/Core/**vtkSIProxy.cxx, >>>> >>>> line 131 >>>>> vtkSISourceProxy (0xa81b238): Error pushing property state: Orientation >>>>> >>>> >>>> The data is successfully loaded and, for the rest of the session, there >>>> are no further errors. However, the application exits with a >>>> segmentation >>>> fault and core dump when I attempt to load any saved Paraview state >>>> files >>>> based on this pipeline. Any insights into this problem will be >>>> appreciated. >>>> >>>> Regards, >>>> >>>> Michael Garba >>>> IDEAS Research Institute >>>> Robert Gordon University >>>> Aberdeen >>>> AB10 7GJ >>>> >>>> ______________________________**_________________ >>>> Powered by www.kitware.com >>>> >>>> Visit other Kitware open-source projects at http://www.kitware.com/** >>>> opensource/opensource.html< >>>> http://www.kitware.com/opensource/opensource.html> >>>> >>>> >>>> Please keep messages on-topic and check the ParaView Wiki at: >>>> http://paraview.org/Wiki/**ParaView <http://paraview.org/Wiki/ParaView> >>>> >>>> >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://www.paraview.org/**mailman/listinfo/paraview< >>>> http://www.paraview.org/mailman/listinfo/paraview> >>>> >>>> >> > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
