<div dir="ltr">What is the content of your <span style="font-family:arial,sans-serif;font-size:13px">programmable filter ?</span></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 9:00 PM, Michael Garba <span dir="ltr"><<a href="mailto:gmt2027@gmail.com" target="_blank">gmt2027@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Hi Sebastien,<br>
<br>
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. <br>
<br>
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.<br>
<br>
Thanks,<br>
<br>
Michael<div><div class="h5"><br>
<br>
<div>On 15/04/13 17:55, Sebastien Jourdain
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Do you have the same issue with the nightly binary
?
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Seb</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Mon, Apr 15, 2013 at 12:51 PM,
Michael Garba <span dir="ltr"><<a href="mailto:gmt2027@gmail.com" target="_blank">gmt2027@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Sebastien,<br>
<br>
I am currently using version 3.98.1 and have tried both the
pre-built 64-bit binary and a source build.<br>
<br>
Thanks,<br>
<br>
Michael
<div><br>
<br>
On 04/15/2013 05:46 PM, Sebastien Jourdain wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
Hi Michael,<br>
<br>
which version of ParaView are you using ?<br>
<br>
Thanks,<br>
<br>
Seb<br>
<br>
<br>
On Mon, Apr 15, 2013 at 12:18 PM, Michael Garba <<a href="mailto:gmt2027@gmail.com" target="_blank">gmt2027@gmail.com</a>> wrote:<br>
<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
I am attempting to create a custom reader in pure
Python by attaching a<br>
ProgrammableFilter to a Text source that provides file
names and other<br>
input parameters in JSON syntax. When the output type
of the programmable<br>
filter is set to a vtkRectilinearGrid (apparently
anything other than the<br>
original vtkTable input), Paraview throws the
following error multiple times<br>
<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ERROR: In<br>
/home/utkarsh/Dashboards/**MyTests/NightlyMaster/**<br>
</blockquote>
ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/**<br>
ServerImplementation/Core/**vtkPVSessionCore.cxx,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
line 389<br>
vtkPVSessionCore (0x93ab660): Object type:
vtkCubeAxesRepresentation,<br>
could not find requested method: "SetOrientation"<br>
or the method was called with incorrect arguments.<br>
<br>
while processing<br>
Message 0 = Invoke<br>
Argument 0 = vtk_object_pointer
{vtkCubeAxesRepresentation (0xa715620)}<br>
Argument 1 = string_value {SetOrientation}<br>
Argument 2 = float64_value {0}<br>
<br>
<br>
<br>
ERROR: In<br>
</div>
/home/utkarsh/Dashboards/**MyTests/NightlyMaster/**<br>
</blockquote>
ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/**<br>
ServerImplementation/Core/**vtkPVSessionCore.cxx,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
line 390<br>
vtkPVSessionCore (0x93ab660): Aborting execution for
debugging purposes.<br>
<br>
<br>
ERROR: In<br>
</div>
/home/utkarsh/Dashboards/**MyTests/NightlyMaster/**<br>
</blockquote>
ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/**<br>
ServerImplementation/Core/**vtkSIProxy.cxx,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
line 131<br>
vtkSISourceProxy (0xa7142e0): Error pushing property
state: Orientation<br>
<br>
<br>
ERROR: In<br>
</div>
/home/utkarsh/Dashboards/**MyTests/NightlyMaster/**<br>
</blockquote>
ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/**<br>
ServerImplementation/Core/**vtkPVSessionCore.cxx,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
line 389<br>
vtkPVSessionCore (0x93ab660): Object type:
vtkGlyph3DRepresentation,<br>
could not find requested method: "SetOrientation"<br>
or the method was called with incorrect arguments.<br>
<br>
while processing<br>
Message 0 = Invoke<br>
Argument 0 = vtk_object_pointer
{vtkGlyph3DRepresentation (0xa81e6e0)}<br>
Argument 1 = string_value {SetOrientation}<br>
Argument 2 = float64_value {0}<br>
<br>
<br>
<br>
ERROR: In<br>
</div>
/home/utkarsh/Dashboards/**MyTests/NightlyMaster/**<br>
</blockquote>
ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/**<br>
ServerImplementation/Core/**vtkPVSessionCore.cxx,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
line 390<br>
vtkPVSessionCore (0x93ab660): Aborting execution for
debugging purposes.<br>
<br>
<br>
ERROR: In<br>
</div>
/home/utkarsh/Dashboards/**MyTests/NightlyMaster/**<br>
</blockquote>
ParaViewSuperbuild-Release/**paraview/src/paraview/**ParaViewCore/**<br>
ServerImplementation/Core/**vtkSIProxy.cxx,
<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
line 131<br>
vtkSISourceProxy (0xa81b238): Error pushing property
state: Orientation<br>
</blockquote>
<br>
The data is successfully loaded and, for the rest of
the session, there<br>
are no further errors. However, the application exits
with a segmentation<br>
fault and core dump when I attempt to load any saved
Paraview state files<br>
based on this pipeline. Any insights into this problem
will be appreciated.<br>
<br>
Regards,<br>
<br>
Michael Garba<br>
IDEAS Research Institute<br>
Robert Gordon University<br>
Aberdeen<br>
AB10 7GJ<br>
<br>
</div>
______________________________**_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/**" target="_blank">http://www.kitware.com/**</a><br>
opensource/opensource.html<<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>>
<div><br>
<br>
Please keep messages on-topic and check the ParaView
Wiki at:<br>
</div>
<a href="http://paraview.org/Wiki/**ParaView" target="_blank">http://paraview.org/Wiki/**ParaView</a>
<<a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a>>
<div>
<br>
<br>
Follow this link to subscribe/unsubscribe:<br>
</div>
<a href="http://www.paraview.org/**mailman/listinfo/paraview" target="_blank">http://www.paraview.org/**mailman/listinfo/paraview</a><<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a>><br>
<br>
</blockquote>
</blockquote>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div></div></div>
</blockquote></div><br></div>