[Paraview] fundamental doubts and problems with ParaView3

Berk Geveci berk.geveci at kitware.com
Wed Jun 27 14:09:56 EDT 2007


Raashid,

The problem below is a bug. We will address it soon.

-berk

-----------------------------------------------------------------------------
> One of the processes started by mpirun has exited with a nonzero exit
> code.  This typically indicates that the process finished in error.
> If your process did not finish in error, be sure to include a "return
> 0" or "exit(0)" in your C code before exiting the application.
>
> PID 27473 failed on node n1 (10.101.11.72) due to signal 6.
>
> -----------------------------------------------------------------------------
> Process id: 1 >> ERROR: In
> /home/raashid/ParaView3/Servers/Common/vtkProcessModule.cxx, line 971
> vtkProcessModule (0x80f1d68): Invalid arguments to
> vtkClientServerStream::Invoke.  There must be at least two arguments.  The
> first must be an object and the second a string.
> while processing
> Message 0 = Invoke
>   Argument 0 = id_value {34}
>   Argument 1 = string_value {AddRenderer}
>   Argument 2 = int32_value {0}
>   Argument 3 = id_value {32}
>
>
> Process id: 1 >> ERROR: In
> /home/raashid/ParaView3/Servers/Common/vtkProcessModule.cxx, line 973
> vtkProcessModule (0x80f1d68): Aborting execution for debugging purposes.
>
>
> The script on the client end is
>
> raashid at bean:~/ParaView3-unix/bin$ ./pvpython
> Python 2.5.1 (r251:54863, May  2 2007, 16:53:27)
> [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import paraview
> >>> paraview.ActiveConnection = paraview.Connect("10.101.11.71", 11111)
> >>> reader = paraview.CreateProxy("sources", "XMLUnstructuredGridReader",
> "sources")
> >>> reader.SetFileName("fire_ug.vtu")
> >>> reader.UpdateVTKObjects()
> >>> isosurface_filter = paraview.CreateProxy("filters", "Contour",
> "filters")
> >>> isosurface_filter.SetInput(reader)
> >>> isosurface_filter.SetContourValues(298.38, 396.84, 495.31, 593.775,
> 692)
> >>> isosurface_filter.UpdateVTKObjects()
> >>> renWin = paraview.CreateRenderWindow()
>
>
> The pvserver crashed as soon as I tried to creat the window
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070627/14e97c83/attachment.html


More information about the ParaView mailing list